summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Include file cleanups.nate1997-01-133-36/+6
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-1324-896/+428
* Synchronize with sys/i386/i386/userconfig.c revision 1.80.kato1997-01-131-36/+172
* Just 'warn' the user that they are mixing dedicated drivers and genericnate1997-01-132-2/+10
* Added options 'LINT_PCCARD_HACK' which (will very soon) allow LINT tonate1997-01-133-3/+12
* - Add [?] key and corresponding helptext/pager.msmith1997-01-131-36/+172
* Sort cross references.wosch1997-01-131-3/+3
* When we changed pmap_protect to support adding the writeabledyson1997-01-112-16/+26
* Initialize pcic_imask with SWI_MASK to interference from timeout routines.nate1997-01-111-0/+1
* Whoops, typo.nate1997-01-111-1/+1
* Update the PCIC controller's imask with individual slot IRQ's.nate1997-01-114-6/+18
* Removed magic # 16 and replaced with ICU_LEN.nate1997-01-111-1/+1
* Now that all of the IRQ's should be allocated by the time thisnate1997-01-111-3/+40
* Moved pccard_configure() to the end of the configure() list. Thisnate1997-01-112-12/+12
* Fix typo.kato1997-01-111-2/+2
* Slightly correct the code that moves pages from the active to thedyson1997-01-111-5/+7
* Prepare better for multi-platform by eliminating another requireddyson1997-01-115-101/+20
* Change initialize routine of Cyrix 5x86 CPU.kato1997-01-111-9/+15
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andkato1997-01-105-29/+29
* kern/2433: Multiple AHA1542 scsi controllers don't workphk1997-01-101-1/+2
* Synchronize with sys/i386/isa/ft.c revision 1.29 (fix ft driverkato1997-01-101-1/+3
* Add a man page for linux(8) (loads the Linux emulator kernel module).mpp1997-01-102-2/+47
* Fix CCD for bounced devices.dyson1997-01-102-2/+6
* Synchronize with sys/i386/isa/isa.c rev. 1.75.kato1997-01-091-2/+2
* i386/2427: 2.2-BETA ft driver panics when there're no floppy drivesphk1997-01-091-1/+3
* Make the code more consistant by using the INTR*MASK macros througout thenate1997-01-086-12/+12
* Fix typo. I hate waking up at 4:45 in the morning...wollman1997-01-081-2/+2
* Correctly account for header length in m_pkthdr.len when sendingwollman1997-01-081-1/+2
* Fix a few oversights in the new multicast membership interface.wollman1997-01-082-7/+32
* Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.nate1997-01-082-4/+4
* - Added PCIC resume functionnate1997-01-083-35/+35
* Checkpoint the beginnings of the new kernel interface forwollman1997-01-073-3/+254
* > The extra include of <sys/time.h> is because apm uses microtime() and mynate1997-01-072-22/+4
* Made minimal changes to make this work again (it depended on devconf).bde1997-01-071-9/+5
* Use rlim_t for rlim_cur, rlim_max as supposedache1997-01-061-3/+3
* Fix typo..sos1997-01-061-3/+3
* - Cleanup up the driver (remove un-needed parameters, white-space,nate1997-01-0611-182/+168
* Fix NetBSD pr kern/3067, which also applies to FreeBSD:se1997-01-051-3/+3
* Move typedef for rlim_t into sys/types.h (as per NetBSD).davidn1997-01-051-1/+3
* Undo RCS keyword change to keep the original `$NetBSD$'.kato1997-01-0514-14/+14
* Minor white-space and comment cleanups. No functional change.nate1997-01-053-9/+30
* Fix for PR/2333 - psm0 panics if no mouse attached:nate1997-01-051-2/+7
* Synchronize with sys/i386/isa/npx.c revision 1.36 (reenablekato1997-01-051-3/+1
* Fix collapse code included in #ifdef WDDEBUG: add `;' at the end of thekato1997-01-041-4/+4
* Fix cursor address calculation.kato1997-01-041-1/+1
* Reenabled i586_optimized_copyin/out yet again.bde1997-01-043-9/+3
* Fixed context switching of FPU state after a fault inbde1997-01-043-9/+60
* Fixed botched tables:bde1997-01-042-256/+294
* Delete collapse code to avoid overflow of the number of cylinders.kato1997-01-041-15/+1
* Change types of wdp_cylinders, wdp_heads and wdp_sectors in structkato1997-01-041-4/+4
OpenPOWER on IntegriCloud