perseant
f1dfdc6927
disklabel now understands the p_sgs partition field (shift to compute
...
segment size from block size).
newfs_lfs now reads the disklabel to find segment, block, and fragment
sizes. Because reading this info from the wrong fs type could result in
very poor fs layout (e.g. ffs has "16" where the segshift would go,
resulting in 512-*megabyte* segments for 8K blocks), newfs_lfs refuses
to create a filesystem on a partition not labeled "4.4LFS".
Man pages for newfs_lfs updated to reflect this change.
2000-01-18 00:02:28 +00:00
bgrayson
2a09ca64fd
Added sysctl examples (read-only sysctls for now)
2000-01-17 07:22:45 +00:00
bgrayson
4760c9fa1b
Fix bug where NULL pointer wasn't checked before dereferencing
2000-01-17 07:21:54 +00:00
bgrayson
417d43539a
Remove unneeded syslog() at unmount
2000-01-17 07:21:25 +00:00
itojun
fc838249f5
don't install /usr/sbin/sysctl (backward compat symlink)
2000-01-17 04:22:59 +00:00
itojun
3ea807c958
move sysctl to /sbin/sysctl. symlink from /usr/sbin/sysctl
...
is supplied for backward compatibility.
add /sbin/sysctl to base/mi (does not remove /usr/sbin/sysctl
as we have a symlink)
2000-01-17 02:36:31 +00:00
itojun
0af5938ca4
Moved from usr.sbin/sysctl/sysctl.c,v
2000-01-17 02:32:06 +00:00
itojun
c71990b060
Moved from usr.sbin/sysctl/sysctl.8,v
2000-01-17 02:31:50 +00:00
itojun
7c02ef5347
Moved from usr.sbin/sysctl/pathconf.c,v
2000-01-17 02:31:14 +00:00
itojun
6b2ed69e4e
Moved from usr.sbin/sysctl/Makefile,v
2000-01-17 02:30:18 +00:00
hubertf
5471344299
Document the proper fstype for LFS. (If the "default" 4.2BSD is used,
...
newfs_lfs runs fine, but I get hangs when writing to the disk)
2000-01-16 00:44:59 +00:00
bgrayson
0d39e62e79
Fix security problem noticed by Alaric Williams:
...
when giving up root credentials, I was setting the egid and euid,
and forgot to also do gid and uid.
2000-01-15 06:21:40 +00:00
ad
902637d2e4
swapctl(SWAP_OFF, ...) now works.
2000-01-13 12:11:30 +00:00
joda
4aafeffb6f
implement netmask slash notation for IP and IPv6 addresses
2000-01-12 10:29:35 +00:00
oster
e5b5b86865
Nuke a debugging printf that I forgot to remove before last commit.
2000-01-09 03:06:35 +00:00
shin
8ceded3101
Add '-DSAVEBOOTAREA' to keep MBR partition information
...
when NetBSD partition starts at sector 0.
Closes PR:port-hpcmips/9146.
2000-01-09 02:45:43 +00:00
oster
c714a07d22
- add '-v' (Verbose) option, which, most notably, provides
...
a spiffy lukemftp-inspired progress bar for parity re-writing,
reconstructs, copybacks, et al.
- make 'raidctl -P' wait until the parity has been updated before exiting
(it waited previously, but only because the parity re-write ioctl wouldn't
exit until the parity was successfully re-written)
2000-01-05 03:02:41 +00:00
itojun
1d4f533c98
avoid use of kvm, mostly for boot floppy's convenience.
...
(sync with latest kame)
1999-12-31 19:40:19 +00:00
drochner
d2f02dc8e3
remove a leftover debug message
1999-12-21 16:54:16 +00:00
fair
35b8613acb
change "millisecond" to "microsecond" for headswitch and track seek
...
comments, to resolve PR 8189. This makes the documentation for these
fields consistent. Not that it matters - a grep of syssrc shows that
these fields aren't actually used for anything and should probably be
GC'd.
1999-12-20 18:19:18 +00:00
jdolecek
685376cc7b
Rework the manpage to be a bit more pleasing to read
...
BUGS section is gone, the facts are stated in the paragraph about
support for writing.
also note that NetBSD 1.5 is the first release supporting NTFS
1999-12-17 14:43:07 +00:00
abs
dfa0f92f2e
Use '$' instead of '-' to select remainder of disk interactively
1999-12-17 13:06:49 +00:00
abs
669feec4e3
When setting size of partitions interactively allow '-' for remainder of disk
1999-12-17 12:30:02 +00:00
itojun
c40b88c33c
add reference to RFC, and some more DESCRIPTION.
...
sync with latest KAME document.
1999-12-15 05:02:39 +00:00
itojun
5979fc87e0
provide -S for source address specifier.
...
enable KAME scopeid hack.
cleanups in node information query.
(sync with latest KAME)
1999-12-13 15:25:59 +00:00
itojun
5f036cce1d
bring in KAME scopeid hack. always show scopeid if it is scoped.
...
sync with latest KAME.
1999-12-13 15:24:45 +00:00
christos
c1936bfd69
- ARGH /brick fvdl
...
- Put back the change from revision 1.31
1999-12-12 23:53:26 +00:00
itojun
b9cc391094
prepare -DKAME_SCOPEID for extended scope id printing (commented out)
1999-12-12 11:44:53 +00:00
itojun
d9a742bd0d
improve debugging functionality.
...
(sync with latest KAME)
1999-12-09 15:08:33 +00:00
itojun
a338a0d47b
add reference to "inet6" family.
...
document -alias.
1999-12-09 01:28:25 +00:00
perseant
e0a29d2563
Read-only mounts should not start cleaning processes. Make it so.
1999-12-08 22:39:25 +00:00
jdolecek
b1e0f0ad47
usage(): wrap lines so that they don't exceed 80 characters
1999-12-05 18:14:11 +00:00
itojun
f816cfa0ca
don't make "-prefixlen 64" a default in -inet6 case. the past behavior
...
was not compatible with past practice ("route get" did not work right).
sync with recent KAME.
1999-12-03 05:43:00 +00:00
itojun
535e7106d2
rcsid police
1999-12-03 02:13:55 +00:00
bouyer
15ca2512dc
Add a missing '\n'.
1999-11-28 20:03:17 +00:00
mrg
5f534fca77
allow changing partition info from inside the interactive handler.
1999-11-26 06:03:09 +00:00
mrg
e93b1a89ec
we are rcorder.8 now.
1999-11-23 05:50:08 +00:00
mrg
d246ccddbb
move rcorder to sbin.
1999-11-23 05:28:15 +00:00
mjl
2ecd102f59
Make usage message match actual options.
1999-11-21 00:53:58 +00:00
sommerfeld
3a73fcfff7
Include clues on what to do with the crash dump once you've got it
1999-11-20 19:57:01 +00:00
lukem
1152720a07
add newbtconf (missed by darrenr)
1999-11-20 00:04:48 +00:00
kristerw
ebf003eaf4
Typos (from OpenBSD)
1999-11-19 22:48:01 +00:00
bouyer
a1d8cb9593
Ignore RTM_OIFINFO messages (send by a COMPAT_14 kernel).
1999-11-19 10:46:35 +00:00
enami
7b962c3e98
Keep SEE ALSO list in alphabetical order.
1999-11-19 01:47:13 +00:00
enami
f4642e590c
Use .Ar macro for the files to be extracted.
1999-11-19 01:38:54 +00:00
enami
82d7115cf2
Don't pass so many args to .Nd macro. It just overflows.
1999-11-19 01:12:39 +00:00
mrg
f6bf35c814
fix lp64 lossage.
1999-11-17 00:29:54 +00:00
enami
3fdb4d7b11
If we didn't print an open paren, no need to print a closing paren
...
(by backing out part of previous commit).
1999-11-16 11:53:17 +00:00
fvdl
f6356db85f
Fix typo.
1999-11-15 20:53:56 +00:00
fvdl
f2651c65ac
Fix %d <-> long mismatch.
1999-11-15 20:31:51 +00:00