aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add LM_UNKNOWN type for oddball modules (if_ppp_mod, if_sl_mod, etc...)Bill Paul1995-04-181-2/+3
* Extensive updates to this package.Jordan K. Hubbard1995-04-181-14/+3
* Print the BIOS geometries in a human-readable format.Poul-Henning Kamp1995-04-172-8/+22
* Bump to 2.0-950418-SNAPGary Palmer1995-04-171-2/+2
* Fixed a logic bug that caused the vmdaemon to not wake up when intended.David Greenman1995-04-171-22/+27
* Changed minimum supported rev of DC21040 to pass 2.2.David Greenman1995-04-172-6/+6
* Fix compiler warnings about benign overflow in initializers.Bruce Evans1995-04-171-5/+7
* Removed obsolete/unused variable declarations. Killed externs and includedDavid Greenman1995-04-162-11/+4
* Removed obsolete/unused variable declarations.David Greenman1995-04-161-12/+3
* Remove the #ifdef REDUNDANT crud. This could be looked up in CVS byJoerg Wunsch1995-04-161-57/+14
* Moved some zero-initialized variables into .bss. Made code intended to beDavid Greenman1995-04-169-36/+29
* Removed unused & empty bufstats() function.David Greenman1995-04-161-6/+1
* Removed gratuitous m->blah=0 assignments when initializing the vm_pageDavid Greenman1995-04-161-4/+1
* Killed gratuitous b_vp=NULL in bufinit. The entire buffer is alreadyDavid Greenman1995-04-161-2/+1
* Changed #ifdef around printlockedvnodes() from DEBUG to DDB.David Greenman1995-04-162-4/+4
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteadDavid Greenman1995-04-161-3/+3
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteadDavid Greenman1995-04-161-3/+3
* Remove gratuitous waste of 2K of memory for BIOS variables. We never loadDavid Greenman1995-04-163-21/+3
* Make "print_page_info" #ifdef DDB.David Greenman1995-04-161-2/+3
* 1) Check for curproc != NULL in bread/bwrite. John convinced me that thisDavid Greenman1995-04-161-3/+10
* Various fixes from John Dyson:David Greenman1995-04-162-78/+38
* Fixed a few bugs in vm_object_page_clean, mostly related to not syncingDavid Greenman1995-04-161-11/+21
* Have the aic7xxx build rules point at the sequencer's new location.Justin T. Gibbs1995-04-162-12/+12
* Define DKBAD_NOTRKSEC. Cosmetic except it is required for recent changesBruce Evans1995-04-151-1/+2
* Remove bogus unused `struct cpu_disklabel'.Bruce Evans1995-04-153-9/+3
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. ThisJustin T. Gibbs1995-04-158-572/+782
* Fix initializations of kdc_state for serial consoles.Bruce Evans1995-04-153-99/+114
* kernel.h -> sys/kernel.hJustin T. Gibbs1995-04-151-2/+2
* Be more careful with how we do a chip reset.Justin T. Gibbs1995-04-151-16/+33
* Don't waste time sending an EOI to ICU1 if option AUTO_EOI_1 is defined.Bruce Evans1995-04-153-21/+27
* Speed up ttnread() in the !(ICANON | ISIG) case by copying to user spaceBruce Evans1995-04-151-16/+53
* Define IBUFSIZ as 384. This goes with speeding up ttnread().Bruce Evans1995-04-151-3/+8
* Put vnode_if.h and vnode_if.c into CLEANFILES that are automaticallyAndreas Schulz1995-04-151-2/+2
* Added kzipbootPoul-Henning Kamp1995-04-151-2/+2
* The magic code to uncompress a kernel.Poul-Henning Kamp1995-04-158-0/+923
* Changes needed for kzip to work.Poul-Henning Kamp1995-04-152-10/+33
* Make DISTNAME and RELEASE the same for now. It makes more sense.Jordan K. Hubbard1995-04-151-3/+3
* Go to a coherent release number for uname(1).Jordan K. Hubbard1995-04-151-2/+2
* For P_SUGID processes, we must also change ownership of the mem fileDavid Greenman1995-04-152-4/+20
* Retain group kmem readability for P_SUGID processes.David Greenman1995-04-152-4/+12
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps soDavid Greenman1995-04-156-10/+14
* Fixed serious off by one bug I introduced that will likely cause theDavid Greenman1995-04-151-3/+3
* "jl" and "jb" doesn't quite do the same thing...Poul-Henning Kamp1995-04-142-3/+3
* I commit this for Bruce, who has serious connectivity problmes pt.Poul-Henning Kamp1995-04-141-430/+285
* Boot block cleanup.Joerg Wunsch1995-04-148-152/+238
* Add scsi targetPeter Dufault1995-04-141-0/+1
* Add scsi target support.Peter Dufault1995-04-141-65/+330
* Add scsi target. Add "after config" call to autoconf so that scsiPeter Dufault1995-04-143-4/+74
* Add "sctarg" and document new SCSI_REPORT_GEOMETRY option for achePeter Dufault1995-04-143-3/+21
* Added "scsi target" device that can act as a target for scsi transfersPeter Dufault1995-04-1413-382/+1052