summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a work-around to make it possible again to remountyar2008-02-181-0/+9
| | | | | | | | | | | NFS root r/w. The real solution would be to bring the whole nmount(2) framework, including FS drivers and userland tools, into a consistent state at last; but things should work in the meantime, too. Reported by: kris
* Back out rev. 1.74 because the kernel isn't ready yetyar2008-02-181-8/+1
| | | | to see NFS specific string options.
* Don't forget to prepare string options for nmount(2).yar2008-02-181-1/+8
| | | | | | | Otherwise things won't work as intended, e.g., it'll be impossible to upgrade NFS root mount to read-write. Reported by: kris
* Correct the description of getmnt_silent: unknown options are silentlyyar2008-02-171-2/+3
| | | | | ignored if this variable is non-zero, which is quite logical given the variable's name.
* Add the -4 option to the synopsis.ceri2008-02-121-1/+1
|
* Bump .Dd for r1.48.ceri2008-02-121-1/+1
|
* Switch the default NFS mount mode from UDP to TCP. UDP mounts are akris2008-02-112-6/+6
| | | | | | | | | | historical relic, and are no longer appropriate for either LAN or WAN mounting. At modern (gigabit and 10 gigabit) LAN speeds packet loss from socket buffer fill events is common, and sequence numbers wrap quickly enough that data corruption is possible. TCP solves both of these problems without imposing significant overhead. MFC after: 1 month
* style(9) (verifed no-change in .o's)obrien2008-02-071-14/+13
|
* Add a note that ipfw states do not implicitly match ICMP error messages.yar2008-02-071-0/+6
|
* Fix typo.pb2008-02-061-1/+1
| | | | Submitted by: danny at cs.huji.ac.il (author)
* Update fix from rev 1.2.pb2008-02-061-3/+4
| | | | | Submitted by: danny at cs.huji.ac.il (author) MFC after: 1 week
* Fix a bug in hexadecimal formatting of the CHAP digest: bytes >= 0x80pb2008-02-051-1/+1
| | | | | | | were formatted as 0xff, causing the authentication to fail. Reviewed by: scottl MFC after: 1 week
* Bump .Dd for r1.19; use consistent whitespace.ceri2008-02-051-2/+2
|
* Add ZFS support.jhb2008-02-053-1/+11
| | | | | | MFC after: 1 week PR: bin/119976 Submitted by: Simun Mikecin numisemis of yahoo.com
* - Update geom(8) to explain that GEOM_LIBRARY_PATH can take a comma-separatedlulf2008-02-051-0/+1
| | | | | | | list of paths. Approved by: pjd (mentor) MFC after: 2 days
* Improve rev. 1.63. Document -instance and -globalport options.ru2008-02-041-1/+160
| | | | | | | | | 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
* - Make geom commands handle multiple library paths in the GEOM_LIBRARY_PATHlulf2008-02-041-11/+31
| | | | | | | environment variable using ':' as a separator. Approved by: pjd (mentor) MFC after: 3 days
* Fix mount -p and mount -u -ocurrent on gjournaled FSmatteo2008-02-041-1/+0
| | | | | | PR: bin/120162 Submitted by: Niki Denev MFC after: 1 week
* correct tx rate displayed by list sta: the reported legacy tx ratesam2008-02-031-4/+7
| | | | | | is still an index into the rate set and not (yet) the rate code Noticed by: JoaoBR
* fix list mac; broken in delta 1.48sam2008-02-031-3/+7
| | | | Noticed by: JoaoBR
* Fix printing of unionfs mounts when using the -p optionmatteo2008-02-031-2/+8
| | | | | PR: bin/75585 MFC after: 1 week
* Spot two more bugs WRT adherence to the local prompt style.yar2008-01-311-2/+2
|
* Use consistent style in user prompts: the question is in a new lineyar2008-01-312-6/+6
| | | | | | | and begins with a capital letter. The rest of pwarn/ask pairs here follows this style. Requested by: bde
* Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsuing UUIDs so that thingsjhb2008-01-301-0/+7
| | | | | | | like 'gpt add -t boot' work. MFC after: 1 week Submitted by: Niki Denev nike_d of cytexbg.com
* Don't coredump when executed with -o.delphij2008-01-291-1/+1
|
* Sync up quotacheck's preen.c with fsck's. This makes quotacheckmpp2008-01-265-199/+237
| | | | | | | | | 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.
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-251-0/+2
| | | | | | | | | | 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>
* During PREINIT, when giving the interface the address 0.0.0.0, do it as anbrooks2008-01-211-1/+1
| | | | | | | alias to avoid distrubing other addresses. PR: bin/119255 Submitted by: Jaakko Heinonen <jh at saunalahti dot fi>
* Note that the punch_fw option does not work in securelevel 3 and Xref init.8.trhodes2008-01-211-1/+6
| | | | | | Bump .Dd. PR: 41807
* o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" ↵maxim2008-01-201-0/+2
| | | | | | | | requires an argument. PR: bin/119815 Submitted by: Dierk Sacher MFC after: 1 week
* Quotacheck may possibly skip quota accounting for up to 2 filesmpp2008-01-151-3/+14
| | | | | | | | | | 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.
* Prevent the `fix?' question from running togetheryar2008-01-131-1/+1
| | | | | with the problem description on the terminal: use conventional punctuation.
* o Allow setkey(8) to recognize esp as a protocoal name for spdadd.maxim2008-01-121-0/+1
| | | | | | PR: bin/107392 Submitted by: Eugene Grosbein MFC after: 1 month
* Compare kernel dump header magic with textdump magic using strncmp()rwatson2007-12-271-11/+31
| | | | | | | | | | | | 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
* Minor formatting tweaks.rwatson2007-12-261-3/+10
| | | | | | Point at ddb(4) and textdump(4) man pages for more script examples. MFC after: 3 months
* Teach savecore(8) how to extract textdump(4) dumps.rwatson2007-12-262-79/+171
| | | | | | Update savecore(8) man page to reflect textdump additions. MFC after: 3 months
* Add command-line tool ddb(8), which allows DDB(4) scripts to berwatson2007-12-266-0/+379
| | | | | | | | | 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
* Minor initialization change to not trigger bogus gcc warning aboutimp2007-12-211-1/+1
| | | | passing literal strings to the constructors of string.
* Calculate p.fs.lookup_step correctly. This should prevent zeroing ofoleg2007-12-171-3/+3
| | | | | | w_q_lookup table (used in RED algorithm for (1 - w_q)^t computation). MFC after: 1 months
* Fix an int overflow on very large file systems.das2007-12-171-2/+2
| | | | | PR: bin/113399 Submitted by: Staffan Ulfberg <staffan@ulfberg.se>
* Recognize CFA devices using either identification method.phk2007-12-161-4/+4
|
* Report erase interval (correctly) in sectors.phk2007-12-161-2/+2
|
* Rename the undocumented -E option to -X.phk2007-12-164-15/+32
| | | | | | | | | | 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.
* Report CFA extension, CFA -> (Compact) Flash Associationphk2007-12-161-0/+4
|
* o Markup and grammar fixes.maxim2007-12-141-5/+9
|
* Bump .Dd for r1.63; fix small nit from the same.ceri2007-12-101-2/+2
|
* Add a bit more detailed description about a configurationphk2007-12-101-0/+20
| | | | | | file format and about using NAT "instances". Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru>
* Wake On Lan (WOL) infrastructuresam2007-12-102-2/+25
| | | | | Submitted by: Stefan Sperling <stsp@stsp.name> Reviewed by: brooks
* Allow bsdlabel to operate on labels that have at most 26 partitionsmarcel2007-12-091-3/+5
| | | | | by virtue of there not being any (lower-case) letters avaliable for more partitions.
* Be more accurate in the maximum filesize, it's 4GB not 4.3GB.remko2007-12-091-1/+1
| | | | Reported by: njl
OpenPOWER on IntegriCloud