summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Many places in the code NULL is used in integer context, wherephk1997-09-1815-43/+43
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Activate c89(1).joerg1997-09-171-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r29544,joerg1997-09-173-0/+122
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C sourcejoerg1997-09-173-0/+122
| | | | code. Basically a shortcut to cc -ansi -trigraphs.
* revert: The warning was supposed to irritate someone into fixing this.jkh1997-09-151-3/+2
|
* Proper casting for clnt_broadcast() args.jkh1997-09-151-2/+2
|
* Silence a warning with a cast.jkh1997-09-151-2/+2
|
* unsigned char -> caddr_t for mmap's return value.jkh1997-09-151-2/+3
|
* Fix a comment.phk1997-09-151-1/+1
| | | | Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
OpenPOWER on IntegriCloud