aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221284-1290/+1290
* Support the installation of character devices via an lkm.Mike Pritchard1997-02-221-1/+10
* Increase FD_SETSIZE back to 1024, select code fixed nowAndrey A. Chernov1997-02-211-1/+1
* Properly notice error returns from if_allmulti().Garrett Wollman1997-02-211-2/+2
* Fix potential crash where a user attempts to perform an impliedGarrett Wollman1997-02-211-1/+14
* Argh, this time get the parentheses right. This hasn't been a good day for me.Nate Williams1997-02-211-3/+3
* Whoops, make sure we have enough parenthesis.Nate Williams1997-02-211-1/+1
* Fix the parameters of a call to in_setsockaddr().Garrett Wollman1997-02-201-1/+1
* Improved select():Bruce Evans1997-02-201-36/+51
* Make the operation of sonewconn1() a bit clearer by callingGarrett Wollman1997-02-192-24/+14
* Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.KATO Takenori1997-02-191-2/+2
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDDarren Reed1997-02-192-15/+16
* Synchronize with sys/i386/isa/wd.c revision 1.124.KATO Takenori1997-02-191-1/+1
* Synchronize with sys/i386/boot/biosboot/boot.h revision 1.16.KATO Takenori1997-02-191-0/+1
* Set RELDATE=300000. With the parallel version development, it hasSatoshi Asami1997-02-191-1/+1
* Fix from PR #2757:David Greenman1997-02-191-1/+3
* Fix some more problems in the recovery code.Justin T. Gibbs1997-02-191-20/+37
* Use the same blocks->size-in-MB conversion algorithm as the SCSI codeMike Smith1997-02-181-1/+1
* Declare the new generic EOPNOTSUPP routines.Garrett Wollman1997-02-181-0/+5
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-189-327/+183
* uipc_mbuf.c: do a better job of counting how often we have to waitGarrett Wollman1997-02-183-6/+86
* Kill the initialization of two old scratch ram variables. They were removedJustin T. Gibbs1997-02-181-12/+0
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wideJustin T. Gibbs1997-02-182-18/+11
* Try to make the BROKEN_VLSI chipset detection better, and not breakNate Williams1997-02-181-2/+8
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisiteBruce Evans1997-02-181-0/+1
* This now uses queue macros. Include <sys/queue.h> if !KERNEL to preserveBruce Evans1997-02-181-0/+4
* Added some ufs #includes so that this compiles with option LOCKF_DEBUG.Bruce Evans1997-02-181-2/+7
* Removed vestiges of Mach lock types.Bruce Evans1997-02-182-14/+1
* Changed type of t_line from u_char to int. The Lite2 merge blew awayBruce Evans1997-02-181-1/+1
* Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat().Bruce Evans1997-02-181-1/+2
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatBruce Evans1997-02-181-3/+3
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatBruce Evans1997-02-182-10/+10
* Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. ThisJustin T. Gibbs1997-02-182-20/+20
* Pass P_SUGID on to the child of a fork(). It was possible to get rloginDavid Greenman1997-02-171-0/+4
* Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanupBruce Evans1997-02-172-12/+12
* Select between the generic math functions and the i387-specific onesBruce Evans1997-02-162-0/+154
* Back ut FD_SETSIZE increasing until related kernel issues will be resolvedAndrey A. Chernov1997-02-161-1/+1
* Bump default FD_SETSIZE from 256 to 1024 as many modernAndrey A. Chernov1997-02-151-1/+1
* Fix the mechanism for choosing wehether to save the slow-start thresholdGarrett Wollman1997-02-147-469/+250
* Send RTM_IFINFO messages whenever promiscuous and all-multicastGarrett Wollman1997-02-141-2/+9
* Changed timeout for requesting sense from 100ms to 1 second.David Greenman1997-02-141-2/+1
* Changed #include order to match better order in 2.2.Bruce Evans1997-02-132-2/+2
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-136-5/+117
* Provide an alternative mbuf cluster allocator which permits use ofGarrett Wollman1997-02-131-1/+46
* Provide an alternative interface to contigmalloc() which allows a specificGarrett Wollman1997-02-132-4/+22
* Synchronize with sys/i386/isa/syscons.c revision 1.201.KATO Takenori1997-02-131-1/+1
* Synchronize with sys/i386/boot/biosboot/boot.c revision 1.62.KATO Takenori1997-02-131-16/+48
* For large values of sb_max or MCLBYTES, it was possible for the expressionGarrett Wollman1997-02-132-4/+2
* Get defaults for the boot device (and flags) from the fileBruce Evans1997-02-131-16/+48
* Oops, cut/paste could be done on tthe WRONG vty :(Søren Schmidt1997-02-133-3/+3