hannken
067a3b897d
Update the file system snapshot driver:
...
- 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-11 19:05:26 +00:00
christos
9103779d38
Add more info that recent amd's want. XXX: this is not cross-build friendly.
2004-01-11 18:37:35 +00:00
christos
8baf088e39
PR/17103: FUKAUMI Naoki: Make this print the correct OS version and other
...
info. This breaks each time someone imports a new amd.
2004-01-11 18:37:01 +00:00
itojun
71ee6e8bea
typo (struct member name - has to be rtm_addrs). from fujitsu
2004-01-08 06:56:25 +00:00
itojun
c257ec3afe
backout previous change (removal of pidfile(3) call). requested by core.
2004-01-08 02:48:43 +00:00
wiz
0d0f4c1fdd
Fix MAX macro; from Jeff Ito in PR 24008.
2004-01-06 23:02:55 +00:00
wiz
b00ba831b1
Fix typo; new sentence, new line;
...
drop trailing spaces; add comma in enumeration.
2004-01-06 16:22:06 +00:00
hubertf
26d5e2165c
Rework a bit to describe the pkg wildcards in their own
...
section, etc.
2004-01-06 16:15:06 +00:00
hubertf
81887c8837
update for -D being default now for pkg_info
2004-01-06 15:51:44 +00:00
hubertf
df32174c19
pkg_info(1) now also shows post-install message by default, if present
2004-01-06 15:48:47 +00:00
wiz
b6728a9600
Remove unused max macro. From Jeff Ito in PR 23995.
2004-01-06 13:30:56 +00:00
wiz
727fd51b35
Remove unused (unsafe!) MAX macro. From Jeff Ito in PR 23995.
2004-01-06 13:29:55 +00:00
wiz
a2eb139ce9
getopt still looks for -c (killed long ago)
...
remove unneeded break; after usage();
From Jeff Ito in PR 23994.
2004-01-06 13:28:20 +00:00
jmmv
b635f565e7
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
...
to be the most common practice in our tree.
2004-01-05 23:23:32 +00:00
wiz
6cd16c1552
New sentence, new line; sort options.
2004-01-05 18:46:44 +00:00
wiz
e055b80b2e
Add -l to usage.
2004-01-05 18:46:33 +00:00
christos
f3e0632950
document -l, bump date, thanks wiz
2004-01-05 17:43:44 +00:00
christos
f2563a1a34
don't allow -l without -a
2004-01-05 17:43:25 +00:00
wiz
64b5cffc26
Collapse single letter options. Sort option descriptions.
2004-01-05 17:27:17 +00:00
wiz
d8ca651179
Add -q to usage.
2004-01-05 17:26:57 +00:00
jmmv
e9d1ef2910
Add the xconsole_delay property which specifies the number of seconds to
...
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-05 12:16:25 +00:00
jmmv
506d12cd39
Add 2004 to copyright notice because of previous change.
2004-01-05 12:04:46 +00:00
jmmv
d6a1e75dd8
Call wscons mode hooks before and after generic_wscons_event. This is to
...
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-05 12:01:52 +00:00
jmmv
033feda138
Fix xconsole handling (enable the mouse properly when returning from X).
...
Closes PR bin/23223 by FUKAUMI Naoki.
2004-01-05 11:17:14 +00:00
jmmv
1b5b2c057b
fifo, ttystat and xconsole properties are generic (used by all modes), so
...
move them to their respective section. Fixes part of PR bin/23223.
2004-01-05 10:59:19 +00:00
jmmv
4414164694
Recognize the "fifo" property (again) in configuration files. This was lost
...
in some previous commit...
2004-01-05 10:56:02 +00:00
christos
43c0378045
PR/23971: Robert Elz: Quotacheck fails when max uid is present and takes
...
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-05 00:17:07 +00:00
martin
06eb7200cc
Add support to call scripts at carrier detect/drop time (on network
...
interfaces that report this).
Basically from Brian Grayson, fixes his PR bin/23191.
2004-01-04 22:19:51 +00:00
jdolecek
0d3df21f35
use system() to spawn editor, so that it's possible to use EDITOR
...
setting which includes options; this reinstates functionality lost in rev 1.18
2004-01-04 09:09:56 +00:00
hubertf
d7b7063649
In the "quick depends pre-scan", first print all bad matching depends,
...
then exit (instead printing one conflicting pkg/version on each run).
2004-01-04 01:47:35 +00:00
dbj
1c29b89d88
add stddef.h include and remove shadowed local var.
2004-01-04 00:21:29 +00:00
lukem
f64aa6de5c
Only build ntp-keygen if ${MKCRYPTO}!="no".
...
(There appears to be partial support in the ntp-keygen sources
for compiling without -DOPENSSL, but it's not functional).
2004-01-04 00:06:34 +00:00
lukem
5e982c6b1f
Only define OPENSSL and use -lcrypto if ${MKCRYPTO}!="no"
2004-01-04 00:04:52 +00:00
wiz
7aab07409d
Bump date for previous.
2004-01-03 21:05:21 +00:00
dbj
94c4dbf954
restore traditional output for older filesystems
...
add byte swapping support for inode printing
2004-01-03 19:32:58 +00:00
lukem
986979b8c9
Consistently check ${TOOLCHAIN_MISSING} against "no".
2004-01-03 14:04:27 +00:00
lukem
922c63e0b6
use != "no"
2004-01-03 13:46:30 +00:00
wiz
d495306cc1
Bump date for pid file removal.
2004-01-03 13:10:27 +00:00
itojun
592be49540
remove call to pidfile(3), it was just for debugging (and there was no proper
...
cleanup code). from kame
2004-01-03 06:16:40 +00:00
itojun
85d26f975b
rtsol: factor out dump.c if -DSMALL (for boot floppy)
...
use __func__ not __FUNCTION__
use timeradd() and timersub() from sys/time.h
from kame
2004-01-03 01:40:31 +00:00
dbj
f38b976b4c
don't drop -v option when using other defaults
2003-12-29 14:25:07 +00:00
fredb
040043b21a
Back out last, in favor of adding a trailing dot to "localhost", as
...
discussed on current-users.
2003-12-29 00:44:05 +00:00
dbj
5dacb54521
fix two bugs with argument parsing:
...
missing break statement caused -F to give usage
-v argument caused default options to be dropped
2003-12-28 06:06:55 +00:00
dbj
9361c55211
add DPADD+=${LIBUTIL}
2003-12-28 06:04:23 +00:00
wiz
97129337d3
Immediately return from dhost() if host is localhost, to
...
avoid a warning from host(1).
From Nicolas Joly in PR 23897.
2003-12-27 00:58:35 +00:00
martin
25943be498
Use the new SPPPGETSTATUSNCP ioctl, if supported, to avoid reporting
...
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-27 00:05:46 +00:00
wiz
8bdfbd91ec
Fix typo ($stratum -> stratum), from Nicolas Joly in PR 23891.
2003-12-26 17:43:02 +00:00
wiz
92c9805148
server is an Ar, not a Fl. From Nicolas Joly in PR 23890.
2003-12-26 16:52:18 +00:00
wiz
c594b29834
bootparams, not bootparms.
2003-12-25 19:01:35 +00:00
wiz
d707a66aa2
Sort options; drop trailing spaces; fix wording of
...
a sentence.
2003-12-21 11:39:17 +00:00