| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined. | Nate Williams | 1997-01-08 | 2 | -4/+4 |
| * | - Added PCIC resume function | Nate Williams | 1997-01-08 | 3 | -35/+35 |
| * | Checkpoint the beginnings of the new kernel interface for | Garrett Wollman | 1997-01-07 | 3 | -3/+254 |
| * | > The extra include of <sys/time.h> is because apm uses microtime() and my | Nate Williams | 1997-01-07 | 2 | -22/+4 |
| * | Made minimal changes to make this work again (it depended on devconf). | Bruce Evans | 1997-01-07 | 1 | -9/+5 |
| * | Use rlim_t for rlim_cur, rlim_max as supposed | Andrey A. Chernov | 1997-01-06 | 1 | -3/+3 |
| * | Fix typo.. | Søren Schmidt | 1997-01-06 | 1 | -3/+3 |
| * | - Cleanup up the driver (remove un-needed parameters, white-space, | Nate Williams | 1997-01-06 | 11 | -182/+168 |
| * | Fix NetBSD pr kern/3067, which also applies to FreeBSD: | Stefan Eßer | 1997-01-05 | 1 | -3/+3 |
| * | Move typedef for rlim_t into sys/types.h (as per NetBSD). | David Nugent | 1997-01-05 | 1 | -1/+3 |
| * | Undo RCS keyword change to keep the original `$NetBSD$'. | KATO Takenori | 1997-01-05 | 14 | -14/+14 |
| * | Minor white-space and comment cleanups. No functional change. | Nate Williams | 1997-01-05 | 3 | -9/+30 |
| * | Fix for PR/2333 - psm0 panics if no mouse attached: | Nate Williams | 1997-01-05 | 1 | -2/+7 |
| * | Synchronize with sys/i386/isa/npx.c revision 1.36 (reenable | KATO Takenori | 1997-01-05 | 1 | -3/+1 |
| * | Fix collapse code included in #ifdef WDDEBUG: add `;' at the end of the | KATO Takenori | 1997-01-04 | 1 | -4/+4 |
| * | Fix cursor address calculation. | KATO Takenori | 1997-01-04 | 1 | -1/+1 |
| * | Reenabled i586_optimized_copyin/out yet again. | Bruce Evans | 1997-01-04 | 3 | -9/+3 |
| * | Fixed context switching of FPU state after a fault in | Bruce Evans | 1997-01-04 | 3 | -9/+60 |
| * | Fixed botched tables: | Bruce Evans | 1997-01-04 | 2 | -256/+294 |
| * | Delete collapse code to avoid overflow of the number of cylinders. | KATO Takenori | 1997-01-04 | 1 | -15/+1 |
| * | Change types of wdp_cylinders, wdp_heads and wdp_sectors in struct | KATO Takenori | 1997-01-04 | 1 | -4/+4 |
| * | (1) Change iomem of SMIT transfer mode from 0xdd000 (BIOS ROM base | KATO Takenori | 1997-01-04 | 2 | -6/+10 |
| * | Clean-up. | KATO Takenori | 1997-01-04 | 2 | -10/+9 |
| * | Staticize dma_bouncebuf. This variable was kept global because sbic | KATO Takenori | 1997-01-04 | 1 | -3/+3 |
| * | Correct I/O port address table for ELECOM LD-BDN ethernet card. | KATO Takenori | 1997-01-04 | 1 | -8/+2 |
| * | Add `#ifdef PC98' to include PC98-specific code. Add declaration of the | KATO Takenori | 1997-01-04 | 3 | -6/+15 |
| * | Expose more of these structures to tthe user so that netstat | Garrett Wollman | 1997-01-03 | 1 | -3/+3 |
| * | Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>. | Garrett Wollman | 1997-01-03 | 2 | -18/+20 |
| * | Separate kernel-internal data structures from exposed user interface | Garrett Wollman | 1997-01-03 | 2 | -272/+308 |
| * | Undo the collapse breakage (swap space usage problem.) | John Dyson | 1997-01-03 | 4 | -16/+4 |
| * | Oops, delete extra push %edi and push %esi in memsize(). | KATO Takenori | 1997-01-03 | 1 | -3/+1 |
| * | Change IMR of master PIC from 0x7f into 0xff in isa_defaultirq(). | KATO Takenori | 1997-01-03 | 1 | -2/+2 |
| * | Add code to copy the LDT, if required. | Stefan Eßer | 1997-01-02 | 2 | -2/+32 |
| * | Add Intel VX chip set specific detection and register dump code. | Stefan Eßer | 1997-01-02 | 1 | -1/+56 |
| * | Make it possible to test kernel code in a userland harness, even if it | Poul-Henning Kamp | 1997-01-01 | 1 | -1/+3 |
| * | Guess what? We left alot of the old collapse code that is not needed | John Dyson | 1997-01-01 | 4 | -2/+15 |
| * | A very significant improvement in the management of process maps | John Dyson | 1996-12-31 | 2 | -42/+45 |
| * | Fix (properly, I hope) 'panic: sillyrename dir' crash that can happen | Bill Paul | 1996-12-31 | 2 | -4/+6 |
| * | A couple of changes for proper mpu401 recognition, and an opl3 patch | Jordan K. Hubbard | 1996-12-30 | 3 | -15/+21 |
| * | Apply a similar fix as in gsc.c rev 1.23. | Joerg Wunsch | 1996-12-30 | 1 | -2/+1 |
| * | Apparently, someone changed the gsc driver to allocate one big buffer | Joerg Wunsch | 1996-12-30 | 1 | -1/+0 |
| * | Update our kernel ntp code to the latest from David Mills. The main change | John Hay | 1996-12-30 | 6 | -389/+777 |
| * | Add NetBSD/OpenBSD compatable timeradd()/timersub() user-space macros. | Peter Wemm | 1996-12-30 | 2 | -2/+44 |
| * | Add INADDR_LOOPBACK, moved from <rpc/rpc.h> | Peter Wemm | 1996-12-30 | 1 | -1/+2 |
| * | First commit of a series of cleanups for the libc rpc code which has been | Peter Wemm | 1996-12-30 | 1 | -7/+3 |
| * | Let the VM system know that on certain arch's that VM_PROT_READ | John Dyson | 1996-12-30 | 3 | -3/+19 |
| * | EEEK!!! useracc and kernacc didn't lock their respective | John Dyson | 1996-12-30 | 1 | -2/+16 |
| * | Fixed keeping track of interrupt nesting level across ASTs. It sometimes | Bruce Evans | 1996-12-29 | 1 | -1/+3 |
| * | Add | Poul-Henning Kamp | 1996-12-29 | 1 | -1/+7 |
| * | Reserve 4 malloc types for generic geometry handling. | Poul-Henning Kamp | 1996-12-29 | 1 | -2/+10 |