David E. O'Brien
9c6c6249d1
style(9) (verifed no-change in .o's)
2008-02-07 18:10:24 +00:00
Yaroslav Tykhiy
5702f0f0a5
Add a note that ipfw states do not implicitly match ICMP error messages.
2008-02-07 11:00:42 +00:00
Pierre Beyssac
2c41053e78
Fix typo.
...
Submitted by: danny at cs.huji.ac.il (author)
2008-02-06 08:03:27 +00:00
Pierre Beyssac
fc2d062607
Update fix from rev 1.2.
...
Submitted by: danny at cs.huji.ac.il (author)
MFC after: 1 week
2008-02-06 08:02:55 +00:00
Pierre Beyssac
7a21dee3c2
Fix a bug in hexadecimal formatting of the CHAP digest: bytes >= 0x80
...
were formatted as 0xff, causing the authentication to fail.
Reviewed by: scottl
MFC after: 1 week
2008-02-05 23:42:38 +00:00
Ceri Davies
cc96d84196
Bump .Dd for r1.19; use consistent whitespace.
2008-02-05 23:42:37 +00:00
John Baldwin
d27c29a34e
Add ZFS support.
...
MFC after: 1 week
PR: bin/119976
Submitted by: Simun Mikecin numisemis of yahoo.com
2008-02-05 23:37:42 +00:00
Ulf Lilleengen
9d19384836
- Update geom(8) to explain that GEOM_LIBRARY_PATH can take a comma-separated
...
list of paths.
Approved by: pjd (mentor)
MFC after: 2 days
2008-02-05 14:02:55 +00:00
Ruslan Ermilov
98439aaf04
Improve rev. 1.63. Document -instance and -globalport options.
...
Add a MULTIPLE INSTANCES section which provides an example of
setting up natd in multi-instance mode (based on the notes.natd
file from phk@).
Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru>
Reviewed by: ru
2008-02-04 15:27:09 +00:00
Ulf Lilleengen
2591e96ce2
- Make geom commands handle multiple library paths in the GEOM_LIBRARY_PATH
...
environment variable using ':' as a separator.
Approved by: pjd (mentor)
MFC after: 3 days
2008-02-04 12:17:02 +00:00
Matteo Riondato
b42024b241
Fix mount -p and mount -u -ocurrent on gjournaled FS
...
PR: bin/120162
Submitted by: Niki Denev
MFC after: 1 week
2008-02-04 07:37:56 +00:00
Sam Leffler
5ad26a3de5
correct tx rate displayed by list sta: the reported legacy tx rate
...
is still an index into the rate set and not (yet) the rate code
Noticed by: JoaoBR
2008-02-03 18:29:58 +00:00
Sam Leffler
055d464b33
fix list mac; broken in delta 1.48
...
Noticed by: JoaoBR
2008-02-03 18:21:13 +00:00
Matteo Riondato
031ea52f84
Fix printing of unionfs mounts when using the -p option
...
PR: bin/75585
MFC after: 1 week
2008-02-03 17:23:58 +00:00
Yaroslav Tykhiy
bb0e602de4
Spot two more bugs WRT adherence to the local prompt style.
2008-01-31 13:22:13 +00:00
Yaroslav Tykhiy
dc401d4927
Use consistent style in user prompts: the question is in a new line
...
and begins with a capital letter. The rest of pwarn/ask pairs here
follows this style.
Requested by: bde
2008-01-31 13:16:29 +00:00
John Baldwin
78111593dd
Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsuing UUIDs so that things
...
like 'gpt add -t boot' work.
MFC after: 1 week
Submitted by: Niki Denev nike_d of cytexbg.com
2008-01-30 13:29:10 +00:00
Xin LI
5c68d10833
Don't coredump when executed with -o.
2008-01-29 00:20:00 +00:00
Mike Pritchard
3b9401db6f
Sync up quotacheck's preen.c with fsck's. This makes quotacheck
...
process parallel checks in the same way as fsck, since fsck supports
pass numbers other than 0, 1 or 2. Without this, quotacheck would
ignore file systems with pass numbers > 2.
The -l (maxrun) option is now deprecated and can be tuned with pass
numbers in /etc/fstab if needed.
2008-01-26 12:03:26 +00:00
Robert Watson
bb5081a7eb
Hide ipfw internal data structures behind IPFW_INTERNAL rather than
...
exposing them to all consumers of ip_fw.h. These structures are
used in both ipfw(8) and ipfw(4), but not part of the user<->kernel
interface for other applications to use, rather, shared
implementation.
MFC after: 3 days
Reported by: Paul Vixie <paul at vix dot com>
2008-01-25 14:38:27 +00:00
Brooks Davis
1547317e88
During PREINIT, when giving the interface the address 0.0.0.0, do it as an
...
alias to avoid distrubing other addresses.
PR: bin/119255
Submitted by: Jaakko Heinonen <jh at saunalahti dot fi>
2008-01-21 23:54:57 +00:00
Tom Rhodes
e30ba4753a
Note that the punch_fw option does not work in securelevel 3 and Xref init.8.
...
Bump .Dd.
PR: 41807
2008-01-21 23:09:18 +00:00
Maxim Konovalov
8c03c6c023
o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" requires an argument.
...
PR: bin/119815
Submitted by: Dierk Sacher
MFC after: 1 week
2008-01-20 08:31:35 +00:00
Mike Pritchard
eee55ebda9
Quotacheck may possibly skip quota accounting for up to 2 files
...
on a filesystem if the quota data files reside on a different
filesystem (e.g. the userquota=/somepath,groupquota=/somepath2
options are specified in /etc/fstab to place the quota files
somewhere other than the default location).
Fix quotacheck to only skip accounting if the quota data file
actually resides on the filesystem being checked.
2008-01-15 06:33:20 +00:00
Yaroslav Tykhiy
38281b6601
Prevent the `fix?' question from running together
...
with the problem description on the terminal: use
conventional punctuation.
2008-01-13 07:56:36 +00:00
Maxim Konovalov
b40114f7f1
o Allow setkey(8) to recognize esp as a protocoal name for spdadd.
...
PR: bin/107392
Submitted by: Eugene Grosbein
MFC after: 1 month
2008-01-12 20:00:23 +00:00
Robert Watson
df0b82f150
Compare kernel dump header magic with textdump magic using strncmp()
...
rather than the memcmp() which is used for regular dumps: the
textdump string is one character shorter, so we need to stop
comparing at the end of the string.
Use independent version checking logic for architecture-specific
version number vs. textdump version number, as the version sequences
may (someday) differ.
Run into by: rrs
2007-12-27 21:28:48 +00:00
Robert Watson
9f58348801
Minor formatting tweaks.
...
Point at ddb(4) and textdump(4) man pages for more script examples.
MFC after: 3 months
2007-12-26 12:20:19 +00:00
Robert Watson
10187cae6e
Teach savecore(8) how to extract textdump(4) dumps.
...
Update savecore(8) man page to reflect textdump additions.
MFC after: 3 months
2007-12-26 11:42:10 +00:00
Robert Watson
a1f25b0daa
Add command-line tool ddb(8), which allows DDB(4) scripts to be
...
managed from userspace. It is largely a wrapper for sysctl()
calls, but because the sysctls for adding and removing scripts
are awkward to use directly, this provides an easier-to-use
interface.
MFC after: 3 months
2007-12-26 09:38:22 +00:00
Warner Losh
ec4a9b7ce1
Minor initialization change to not trigger bogus gcc warning about
...
passing literal strings to the constructors of string.
2007-12-21 01:00:04 +00:00
Oleg Bulyzhin
d60810f26e
Calculate p.fs.lookup_step correctly. This should prevent zeroing of
...
w_q_lookup table (used in RED algorithm for (1 - w_q)^t computation).
MFC after: 1 months
2007-12-17 10:25:56 +00:00
David Schultz
baa15be0ea
Fix an int overflow on very large file systems.
...
PR: bin/113399
Submitted by: Staffan Ulfberg <staffan@ulfberg.se>
2007-12-17 08:03:18 +00:00
Poul-Henning Kamp
e34f6b7311
Recognize CFA devices using either identification method.
2007-12-16 21:19:07 +00:00
Poul-Henning Kamp
59c0f72857
Report erase interval (correctly) in sectors.
2007-12-16 20:19:55 +00:00
Poul-Henning Kamp
9a6378d803
Rename the undocumented -E option to -X.
...
Implement -E option which will erase the filesystem sectors before
making the new filesystem. Reserved space in front of the superblock
(bootcode) is not erased.
NB: Erasing can take as long time as writing every sector sequentially.
This is relevant for all flash based disks which use wearlevelling.
2007-12-16 19:41:31 +00:00
Poul-Henning Kamp
9d599522c3
Report CFA extension, CFA -> (Compact) Flash Association
2007-12-16 15:11:40 +00:00
Maxim Konovalov
057c654813
o Markup and grammar fixes.
2007-12-14 14:34:26 +00:00
Ceri Davies
a1bad2e6dc
Bump .Dd for r1.63; fix small nit from the same.
2007-12-10 12:03:23 +00:00
Poul-Henning Kamp
c80d9b5937
Add a bit more detailed description about a configuration
...
file format and about using NAT "instances".
Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru>
2007-12-10 07:50:07 +00:00
Sam Leffler
de0abf19ba
Wake On Lan (WOL) infrastructure
...
Submitted by: Stefan Sperling <stsp@stsp.name>
Reviewed by: brooks
2007-12-10 02:31:00 +00:00
Marcel Moolenaar
d5718812ea
Allow bsdlabel to operate on labels that have at most 26 partitions
...
by virtue of there not being any (lower-case) letters avaliable for
more partitions.
2007-12-09 22:58:49 +00:00
Remko Lodder
dcdaad925d
Be more accurate in the maximum filesize, it's 4GB not 4.3GB.
...
Reported by: njl
2007-12-09 13:34:10 +00:00
Remko Lodder
9b750c1c8e
Remove redundant whitespace.
...
Noticed by: brueffer
2007-12-08 23:41:13 +00:00
Remko Lodder
c0a11264b9
.Ed is not needed here, remove it.
...
Noticed by: brueffer
2007-12-08 23:40:11 +00:00
Remko Lodder
3a8c336986
Add information about the maximum file size for msdosfs.
...
PR: docs/112935
Submitted by: Julian Stacey <jhs at berklix dot org>
Actually this was inspired by the ticket submitted
by Julian.
MFC After: 3 days
2007-12-08 22:38:12 +00:00
Remko Lodder
eff1c096ed
Attempt to describe the ''auto'' type a bit better in the default
...
section (if nothing had been specified, or if the auto type had
been specified, a default layout is used).
PR: docs/116047
Submitted by: Ian Smith <smithi at nimnet dot asn dot au>
Minor modifications by me.
2007-12-08 19:57:22 +00:00
Jung-uk Kim
cd765a6594
Teach dhclient(8) about net80211 link (association) status.
...
Reviewed by: brooks
MFC after: 3 days
2007-12-05 17:13:45 +00:00
Remko Lodder
32e1f3ed33
Expand the EXAMPLES section for atacontrol.8
...
PR: docs/117310
Submitted by: Ted Mittelstaedt <tedm at ipinc dot net>
with minor modifications by me.
2007-11-28 21:37:25 +00:00
Remko Lodder
169575e183
Remove mentionings of kern.dumpdev which is no longer available.
...
PR: docs/113570
Submitted by: lawrance
MFC After: 3 days (where applicable)
2007-11-28 14:48:30 +00:00