summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added undocumented SCSI_DELAY and SCSI_NCR_* options. SCSI_DELAY getsbde1996-12-233-3/+21
* Sorted options.bde1996-12-231-30/+30
* Fixed spelling of SCSI_NCR_MAX*.bde1996-12-231-3/+3
* Fixed quoting of MAXDSIZ and DFLTDSIZ. The quoting rules changed whenbde1996-12-233-9/+9
* Cosmetic (wrt. the screen display) change: when re-enabling a device,joerg1996-12-231-2/+4
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherjkh1996-12-231-1/+3
* Fix a bug in the wt driver that could cause memory corruption.joerg1996-12-231-8/+16
* Someone needs to teach Nate about the C pre-processor in general and thejkh1996-12-232-4/+4
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-229-9/+26
* Document MAXDSIZ and DFLDSIZ. This is a 2.2 candidate change.dyson1996-12-223-3/+42
* Add & Document MD5 option.phk1996-12-223-3/+21
* Add kern/md5c.c which came here by repository copy.phk1996-12-221-0/+1
* Fixup for new location.phk1996-12-221-4/+4
* Make this compile in the kernel too, major cosmetic cleanup.phk1996-12-221-260/+277
OpenPOWER on IntegriCloud