Age | Commit message (Expand) | Author |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-04-08 | Don't do tilde escapes unless we are in interactive mode. Now the | Todd C. Miller |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller |
2002-01-24 | fix the history refs | Michael Shalayeff |
2001-12-18 | We need to adjust where "dot" points when we realloc(message). | Todd C. Miller |
2001-11-28 | Catch SIGINT in sendmessage() so user can interupt a long message | Todd C. Miller |
2001-11-28 | Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity. | Todd C. Miller |
2001-11-23 | Revert change to Popen() to only wrap command in a shell if it | Todd C. Miller |
2001-11-21 | o kill strcpy() | Todd C. Miller |
2001-11-21 | fix arg reversal that was introduced during ANSIfication | Todd C. Miller |
2001-11-21 | Fix extern decl of version missed in previous commit. | Todd C. Miller |
2001-11-21 | o ANSIfy | Todd C. Miller |
2001-11-20 | In private version of popen(), only wrap a command to be run in a | Todd C. Miller |
2001-11-20 | Major signal overhaul. We no longer longjmp all over the place. | Todd C. Miller |
2001-11-17 | properly bail out of incfile(); millert ok | Theo de Raadt |
2001-11-16 | Instead of using a longjmp to catch SIGPIPE, just set to SIG_IGN and | Todd C. Miller |
2001-10-11 | missing arg to errx | Todd C. Miller |
2001-10-04 | Fix path to /bin/ls; ok millert | Peter Valchev |
2001-09-16 | Optimize space-eating loop since we've already checked that the | Todd C. Miller |
2001-09-16 | 1) In skin(), only add a space after a comma if there is actually a space | Todd C. Miller |
2001-09-07 | Sanity check length of -u argument to avoid truncation later on. | Todd C. Miller |
2001-09-04 | Fix bogus use of snprintf return value. Since we know the max | Todd C. Miller |
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller |
2001-01-19 | More fixes from Don Beusee: | Todd C. Miller |
2001-01-16 | Changes from Don Beusee: | Todd C. Miller |
2001-01-16 | Changes from Don Beusee: | Todd C. Miller |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-08-23 | repair sendmail options handling | Michael Shalayeff |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-07-06 | printf with % for the prompt | Theo de Raadt |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-26 | fix pasto; noted by art | Hugh Graham |
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller |
2000-05-15 | /etc/mail/aliases | Theo de Raadt |
2000-04-26 | Change the name of mail's send() function to sendmessages() to | Todd C. Miller |
2000-04-25 | When incorporating new messages, clear the "new" count before the | Todd C. Miller |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell |
2000-03-23 | When calling sendmail, use "--" to indicate end of command line arguments. | Todd C. Miller |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell |
1999-10-16 | Formatting fixes. | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1998-11-19 | significant cleanup; also s/INTRODUCTION/DESCRIPTION/, in particular for man -h | Aaron Campbell |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell |