summaryrefslogtreecommitdiff
path: root/usr.bin/mail
AgeCommit message (Expand)Author
2006-11-16Fix undefined behavior (var = --var).Ray Lai
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
2006-05-02Nuke a couple orphaned prototypes.Hugh Graham
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-03-04the theMiod Vallat
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2005-07-11Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024.Todd C. Miller
2004-12-07remove unsupported paths;Jason McIntyre
2004-09-15avoid aliasing against libc symbolsTheo de Raadt
2004-09-15unused variableTheo de Raadt
2004-06-04sync w/ usd docs;Jason McIntyre
2004-06-04update mail docs w/ reality;Jason McIntyre
2004-05-10delint; millert okTheo de Raadt
2004-05-10Get rid of the ancient "clobber" command. It was really only for debuggingTodd C. Miller
2004-04-30missing full stop;Jason McIntyre
2004-04-19- sort SYNOPSISJason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-01-03Silence a gcc warning: "initialization from incompatible pointer type"Todd C. Miller
2004-01-03Fix format type mismatch (int vs. ssize_t).Todd C. Miller
2003-12-03Change how the line output from the 'h' command is formatted.Todd C. Miller
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-10-13better realloc. ok deraadt joseTed Unangst
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-04escape in the wrong place;Jason McIntyre
2003-07-14remove some old groff macros;Jason McIntyre
2003-07-07protosTheo de Raadt
2003-06-28use .Bk/.Ek to align the options in SYNOPSIS;Jason McIntyre
2003-06-25Remove unused c_func0; noticed by deraadt@Todd C. Miller
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-15Use vis() on any remotely created input before displaying it on a screen.Paul Janzen
2003-04-09syetem -> system;Jason McIntyre
2003-01-03DEL hasn't sent SIGINTR in a looooong time.Todd C. Miller
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-10-07 tyopVincent Labrecque
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-04-08Don't do tilde escapes unless we are in interactive mode. Now theTodd C. Miller
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2001-12-18We need to adjust where "dot" points when we realloc(message).Todd C. Miller
2001-11-28Catch SIGINT in sendmessage() so user can interupt a long messageTodd C. Miller
2001-11-28Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity.Todd C. Miller
2001-11-23Revert change to Popen() to only wrap command in a shell if itTodd C. Miller
2001-11-21o kill strcpy()Todd C. Miller
2001-11-21fix arg reversal that was introduced during ANSIficationTodd C. Miller