summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tiny printf formatting change: if we have no cpu_vendor or cpu_id info,wpaul1995-04-222-4/+8
* Submitted by: bde@freebsd.orgjulian1995-04-211-2/+2
* Make some functions static like they always should have been.bde1995-04-212-56/+62
* Update the pseudo-prototype for serial_putc() to match the actual prototype.bde1995-04-211-2/+2
* Never pass char or short args to functions. This saves 64 bytes ofbde1995-04-211-44/+40
* Slight re-ordering of the creation of a vmio object to fix a conditiondyson1995-04-214-8/+16
* Fixed a problem in _vm_object_page_clean that could cause andyson1995-04-211-4/+6
* . Make Poul's boot2 overflow warning less noisy in case the blocksjoerg1995-04-204-16/+29
* Add an option to make it easy to default to the hd1 modejulian1995-04-201-10/+17
* remove note about 'find' now that it's fixed.julian1995-04-201-6/+4
* Submitted by: phk@freebsd.orgjulian1995-04-201-1/+22
* Added a check so compilation fails if the bootblocks are too big.phk1995-04-202-22/+26
* Submitted by: julianjulian1995-04-201-3/+4
* Submitted by: julianjulian1995-04-206-176/+161
* The -current system with 'zp' driver hangs up when resumed fromphk1995-04-201-2/+6
* Reviewed by:julian1995-04-201-0/+123
* Added -C option to set RB_CDROM, so that we use our cdrom as root.phk1995-04-201-2/+4
* Added RB_CDROM flag, meaning "use CDROM as root".phk1995-04-201-1/+2
* Add wd2 and wd3 as swap-devices too.phk1995-04-202-4/+4
* Remove the slice for the first 63 sectors for the OnTrack case, it's uselessphk1995-04-202-24/+4
* 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
OpenPOWER on IntegriCloud