summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Define DKBAD_NOTRKSEC. Cosmetic except it is required for recent changesbde1995-04-151-1/+2
* Remove bogus unused `struct cpu_disklabel'.bde1995-04-153-9/+3
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. Thisgibbs1995-04-158-572/+782
* Fix initializations of kdc_state for serial consoles.bde1995-04-153-99/+114
* kernel.h -> sys/kernel.hgibbs1995-04-151-2/+2
* Be more careful with how we do a chip reset.gibbs1995-04-151-16/+33
* Don't waste time sending an EOI to ICU1 if option AUTO_EOI_1 is defined.bde1995-04-153-21/+27
* Speed up ttnread() in the !(ICANON | ISIG) case by copying to user spacebde1995-04-151-16/+53
* Define IBUFSIZ as 384. This goes with speeding up ttnread().bde1995-04-151-3/+8
* Put vnode_if.h and vnode_if.c into CLEANFILES that are automaticallyats1995-04-151-2/+2
* Added kzipbootphk1995-04-151-2/+2
* The magic code to uncompress a kernel.phk1995-04-158-0/+923
* Changes needed for kzip to work.phk1995-04-152-10/+33
* Make DISTNAME and RELEASE the same for now. It makes more sense.jkh1995-04-151-3/+3
* Go to a coherent release number for uname(1).jkh1995-04-151-2/+2
* For P_SUGID processes, we must also change ownership of the mem filedg1995-04-152-4/+20
* Retain group kmem readability for P_SUGID processes.dg1995-04-152-4/+12
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps sodg1995-04-156-10/+14
* Fixed serious off by one bug I introduced that will likely cause thedg1995-04-151-3/+3
* "jl" and "jb" doesn't quite do the same thing...phk1995-04-142-3/+3
* I commit this for Bruce, who has serious connectivity problmes pt.phk1995-04-141-430/+285
* Boot block cleanup.joerg1995-04-148-152/+238
* Add scsi targetdufault1995-04-141-0/+1
* Add scsi target support.dufault1995-04-141-65/+330
* Add scsi target. Add "after config" call to autoconf so that scsidufault1995-04-143-4/+74
* Add "sctarg" and document new SCSI_REPORT_GEOMETRY option for achedufault1995-04-143-3/+21
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-1413-382/+1052
* Hopefully I won't get flamed for this: insert a few more #if defined(I486_CPU)wpaul1995-04-142-8/+28
* According to a Usenet posting forward to me by Jordan, there'swpaul1995-04-141-1/+7
* Make class names easier to typewollman1995-04-131-4/+4
* Backed out previous change - it reduces performance. (oops).dg1995-04-131-2/+4
* Actually copy the class field over from the kernel to the user structure.wollman1995-04-131-1/+2
* Slight optimization to select().dg1995-04-131-4/+2
* Forgot two things in yesterday's massive devconf update:wollman1995-04-133-18/+12
* Move setcompat code to another place, initial/locked devicesache1995-04-133-42/+36
* Comment out ttcompat via COMPAT_SUNOS tooache1995-04-133-33/+45
* This a subtle reminder to people that not everybody compiles theirwpaul1995-04-132-2/+6
* Various changes from Matt Thomas to improve media selection and fixdg1995-04-133-205/+485
* DISTNAME="2.0-950412-SNAP"jkh1995-04-121-2/+2
* Add "BREAK_TO_DEBUGGER" option.phk1995-04-123-3/+9
* ttsetcompat is a '#ifdef COMPAT_43' feature.phk1995-04-123-3/+15
* Add a class field to devconf and mst drivers.wollman1995-04-1253-589/+930
* Break netboot into device specific versions.martin1995-04-129-74/+1930
* Improve the if_eg driver a bit in style. It's still by far the worst driverphk1995-04-121-53/+3
* Fixed bug I introduced when changing PCB list to use 4.4BSD style queuedg1995-04-121-4/+3
* Read of a record smaller then request size always failsache1995-04-111-3/+2
* Fix link sys callache1995-04-112-4/+8
* Call new ttsetcompat() function for proper workingache1995-04-113-3/+27
* Extract "set" family functions to separate module, needed forache1995-04-111-70/+90
* Add new ttsetcompat function (from tty_compat)ache1995-04-111-1/+2
OpenPOWER on IntegriCloud