| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>. | wollman | 1997-01-03 | 2 | -18/+20 |
* | Separate kernel-internal data structures from exposed user interface | wollman | 1997-01-03 | 2 | -272/+308 |
* | Undo the collapse breakage (swap space usage problem.) | dyson | 1997-01-03 | 4 | -16/+4 |
* | Oops, delete extra push %edi and push %esi in memsize(). | kato | 1997-01-03 | 1 | -3/+1 |
* | Change IMR of master PIC from 0x7f into 0xff in isa_defaultirq(). | kato | 1997-01-03 | 1 | -2/+2 |
* | Add code to copy the LDT, if required. | se | 1997-01-02 | 2 | -2/+32 |
* | Add Intel VX chip set specific detection and register dump code. | se | 1997-01-02 | 1 | -1/+56 |
* | Make it possible to test kernel code in a userland harness, even if it | phk | 1997-01-01 | 1 | -1/+3 |
* | Guess what? We left alot of the old collapse code that is not needed | dyson | 1997-01-01 | 4 | -2/+15 |
* | A very significant improvement in the management of process maps | dyson | 1996-12-31 | 2 | -43/+46 |
* | Fix (properly, I hope) 'panic: sillyrename dir' crash that can happen | wpaul | 1996-12-31 | 2 | -4/+6 |
* | A couple of changes for proper mpu401 recognition, and an opl3 patch | jkh | 1996-12-30 | 3 | -15/+21 |
* | Apply a similar fix as in gsc.c rev 1.23. | joerg | 1996-12-30 | 1 | -2/+1 |
* | Apparently, someone changed the gsc driver to allocate one big buffer | joerg | 1996-12-30 | 1 | -1/+0 |
* | Update our kernel ntp code to the latest from David Mills. The main change | jhay | 1996-12-30 | 6 | -389/+777 |
* | Add NetBSD/OpenBSD compatable timeradd()/timersub() user-space macros. | peter | 1996-12-30 | 2 | -2/+44 |
* | Add INADDR_LOOPBACK, moved from <rpc/rpc.h> | peter | 1996-12-30 | 1 | -1/+2 |
* | First commit of a series of cleanups for the libc rpc code which has been | peter | 1996-12-30 | 1 | -7/+3 |
* | Let the VM system know that on certain arch's that VM_PROT_READ | dyson | 1996-12-30 | 3 | -3/+19 |
* | EEEK!!! useracc and kernacc didn't lock their respective | dyson | 1996-12-30 | 1 | -2/+16 |
* | Fixed keeping track of interrupt nesting level across ASTs. It sometimes | bde | 1996-12-29 | 1 | -1/+3 |
* | Add | phk | 1996-12-29 | 1 | -1/+7 |
* | Reserve 4 malloc types for generic geometry handling. | phk | 1996-12-29 | 1 | -2/+10 |
* | Delete bogus inconsistency check that could cause a gratuitous panic. I | dg | 1996-12-29 | 1 | -8/+1 |
* | Synchronize with sys/i386/isa/npx.c revision 1.35 (disable | kato | 1996-12-29 | 1 | -1/+3 |
* | Synchronize with sys/i386/i386/machdep.c revision 1.223 (clean-up of | kato | 1996-12-29 | 2 | -6/+6 |
* | This commit is the embodiment of some VFS read clustering improvements. | dyson | 1996-12-29 | 13 | -160/+256 |
* | This commit is the embodiment of some VFS read clustering improvements. | dyson | 1996-12-29 | 2 | -2/+4 |
* | Superficial cleanup of comment. | dyson | 1996-12-29 | 1 | -2/+2 |
* | Superficial clean-up of useracc calls. (The useracc usage of | dyson | 1996-12-29 | 2 | -6/+6 |
* | Allow pmap_protect to increase permissions. This mod can eliminate | dyson | 1996-12-29 | 2 | -10/+14 |
* | Eliminate the redundancy due to the similarity between the routines | dyson | 1996-12-28 | 3 | -84/+18 |
* | The code unnecessarily created an object with no handle up-front, which | dyson | 1996-12-28 | 1 | -5/+10 |
* | Disabled i586-optimized copyin and copyout again. The fault handler | bde | 1996-12-28 | 3 | -3/+9 |
* | Turn off qcam_debug flag by default | ache | 1996-12-28 | 1 | -1/+1 |
* | Staticize dmapageport and isa_dmarangecheck. | kato | 1996-12-27 | 1 | -4/+3 |
* | Put INCLUDE_CONFIG_FILE into opt_config.h rather than the CFLAGS line | peter | 1996-12-26 | 1 | -1/+4 |
* | Don't synchronously update the directory entry at the end of every | bde | 1996-12-25 | 2 | -4/+4 |
* | Synchronize with sys/i386/isa/sio.c revision 1.155 (use breakpoint() | kato | 1996-12-24 | 2 | -6/+4 |
* | Synchronize with sys/i386/i386/userconfig.c revision 1.79 (cosmetic | kato | 1996-12-24 | 1 | -2/+4 |
* | Slightly re-order the sequence of commands issued, so try to send | joerg | 1996-12-24 | 1 | -10/+7 |
* | Do something Peter Dufault long since intended to do: make a current | joerg | 1996-12-24 | 1 | -4/+18 |
* | Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn't | bde | 1996-12-23 | 3 | -9/+6 |
* | Don't redefine SCSI_NCR_DFLT_TAGS even in if FAILSAFE is defined. | bde | 1996-12-23 | 1 | -4/+6 |
* | Added undocumented SCSI_DELAY and SCSI_NCR_* options. SCSI_DELAY gets | bde | 1996-12-23 | 3 | -3/+21 |
* | Sorted options. | bde | 1996-12-23 | 1 | -30/+30 |
* | Fixed spelling of SCSI_NCR_MAX*. | bde | 1996-12-23 | 1 | -3/+3 |
* | Fixed quoting of MAXDSIZ and DFLTDSIZ. The quoting rules changed when | bde | 1996-12-23 | 3 | -9/+9 |
* | Cosmetic (wrt. the screen display) change: when re-enabling a device, | joerg | 1996-12-23 | 1 | -2/+4 |
* | *Ahem* - opt_rlimit.h does not exist in the LKM case. This was another | jkh | 1996-12-23 | 1 | -1/+3 |