summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* (1) Change iomem of SMIT transfer mode from 0xdd000 (BIOS ROM basekato1997-01-042-6/+10
* Clean-up.kato1997-01-042-10/+9
* Staticize dma_bouncebuf. This variable was kept global because sbickato1997-01-041-3/+3
* Correct I/O port address table for ELECOM LD-BDN ethernet card.kato1997-01-041-8/+2
* Add `#ifdef PC98' to include PC98-specific code. Add declaration of thekato1997-01-043-6/+15
* Expose more of these structures to tthe user so that netstatwollman1997-01-031-3/+3
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.wollman1997-01-032-18/+20
* Separate kernel-internal data structures from exposed user interfacewollman1997-01-032-272/+308
* Undo the collapse breakage (swap space usage problem.)dyson1997-01-034-16/+4
* Oops, delete extra push %edi and push %esi in memsize().kato1997-01-031-3/+1
* Change IMR of master PIC from 0x7f into 0xff in isa_defaultirq().kato1997-01-031-2/+2
* Add code to copy the LDT, if required.se1997-01-022-2/+32
* Add Intel VX chip set specific detection and register dump code.se1997-01-021-1/+56
* Make it possible to test kernel code in a userland harness, even if itphk1997-01-011-1/+3
* Guess what? We left alot of the old collapse code that is not neededdyson1997-01-014-2/+15
* A very significant improvement in the management of process mapsdyson1996-12-312-43/+46
* Fix (properly, I hope) 'panic: sillyrename dir' crash that can happenwpaul1996-12-312-4/+6
* A couple of changes for proper mpu401 recognition, and an opl3 patchjkh1996-12-303-15/+21
* Apply a similar fix as in gsc.c rev 1.23.joerg1996-12-301-2/+1
* Apparently, someone changed the gsc driver to allocate one big bufferjoerg1996-12-301-1/+0
* Update our kernel ntp code to the latest from David Mills. The main changejhay1996-12-306-389/+777
OpenPOWER on IntegriCloud