summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Undo the stupidity I inflicted on these files and replace it withwpaul1995-04-202-74/+28
* Reviewed by: no-one yet, but nonintrusive until configed in.. :)julian1995-04-207-0/+2805
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-206-9/+103
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-0/+4
* Added support for disks which "OnTrack Disk Manager" has munged.phk1995-04-202-38/+116
* New flag: B_PAGING. Added as part of the vn driver hack.dg1995-04-193-5/+7
* Escentially a rewrite by John Dyson. This is disgusting, and John agrees,dg1995-04-191-164/+127
* Include <sys/queue.h> because <netinet/in_pcb.h> (also includedolah1995-04-191-1/+2
* Reapply my fix for this:rgrimes1995-04-182-4/+4
* Couple of small cosmetic changes:wpaul1995-04-181-5/+7
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyjkh1995-04-182-6/+6
* Add quotes around TUNE_1542ache1995-04-183-6/+6
* Fix module handling to stop oddball modules (if_ppp_mod, if_sl_mod,wpaul1995-04-181-7/+74
* Add LM_UNKNOWN type for oddball modules (if_ppp_mod, if_sl_mod, etc...)wpaul1995-04-181-2/+3
* Extensive updates to this package.jkh1995-04-181-14/+3
* 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
OpenPOWER on IntegriCloud