summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't compile the diagnostic functions vhold() and holdrele() unlessbde1995-08-252-2/+6
* Remove extra arg from one call to uha_done().bde1995-08-251-2/+2
* Remove extra arg from one of the calls to (*pr_usrreq)().bde1995-08-251-3/+2
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() frombde1995-08-252-4/+4
* Call nosys() from lkmnosys() with the correct number and type of argsbde1995-08-251-3/+6
* Remove extra arg from the call to ds_crc().bde1995-08-252-4/+4
* Don't call VOP_UPDATE() with volatile timestamps.bde1995-08-252-6/+12
* Remove extra args from the calls to getit(). The bug was benign with thebde1995-08-255-20/+20
* Remove my xxxinit hack. It was too gross.phk1995-08-251-2/+2
* Shut warnings.phk1995-08-252-24/+4
* 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
OpenPOWER on IntegriCloud