summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* For SMP, add a space between the state name and the CPU#.fsmp1997-10-051-3/+3
| | | | Everything following bumps right 1 character.
* Added -D_ANSI_SOURCE as discussed with bde,helbig1997-10-051-3/+19
| | | | | removed bogus -trigraph (pointed out by bde), included check of operands (suggested by joerg)
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-052-3/+5
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* Check for invalid lower controls to not claim binary data with chars < 128 asache1997-10-041-8/+11
| | | | | ASCII _text_ Cleanup names detection code
* Add support for EMS emulation to doscmd. This requires changing thejlemon1997-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>
* Ooops, the Makefile was not supposed to be changed. Unspam this.joerg1997-09-301-1/+1
|
* Fix a number of fixed-size buffers etc.joerg1997-09-302-5/+32
| | | | | PR: bin/4520 Submitted by: gjm11@dpmms.cam.ac.uk (Gareth McCaughan)
* Sort cross refereces in section SEE ALSO.wosch1997-09-293-8/+8
|
* Add #include <stdlib.h> to pick up prototypes for getenv and friends.imp1997-09-292-2/+4
|
* fetch(3) doesn't get asctime(3) format, wrong length assumedcracauer1997-09-281-2/+2
| | | | | | PR: bin/4625 Submitted by: "Timo J. Rinne" <tri@pooh.tky.hut.fi> Obtained from:bin/4625
* Changes for KTH KerberosIV.markm1997-09-281-7/+2
|
* Changes for KTH KerberosIV.markm1997-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)
* Changes for KTH KerberosIV.markm1997-09-2814-605/+70
| | | | Also quieten -Wall a bit.
* Quieten -Wall.markm1997-09-281-1/+2
|
* YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.peter1997-09-281-2/+14
|
* Translated too much of it.wosch1997-09-272-54/+54
| | | | Submitted by: Andrzej Bialecki <abial@korin.warman.org.pl>
* Having done ICMP, UDP, and IP, could a TCP display be far behind?wollman1997-09-275-14/+375
|
* Add canonical 32bit crc as alorithm 3.phk1997-09-265-3/+127
| | | | | | PR: 4615 Reviewed by: phk Submitted by: Mike Meyer <mwm@shiva.the-park.com>
* Show size of vnode pool in vmstat mode.peter1997-09-251-2/+21
|
* Emboldened by the success of yesterday's ICMP statistics display,wollman1997-09-254-2/+353
| | | | I've now added one that does IP (and also UDP) statistics.
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-1/+277
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* put in the link for the dummy collation module for Shift-JISjulian1997-09-241-2/+2
|
* Add a mode to display ICMP statistics.wollman1997-09-249-19/+520
| | | | Inspired by: IRIX netstat -C
* Float overflow in statistic function for large databaseswosch1997-09-231-4/+4
| | | | (>100MB characters).
* Polish message catalogs for vi.wosch1997-09-221-2/+6
| | | | | Submitted by: abial@warman.org.pl PR: 4522
* Polish message catalogs for ee.wosch1997-09-223-1/+369
| | | | | | | | Still buggy. Help messages and command names are not in sync, eg. 'quit' <-> 'KONIEC'. Submitted by: abial@warman.org.pl PR: 4522
* Add ypwhich(1) and yppoll(8) manual pages.wosch1997-09-212-2/+101
| | | | Obtained from: NetBSD, slightly modified
* Fix argument string for getopt.dima1997-09-181-2/+2
| | | | Submitted by: dillon@best.net
* Use -ansi -pedantic -trigraphs, as suggested by Bruce.joerg1997-09-182-21/+133
| | | | | | | | Enforce that only Posix-spec'ed options are being used, so people could use this as a Posixificator of some kind. Document the Posix usage in the man page, so to make it clear what's the difference between Posix c89, and gcc.
OpenPOWER on IntegriCloud