summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-01-12support MKSHARE=nolukem
2004-01-11Update the file system snapshot driver:hannken
- Document the kernel thread. - Rename some functions and variables. - Return EROFS where appropriate. - Use shifts instead of 64-bit divide. - Use a simple_lock to make it MP-safe. - Add M_CANFAIL to malloc to avoid panic on large cluster size. - Allow sparse file for backing store and use VOP_BALLOC() to allocate space. Default size of backing store is the size of the file system.
2004-01-11Add more info that recent amd's want. XXX: this is not cross-build friendly.christos
2004-01-11PR/17103: FUKAUMI Naoki: Make this print the correct OS version and otherchristos
info. This breaks each time someone imports a new amd.
2004-01-08typo (struct member name - has to be rtm_addrs). from fujitsuitojun
2004-01-08backout previous change (removal of pidfile(3) call). requested by core.itojun
2004-01-06Fix MAX macro; from Jeff Ito in PR 24008.wiz
2004-01-06Fix typo; new sentence, new line;wiz
drop trailing spaces; add comma in enumeration.
2004-01-06Rework a bit to describe the pkg wildcards in their ownhubertf
section, etc.
2004-01-06update for -D being default now for pkg_infohubertf
2004-01-06pkg_info(1) now also shows post-install message by default, if presenthubertf
2004-01-06Remove unused max macro. From Jeff Ito in PR 23995.wiz
2004-01-06Remove unused (unsafe!) MAX macro. From Jeff Ito in PR 23995.wiz
2004-01-06getopt still looks for -c (killed long ago)wiz
remove unneeded break; after usage(); From Jeff Ito in PR 23994.
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
to be the most common practice in our tree.
2004-01-05New sentence, new line; sort options.wiz
2004-01-05Add -l to usage.wiz
2004-01-05document -l, bump date, thanks wizchristos
2004-01-05don't allow -l without -achristos
2004-01-05Collapse single letter options. Sort option descriptions.wiz
2004-01-05Add -q to usage.wiz
2004-01-05Add the xconsole_delay property which specifies the number of seconds tojmmv
wait when returning from the X console before reactivating the mouse. Some systems may require more than the default (or may want less to get faster response).
2004-01-05Add 2004 to copyright notice because of previous change.jmmv
2004-01-05Call wscons mode hooks before and after generic_wscons_event. This is tojmmv
allow the selection mode hide the mouse before the device is closed, thus fixing a minor problem (the pointer remained visible when returning from X for some seconds).
2004-01-05Fix xconsole handling (enable the mouse properly when returning from X).jmmv
Closes PR bin/23223 by FUKAUMI Naoki.
2004-01-05fifo, ttystat and xconsole properties are generic (used by all modes), sojmmv
move them to their respective section. Fixes part of PR bin/23223.
2004-01-05Recognize the "fifo" property (again) in configuration files. This was lostjmmv
in some previous commit...
2004-01-05PR/23971: Robert Elz: Quotacheck fails when max uid is present and takeschristos
forever if there are large gaps in the uid space. It also does not work properly with the fsck preen code it uses.
2004-01-04Add support to call scripts at carrier detect/drop time (on networkmartin
interfaces that report this). Basically from Brian Grayson, fixes his PR bin/23191.
2004-01-04use system() to spawn editor, so that it's possible to use EDITORjdolecek
setting which includes options; this reinstates functionality lost in rev 1.18
2004-01-04In the "quick depends pre-scan", first print all bad matching depends,hubertf
then exit (instead printing one conflicting pkg/version on each run).
2004-01-04add stddef.h include and remove shadowed local var.dbj
2004-01-04Only build ntp-keygen if ${MKCRYPTO}!="no".lukem
(There appears to be partial support in the ntp-keygen sources for compiling without -DOPENSSL, but it's not functional).
2004-01-04Only define OPENSSL and use -lcrypto if ${MKCRYPTO}!="no"lukem
2004-01-03Bump date for previous.wiz
2004-01-03restore traditional output for older filesystemsdbj
add byte swapping support for inode printing
2004-01-03Consistently check ${TOOLCHAIN_MISSING} against "no".lukem
2004-01-03use != "no"lukem
2004-01-03Bump date for pid file removal.wiz
2004-01-03remove call to pidfile(3), it was just for debugging (and there was no properitojun
cleanup code). from kame
2004-01-03rtsol: factor out dump.c if -DSMALL (for boot floppy)itojun
use __func__ not __FUNCTION__ use timeradd() and timersub() from sys/time.h from kame
2003-12-29don't drop -v option when using other defaultsdbj
2003-12-29Back out last, in favor of adding a trailing dot to "localhost", asfredb
discussed on current-users.
2003-12-28fix two bugs with argument parsing:dbj
missing break statement caused -F to give usage -v argument caused default options to be dropped
2003-12-28add DPADD+=${LIBUTIL}dbj
2003-12-27Immediately return from dhost() if host is localhost, towiz
avoid a warning from host(1). From Nicolas Joly in PR 23897.
2003-12-27Use the new SPPPGETSTATUSNCP ioctl, if supported, to avoid reportingmartin
intermitent changes on "volatile" interfaces based on if_spppsubr.c. This interfaces used to cause ifwatchd to call the up and down scripts with 0.0.0.0 addresses between entering PPP phase network and IPCP completition.
2003-12-26Fix typo ($stratum -> stratum), from Nicolas Joly in PR 23891.wiz
2003-12-26server is an Ar, not a Fl. From Nicolas Joly in PR 23890.wiz
2003-12-25bootparams, not bootparms.wiz