summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added code for FreeBSD-1.1.5 backwards compatibility.dfr1994-09-161-3/+62
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-1627-208/+127
* Moved include of cdefs.h outside of ifndef KERNEL so it alwayspaul1994-09-161-2/+3
* Deal with outw being defined - the declaration clashes.jkh1994-09-162-2/+6
* Add SYSV shm stuff back to LINT.jkh1994-09-166-12/+12
* Made the kernel compile even without "ether".phk1994-09-164-4/+16
* Remove all ADJKERNTZ references, now all this stuff in cpu.hache1994-09-161-13/+2
* CPU_ADJKERNTZ added for resettodtr()ache1994-09-162-4/+8
* CPU_ADJKERNTZ added to cpu_sysctlache1994-09-162-2/+10
* KERN_ADJKERNTZ removed from here to cpu_sysctl MACHDEP sectionache1994-09-161-4/+1
* KERN_ADJKERNTZ moved to MACHDEP sectionache1994-09-161-4/+13
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>se1994-09-169-537/+551
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-164-1331/+2719
* Add some prototypes.bde1994-09-154-8/+25
* Supply prototypes for some functions that were implicitly declared andbde1994-09-154-7/+11
* Obtained from:bde1994-09-1512-34/+48
* 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
OpenPOWER on IntegriCloud