summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add rcsid. Remove unused #includes. Use err(3) and check spelling. Reorganizecharnier1998-06-304-188/+158
| | | | man page.
* Split usage string.charnier1998-06-306-24/+42
|
* Document -r flag, document use of TAPE env variable. Add rcsid. Use err(3).charnier1998-06-303-49/+67
| | | | Remove unused vars (-Wall).
* Do not dot terminate SEE ALSO list. Add rcsid, remove unused #includes. Err(3)charnier1998-06-302-40/+38
| | | | messages should start with a lowercase letter.
* Add SYNOPSIS section and change NULL to NUL in man page. Add rcsid, missingcharnier1998-06-304-148/+116
| | | | #includes. Use err(3).
* Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-304-64/+68
|
* Don't assume that time_t is long.bde1998-06-291-2/+4
|
* Fix bogon in man page. "-o conn" actually turns off NFSMNT_NOCONN as it isjkoshy1998-06-291-2/+2
| | | | | | | | a "negative" option. This makes it equivalent to /not/ specifying "-c". The compile time default is /not/ to have the NFSMNT_NOCONN flag set, so "-o conn" should never be needed---truly a deprecated option :-). PR: 6905.
* Fixed printf format errors.bde1998-06-282-16/+16
|
* Fixed printf format errors.bde1998-06-281-1/+1
|
* Fixed printf format errors, scanf format errors and scanf error handling.bde1998-06-281-7/+9
|
* Fixed printf format errors.bde1998-06-283-7/+8
|
* Fixed printf format errors. Sure is dusty here.bde1998-06-283-19/+20
|
* Fixed printf format errors.bde1998-06-283-23/+27
|
* Fixed printf format errors.bde1998-06-282-4/+4
|
* Fixed printf format errors.bde1998-06-283-8/+7
|
* Fixed printf format errors.bde1998-06-2815-63/+66
|
* Fixed printf format errors.bde1998-06-281-6/+6
|
* Fixed printf format errors.bde1998-06-282-86/+94
|
* Fixed printf format errors.bde1998-06-281-9/+9
|
* A long time ago I hacked mountd so that it would deal intelligentlywpaul1998-06-251-3/+5
| | | | | | | | | | with export lines where the same hostname was specified more than once (this happens a lot with netgroups sometimes). Recently I discovered that it needs to be hacked to deal with multiple instances of the same IP address too. I've been using this modification locally for several months with no hassles.
* Fixes per PR 2850:jkoshy1998-06-191-5/+18
| | | | | | | | | | | (a) Note that the default securelevel value is -1, in -current and -stable. (b) Mention kernel sysctl variable that controls securelevel. (c) Add warning the `fsck' will fail if securelevel >= 2. (d) Suggest end of /etc/rc as the right place to raise securelevel. and one spelling fix. PR: 2850
* Remove reference to non-existent htable(8).jkoshy1998-06-171-2/+1
| | | | PR: 6940
* Oops, the previous commit missed one line of code.joerg1998-06-151-1/+2
|
* Watch out for null hostnames in netgroup entries, to avoid dumping core.joerg1998-06-151-2/+4
| | | | | | This happens if someone tries to export to a netgroup like: mygroup (,,mynisdomain)
* Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. Correctcharnier1998-06-153-43/+33
| | | | | formatting of rcsid. Remove unused #includes. Do not use memory after freeing it.
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-1540-206/+257
|
* Capitalize at the start of sentence. Add rcsid. Remove unused #includes.charnier1998-06-152-18/+14
| | | | Use `dumpon' instead of argv[0].
* Add rcsid. Remove unused #includes.charnier1998-06-151-4/+5
|
* Correct use of .Nm. Add rcsid. Remove unused #includes.charnier1998-06-158-40/+53
|
* Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf.peter1998-06-121-2/+2
| | | | | Without this, <link.h> defines stuff for elf linking which is not what ldconfig needs.
* Print the write counts if they are nonzero even if we're mountedbde1998-06-082-8/+6
| | | | | | readonly, since they tell us about previous write activity. Use the correct format to print the write counts.
* Add rcsid, remove unused #includes. Use err(3).charnier1998-06-081-22/+22
|
* Use warnx()+fprintf() to handle multi-line messages. Correct K&R support andcharnier1998-06-082-24/+20
| | | | | KNF continuation indent rule. Requested by: Bruce.
* Fix typo: exit -> existdanny1998-06-081-2/+2
|
* PR: docs/3636thepish1998-06-071-1/+1
| | | | | Submitted by: Gary Palmer gpalmer@FreeBSD.ORG Add mention of the 1024-character line length limit on the netgroup database.
* Fix an alignment problem on alpha by doing a bytewise copy.jb1998-06-061-3/+6
|
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)julian1998-06-053-3/+3
| | | | | | Submitted by: luoqi Chen fix a type in fsck. (also add a comment that got picked up by mistake but is worth adding)
* Fix a spelling error.steve1998-06-042-2/+2
| | | | | PR: 6857 Submitted by: Josh Gilliam <josh@quick.net>
* Use .Pa for filenames. Use .Bl/.El in FILES section. Remove unused #includes.charnier1998-06-042-13/+13
|
* Add section number to .Xr. Use of .Nm. Typo. Add rcsid. Remove unusedcharnier1998-06-046-142/+100
| | | | #includes. Use err(3).
* Correct .Nm. Spelling. Add rcsid, remove unused #includes. Add usage(). Do notcharnier1998-06-042-15/+22
| | | | dot-terminate errx() strings.
* Correct use of .Nm, use .Bl/.El in FILES section. Add rcsid. Remove unusedcharnier1998-06-042-18/+22
| | | | #includes and make it a little more -Wall-friendly.
* Correct use of .Nm. Add section number to .Xr. Add rcsid, usage(). Use err(3).charnier1998-06-042-35/+35
|
* Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include.charnier1998-06-042-19/+25
|
* Spelling corrections.jkoshy1998-06-031-2/+2
| | | | | PR: 6829 Submitted by: Josh Gilliam <josh@quick.net>
* Correct typo.jkoshy1998-06-031-2/+2
| | | | | PR: 6844 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* SUBDIR += ldconfigpeter1998-06-011-2/+2
|
* Build ldconfig in /sbin environment directly, rather than under the gnu ldpeter1998-06-011-6/+4
| | | | directory. The rcs files were repository copied.
* Fixed overflow in the calculation of the number of inodes per groupbde1998-05-311-1/+1
| | | | | | for filesystems with almost the maximum number of sectors. The maxiumum is 2^31, but overflow is common for that size, and overflow normally occurred here at size (2^31 - 4096).
OpenPOWER on IntegriCloud