aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up #includes. <machine/spl.h> has to be included by almost everythingBruce Evans1994-09-182-10/+10
* Remove "#ifdef notdef" around declaration of fuibyte(). fuibyte() _is_Bruce Evans1994-09-181-10/+3
* Removed obsolete example of specifying PCI IntA to IRQ mapping for NCR.Stefan Eßer1994-09-181-2/+1
* Redo Kernel NTP PLL support, kernel side.Garrett Wollman1994-09-1820-154/+2129
* Put LDDESTDIR before library listing.Steven Wallace1994-09-182-4/+4
* Makefile: add ${LDDESTDIR} to linking of boot code so ${DESTDIR}/usr/libSteven Wallace1994-09-184-6/+10
* Parallel-port TCP/IP interface can now take any MTU.Poul-Henning Kamp1994-09-181-63/+74
* Fixed the problem where the floppy has incorrectly failed probingJoerg Wunsch1994-09-173-51/+102
* Updated driver to the 1.1.5 version:David Greenman1994-09-1713-963/+1745
* Include <i386/include/cpufunc.h> to have outb() defined ...Stefan Eßer1994-09-171-1/+2
* Got rid of compiler warnings.David Greenman1994-09-175-23/+16
* Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now onlyStefan Eßer1994-09-161-2/+2
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andGarrett Wollman1994-09-162-0/+14
* Delete unlikely-to-be-used filesystems from GENERIC kernels.Garrett Wollman1994-09-162-17/+3
* Added code for FreeBSD-1.1.5 backwards compatibility.Doug Rabson1994-09-161-3/+62
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromDavid Greenman1994-09-1627-208/+127
* Moved include of cdefs.h outside of ifndef KERNEL so it alwaysPaul Richards1994-09-161-2/+3
* Deal with outw being defined - the declaration clashes.Jordan K. Hubbard1994-09-162-2/+6
* Add SYSV shm stuff back to LINT.Jordan K. Hubbard1994-09-166-12/+12
* Made the kernel compile even without "ether".Poul-Henning Kamp1994-09-164-4/+16
* Remove all ADJKERNTZ references, now all this stuff in cpu.hAndrey A. Chernov1994-09-161-13/+2
* CPU_ADJKERNTZ added for resettodtr()Andrey A. Chernov1994-09-162-4/+8
* CPU_ADJKERNTZ added to cpu_sysctlAndrey A. Chernov1994-09-162-2/+10
* KERN_ADJKERNTZ removed from here to cpu_sysctl MACHDEP sectionAndrey A. Chernov1994-09-161-4/+1
* KERN_ADJKERNTZ moved to MACHDEP sectionAndrey A. Chernov1994-09-161-4/+13
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>Stefan Eßer1994-09-169-537/+551
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-09-164-1331/+2719
* Add some prototypes.Bruce Evans1994-09-154-8/+25
* Supply prototypes for some functions that were implicitly declared andBruce Evans1994-09-154-7/+11
* Obtained from:Bruce Evans1994-09-1512-34/+48
* Include pio.h so that all those drivers that only include cpufunc.hPaul Richards1994-09-152-2/+6
* Added back the SYSV ipc files which somehow got removed.Doug Rabson1994-09-151-0/+5
* Removed some macros that are now in cpufunc.hPaul Richards1994-09-153-33/+3
* Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.hPaul Richards1994-09-154-34/+24
* Added -DKERNEL and added support for kernel profiling.Paul Richards1994-09-152-3/+7
* Brought over from 1.1.5:David Greenman1994-09-152-4/+34
* Change brought over from 1.1.5:David Greenman1994-09-151-9/+19
* Brought over from 1.1.5:David Greenman1994-09-152-10/+10
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.David Greenman1994-09-156-130/+160
* Added support for many more videomodes, including graphic modes up tilSøren Schmidt1994-09-158-598/+1002
* Fixed a warning from the compiler, which just crashed my laptop. When doPoul-Henning Kamp1994-09-151-4/+6
* Beginnings of support for loadable protocol domains. In particular,Garrett Wollman1994-09-143-19/+76
* KERN_ADJKERNTZ added in preparation of resettodr() implementationAndrey A. Chernov1994-09-141-1/+4
* 1. adjkerntz variable added for preparation to resettodr() implementationAndrey A. Chernov1994-09-145-10/+20
* KERN_ADJKERNTZ added in preparation for resettodr() implementationAndrey A. Chernov1994-09-141-2/+4
* A make system file for building LKMs, derived from bsd.prog.mk.Garrett Wollman1994-09-141-0/+142
* Add code to make multicast routing be an LKM.Garrett Wollman1994-09-141-14/+111
* Increase transfer speed by waiting much less than 10ms after requestAndrey A. Chernov1994-09-142-4/+22
* Added missing #ifdef SYSVSHM.David Greenman1994-09-141-1/+3
* Shuffle some functions and variables around to make it possible forGarrett Wollman1994-09-1410-56/+66