summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Mention the 2GB NFS v2 filesize limit.peter1998-05-011-2/+3
| | | | | PR: 6335 Submitted by: tom@sdf.com
* Don't give examples or use the depreciated usage to nfsdpeter1998-05-011-1/+1
| | | | PR: 5635
* say a few words about the -b option.phk1998-04-261-3/+15
| | | | Reviewed by: Bill Trost <trost@cloud.rain.com>
* Add warning about root-fs blocksize expectations.phk1998-04-261-0/+4
| | | | | | PR: 4485 Reviewed by: phk Submitted by: Kees Jan Koster <kjk1@ukc.ac.uk>
* When ipfw reads its rules from an input file, the optind variable isphk1998-04-221-1/+5
| | | | | | | | | | not reinitialized to 1 after calling getopt. This results in parsing errors on all but the first rule. An added patch also allows '#' comments at the end of a line. PR: 6379 Reviewed by: phk Submitted by: Neal Fachan <kneel@ishiboo.com>
* Check bytes read to prevent random error message.rnordier1998-04-201-1/+8
|
* Problem whith "subnet=" statement in /etc/gateways.phk1998-04-191-2/+2
| | | | | | | | | routed discards the first character of the network address. Example: "subnet=10.0.0.0/24,1" The network address is interpreted as 0.0.0.0/24,1. PR: 4825 Reviewed by: phk Submitted by: Mike E. Matsnev <mike@azog.cs.msu.su>
* Fix incorrect flag specbrian1998-04-181-1/+1
| | | | | PR: 6339 (part of) Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* If ping write fails with short packet count, thephk1998-04-151-2/+2
| | | | | | | error message prints the two numbers backwards. PR: 6313 Reviewed by: phk Submitted by: Archie Cobbs
* Remove these copies, they now live the right place.phk1998-04-123-424/+0
|
* Change noc-tun to nos-tun after Peter did the repository copy to coverphk1998-04-121-1/+1
| | | | up the tracks of my blunder.
* Implement Helbig idea of offset calculation reducing mktime() callsache1998-04-112-25/+25
| | | | Immediately exit if /etc/wall_cmos_clock not present
* Add noc-tun to listphk1998-04-111-1/+1
|
* Program which implements "nos" alias "ka9q" alias "IP-IP" tunnels.phk1998-04-116-0/+848
| | | | | | | PR: 1154 Reviewed by: phk Manpage by: phk Submitted by: Nickolay N. Dudorov nnd@itfs.nsk.su
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-086-6/+22
| | | | | function will not follow symbolic links on the mounted file system and return EACCES (Permission denied).
* (evil) hackers -> crackerscracauer1998-04-081-3/+3
|
* Guess the position of the drive number in the device name better sobde1998-04-074-24/+28
| | | | | | | | | | | that `fsck -p' doesn't check multiple slices on the same drive concurrently. Don't invoke undefined behaviour when searching for the drive number in strange device names. PR: 6129 Reviewed by: phk Submitted by: Yuichi MATSUTAKA <matutaka@osa.att.ne.jp>, but rewritten by me.
* Add aback in a line a accidentally killed in my last commit.imp1998-04-021-1/+2
| | | | Submitted by: Bill Fenner
* Make this compile (and seemingly work).eivind1998-04-021-2/+2
|
* A fairly rare possible buffer overflow:imp1998-04-012-5/+17
| | | | | Theo fixed this and tqbf reported it Obtained from: OpenBSD
* Pickup _time_second instead of _timephk1998-03-301-2/+2
|
* Add workaround suggestion for 'nonexistent time' diagnosticache1998-03-301-3/+3
|
* Add NTFS partition type.obrien1998-03-292-16/+32
| | | | | | | Add "." at the end of some sentances. Also print "flag 80" in English. Give hint that "sysid" for FreeBSD is 165 decimal. Ensure active partition specified by user is 1-4.
* Don't print the 'writes: sync & async' stuff if we're mounted readonlypeter1998-03-272-6/+12
| | | | or if the fs isn't keeping the stats..
* The logic in tape.c:getfile() doesn't allow for a filesystemjkh1998-03-231-1/+3
| | | | | | | | with a blocksize smaller than the tape block size. The problem seems to be most easily fixed by changeing where fssize is set. PR: 5704 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-5/+10
|
* PR: 6104danny1998-03-231-2/+2
| | | | | Submitted by: Anatoly Vorobey <mellon@pobox.com> Fix typo
* Initial bmake scaffolding for ipfilter userland stuff.peter1998-03-215-0/+47
| | | | Obtained from: large chunks stolen from OpenBSD and NetBSD
* Make 'ifconfig -l ether' only list Ethernet interfaces. This iseivind1998-03-191-5/+9
| | | | | useful, intuitive, and match the old comments in the source. Previously, 'ifconfig -l ether' and 'ifconfig -l' were equal.
* Use .An/.Aq.charnier1998-03-193-8/+8
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-1912-41/+39
|
* Add more DOS/Win95 partition typesache1998-03-142-4/+10
|
* Some things only work on i386.jb1998-03-131-5/+10
|
* Get the arguments to show_usage right (like the MFC'ed code in -stable).alex1998-03-131-3/+3
| | | | Submitted by: bde
* set timeout to 4 hours, large disks take a long time to low level format.andreas1998-03-091-3/+3
|
* Fix a type mismatch between a scanf format string and thejdp1998-03-082-6/+6
| | | | corresponding argument.
* Make this compile again.steve1998-03-082-6/+6
| | | | | PR: 5948 Submitted by: Brian Feldman
* If we are mounting the root filesystem, and we're accessing it throughmsmith1998-03-084-6/+76
| | | | | | | | | | | | | | something that might refer to the compatability slice rather than the correct slice entry, try all the possible slice entries first. This is a compatability hack to deal with the case where the kernel has correctly mounted the root filesystem out of its slice, but the user has not updated their /etc/fstab file to reflect this. A diagnostic is emitted if the mount succeeds, indicating that the file should be updated. This is a prelude to fixing the kernel to behave as alluded to above. Reviewed by: (discussed with) julian, phk
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-0831-149/+491
| | | | | Submitted by: Kirk McKusick (mcKusick@mckusick.com) Obtained from: WHistle development tree
* Oops, merge back 32bit fat description from -stable.ache1998-03-072-2/+2
| | | | It was added to -stable but not to -current, strange.
* Add primary fat-32ache1998-03-072-0/+2
|
* If numdirs is zero, print a helpful message instead of divding by zero later.phk1998-03-043-0/+12
|
* Don't assume sigset_t and int are equivalent.jraynard1998-03-021-2/+2
|
* Andreas Klemm reported that 2 hours are too few to format a 9 GBjoerg1998-03-011-2/+2
| | | | Barracuda. Bump the timeout to 3 hours.
* Add more info about special characters in dos2unix/unix2dos tablesache1998-03-013-9/+33
|
* Minimize clock drift between getting and setting timeache1998-02-251-9/+26
| | | | Submitted by: bde
* Fixed annoying warning for unused sccsid.bde1998-02-242-4/+8
|
* Add more info about -W optionache1998-02-233-6/+12
|
* Note that default local charset assumed as ISO 8859-1ache1998-02-233-3/+9
|
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-2313-79/+276
| | | | Additionly load toupper table to create DOS names always in uppercase
OpenPOWER on IntegriCloud