aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Localize itAndrey A. Chernov1997-11-043-13/+13
| | | | Notes: svn path=/head/; revision=30921
* /etc/magic -> /usr/share/misc/magicSteve Price1997-11-041-2/+2
| | | | | | | PR: docs/4872 Notes: svn path=/head/; revision=30920
* Add const to copyright string. Hide sccsid string.Philippe Charnier1997-11-031-4/+6
| | | | Notes: svn path=/head/; revision=30910
* Convert to mdoc.Philippe Charnier1997-11-031-360/+323
| | | | Notes: svn path=/head/; revision=30909
* Mdoc'ify man page.Philippe Charnier1997-11-033-116/+113
| | | | Notes: svn path=/head/; revision=30908
* Use err(3). Silent -Wall.Philippe Charnier1997-11-038-110/+164
| | | | Notes: svn path=/head/; revision=30907
* Typo.Wolfram Schneider1997-11-011-2/+2
| | | | | | | | PR: docs/4911 Submitted by: Vasim Valejev <vasim@uddias.diaspro.com> Notes: svn path=/head/; revision=30882
* Change diags to see what part of url actually parsed, seeAndrey A. Chernov1997-11-011-4/+4
| | | | | | | previous change about #? parms Notes: svn path=/head/; revision=30879
* Balance parentheses around command abbreviations.James Raynard1997-11-011-7/+8
| | | | | | | | PR: 4888 Submitted by: h-nokubi@nmit.tmg.nec.co.jp Notes: svn path=/head/; revision=30878
* Don't search for ':' port in ?# params partAndrey A. Chernov1997-10-311-8/+20
| | | | | | | Require to correctly parse http://...cgi?http://... Notes: svn path=/head/; revision=30876
* I wonder how I managed to get the krb.h include wrong. Anyway: correct it.Guido van Rooij1997-10-281-2/+2
| | | | Notes: svn path=/head/; revision=30820
* 1) Create intermediate directories with 755, not 777Andrey A. Chernov1997-10-281-4/+5
| | | | | | | | 2) Exit with error diagnostic if file exists but not a directory (-d) 3) Do chmod independently of chown (-d) Notes: svn path=/head/; revision=30809
* 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)Andrey A. Chernov1997-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 Notes: svn path=/head/; revision=30795
* Add -c option that allows root to specify a login_class.Guido van Rooij1997-10-272-19/+35
| | | | Notes: svn path=/head/; revision=30793
* Better wording explaining that all single character optionsSteve Price1997-10-271-1/+10
| | | | | | | | | are extensions along with the previous list of primaries. Suggested by: bde Notes: svn path=/head/; revision=30781
* Offending statement removed from STANDARDS section. From what ISteve Price1997-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 Notes: svn path=/head/; revision=30759
* Typo fix.Steve Price1997-10-271-2/+2
| | | | | | | | PR: docs/4579 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=30758
* typo.Wolfram Schneider1997-10-261-2/+2
| | | | Notes: svn path=/head/; revision=30735
* Use croation week day name. This avoid a name clashWolfram Schneider1997-10-262-6/+6
| | | | | | | | | | between `Subota' and `Sunday'. ^^ ^^ Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de> Notes: svn path=/head/; revision=30734
* Change defaults to match reality.Tim Vanderhoek1997-10-241-15/+17
| | | | | | | PR: docs/3817 Notes: svn path=/head/; revision=30680
* Fix a fatal typo.Joerg Wunsch1997-10-191-2/+2
| | | | | | | | PR: bin/4801 Submitted by: mishania@demos.su (Mikhail A. Sokolov) Notes: svn path=/head/; revision=30564
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.Wolfram Schneider1997-10-135-3/+128
| | | | Notes: svn path=/head/; revision=30395
* If uptime < 1 min print in in secs otherwise we got confusing messageAndrey A. Chernov1997-10-131-10/+12
| | | | | | | "up 1 user" Notes: svn path=/head/; revision=30389
* Submitted by: Joachim Kuebart, thanks.Wolfgang Helbig1997-10-122-11/+23
| | | | | | | Add -u option to force unbuffered output Notes: svn path=/head/; revision=30322
* Fix a misleading comment. Rename a variable to make more sense.Poul-Henning Kamp1997-10-111-5/+4
| | | | | | | Pointed out by by: bde Notes: svn path=/head/; revision=30292
* struct kmemstats was renamed.Poul-Henning Kamp1997-10-101-3/+3
| | | | Notes: svn path=/head/; revision=30287
* Make vmstat understand the dynamic malloc stuff. There are a numberPoul-Henning Kamp1997-10-101-15/+23
| | | | | | | of ugly hardcoded constants in there. Notes: svn path=/head/; revision=30279
* Make sure lfp is non-NULL before closing it.Jordan K. Hubbard1997-10-091-2/+3
| | | | | | | PR: 4652 Notes: svn path=/head/; revision=30249
* Interpret multiple slashes as a single slash in ftp: URL's. ThisBill Fenner1997-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. Notes: svn path=/head/; revision=30237
* Be more specific about -f/-t options (they're not yet implemented),Dima Ruban1997-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. Notes: svn path=/head/; revision=30180
* Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to eachBill Fenner1997-10-061-10/+68
| | | | | | | | | | slash-seperated element of the URL and then RETR the last element. PR: bin/4670 Reviewed by: wollman Notes: svn path=/head/; revision=30135
* For SMP, add a space between the state name and the CPU#.Steve Passe1997-10-051-3/+3
| | | | | | | Everything following bumps right 1 character. Notes: svn path=/head/; revision=30130
* Added -D_ANSI_SOURCE as discussed with bde,Wolfgang Helbig1997-10-051-3/+19
| | | | | | | | removed bogus -trigraph (pointed out by bde), included check of operands (suggested by joerg) Notes: svn path=/head/; revision=30128
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-052-3/+5
| | | | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> Notes: svn path=/head/; revision=30113
* Check for invalid lower controls to not claim binary data with chars < 128 asAndrey A. Chernov1997-10-041-8/+11
| | | | | | | | ASCII _text_ Cleanup names detection code Notes: svn path=/head/; revision=30094
* Add support for EMS emulation to doscmd. This requires changing theJonathan Lemon1997-09-3019-301/+2757
| | | | | | | | | | | | interface for callbacks to doscmd from DOS, obsoleting the instbsdi redirector. (redir.com replaces it) A temporary hack is in place so the instbsdi program will (hopefully) work in the short term. Submitted by: Helmut F. Wirth <hfwirth@ping.at> Notes: svn path=/head/; revision=30016
* Ooops, the Makefile was not supposed to be changed. Unspam this.Joerg Wunsch1997-09-301-1/+1
| | | | Notes: svn path=/head/; revision=30010
* Fix a number of fixed-size buffers etc.Joerg Wunsch1997-09-302-5/+32
| | | | | | | | PR: bin/4520 Submitted by: gjm11@dpmms.cam.ac.uk (Gareth McCaughan) Notes: svn path=/head/; revision=30009
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-293-8/+8
| | | | Notes: svn path=/head/; revision=29988
* Add #include <stdlib.h> to pick up prototypes for getenv and friends.Warner Losh1997-09-292-2/+4
| | | | Notes: svn path=/head/; revision=29957
* fetch(3) doesn't get asctime(3) format, wrong length assumedMartin Cracauer1997-09-281-2/+2
| | | | | | | | | PR: bin/4625 Submitted by: "Timo J. Rinne" <tri@pooh.tky.hut.fi> Obtained from:bin/4625 Notes: svn path=/head/; revision=29934
* Changes for KTH KerberosIV.Mark Murray1997-09-281-7/+2
| | | | Notes: svn path=/head/; revision=29927
* Changes for KTH KerberosIV.Mark Murray1997-09-282-11/+22
| | | | | | | | | | | | | | Quieten -Wall a bit. From Joe Traister: The previous patch did not propogate the KRBTKFILE environment variable into the new environment when -l is given to su, making it impossible for kdestroy to find the ticket file. This patch corrects that problem as well as the original segfault problem. (Fixes PR 3903) Notes: svn path=/head/; revision=29923
* Changes for KTH KerberosIV.Mark Murray1997-09-2814-605/+70
| | | | | | | Also quieten -Wall a bit. Notes: svn path=/head/; revision=29922
* Quieten -Wall.Mark Murray1997-09-281-1/+2
| | | | Notes: svn path=/head/; revision=29921
* YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.Peter Wemm1997-09-281-2/+14
| | | | Notes: svn path=/head/; revision=29904
* Translated too much of it.Wolfram Schneider1997-09-272-54/+54
| | | | | | | Submitted by: Andrzej Bialecki <abial@korin.warman.org.pl> Notes: svn path=/head/; revision=29886
* Having done ICMP, UDP, and IP, could a TCP display be far behind?Garrett Wollman1997-09-275-14/+375
| | | | Notes: svn path=/head/; revision=29881
* Add canonical 32bit crc as alorithm 3.Poul-Henning Kamp1997-09-265-3/+127
| | | | | | | | | PR: 4615 Reviewed by: phk Submitted by: Mike Meyer <mwm@shiva.the-park.com> Notes: svn path=/head/; revision=29868
* Show size of vnode pool in vmstat mode.Peter Wemm1997-09-251-2/+21
| | | | Notes: svn path=/head/; revision=29842