aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get rid of %qd, and unbreak Alpha build.Dag-Erling Smørgrav2002-07-153-11/+16
* Move all the sio(4) attachments (except for pc98's cbus attachment) to theJohn Baldwin2002-07-157-25/+5
* The puc(4) driver/bridge is MI, so don't bury it in MD options and filesJohn Baldwin2002-07-157-11/+6
* o Introduce new m_getcl() interface routine that allocates an mbufBosko Milekic2002-07-153-145/+401
* Sort all the SYSV IPC options. They are still all clumped together, butJohn Baldwin2002-07-151-14/+14
* - Properly sort GEOM and NODEVFS.John Baldwin2002-07-151-3/+2
* Make WLCACHE and WLDEBUG MI options.John Baldwin2002-07-153-4/+2
* Make NDGBPORTS an MI option since the dgb(4) driver is an MI driver.John Baldwin2002-07-153-8/+1
* Properly document NDGBPORTS and use a better value in NOTES. The normalJohn Baldwin2002-07-151-1/+6
* Remove SIMOS option from here. It will be moving to a new home shortly.John Baldwin2002-07-151-2/+0
* Adjust a comment, the vga device only supports VGA cards.John Baldwin2002-07-151-1/+1
* The sources to the non-working esp device are no longer present in current.John Baldwin2002-07-152-2/+0
* Alpha does not support the PERFMON kernel option and does not have aJohn Baldwin2002-07-151-2/+0
* Neither options SLICE or sys/alpha/alpha/mountroot.c exist anymore.John Baldwin2002-07-151-1/+0
* Re-fetch the interface handle after setting the config number,Ian Dowse2002-07-152-1/+4
* - Remove an irrelevant comment from i386 GENERIC.John Baldwin2002-07-151-13/+7
* Move ACPI device and options from MI NOTES to the i386 MD NOTES file.John Baldwin2002-07-152-15/+15
* Very minor warns fix. Add a declaration for an unused parameter.Mark Murray2002-07-151-1/+1
* Help lint out a bit; wrap some functions (redefined as macros) in #ifdef.Mark Murray2002-07-151-0/+2
* Upgrade the random device to use a "real" hash instead of buildingMark Murray2002-07-155-55/+14
* Fix some really pedantic GCC warnings.Mark Murray2002-07-151-5/+5
* Convert GNU variadic macros to the ISO 9X variety.Mark Murray2002-07-152-3/+5
* Wrap GNU specific code in ifdefs, and help lint out by providingMark Murray2002-07-152-4/+36
* Cast to prevent "signed/unsigned comparison" warnings.Mark Murray2002-07-152-4/+4
* Warnings and lint-assisting fixes; mark unused function parameters asMark Murray2002-07-153-54/+174
* Consistently use semicolons to terminate macro invocations. CleanerMark Murray2002-07-151-1/+1
* Convert GNU-styled variadic macros to ISO(9x) style.Mark Murray2002-07-151-4/+4
* Use a semicolon at the end of a function-like macro invocation. KillsMark Murray2002-07-151-1/+1
* Fix warning by marking unused function parameter.Mark Murray2002-07-151-1/+1
* ISOfy and minor warnsfix.Mark Murray2002-07-151-4/+2
* Use semicolons at the end of function-like macros for the sake ofMark Murray2002-07-152-2/+2
* Get rid of %qd, and unbreak Alpha build.Dag-Erling Smørgrav2002-07-152-3/+6
* Revert previous delta, which is not required with rev 1.5 ofSheldon Hearn2002-07-153-3/+0
* s/progname/procname/ to be consistent with the other occurrencesRalf S. Engelschall2002-07-151-1/+1
* Replace extra call to "tunefs" with the equivalent of "newfs -U".Ralf S. Engelschall2002-07-151-2/+1
* Correct module name of my previous commit.Hajimu UMEMOTO2002-07-151-1/+1
* revert WARNS=4, it makes the alpha compile sad.Alfred Perlstein2002-07-151-1/+1
* Fix whitespace in .Bd -literal display of S_IXXX constants.Giorgos Keramidas2002-07-151-15/+15
* mdoc fun: add a few more sentence breaks.Giorgos Keramidas2002-07-151-4/+8
* Kill excessive whitespace between macro arguments.Giorgos Keramidas2002-07-151-5/+5
* mdoc style: break up sentencesGiorgos Keramidas2002-07-151-3/+6
* Bit-width fields should be of type 'int'.Juli Mallett2002-07-151-1/+1
* Use %zu to print size_t.Juli Mallett2002-07-151-2/+2
* o Create vm_contig_launder() to replace code that appears twiceAlan Cox2002-07-151-56/+38
* Fix last hard sentence break.Giorgos Keramidas2002-07-151-1/+2
* ^Z suspends any and all programs that don't do anything special aboutGiorgos Keramidas2002-07-151-3/+0
* Support larger files (at least 64-bit offsets) by using off_t instead ofTim J. Robbins2002-07-151-8/+21
* fix driver name in DRIVER_MODULEMax Khon2002-07-152-2/+2
* Use present tense in all the verbs, when describing loader's startup.Giorgos Keramidas2002-07-151-2/+2
* Document savecore_flags.Giorgos Keramidas2002-07-151-0/+5