summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* Add NetBSD/OpenBSD compatable timeradd()/timersub() user-space macros.peter1996-12-302-2/+44
* Add INADDR_LOOPBACK, moved from <rpc/rpc.h>peter1996-12-301-1/+2
* First commit of a series of cleanups for the libc rpc code which has beenpeter1996-12-301-7/+3
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-303-3/+19
* EEEK!!! useracc and kernacc didn't lock their respectivedyson1996-12-301-2/+16
* Fixed keeping track of interrupt nesting level across ASTs. It sometimesbde1996-12-291-1/+3
* Addphk1996-12-291-1/+7
* Reserve 4 malloc types for generic geometry handling.phk1996-12-291-2/+10
* Delete bogus inconsistency check that could cause a gratuitous panic. Idg1996-12-291-8/+1
* Synchronize with sys/i386/isa/npx.c revision 1.35 (disablekato1996-12-291-1/+3
* Synchronize with sys/i386/i386/machdep.c revision 1.223 (clean-up ofkato1996-12-292-6/+6
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-2913-160/+256
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-292-2/+4
* Superficial cleanup of comment.dyson1996-12-291-2/+2
* Superficial clean-up of useracc calls. (The useracc usage ofdyson1996-12-292-6/+6
* Allow pmap_protect to increase permissions. This mod can eliminatedyson1996-12-292-10/+14
* Eliminate the redundancy due to the similarity between the routinesdyson1996-12-283-84/+18
* The code unnecessarily created an object with no handle up-front, whichdyson1996-12-281-5/+10
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-283-3/+9
* Turn off qcam_debug flag by defaultache1996-12-281-1/+1
* Staticize dmapageport and isa_dmarangecheck.kato1996-12-271-4/+3
* Put INCLUDE_CONFIG_FILE into opt_config.h rather than the CFLAGS linepeter1996-12-261-1/+4
* Don't synchronously update the directory entry at the end of everybde1996-12-252-4/+4
* Synchronize with sys/i386/isa/sio.c revision 1.155 (use breakpoint()kato1996-12-242-6/+4
* Synchronize with sys/i386/i386/userconfig.c revision 1.79 (cosmetickato1996-12-241-2/+4
* Slightly re-order the sequence of commands issued, so try to sendjoerg1996-12-241-10/+7
* Do something Peter Dufault long since intended to do: make a currentjoerg1996-12-241-4/+18
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tbde1996-12-233-9/+6
* Don't redefine SCSI_NCR_DFLT_TAGS even in if FAILSAFE is defined.bde1996-12-231-4/+6
OpenPOWER on IntegriCloud