summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Added a prototype for a qsort comparision function and fixed the usualbde1998-02-251-4/+5
* Fixed the usual type mismatch for a qsort comparison function.bde1998-02-251-4/+5
* Fixed the usual type mismatch for a signal handling function.bde1998-02-252-3/+4
* Add a -p option which is the same as the -m option but providedsteve1998-02-242-2/+7
* Add Back-Tab functionality. (Ie. shift-tab)msmith1998-02-221-2/+3
* Change a (defaulted) int arg to a long so that a cast from a pointerjb1998-02-202-3/+5
* Add #include <string.h> to get prototypes. Note that this programjb1998-02-203-3/+6
* Add #include <string.h> to get prototypes.jb1998-02-202-0/+2
* Add #include <stdlib.h> to get prototypes.jb1998-02-203-0/+3
* Don't create an unused obj directory.bde1998-02-201-1/+3
* gcc wants to see long long variables passed to %q printf formats, sojb1998-02-202-9/+9
* time() needs a pointer to a time_t, but tv_sec in a timeval is ajb1998-02-201-2/+4
* localtime() needs a pointer to time_t which is not necessarily a long.jb1998-02-201-1/+1
* Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.jb1998-02-201-2/+2
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
* Initialise variable that gcc lies awake at night worrying about.jb1998-02-201-2/+2
* Add #include <string.h> to get prototypes.jb1998-02-204-3/+7
* Replace incomplete malloc prototype with #include <stdlib.h>jb1998-02-201-2/+2
* Add #include <stdlib.h> to get prototype for malloc().jb1998-02-201-0/+1
* Add #include <string.h> to get prototypes.jb1998-02-206-4/+10
* Add #include <stdlib.h> to get prototype for malloc(). Without this,jb1998-02-201-1/+2
* Add #include <string.h> to get prototypes for functions that gccjb1998-02-205-0/+5
* Make it more convenient to query NICs other than InterNIC. Explain in thewollman1998-02-192-34/+81
* Missing newline when euid != ruid.steve1998-02-181-3/+3
* Add #include <string.h> to get prototype for memcpy().jb1998-02-151-1/+2
* gcc on alpha complains about nested comments. A comment in thisjb1998-02-151-1/+1
* Cleanup code so that long lines to be quoted don't get truncated.steve1998-02-141-13/+11
* Fix top sorting of idle processes. top used p_cpticks as a tie-breakerpeter1998-02-141-3/+3
* Fix very rare but dangerous bug:ache1998-02-131-1/+3
* Fixed a comment. The module size is (unfortunately) in K, but it is notbde1998-02-121-2/+2
* Update to reflect the current Jewish calendar.steve1998-02-081-12/+12
* locate(1) is no longer started by /etc/weekly.alex1998-02-071-5/+5
* Reset SGINT and SIGQUIT handling to default when asking for passwords.guido1998-02-051-1/+5
* Convert to mdoc. Move Id to the top.charnier1998-02-041-82/+91
* Don't print garbage when user enters EOF at name prompt.pst1998-02-031-3/+4
* PR: bin/5529cwt1998-02-021-2/+2
* Convert to mdoc format. Header -> Id.charnier1998-02-021-357/+395
* Search for proper executables, ignore directorieshelbig1998-02-011-3/+3
* ulimit does not have its own manpage as it is a shell builtin.steve1998-02-011-2/+1
* Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page tocharnier1998-01-2813-499/+337
* Add two new options:wosch1998-01-252-11/+39
* Use -literal to make for a more pleasing list.steve1998-01-251-1/+1
* Add a sysmk -> /dev/null definition ready for a coming change tojb1998-01-252-0/+2
* Random data is no longer based on the time of day, rather the randomsteve1998-01-241-3/+4
* Printers under FreeBSD are /dev/lpt*msmith1998-01-221-2/+2
* Fix DOS keyboard handling to use standard pointer addresses instead ofjlemon1998-01-211-11/+19
* Converted to Lite2 mount interface - don't use numeric filesystembde1998-01-201-17/+13
* Converted to Lite2 mount interface - decide filesystem types by namebde1998-01-201-3/+3
* Merged from Lite2. This was mostly already done, mostly indirectlybde1998-01-201-5/+9
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
OpenPOWER on IntegriCloud