aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* Doh. What was I smoking when I wrote this?Dag-Erling Smørgrav1998-10-131-5/+5
* Correct a grammatical nit and remove ambiguity about the effect ofJoseph Koshy1998-10-131-4/+6
* Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.Mark Murray1998-10-093-5/+17
* Null commit, just to test something. Please ignore.Jordan K. Hubbard1998-10-041-2/+1
* Added missing #include <string.h>Alexander Langer1998-10-031-1/+2
* Fix 'chio params' so that it actually prints out the current picker.Kenneth D. Merry1998-10-011-0/+7
* Updated the ch(4) driver and chio(1) command to include volumeJustin T. Gibbs1998-09-153-143/+443
* Portability fixes when sizeof(int) != sizeof(long).Doug Rabson1998-09-143-41/+47
* Fix minor style bugs noticed by the Bruce Filter.[tm]Warner Losh1998-09-131-4/+7
* Be more consistent with handling of quote mark control character.Tor Egge1998-09-134-72/+28
* Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,Warner Losh1998-09-111-9/+7
* Narrow down conditions to break wait() to process traps.Martin Cracauer1998-09-102-5/+6
* Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname()Bruce Evans1998-09-101-5/+11
* Fix an inefficiency I introduced in my last commit.Martin Cracauer1998-09-102-10/+6
* If traps are set, they are now executed even when a signal-blockingMartin Cracauer1998-09-083-10/+27
* Add -S flag to test for sockets.Martin Cracauer1998-09-074-17/+28
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-067-49/+231
* Don't blindly eliminate `..' and the previous pathname component.Tor Egge1998-09-062-19/+160
* Split lines into one subdir per line.Gary Palmer1998-08-301-4/+30
* Improve bookkeeping of in_waitcmd and style fixes.Martin Cracauer1998-08-257-27/+41
* Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans.Martin Cracauer1998-08-251-2/+2
* Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.Martin Cracauer1998-08-242-4/+4
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,Martin Cracauer1998-08-249-45/+92
* Now that alpha uses FreeBSD syscalls, all these work.John Birrell1998-08-151-7/+3
* Silence some warnings when building on the alpha.Doug Rabson1998-08-073-6/+6
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+1
* Use sendmail-8.9.1 rmail (with our changes).Peter Wemm1998-08-043-427/+6
* Add missing "else", without whom the prev. commit is a null change.Tim Vanderhoek1998-08-021-4/+3
* Fixed printf format errors (time_t is not necessarily long).Bruce Evans1998-08-021-3/+5
* Document behaviour of "-" and "--" on the command line.Joseph Koshy1998-07-301-2/+7
* Allow env. variable LS_COLWIDTHS to specify minimum column widths,Tim Vanderhoek1998-07-294-13/+97
* Document the printf built-in.Jacques Vidrine1998-07-271-1/+13
* csh built-in printf now expands arguments. e.g.Jacques Vidrine1998-07-271-1/+14
* Fix use of -man macro, correct description of the behaviour of the `+n'Joseph Koshy1998-07-211-8/+3
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-4/+3
* Pick up kernel variables/constants using sysctl rather than through /dev/memPoul-Henning Kamp1998-06-302-80/+17
* Fixed printf format errors (second round with non-i386 typedefs).Bruce Evans1998-06-281-2/+3
* Fixed printf format errors.Bruce Evans1998-06-281-3/+3
* Oops, the previous log message should have read "Fixed type mismatches -Bruce Evans1998-06-281-1/+1
* Fixed printf format errors.Bruce Evans1998-06-281-4/+7
* Fixed printf format errors.Bruce Evans1998-06-282-5/+7
* Remove compile time dependency on ARG_MAX.Joseph Koshy1998-06-171-2/+11
* Don't attempt to change owner/mode/flags that don't need to changed.Peter Wemm1998-06-101-15/+29
* Print correct error message if we copy an unreadable directory.Dmitrij Tejblum1998-06-091-1/+2
* Make sure we don't overflow the path buffer. Exit if we do.Warner Losh1998-06-091-2/+4
* Make sure we pass the length - 1 to readlink, since it adds its ownWarner Losh1998-06-093-10/+8
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
* Fix errors that crept into the previous commit.Joseph Koshy1998-06-041-3/+3
* 1. `ps' output now shows 3 characters in the `TT' field, not 2, afterJoseph Koshy1998-06-041-3/+4