Age | Commit message (Expand) | Author |
1998-09-27 | mail -u foo is not really the same as mail -f /var/mail/foo | Todd C. Miller |
1998-09-27 | Use new username option to lockspool for 'mail -u'. | Todd C. Miller |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1998-09-13 | typos | Aaron Campbell |
1998-09-12 | document reality. | Todd T. Fries |
1998-09-10 | .Xr lockspool 1 | Todd C. Miller |
1998-09-10 | Fix comments | Todd C. Miller |
1998-09-10 | If a child has not been waited on via the SIGCHLD handler, wait for it | Todd C. Miller |
1998-09-10 | make mail.1 nroff'able again | Todd C. Miller |
1998-09-08 | repair order of signal blocking that got changed in conversion to POSIX signals | Todd C. Miller |
1998-09-08 | Fix comments in .mailrc where there is no space after the hash (#). Noted by... | Todd C. Miller |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-08-15 | use lockspool for locking, not 'mail.local -H' | Todd C. Miller |
1998-07-16 | mention MAIL environment variable | Todd C. Miller |
1998-06-25 | and mailx too.. | Theo de Raadt |
1998-06-12 | back out some signal changes that can cause mail to hang when quitting due to... | Todd C. Miller |
1998-06-12 | Don't call truncate() directly; have rm() do it if we get EPERM on unlink() | Todd C. Miller |
1998-06-12 | Properly delete messages that the user has deleted in his/her spool. | Todd C. Miller |
1998-06-11 | Don't segfault just because a line starts with NUL; ross | Theo de Raadt |
1998-05-11 | fix scrolling and 'z' command; matt debergalis <deberg@mit.edu> | Todd C. Miller |
1998-05-04 | Never remove a mail spool, as we may not have proper prics, just truncate. A... | Todd C. Miller |
1998-04-25 | doc startup behaviour; koshy@india.hp.com | Theo de Raadt |
1998-04-25 | fix usage; ru@ucb.crimea.ua | Theo de Raadt |
1998-03-24 | prettty | Theo de Raadt |
1998-02-15 | Remove one case of malloc call from sighandler | Niklas Hallqvist |
1997-11-14 | NetBSD changes (mostly comsmetic): | Todd C. Miller |
1997-11-13 | Add back EXTPROC code now that tty_pty.c has the lite2 fix. | Todd C. Miller |
1997-11-04 | unbalanced parenthesis around command abbreviation in mail.1; h-nokubi@nmit.t... | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-09-04 | Deal with <CR><LF> pairs in mailboxes so we can work with eudora mail | Todd C. Miller |
1997-08-31 | Kill union wait. | Todd C. Miller |
1997-08-05 | pull errno.h in | Theo de Raadt |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt |
1997-08-04 | Fix a problem in skin() that was introduced with the buffer oflow | Todd C. Miller |
1997-07-31 | Remove TIOCEXT added in lite2 merge for now. Causes problems when | Todd C. Miller |
1997-07-31 | Another static buffer bytes the dust. | Todd C. Miller |
1997-07-31 | Document an assumption and kill a static buffer. | Todd C. Miller |
1997-07-30 | Make istrcpy() take a size (not length) field, now called istrncpy(). | Todd C. Miller |
1997-07-30 | Fix one possible oflow (not exploitable) and do a wee bit of KNF. | Todd C. Miller |
1997-07-28 | Dynamically allocate space for addr header strings instead of using | Todd C. Miller |
1997-07-28 | install mail.rc at distribution time; bug found by explorer@flame.org | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-24 | tempnam(3) goes bye bye. | Todd C. Miller |
1997-07-24 | Replace 3 tempnam()'s with mkstemp. The two left look tricky. | Todd C. Miller |
1997-07-22 | incfile() needs to lock the mail spool so it doesn't get partial messages. | Todd C. Miller |
1997-07-22 | locking is done differently now | Theo de Raadt |
1997-07-22 | grabh() now returns SIGINT if it was interrupted (previously always | Todd C. Miller |
1997-07-22 | Only require 2 ^C's at Subject: prompt to quit as it is supposed to. | Todd C. Miller |