summaryrefslogtreecommitdiff
path: root/usr.bin/mail/cmd1.c
AgeCommit message (Expand)Author
2003-12-03Change how the line output from the 'h' command is formatted.Todd C. Miller
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
2001-11-21o kill strcpy()Todd C. Miller
2001-11-21o ANSIfyTodd C. Miller
2001-11-20Major signal overhaul. We no longer longjmp all over the place.Todd C. Miller
2001-11-16Instead of using a longjmp to catch SIGPIPE, just set to SIG_IGN andTodd C. Miller
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
2001-01-16Changes from Don Beusee:Todd C. Miller
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-04-26Change the name of mail's send() function to sendmessages() toTodd C. Miller
2000-04-25When incorporating new messages, clear the "new" count before theTodd C. Miller
1998-05-11fix scrolling and 'z' command; matt debergalis <deberg@mit.edu>Todd C. Miller
1997-11-14NetBSD changes (mostly comsmetic):Todd C. Miller
1997-07-30Fix one possible oflow (not exploitable) and do a wee bit of KNF.Todd C. Miller
1997-07-24tempnam(3) goes bye bye.Todd C. Miller
1997-07-22grabh() now returns SIGINT if it was interrupted (previously alwaysTodd C. Miller
1997-07-14NOSTR -> NULLTodd C. Miller
1997-07-13bcopy() -> memcpy() and fix some casts.Todd C. Miller
1997-07-13Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.Todd C. Miller
1997-05-30overflows aboundTheo de Raadt
1997-03-29Use ``mail.local -H'' to do dot locking so we can have mode 755 mailTodd C. Miller
1996-06-11from christos;Theo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt