summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Another minor optimization, this time to incore().dg1995-08-241-6/+6
* Minor optimization.dg1995-08-241-6/+6
* Improved BUFHASH algorithm.dg1995-08-242-4/+4
* Killed some gratuitous #include's.dg1995-08-241-5/+1
* Added NFS_ASYNC kernel option. It only has an effect for NFSv2.dg1995-08-242-2/+22
* Killed redundant declarations of nfsm_rpchead().dg1995-08-244-8/+4
* Some fixes found using gcc -Wall:dfr1995-08-247-17/+41
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-244-7/+12
* Add support for amd direct maps.dfr1995-08-249-34/+47
* pcic lkm for the pccard stuff.phk1995-08-242-2/+12
* Andrew McRae's pcmcia/pccard code, the kernel part.phk1995-08-2411-3/+3102
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-2312-38/+176
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-17/+37
* Fix some problems with multicast forwarding:wollman1995-08-232-137/+135
* Damn! As Rod just reminded me, I didn't apply the tweak to makejkh1995-08-231-2/+2
* Support for NOAUTO mounts.jkh1995-08-231-1/+2
* Don't clip d_ncylinders to value used by partitions.jkh1995-08-232-4/+4
* Properly initialize the d_ncylinders field to the maximum number ofjkh1995-08-232-2/+4
* Clean up compilation warning.pst1995-08-231-2/+2
* Fix some outstanding bugs in the DCD modem control..peter1995-08-222-230/+186
* add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypasspeter1995-08-222-4/+4
* A couple of micro optimizations to improve NULL syscall performance bydg1995-08-213-93/+60
* Correct a pathname. The isdn tells to look for aats1995-08-203-9/+9
* Fixed mfs reboot panic by never returning failure from mfs_start().dg1995-08-201-6/+5
* Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'dg1995-08-201-19/+39
* Call boot() instead of cpu_reset() if init isn't running in shutdown_nice.dg1995-08-201-7/+6
* Fixed a few bugs and annoyances with boot():dg1995-08-202-50/+26
* Correct the PCI ID for the Adaptec 7850 chips.gibbs1995-08-201-2/+2
* First part of importing the Japanese `od' driver.joerg1995-08-195-24/+66
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofjkh1995-08-1813-18/+2276
* Add a sanity check for the UDP length field in order to preventolah1995-08-171-2/+2
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-176-14/+14
* Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-177-52/+11
* Close PR kern/682:jkh1995-08-171-2/+3
* Fix the 3C589 driver to work with the BNC connector.nate1995-08-161-3/+7
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codenate1995-08-163-6/+6
* Make everything except the unsupported network sources compile cleanlybde1995-08-1621-39/+33
* Make everything except the unsupported network sources compile cleanlybde1995-08-163-9/+9
* Honor -async mount option when doing the inode update.dg1995-08-161-2/+2
* Remove the fundamentally useless probe and attach commands I added.jkh1995-08-161-27/+1
* Print more information in case of unspecific error condition.se1995-08-151-15/+41
* Increase the DELAY_GETREPLY to 5000000. Not dangerous, this isjoerg1995-08-152-4/+4
* Install kzip.o with BINMODE=444.joerg1995-08-151-1/+2
* Fake a call frame for traps so that `gdb -k' can report where fatalbde1995-08-153-3/+39
* Add more chip set register decodings:se1995-08-151-3/+13
* Properly prototype the ahc_done routine, and pass the right number ofgibbs1995-08-151-3/+3
* Correctly timeout scb instead of active_scb which is carying the bus devicegibbs1995-08-141-2/+2
* Slight change to the location of the default termios flags to make thempeter1995-08-132-14/+34
* Next round of cleanups. Some more debugging hooks added, si_softc definitionpeter1995-08-134-244/+150
* Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)se1995-08-131-3/+3
OpenPOWER on IntegriCloud