plunky
de7a8fb394
sort entries in structure
...
clarify init name type for CSR modules
2010-02-17 09:49:41 +00:00
mlelstv
03a893b3fd
Read the padded superblocks to avoid problems with disks that have
...
larger sectors than 512 Bytes.
2010-02-16 18:57:53 +00:00
mrg
f23127ca0a
don't call most/all Core2's "(Merom)".
2010-02-16 00:13:14 +00:00
pgoyette
c4b330d512
Document the new {high, maximum}-capacity keywords, and some general
...
clean-up.
2010-02-15 23:04:11 +00:00
pgoyette
55a81df24d
Update cross-reference to refer to new aibs(4) instead of aiboost(4)
2010-02-15 22:38:28 +00:00
pgoyette
74999bdda4
Update userland envstat(8) to handle new {high,maximum}-capacity limits.
2010-02-15 22:37:14 +00:00
njoly
9a9cbde160
Fix double free, when requesting an invalid sensor.
2010-02-12 14:26:27 +00:00
cnst
7397d018ca
remove the fourth (empty) column from the -T printouts; ok pgoyette
2010-02-12 05:02:40 +00:00
cnst
0854bc43a8
fix a typo resulting in warn-max being shown in two columns (one time instead of crit-min); ok pgoyette
2010-02-09 05:32:51 +00:00
cnst
1c23afa3cb
New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
...
with limit support.
http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654
Reviewed by <pgoyette>, <jruoho> and <tech-kern>.
2010-02-09 03:19:50 +00:00
he
76d4444c78
When using -lcurses, you also need -lterminfo.
...
This fixes the build for sun2, and also builds with LDSTATIC=-static,
since archive libraries don't record inter-library dependencies.
2010-02-06 23:45:24 +00:00
pooka
70b8adf303
Give credit: psshfs was inspired by FUSE sshfs.
2010-02-03 17:16:29 +00:00
pooka
7face90494
statvfs:
...
Since bresvd is not available from the server, calculate:
bresvd = bfree - bavail.
Then df calculates:
bavail = bfree - bresvd;
And we now get a much more accurate report from df on how much one
can write to the fs.
2010-02-03 17:02:52 +00:00
roy
98eb889579
Userland now builds and uses terminfo instead of termcap.
...
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
drochner
6d0b625409
The structure returned by USB_DEVICEINFO has the vendor/device strings
...
UTF-8 encoded now. We can't simply print this to a terminal, so
convert it to the current codeset first.
2010-02-02 16:25:30 +00:00
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