summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaimdyson1997-02-262-6/+8
* Merged some missing locking from Lite2:bde1997-02-252-44/+86
* Synchronize with sys/i386/i386/machdep.c revision 1.229.kato1997-02-252-6/+6
* Make it clearer how the termination settings from the PCI probe are used bygibbs1997-02-251-8/+8
* Fix numerous problems with the abort/recovery code. Highlights include fixinggibbs1997-02-252-194/+371
* Leave reselections on all the time.gibbs1997-02-252-10/+21
* Add new kern.ipc MIB branch constants and mbuf stats.wollman1997-02-242-6/+25
* Fix #include order.wollman1997-02-241-3/+3
* Create a new branch of the kernel MIB, kern.ipc, to storewollman1997-02-246-25/+81
* Use Lite2's stub locking vops instead of nullop.bde1997-02-241-4/+5
* Fixed procfs's locking vops. They were missed in the Lite2 merge,bde1997-02-242-10/+10
* Typo police.alex1997-02-242-6/+6
* Add support for the SMC9332BDT that's using the DE21140A chip. Thisjoerg1997-02-232-2/+30
* Revert $FreeBSD$ to $Id$peter1997-02-234-4/+4
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
* Regenerate to include correct Id stringpeter1997-02-225-5/+5
* Revert $FreeBSD$ back to $Id$peter1997-02-2263-63/+63
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221284-1290/+1290
* Support the installation of character devices via an lkm.mpp1997-02-221-1/+10
* Increase FD_SETSIZE back to 1024, select code fixed nowache1997-02-211-1/+1
* Properly notice error returns from if_allmulti().wollman1997-02-211-2/+2
* Fix potential crash where a user attempts to perform an impliedwollman1997-02-211-1/+14
* Argh, this time get the parentheses right. This hasn't been a good day for me.nate1997-02-211-3/+3
* Whoops, make sure we have enough parenthesis.nate1997-02-211-1/+1
* Fix the parameters of a call to in_setsockaddr().wollman1997-02-201-1/+1
* Improved select():bde1997-02-201-36/+51
* Make the operation of sonewconn1() a bit clearer by callingwollman1997-02-192-24/+14
* Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.kato1997-02-191-2/+2
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDdarrenr1997-02-192-15/+16
* Synchronize with sys/i386/isa/wd.c revision 1.124.kato1997-02-191-1/+1
* Synchronize with sys/i386/boot/biosboot/boot.h revision 1.16.kato1997-02-191-0/+1
* Set RELDATE=300000. With the parallel version development, it hasasami1997-02-191-1/+1
* Fix from PR #2757:dg1997-02-191-1/+3
* Fix some more problems in the recovery code.gibbs1997-02-191-20/+37
* Use the same blocks->size-in-MB conversion algorithm as the SCSI codemsmith1997-02-181-1/+1
* Declare the new generic EOPNOTSUPP routines.wollman1997-02-181-0/+5
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-189-327/+183
* uipc_mbuf.c: do a better job of counting how often we have to waitwollman1997-02-183-6/+86
* Kill the initialization of two old scratch ram variables. They were removedgibbs1997-02-181-12/+0
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and widegibbs1997-02-182-18/+11
* Try to make the BROKEN_VLSI chipset detection better, and not breaknate1997-02-181-2/+8
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisitebde1997-02-181-0/+1
* This now uses queue macros. Include <sys/queue.h> if !KERNEL to preservebde1997-02-181-0/+4
* Added some ufs #includes so that this compiles with option LOCKF_DEBUG.bde1997-02-181-2/+7
* Removed vestiges of Mach lock types.bde1997-02-182-14/+1
* Changed type of t_line from u_char to int. The Lite2 merge blew awaybde1997-02-181-1/+1
* Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat().bde1997-02-181-1/+2
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatbde1997-02-181-3/+3
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatbde1997-02-182-10/+10
* Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. Thisgibbs1997-02-182-20/+20
OpenPOWER on IntegriCloud