wiz
05f103b5db
New sentence, new line.
2010-01-30 08:57:49 +00:00
pgoyette
c6140fa206
Since we never have both a limit value and a limit %capacity value,
...
remove the Capacity column.
Reduce inter-column spacing, and display all four limits on one page,
rather than using the -W command line option to switch between critical
and warning limits. (The -W option is still permitted, but has no
effect.)
%capacity limits are displayed in the WarnMin and CritMin columns, but
have a trailing % sign.
2010-01-30 02:56:39 +00:00
mbalmer
0f58fac97e
fix language
2010-01-28 14:12:11 +00:00
wiz
dfe95627e5
Bump date for previous.
2010-01-27 06:52:24 +00:00
jruoho
df40d4f10f
Some miscellaneous fixes:
...
* Apparently there is only a single location for the scripts. Thus, remove
the references to "/etc/powerd/scripts/apm" and "/etc/powerd/scripts/acpi".
* Correct confusion: instead of "the device with which the device is
associated", write "the device with which the event is associated".
Correct also an example related to this.
* Improve wording, grammar, and markup in few places.
2010-01-26 20:37:13 +00:00
jruoho
65a2d62a82
Emphasize the script names and events.
2010-01-26 14:28:23 +00:00
mrg
048f27069a
remove the HISTORY section that merely claimed this manual page was
...
new (but it was written in 1994 :-)
2010-01-26 06:03:02 +00:00
pooka
26994c608b
Define concept "disk based file system" and flag appropriate file
...
systems as such.
2010-01-25 15:55:36 +00:00
wiz
8a2acb8ef0
-f is not mandatory.
2010-01-23 10:47:04 +00:00
sborrill
51f4fcdba7
Enable CONFIG_DEBUG_FILE option to allow debug messages to be sent to
...
a file instead of stdout.
2010-01-22 16:41:57 +00:00
wiz
0e068e9935
Fix date.
2010-01-20 14:00:48 +00:00
uebayasi
b833b11a50
Document -t (modify mtime). Bump date.
2010-01-20 13:50:27 +00:00
christos
e684a7b22f
check if i is in range before using it.
2010-01-18 04:53:10 +00:00
drochner
23174fa441
Invert the flag bits to control module loading: rename
...
LOADMODULES->NOMODULES and READBOOTCONF->NOBOOTCONF.
This way, the default value (0) wired into old bootxx_* and installed
to file systems remains valid and we avoid problems on partial updates.
2010-01-17 14:54:43 +00:00
joerg
228bb419cc
Use .%U for URLs instead of .%O.
2010-01-15 19:19:32 +00:00
drochner
79f027bbd6
On i386/amd64, define two flag bits in the boot parameters which control
...
whether modules are loaded and whether boot.cfg is evaluated, and
set both to "off" per default in the PXE bootloader.
Extend "installboot" to toggle the bits.
This way, pxeboot works with existing dhcp server setups (and as
described in the manpage) out of the box. Also, boot.cfg reading
involves a stat() call which is horribly inefficient with the
TFTP pseudo file system.
2010-01-14 17:49:31 +00:00
tsutsui
e5f39b5e90
Remove if defined(__RCSID) around __RCSID() macro.
...
#include "nbtool_config.h" is enough for tools.
2010-01-14 16:27:49 +00:00
pooka
ef38ca9933
Make r/w servers unmount themselves cleanly upon receiving SIGINT/TERM.
2010-01-12 18:43:37 +00:00
wiz
be1708fee6
Anon tells me it should be "on the order of", not "in the order of".
...
Hi marc!
2010-01-11 14:30:02 +00:00
wiz
be7ea74662
New sentence, new line.
2010-01-11 09:49:19 +00:00
mbalmer
ec0de7b4ec
some wording fixes
2010-01-11 09:21:39 +00:00
mbalmer
06404c9d5f
remove stupid casts. if lint complains about return values that are ignored,
...
lint should fe fixed, and not code being cluttered.
2010-01-10 19:40:11 +00:00
snj
34d0fbb3ff
Add a missing semicolon. Noted by Tomasz Motyl in PR bin/42603.
2010-01-10 19:04:35 +00:00
joerg
4e2447c901
Don't leak two file descriptors in cp(). From Igor Zinovik.
...
Explicitly check the close for errors and bail out if needed.
2010-01-10 16:40:00 +00:00
mbalmer
89644c3065
Various language fixes.
...
From FreeBSD.
2010-01-09 10:43:11 +00:00
pooka
e828ea6b56
Fix compilation with -Wsign-compare. Apparently 5.0 doesn't have
...
-Wsign-compare enabled, which explains a thing or two ...
pointed out by gson
2010-01-08 10:53:31 +00:00
wiz
a9e00b2097
Don't be terse.
2010-01-07 23:35:45 +00:00
pooka
eac396bb5a
errx() already contains progname ...
2010-01-07 21:26:49 +00:00
pooka
754f939dd3
Don't allow mangling of uid or gid -1, since they have a special
...
meaning in the sftp protocol.
2010-01-07 21:23:10 +00:00
pooka
6cd252da60
Fix chgrp (and don't rely on VNOVAL being -1, however unlikely that
...
is to be broken).
2010-01-07 21:19:45 +00:00
pooka
c4291c195a
Add -u and -g, which allow to remap one (local,remote) uidgid, i.e.
...
umapfs without the fuss.
2010-01-07 21:05:50 +00:00
tsutsui
17ad8ece63
Add a sectorsize parameter member in struct ib_params and use it
...
where sector size (disk block size) is required, instead of
DEV_BSIZE constant which means device I/O block size.
"Looks reasonable" from dholland@, and fixes tools installboot(8)
on Cygwin where DEV_BSIZE != 512 as mentioned in PR toolchain/42555.
2010-01-07 13:26:00 +00:00
mbalmer
40406154b1
Fix typo in comment.
2010-01-06 06:30:37 +00:00
mbalmer
43f131c4e8
Only use an auto-determined interface if it is the only one in the system
...
that is up and running. This change prevents wake(8) from picking an
arbitrary interface (which is possibly the wrong one).
2010-01-04 11:34:39 +00:00
wiz
f5e16a46b4
Capitalize Ethernet.
2010-01-03 19:04:26 +00:00
mbalmer
18af789290
Indicating the interface over which to send Wake on LAN frames is optional,
...
if the interface is not given on the command line, wake(8) will use the
first ethernet interface that is up and running.
2010-01-03 17:58:14 +00:00
wiz
31ac57e452
Fix previous: Dd argument and lost Em markup.
2010-01-01 21:44:07 +00:00
mbalmer
acf41ffe98
fold long lines.
2010-01-01 21:26:18 +00:00
wiz
e68a42515b
Bump date for gid_range.
2009-12-31 20:14:19 +00:00
mlelstv
6ee63fe8b0
Add new keyword gid_range to usermgmt.conf which specifies a default
...
GID range for groupadd(8).
2009-12-31 19:59:31 +00:00
abs
564d9d15f0
Put "MAN= acpidump.8" back outside the i386/amd64 block so its in the
...
MI manpages, and non i386/amd64 setlists are correct again
2009-12-27 21:42:22 +00:00
christos
9a4b585a95
running postinstall fix should also say why fontconfig did not work, like
...
all other postinstall methods.
2009-12-24 21:52:57 +00:00
mbalmer
a72f71643d
Fix typo in comments, no code change.
2009-12-23 09:17:40 +00:00
cegger
3b140d483b
Import acpidump from FreeBSD per request from jmcneill@
...
Changes made in the port:
- adapt path to iasl from /usr/sbin/iasl to /usr/bin/iasl
- fix realpath() usage to accomplish NetBSD's behaviour
- use EXIT_FAILURE/EXIT_SUCCESS everywhere
- fix crash on corrupt DSDT file and print proper error message
- implemented additional ACPI table parsers for
BERT, BOOT, CPEP, DBGP, EINJ, ERST, HEST, MSCT, SBST,
SLIT, SPCR, TCPA, WAET, WDAT and WDRT
2009-12-22 08:44:03 +00:00
cegger
de1cae9a73
msg.txt
2009-12-22 08:44:02 +00:00
cegger
09f2089b95
Import acpidump from FreeBSD per request from jmcneill@
...
Changes made in the port:
- adapt path to iasl from /usr/sbin/iasl to /usr/bin/iasl
- fix realpath() usage to accomplish NetBSD's behaviour
- use EXIT_FAILURE/EXIT_SUCCESS everywhere
- fix crash on corrupt DSDT file and print proper error message
- implemented additional ACPI table parsers for
BERT, BOOT, CPEP, DBGP, EINJ, ERST, HEST, MSCT, SBST,
SLIT, SPCR, TCPA, WAET, WDAT and WDRT
2009-12-22 08:44:02 +00:00
mbalmer
9e1aa40062
Better wording.
2009-12-21 15:48:33 +00:00
mbalmer
0b145a4077
Fix synopsis to make it clear that at least one lladdr is required.
2009-12-21 08:42:39 +00:00
christos
0283f36219
PR/42486: Ed Ravin nfsd sometimes exits prematurely during port-scan fix
...
from freebsd bin 61084 applied (preserving errno properly). The accept
code should be merged.
2009-12-21 05:06:55 +00:00
nakayama
89f2cb29c8
Add xref to ofctl(8).
2009-12-19 23:10:57 +00:00