summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Include pio.h so that all those drivers that only include cpufunc.hpaul1994-09-152-2/+6
* Added back the SYSV ipc files which somehow got removed.dfr1994-09-151-0/+5
* Removed some macros that are now in cpufunc.hpaul1994-09-153-33/+3
* Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.hpaul1994-09-154-34/+24
* Added -DKERNEL and added support for kernel profiling.paul1994-09-152-3/+7
* Brought over from 1.1.5:dg1994-09-152-4/+34
* Change brought over from 1.1.5:dg1994-09-151-9/+19
* Brought over from 1.1.5:dg1994-09-152-10/+10
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.dg1994-09-156-130/+160
* Added support for many more videomodes, including graphic modes up tilsos1994-09-158-598/+1002
* Fixed a warning from the compiler, which just crashed my laptop. When dophk1994-09-151-4/+6
* Beginnings of support for loadable protocol domains. In particular,wollman1994-09-143-19/+76
* KERN_ADJKERNTZ added in preparation of resettodr() implementationache1994-09-141-1/+4
* 1. adjkerntz variable added for preparation to resettodr() implementationache1994-09-145-10/+20
* KERN_ADJKERNTZ added in preparation for resettodr() implementationache1994-09-141-2/+4
* A make system file for building LKMs, derived from bsd.prog.mk.wollman1994-09-141-0/+142
* Add code to make multicast routing be an LKM.wollman1994-09-141-14/+111
* Increase transfer speed by waiting much less than 10ms after requestache1994-09-142-4/+22
* Added missing #ifdef SYSVSHM.dg1994-09-141-1/+3
* Shuffle some functions and variables around to make it possible forwollman1994-09-1410-56/+66
* Added a bit of missing functionality to make this work correctly on awollman1994-09-147-228/+350
* Reversed my patch from yesterday. "eisa" if >= 0x1000.phk1994-09-132-4/+4
* Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552dg1994-09-131-34/+54
* Added prototypes for cblock_alloc_cblocks and cblock_free_cblocks.dg1994-09-131-1/+3
* Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).dg1994-09-132-6/+2
* Added SYSV ipcs.dfr1994-09-1318-10/+3135
* Two minor nits, a printf wasn't #ifdef PAS_DEBUG'ed and probe should return 4.phk1994-09-131-2/+4
* Only say eisa if ((ioaddr & 0xfff) >= 0x400)phk1994-09-132-4/+4
* Added DSI_SOFT_MODEMphk1994-09-133-3/+6
* Digicom Systems Inc, makes "softmodems". What this means is simply thatphk1994-09-133-6/+492
* Add an ioctl to download microcode to DSI softmodem.phk1994-09-131-1/+3
* Forgot to check this important file in.wollman1994-09-131-20/+32
* Pollution-control header file generated by new makesyscalls.sh.wollman1994-09-131-0/+216
* Added namespace information for future pollution-control measures.wollman1994-09-133-245/+249
* Fixed a bug I introduced when fixing the rss limit code. Changed swapoutdg1994-09-122-8/+15
* Re-enabled check for low clist condition.dg1994-09-121-3/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-1212-323/+24
* Don't deactivate pages in 0-refcount objects. Added a couple of missingdg1994-09-121-23/+19
* Limit p_estcpu to UCHAR_MAX to keep it within reasonable bounds - elsedg1994-09-121-3/+5
* Deleted the pccons driver from the files.i386, added the seagate driverats1994-09-115-25/+16
* Delete the extra's int nosys(); declarations like the new makesyscall.shats1994-09-111-5/+2
* Change the makesyscalls.sh to only generate one line for the externalats1994-09-111-2/+5
* Better definitions for the NCR 5380 chip.phk1994-09-111-23/+109
* ProAudioSpectrum 16 {Zilog|Ncr} 5380 based SCSI-driver.phk1994-09-111-529/+469
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-113-36/+60
* Fixed problem with no swap on boot device, but there is some on andg1994-09-111-3/+7
* Change "asm" to "__asm" - makes it possible to compile code withcsgr1994-09-101-6/+6
* Brought over two fixes from 1.1.5; this now makes this driver "up to date"dg1994-09-101-3/+6
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-095-12/+20
* Remove *_SAVER syscons options - I don't know how they go in here:csgr1994-09-095-19/+5
OpenPOWER on IntegriCloud