aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.Nate Williams1997-01-082-4/+4
* - Added PCIC resume functionNate Williams1997-01-083-35/+35
* Checkpoint the beginnings of the new kernel interface forGarrett Wollman1997-01-073-3/+254
* > The extra include of <sys/time.h> is because apm uses microtime() and myNate Williams1997-01-072-22/+4
* Made minimal changes to make this work again (it depended on devconf).Bruce Evans1997-01-071-9/+5
* Use rlim_t for rlim_cur, rlim_max as supposedAndrey A. Chernov1997-01-061-3/+3
* Fix typo..Søren Schmidt1997-01-061-3/+3
* - Cleanup up the driver (remove un-needed parameters, white-space,Nate Williams1997-01-0611-182/+168
* Fix NetBSD pr kern/3067, which also applies to FreeBSD:Stefan Eßer1997-01-051-3/+3
* Move typedef for rlim_t into sys/types.h (as per NetBSD).David Nugent1997-01-051-1/+3
* Undo RCS keyword change to keep the original `$NetBSD$'.KATO Takenori1997-01-0514-14/+14
* Minor white-space and comment cleanups. No functional change.Nate Williams1997-01-053-9/+30
* Fix for PR/2333 - psm0 panics if no mouse attached:Nate Williams1997-01-051-2/+7
* Synchronize with sys/i386/isa/npx.c revision 1.36 (reenableKATO Takenori1997-01-051-3/+1
* Fix collapse code included in #ifdef WDDEBUG: add `;' at the end of theKATO Takenori1997-01-041-4/+4
* Fix cursor address calculation.KATO Takenori1997-01-041-1/+1
* Reenabled i586_optimized_copyin/out yet again.Bruce Evans1997-01-043-9/+3
* Fixed context switching of FPU state after a fault inBruce Evans1997-01-043-9/+60
* Fixed botched tables:Bruce Evans1997-01-042-256/+294
* Delete collapse code to avoid overflow of the number of cylinders.KATO Takenori1997-01-041-15/+1
* Change types of wdp_cylinders, wdp_heads and wdp_sectors in structKATO Takenori1997-01-041-4/+4
* (1) Change iomem of SMIT transfer mode from 0xdd000 (BIOS ROM baseKATO Takenori1997-01-042-6/+10
* Clean-up.KATO Takenori1997-01-042-10/+9
* Staticize dma_bouncebuf. This variable was kept global because sbicKATO Takenori1997-01-041-3/+3
* Correct I/O port address table for ELECOM LD-BDN ethernet card.KATO Takenori1997-01-041-8/+2
* Add `#ifdef PC98' to include PC98-specific code. Add declaration of theKATO Takenori1997-01-043-6/+15
* Expose more of these structures to tthe user so that netstatGarrett Wollman1997-01-031-3/+3
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.Garrett Wollman1997-01-032-18/+20
* Separate kernel-internal data structures from exposed user interfaceGarrett Wollman1997-01-032-272/+308
* Undo the collapse breakage (swap space usage problem.)John Dyson1997-01-034-16/+4
* Oops, delete extra push %edi and push %esi in memsize().KATO Takenori1997-01-031-3/+1
* Change IMR of master PIC from 0x7f into 0xff in isa_defaultirq().KATO Takenori1997-01-031-2/+2
* Add code to copy the LDT, if required.Stefan Eßer1997-01-022-2/+32
* Add Intel VX chip set specific detection and register dump code.Stefan Eßer1997-01-021-1/+56
* Make it possible to test kernel code in a userland harness, even if itPoul-Henning Kamp1997-01-011-1/+3
* Guess what? We left alot of the old collapse code that is not neededJohn Dyson1997-01-014-2/+15
* A very significant improvement in the management of process mapsJohn Dyson1996-12-312-42/+45
* Fix (properly, I hope) 'panic: sillyrename dir' crash that can happenBill Paul1996-12-312-4/+6
* A couple of changes for proper mpu401 recognition, and an opl3 patchJordan K. Hubbard1996-12-303-15/+21
* Apply a similar fix as in gsc.c rev 1.23.Joerg Wunsch1996-12-301-2/+1
* Apparently, someone changed the gsc driver to allocate one big bufferJoerg Wunsch1996-12-301-1/+0
* Update our kernel ntp code to the latest from David Mills. The main changeJohn Hay1996-12-306-389/+777
* Add NetBSD/OpenBSD compatable timeradd()/timersub() user-space macros.Peter Wemm1996-12-302-2/+44
* Add INADDR_LOOPBACK, moved from <rpc/rpc.h>Peter Wemm1996-12-301-1/+2
* First commit of a series of cleanups for the libc rpc code which has beenPeter Wemm1996-12-301-7/+3
* Let the VM system know that on certain arch's that VM_PROT_READJohn Dyson1996-12-303-3/+19
* EEEK!!! useracc and kernacc didn't lock their respectiveJohn Dyson1996-12-301-2/+16
* Fixed keeping track of interrupt nesting level across ASTs. It sometimesBruce Evans1996-12-291-1/+3
* AddPoul-Henning Kamp1996-12-291-1/+7
* Reserve 4 malloc types for generic geometry handling.Poul-Henning Kamp1996-12-291-2/+10