summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Change manual declarations of some functions to proper includesache1997-09-151-15/+30
| | | | | | Rewrote allowed character test to be more efficient Fix screen position calculations: control and 8bit characters was not counted properly
* Allow backspace tooache1997-09-151-2/+3
|
* Oops, fix upper controls testache1997-09-151-2/+3
|
* Localize it. High controls disabled in any case.ache1997-09-151-5/+11
| | | | | Shut compiler warning about signal argument. PR: 4466
* Install gencat.1 manpage.wosch1997-09-142-2/+63
| | | | Obtained from: OpenBSD.
* In these days, waiting one full second for more to appear is far too long.phk1997-09-141-2/+2
| | | | Let's try 250ms.
* When calling strip, temporarily close the file, call strip and thenpeter1997-09-141-2/+10
| | | | | | | | reopen it after strip has finished. This makes it work when /usr/bin/strip replaces the file rather than doing an in-place edit (such as the binutils-2.8 strip, which is a variation of objcopy). This is necessary if install(1) and strip(1) are going to cooperate on an ELF system.
* PR: docs/4383wosch1997-09-131-5/+14
| | | | | | su manpage ambiguous regarding command prompt Submitted by: sheldonh@iafrica.com
* spelling corrections.wosch1997-09-131-1/+1
| | | | | PR: docs/4450 Submitted by: josh@quick.net
* Add manpage links ypchpass.1, ypchfn.1, ypchsh.1wosch1997-09-131-0/+3
|
* Document newly added -d option and fix usage stringache1997-09-122-4/+7
|
* The "-d" option dumps out the entire process list on a per controllingache1997-09-121-11/+40
| | | | | tty basis, instead of just the top level process. Submitted by: terry
* Teach comm(1) and uniq(1) about an option for case-insensitive work.joerg1997-09-074-12/+42
| | | | | PR: 3042 Submitted by: graphix@iastate.edu (Kent Vander Velden)
* "lmd" -> "-lmd"nate1997-09-051-2/+2
| | | | Submitted by: Vincent Poy <vince@venus.gaianet.net>
* If elf, don't add libmd.a just because we link against libskey.so.peter1997-09-051-0/+3
| | | | A
OpenPOWER on IntegriCloud