summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Style fix.guido1997-11-191-5/+7
| | | | Complaint by: Bruce
* Back out revision 1.10. It broke the build of sh, which compilesjdp1997-11-181-4/+5
| | | | this file with warnx() defined as a macro.
* Fix: too many arguments for format in call to sprintf().jdp1997-11-181-1/+1
|
* Fix: too many arguments for format string in 4 calls to warnx().jdp1997-11-181-5/+4
|
* Add missing argument detected by "-Wformat". Make messages morejdp1997-11-182-6/+6
| | | | consistent.
* Add missing arguments detected by "-Wformat".jdp1997-11-181-3/+4
|
* Make sure you do not get unexpected surprises whena remote file starts with '|'.guido1997-11-171-2/+13
| | | | Reviewed by: Joerg Wunsch
* Note in manpage how extraneous output in initialization scriptssteve1997-11-161-2/+17
| | | | | | | | can cause rdist to fail. PR: bin/4954 Reviewed by: wollman Submitted by: jhs
* style-police got me. :-)obrien1997-11-121-5/+9
| | | | | | Also fixed some "didn't make the most sense" problems. Submitted by: bde
* Correct some anomalies in the man page.steve1997-11-111-34/+41
| | | | | PR: 3808 Parially submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
* Add (unsigned) cast to prevent overflow in %ache1997-11-101-2/+2
| | | | Submitted by: "Alex G. Bulushev" <bag@demos.su>
* Document the ``-o 3'' option.obrien1997-11-091-2/+9
| | | | The Man award to: Jo"rg
* Need to skip argv[0] when we are named "sum".obrien1997-11-091-1/+2
|
* When called "sum", it is not documented as accepting any arguments.obrien1997-11-091-23/+23
|
* If "-l" is given, make sure the target of the link exist.obrien1997-11-081-2/+6
|
* Add Slovene linkache1997-11-072-4/+4
|
* Add link to Polish localeache1997-11-071-2/+2
|
* Add Polish linkache1997-11-071-2/+2
| | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* Make window(1) honor the LC_CTYPE setting.joerg1997-11-052-4/+31
| | | | | | While i was at it, don't export \E[OA style cursor key strings into the TERMCAP variable since window's emulation doesn't support it. Instead, convert to \E[[A etc.
* Localize itache1997-11-043-13/+13
|
* /etc/magic -> /usr/share/misc/magicsteve1997-11-041-2/+2
| | | | PR: docs/4872
* Add const to copyright string. Hide sccsid string.charnier1997-11-031-4/+6
|
* Convert to mdoc.charnier1997-11-031-360/+323
|
* Mdoc'ify man page.charnier1997-11-033-116/+113
|
* Use err(3). Silent -Wall.charnier1997-11-038-110/+164
|
* Typo.wosch1997-11-011-2/+2
| | | | | PR: docs/4911 Submitted by: Vasim Valejev <vasim@uddias.diaspro.com>
* Change diags to see what part of url actually parsed, seeache1997-11-011-4/+4
| | | | previous change about #? parms
* Balance parentheses around command abbreviations.jraynard1997-11-011-7/+8
| | | | | PR: 4888 Submitted by: h-nokubi@nmit.tmg.nec.co.jp
* Don't search for ':' port in ?# params partache1997-10-311-8/+20
| | | | Require to correctly parse http://...cgi?http://...
* I wonder how I managed to get the krb.h include wrong. Anyway: correct it.guido1997-10-281-2/+2
|
* 1) Create intermediate directories with 755, not 777ache1997-10-281-4/+5
| | | | | 2) Exit with error diagnostic if file exists but not a directory (-d) 3) Do chmod independently of chown (-d)
* 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)ache1997-10-271-9/+9
| | | | | | | 2) When uid/gid not specified, not try to set 0:0 owner, just do nothing. It makes possible to use install -d by users without setting their uid:gid each time. 3) Be more specific where install_dir fails
* Add -c option that allows root to specify a login_class.guido1997-10-272-19/+35
|
* Better wording explaining that all single character optionssteve1997-10-271-1/+10
| | | | | | are extensions along with the previous list of primaries. Suggested by: bde
* Offending statement removed from STANDARDS section. From what Isteve1997-10-271-14/+1
| | | | | | | can gather from the Posix spec that I have (which is very old) all one character options are extensions to Posix. PR: docs/4701
* Typo fix.steve1997-10-271-2/+2
| | | | | PR: docs/4579 Submitted by: Stephen J. Roznowski <sjr@home.net>
* typo.wosch1997-10-261-2/+2
|
* Use croation week day name. This avoid a name clashwosch1997-10-262-6/+6
| | | | | | | between `Subota' and `Sunday'. ^^ ^^ Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
* Change defaults to match reality.hoek1997-10-241-15/+17
| | | | PR: docs/3817
* Fix a fatal typo.joerg1997-10-191-2/+2
| | | | | PR: bin/4801 Submitted by: mishania@demos.su (Mikhail A. Sokolov)
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.wosch1997-10-135-3/+128
|
* If uptime < 1 min print in in secs otherwise we got confusing messageache1997-10-131-10/+12
| | | | "up 1 user"
* Submitted by: Joachim Kuebart, thanks.helbig1997-10-122-11/+23
| | | | Add -u option to force unbuffered output
* Fix a misleading comment. Rename a variable to make more sense.phk1997-10-111-5/+4
| | | | Pointed out by by: bde
* struct kmemstats was renamed.phk1997-10-101-3/+3
|
* Make vmstat understand the dynamic malloc stuff. There are a numberphk1997-10-101-15/+23
| | | | of ugly hardcoded constants in there.
* Make sure lfp is non-NULL before closing it.jkh1997-10-091-2/+3
| | | | PR: 4652
* Interpret multiple slashes as a single slash in ftp: URL's. Thisfenner1997-10-081-2/+12
| | | | | | | is contrary to RFC1738, which specifies that empty elements between slashes really mean to send a CWD command with an empty argument. Most FTP servers consider this an error, so strict RFC compliance is advisable in this case.
* Be more specific about -f/-t options (they're not yet implemented),dima1997-10-061-11/+16
| | | | | | | not just exit with 0 status. This definitely should go to 2.2.5. If i won't have any objections - I'll commit it tonight.
* Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to eachfenner1997-10-061-10/+68
| | | | | | | slash-seperated element of the URL and then RETR the last element. PR: bin/4670 Reviewed by: wollman
OpenPOWER on IntegriCloud