summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* I noticed that some new -W options had been turned on the kernel compile sincejkh1995-04-241-16/+22
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-237-37/+37
* Don't arbitrarily set SCSI_NOSLEEP. It is now handled correctly by thegibbs1995-04-232-22/+39
* Don't arbitrarily set SCSI_NOSLEEP. It is now handled correctly by thegibbs1995-04-231-18/+12
* Added `fe' device drive r for Fujitsu MB86960A family.wollman1995-04-236-0/+6300
* Substantially clean up LINT and add `fe'.wollman1995-04-235-179/+160
* Declare the console switch functions completely.bde1995-04-234-42/+88
* Move declarations of console functions to cons.h (they should bebde1995-04-233-36/+15
* Make setreuid/setregid active syscallsache1995-04-236-20/+18
* Correct the type of the `c' arg to pccnputc().bde1995-04-236-33/+30
* Declare d_dump_t and d_mmap_t completely. Nothing depends on thebde1995-04-232-6/+6
* hmm spotted a difference resulting from a merge I didn't examine close enoughjulian1995-04-232-4/+6
* include hooks for EISA configuration (possibly wrong :)julian1995-04-236-28/+68
* include new files for EISA configurationjulian1995-04-232-2/+6
* files for the eisa specific autoconfiguration..julian1995-04-235-0/+530
* Correct the type of the `acflag' arg to suser().bde1995-04-232-4/+4
* inline -> __inline.bde1995-04-232-15/+15
* Don't export a bogus include to half the universe.bde1995-04-232-5/+4
* Declare wakeup() non-implicitly and don't bogusly cast its arg.bde1995-04-231-2/+3
* Forgot this commit the other day. The receiving end of the "boot -C" option.phk1995-04-232-14/+12
* We will use /sbin/init on cdrom too.phk1995-04-231-5/+1
* Change the initial delay in wdwait to a DELAY macro call. It is reallydyson1995-04-221-8/+8
* Document the wd.c option NSECS_MULTI.dyson1995-04-223-3/+15
* First part of the "what version of CURRENT" fix.phk1995-04-221-2/+7
* 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
OpenPOWER on IntegriCloud