summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Print the BIOS geometries in a human-readable format.phk1995-04-172-8/+22
* Bump to 2.0-950418-SNAPgpalmer1995-04-171-2/+2
* Fixed a logic bug that caused the vmdaemon to not wake up when intended.dg1995-04-171-22/+27
* Changed minimum supported rev of DC21040 to pass 2.2.dg1995-04-172-6/+6
* Fix compiler warnings about benign overflow in initializers.bde1995-04-171-5/+7
* Removed obsolete/unused variable declarations. Killed externs and includeddg1995-04-162-11/+4
* Removed obsolete/unused variable declarations.dg1995-04-161-12/+3
* Remove the #ifdef REDUNDANT crud. This could be looked up in CVS byjoerg1995-04-161-57/+14
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-169-36/+29
* Removed unused & empty bufstats() function.dg1995-04-161-6/+1
* Removed gratuitous m->blah=0 assignments when initializing the vm_pagedg1995-04-161-4/+1
* Killed gratuitous b_vp=NULL in bufinit. The entire buffer is alreadydg1995-04-161-2/+1
* Changed #ifdef around printlockedvnodes() from DEBUG to DDB.dg1995-04-162-4/+4
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteaddg1995-04-161-3/+3
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteaddg1995-04-161-3/+3
* Remove gratuitous waste of 2K of memory for BIOS variables. We never loaddg1995-04-163-21/+3
* Make "print_page_info" #ifdef DDB.dg1995-04-161-2/+3
* 1) Check for curproc != NULL in bread/bwrite. John convinced me that thisdg1995-04-161-3/+10
* Various fixes from John Dyson:dg1995-04-162-78/+38
* Fixed a few bugs in vm_object_page_clean, mostly related to not syncingdg1995-04-161-11/+21
* Have the aic7xxx build rules point at the sequencer's new location.gibbs1995-04-162-12/+12
* 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
OpenPOWER on IntegriCloud