summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-2847-563/+1647
* Modified linux_readdir() function to properly handle Linux readdir()swallace1995-08-282-28/+54
* Add a comment that a user with many open windows under X might need tojoerg1995-08-273-6/+9
* Change db_ps() to have the correct number and type of args for a ddbbde1995-08-271-2/+7
* Change db_fncall() and db_panic() to have the correct number and type ofbde1995-08-271-5/+13
* Change vm_object_print() to have the correct number and type of argsbde1995-08-262-5/+11
* Change vm_map_print() to have the correct number and type of args forbde1995-08-262-7/+15
* Don't declare a nonexistent function.bde1995-08-261-4/+2
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsbde1995-08-262-8/+8
* Convert \n to \r\n in serial_putchar().bde1995-08-261-0/+2
* Bump the OSRELDATE to 199508. Too many things have changed sincejoerg1995-08-261-2/+2
* Killed MNT_NOAUTO.dg1995-08-261-2/+1
* 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
OpenPOWER on IntegriCloud