summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Collapse)AuthorAgeFilesLines
* Added a slot in the swap-dev-table for NFS-diskless to abuse.phk1994-10-181-0/+1
|
* Undo the damage done to my previous changes. Whoever added thejkh1994-09-081-2/+2
| | | | | | | | | | | | | | | | | | | conditional did it backwards, thus flipping the behavior back off again by default (and only re-enableable through a very counter-intuitive option setting!). I'm glad I caught this and would merely like to state again for the record that if you're going to go and modify my changes then you should at least: 1. Do it correctly, since to do otherwise is kind of a slap in the face. 2. TELL me. This is not me just being compulsive, this is simple courtesy. I'm speaking just of my own preferences here, not necessarily trying to impose my standards on the group at large (e.g. some other folks might not even care). Submitted by: jkh
* Revert back to old config behavior if compiled with -DCONFIG_DONT_CLOBBER.wollman1994-09-062-0/+9
|
* Eradicate my #1 (ok, maybe #2) peeve by making config now blow awayjkh1994-09-031-1/+19
| | | | | | | and recreate any previous ../../compile/<blah> directory before laying down new files. The depends just aren't smart enough to save us from the grief that config's old behavior has always caused. Submitted by: jkh
* Oops...forgot to list the changes....dg1994-08-184-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | /usr/src/usr.sbin.config: o -DSTATCLOCK gives kludges to support the rtc non-device as well as old kludges to support the clk non-device. /usr/src/usr.sbin/config.8: o Document the trivialness of the new vector.h. /usr/src/usr.sbin/mkglue.c: o Only print DEVICE_NAMES and NR_DEVICES in vector.h. These are only required to support vmstat. The vmstat interface will need to be improved for dynamic loading. /usr/src/usr.sbin/mkioconf.c: o Print device ids to be used as indexes into DEVICE_NAMES. o Print secondary interrupt handler entry points (xxxintr()) instead of primary ones (VdevU()). Primary ones are now XintrI() and XfastintrI() and are independent of the config so they are not handled here. o Minor cleanups. Submitted by: Bruce Evans
* Support for Bruce Evans' new dynamic interrupt support.dg1994-08-184-86/+90
| | | | Submitted by: Bruce Evans
* Generate vector.h line for statclock. (See next commit for details.)wollman1994-08-151-1/+3
|
* Now that the timezone specification is no longer allowed, don't issue adg1994-08-091-2/+0
| | | | warning that it is missing.
* Disallow timezone specification, but still allow it to be presentwollman1994-08-081-2/+2
| | | | if it is zero (so that we can parse old config files).
* Converted 'vmunix' to 'kernel'.dg1994-08-056-29/+29
|
* Upgrade config to be compatible with our i386 port, pull in 95% of thergrimes1994-05-269-149/+205
| | | | | changes that have been made in FreeBSD 1.x, except for possibly the nfs diskless support this is a completed config.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-2626-0/+7415
OpenPOWER on IntegriCloud