aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Some things only work on i386.John Birrell1998-03-131-16/+23
* Import intial version of an a.out/elf tool wrapper/selector. It isPeter Wemm1998-03-102-0/+191
* cksum does a 32-bit checksum, so it needs to use u_int32_t variables,John Birrell1998-03-107-29/+31
* Localize itAndrey A. Chernov1998-03-081-3/+6
* Change default temporary directory (TMPDIR) from /tmp to /var/tmp.Wolfram Schneider1998-03-084-11/+11
* Improve shell variable substitution.Wolfram Schneider1998-03-083-30/+24
* Rewrite script as a select loop rather than as a twin reader/write process.Peter Wemm1998-03-082-75/+96
* Replaced by ncalWolfgang Helbig1998-03-084-570/+0
* Support a couple of new "-s" stats.John Dyson1998-03-071-1/+3
* Prevent passwd locking database forever waiting for user inputAndrey A. Chernov1998-03-071-3/+4
* Fix a #ifndef that became a #ifdef and changed the defaultJohn Birrell1998-03-071-2/+2
* Fixed `make -jN' for large N. Just put the generated file y.tab.h inBruce Evans1998-03-061-1/+3
* Fixed `make -jN' for large N, as usual.Bruce Evans1998-03-061-2/+3
* Fixed `make -jN' for large N. Just put all generated headers in SRCS.Bruce Evans1998-03-061-1/+1
* Fix a few minor typos and style nits.Steve Price1998-03-011-7/+7
* Use .Nm rdist for second .Nm occurrence in synopsis.Alexander Langer1998-03-011-1/+1
* Use `.Nm id' instead of `.Nm' for the synopsis lines.Alexander Langer1998-02-281-5/+5
* Don't assume sigset_t and int are equivalent.James Raynard1998-02-282-4/+6
* Don't claim XMS isn't implemented (it is).Mike Smith1998-02-262-1/+17
* Added a prototype for a qsort comparision function and fixed the usualBruce Evans1998-02-251-4/+5
* Fixed the usual type mismatch for a qsort comparison function.Bruce Evans1998-02-251-4/+5
* Fixed the usual type mismatch for a signal handling function.Bruce Evans1998-02-252-3/+4
* Add a -p option which is the same as the -m option but providedSteve Price1998-02-242-2/+7
* Add Back-Tab functionality. (Ie. shift-tab)Mike Smith1998-02-221-2/+3
* Change a (defaulted) int arg to a long so that a cast from a pointerJohn Birrell1998-02-202-3/+5
* Add #include <string.h> to get prototypes. Note that this programJohn Birrell1998-02-203-3/+6
* Add #include <string.h> to get prototypes.John Birrell1998-02-202-0/+2
* Add #include <stdlib.h> to get prototypes.John Birrell1998-02-203-0/+3
* Don't create an unused obj directory.Bruce Evans1998-02-201-1/+3
* gcc wants to see long long variables passed to %q printf formats, soJohn Birrell1998-02-202-9/+9
* time() needs a pointer to a time_t, but tv_sec in a timeval is aJohn Birrell1998-02-201-2/+4
* localtime() needs a pointer to time_t which is not necessarily a long.John Birrell1998-02-201-1/+1
* Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.John Birrell1998-02-201-2/+2
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Initialise variable that gcc lies awake at night worrying about.John Birrell1998-02-201-2/+2
* Add #include <string.h> to get prototypes.John Birrell1998-02-204-3/+7
* Replace incomplete malloc prototype with #include <stdlib.h>John Birrell1998-02-201-2/+2
* Add #include <stdlib.h> to get prototype for malloc().John Birrell1998-02-201-0/+1
* Add #include <string.h> to get prototypes.John Birrell1998-02-206-4/+10
* Add #include <stdlib.h> to get prototype for malloc(). Without this,John Birrell1998-02-201-1/+2
* Add #include <string.h> to get prototypes for functions that gccJohn Birrell1998-02-205-0/+5
* Make it more convenient to query NICs other than InterNIC. Explain in theGarrett Wollman1998-02-192-34/+81
* Missing newline when euid != ruid.Steve Price1998-02-181-3/+3
* Add #include <string.h> to get prototype for memcpy().John Birrell1998-02-151-1/+2
* gcc on alpha complains about nested comments. A comment in thisJohn Birrell1998-02-151-1/+1
* Cleanup code so that long lines to be quoted don't get truncated.Steve Price1998-02-141-13/+11
* Fix top sorting of idle processes. top used p_cpticks as a tie-breakerPeter Wemm1998-02-141-3/+3
* Fix very rare but dangerous bug:Andrey A. Chernov1998-02-131-1/+3
* Fixed a comment. The module size is (unfortunately) in K, but it is notBruce Evans1998-02-121-2/+2
* Update to reflect the current Jewish calendar.Steve Price1998-02-081-12/+12