summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Better documentation, 1ms calibration, default 5 seconds BOOTWAITadam1994-09-206-28/+58
* Parenthesize macro args.bde1994-09-201-12/+20
* Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn'tbde1994-09-204-21/+11
* Don't lose the RTC interrupt in resettodr().bde1994-09-205-10/+10
* Sorted.dg1994-09-201-23/+23
* Use `1' for a boolean value instead of something irrelevant (MNT_WAIT)bde1994-09-201-2/+2
* Don't use SIG_DFL or SIG_IGN for case label expressions. ANSI requiresbde1994-09-201-3/+3
* Remove the alias splnone() for spl0(). It was used only once.bde1994-09-203-7/+5
* resettodr() now exists, enable itache1994-09-202-6/+2
* resettodr() implemented, inittodr() fixedache1994-09-207-358/+698
* Put back missing .text before swi_net. This could probably be made faster;wollman1994-09-191-1/+2
* oget/sethostname: add missing argument to kern_sysctlache1994-09-191-3/+3
* sysctl incorrectly check name[2] instead of name[1]ache1994-09-191-2/+2
* Default wait approx 10 seconds for keypress during bootadam1994-09-192-6/+6
* Changed some NetBSD backwards compatibility code which was confusing mountd.dfr1994-09-192-12/+4
* Add vm/vm.h for complete sysctl type.ache1994-09-191-1/+1
* Reversed last revision which was a mistake.dfr1994-09-191-1/+0
* Added MSDOSFS option.dfr1994-09-193-3/+6
* Added msdosfs.dfr1994-09-1931-9/+12659
* The previous revision got the wrong log message (for clock.c). It shouldbde1994-09-182-4/+4
* Remove some unnecessary #includes.bde1994-09-187-106/+76
* Use new-style declarations for min/max functions so thatbde1994-09-182-124/+22
* Replace `unsigned' by `u_int' so that it is not necessary to includebde1994-09-181-6/+6
* Clean up #includes. <machine/spl.h> has to be included by almost everythingbde1994-09-182-10/+10
* Remove "#ifdef notdef" around declaration of fuibyte(). fuibyte() _is_bde1994-09-181-10/+3
* Removed obsolete example of specifying PCI IntA to IRQ mapping for NCR.se1994-09-181-2/+1
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-1820-154/+2129
* Put LDDESTDIR before library listing.swallace1994-09-182-4/+4
* Makefile: add ${LDDESTDIR} to linking of boot code so ${DESTDIR}/usr/libswallace1994-09-184-6/+10
* Parallel-port TCP/IP interface can now take any MTU.phk1994-09-181-63/+74
* Fixed the problem where the floppy has incorrectly failed probingjoerg1994-09-173-51/+102
* Updated driver to the 1.1.5 version:dg1994-09-1713-963/+1745
* Include <i386/include/cpufunc.h> to have outb() defined ...se1994-09-171-1/+2
* Got rid of compiler warnings.dg1994-09-175-23/+16
* Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now onlyse1994-09-161-2/+2
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-162-0/+14
* Delete unlikely-to-be-used filesystems from GENERIC kernels.wollman1994-09-162-17/+3
* 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
OpenPOWER on IntegriCloud