summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass P_SUGID on to the child of a fork(). It was possible to get rlogindg1997-02-171-0/+4
* Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanupbde1997-02-172-12/+12
* Select between the generic math functions and the i387-specific onesbde1997-02-162-0/+154
* Back ut FD_SETSIZE increasing until related kernel issues will be resolvedache1997-02-161-1/+1
* Bump default FD_SETSIZE from 256 to 1024 as many modernache1997-02-151-1/+1
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-147-469/+250
* Send RTM_IFINFO messages whenever promiscuous and all-multicastwollman1997-02-141-2/+9
* Changed timeout for requesting sense from 100ms to 1 second.dg1997-02-141-2/+1
* Changed #include order to match better order in 2.2.bde1997-02-132-2/+2
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-136-5/+117
* Provide an alternative mbuf cluster allocator which permits use ofwollman1997-02-131-1/+46
* Provide an alternative interface to contigmalloc() which allows a specificwollman1997-02-132-4/+22
* Synchronize with sys/i386/isa/syscons.c revision 1.201.kato1997-02-131-1/+1
* Synchronize with sys/i386/boot/biosboot/boot.c revision 1.62.kato1997-02-131-16/+48
* For large values of sb_max or MCLBYTES, it was possible for the expressionwollman1997-02-132-4/+2
* Get defaults for the boot device (and flags) from the filebde1997-02-131-16/+48
* Oops, cut/paste could be done on tthe WRONG vty :(sos1997-02-133-3/+3
* Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.bde1997-02-133-7/+18
* Align text to 16-byte boundaries if profiling is enabled. This willbde1997-02-132-0/+8
* Killed more FIFO ifdefs. All gone now.bde1997-02-134-14/+0
* Removed FIFO ifdef again (see rev.1.5).bde1997-02-131-2/+0
* Removed bogus B_AGE policy again (see rev 1.4).bde1997-02-132-10/+0
* Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interfacewollman1997-02-122-6/+5
* Eliminate the last of the compile warnings in this module bympp1997-02-122-14/+14
* Restore of #include <sys/kernel.h> so that this compiles withoutmpp1997-02-122-0/+2
* Don't depend on FIFO being defined to enable mkfifo.mpp1997-02-122-8/+0
* This no longer depends on NFS being defined so that itmpp1997-02-121-8/+3
* Remove function prototypes for vfs_mountroot and vgoneall, sincempp1997-02-122-2/+0
* Make this compile without warnings after the Lite2 merge:mpp1997-02-126-16/+16
* Rstored #include of <sys/kernel.h> so that this compilesmpp1997-02-122-0/+2
* Make this compile again after the Lite2 merge.mpp1997-02-123-23/+26
* Fixed type mismatches. i_spare[N] in ufs/inode.h changed from long tobde1997-02-124-8/+8
* Make this compile again after the Lite2 merge.mpp1997-02-126-16/+24
* Add missing function prototypes.mpp1997-02-126-6/+8
* Added parameter names to prototypes that were added in the last commit tobde1997-02-122-8/+14
* Restored #include of <sys/kernel.h> so that this compiles again.bde1997-02-122-0/+2
* Declare function args in order in recently K&Rised function headers.bde1997-02-122-6/+12
* Restored some lost function return types.bde1997-02-121-0/+2
* Added check routine for memory window configuration. The probekato1997-02-121-0/+3
* Added memory addres and size of d8 (C-NET(98) network card).kato1997-02-122-2/+2
* Use a valid value for MSGSSZbde1997-02-123-6/+3
OpenPOWER on IntegriCloud