aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* locate(1) is no longer started by /etc/weekly.Alexander Langer1998-02-071-5/+5
* Reset SGINT and SIGQUIT handling to default when asking for passwords.Guido van Rooij1998-02-051-1/+5
* Convert to mdoc. Move Id to the top.Philippe Charnier1998-02-041-82/+91
* Don't print garbage when user enters EOF at name prompt.Paul Traina1998-02-031-3/+4
* PR: bin/5529Chris Timmons1998-02-021-2/+2
* Convert to mdoc format. Header -> Id.Philippe Charnier1998-02-021-356/+394
* Search for proper executables, ignore directoriesWolfgang Helbig1998-02-011-3/+3
* ulimit does not have its own manpage as it is a shell builtin.Steve Price1998-02-011-2/+1
* Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page toPhilippe Charnier1998-01-2813-499/+337
* Add two new options:Wolfram Schneider1998-01-252-11/+39
* Use -literal to make for a more pleasing list.Steve Price1998-01-251-1/+1
* Add a sysmk -> /dev/null definition ready for a coming change toJohn Birrell1998-01-252-0/+2
* Random data is no longer based on the time of day, rather the randomSteve Price1998-01-241-3/+4
* Printers under FreeBSD are /dev/lpt*Mike Smith1998-01-221-2/+2
* Fix DOS keyboard handling to use standard pointer addresses instead ofJonathan Lemon1998-01-211-11/+19
* Converted to Lite2 mount interface - don't use numeric filesystemBruce Evans1998-01-201-17/+13
* Converted to Lite2 mount interface - decide filesystem types by nameBruce Evans1998-01-201-3/+3
* Merged from Lite2. This was mostly already done, mostly indirectlyBruce Evans1998-01-201-5/+9
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-1/+0
* Started getting rid of the compatibility cruft for the Lite1 mount()Bruce Evans1998-01-171-9/+11
* Handle option -j correctly.Wolfgang Helbig1998-01-151-3/+3
* Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__John Birrell1998-01-151-12/+12
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andPhilippe Charnier1998-01-1412-60/+82
* Add rcsid, remove unused #includes, change exit(-1).Philippe Charnier1998-01-141-4/+7
* Change MAP_FAILED to type void *.Alexander Langer1998-01-131-3/+3
* Change message 103, trailing \n is not needed when using errx(3).Philippe Charnier1998-01-124-8/+8
* Use Id instead of Header. Change message 103, trailing \n is not neededPhilippe Charnier1998-01-124-8/+8
* Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1).Philippe Charnier1998-01-121-23/+19