summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* convert the math emulation to use the new-style options.wollman1996-01-045-3/+13
* Increased vm_object_cache_max by about 50% to yield better utilization ofdg1996-01-041-2/+2
* Fixed minor struct cred leak. Discovered while looking for the oppositedg1996-01-041-5/+8
* Convert PROCFS to the new style of options by the simple expedient ofwollman1996-01-031-0/+1
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-0324-44/+54
* Try to make multicast routing work correctly over point-to-pointwollman1996-01-031-1/+8
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-031-8/+374
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-733/+465
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-033-12/+132
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-10/+10
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-035-1006/+1252
* Reworked the stop/reset code to properly run-down allocated buffers anddg1996-01-032-72/+150
* Prepare to add support for parity. Report the post-parity size,asami1996-01-022-8/+40
* Fix the number of ports created for devfs.. it had been only creatingpeter1996-01-022-4/+4
* Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negativedg1996-01-022-6/+6
* Introduce a wormunit() so the control device will work.joerg1996-01-021-2/+7
* Fix last "fix" - I had introduced a fencepost error.. :-(peter1996-01-022-4/+4
* Fix up the DEVFS minor numbers that the Specialix driver registers...peter1996-01-022-14/+22
* Remove unnecessary debug printf's ("no references", "bad-id") - thesepeter1996-01-022-2/+23
* I have some problem here, which shows up in the ahc0 driver. It isn't wherephk1996-01-012-2/+14
* Fixed user-mode mcount which I broke in the previous revision.bde1996-01-012-26/+66
* Fix the reversed source and dest args to bcopy() in the kernel spacepeter1996-01-012-5/+5
* fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wontpeter1996-01-011-1/+3
* Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype)peter1996-01-011-2/+8
* Make pipe() return a set of bidirectional pipe fd's rather than one-way onlypeter1996-01-011-3/+3
* Restrict /devfs/io perms to 0600.joerg1995-12-312-4/+4
* In memory test, cast pointer as "volatile int *", not "int *" to make suredg1995-12-302-18/+18
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-307-1870/+0
* recording cvs-1.6 file deathpeter1995-12-30135-58644/+0
* Use a medium_type field of 0 (Default), instead of the value that wasjoerg1995-12-301-3/+9
* Copied mcount.c from the library again. #include'ing it via a relativebde1995-12-301-3/+325
* Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support atbde1995-12-303-3/+9
* Oops, forgot a little difference between my src-tree and ours...sos1995-12-302-4/+4
* Fixed a bug with the ATAPI_STATIC option, so it compiles again.sos1995-12-291-3/+8
* My first shot at get sound to work on the emulator.sos1995-12-296-16/+254
* Added SYSVSHM definesos1995-12-291-2/+2
* Implemented non-statistical kernel profiling. This is based onbde1995-12-2911-280/+665
* Fixed erroneous resending of the output buffer.bde1995-12-292-22/+68
* Oops, this should have been committed with the other Hayes ESP changes.bde1995-12-293-0/+228
* Added support for the Hayes ESP serial card.bde1995-12-296-6/+366
* 1) ifdef out some unused functions (for now)markm1995-12-294-40/+66
* Make a couple of options that hurt when they're removed morejkh1995-12-295-22/+39
* Remove some bogus externs.dg1995-12-291-4/+1
* Add the attempted DMA address to the 'DMA beyond end of ISA' message so thatpeter1995-12-291-2/+3
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-285-129/+8
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-285-53/+226
* Don't print swap server as root server.phk1995-12-282-4/+4
* Fix one more label that I overlooked with the P6 support. Sigh.dg1995-12-283-6/+6
* 1) Add #include <machine/cpu.h> to catch some 586 #definesmarkm1995-12-282-4/+6
* Preserve SIGP bit when clearing INTF condition.se1995-12-281-3/+3
OpenPOWER on IntegriCloud