summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The Linux emulator depends on SYSV IPC but doesn't actually referencewollman1996-01-052-2/+6
* Remove -fno-strength-reduce, gcc bug recently fixedache1996-01-051-2/+2
* Added multicast support, currently #ifdef LNC_MULTICAST.paul1996-01-052-28/+170
* Convert QUOTA to new-style option.wollman1996-01-0519-42/+46
* Delete a couple of unnecessary dependencies on Makefile.wollman1996-01-053-9/+9
* Increased default SOMAXCONN from 32 to 128. 128 is the largest value Idg1996-01-051-2/+2
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newwollman1996-01-053-3/+27
* Somehow managed to miss these four files when converting the SYSV IPCwollman1996-01-054-4/+12
* The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.gibbs1996-01-051-2/+2
* Bring back the more heavy-weight version of the mesgin inb routines. Davidg'sgibbs1996-01-051-4/+12
* Null terminate execl's argument list.gibbs1996-01-053-6/+6
* Reverse the modification which caused the annoying m_copydata crash: setolah1996-01-041-1/+5
* Convert DDB to new-style option.wollman1996-01-0433-294/+75
* Automatically create an empty opt_sysvipc.h to mimic old optionwollman1996-01-041-2/+6
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-0421-23/+48
* 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
OpenPOWER on IntegriCloud