Count SIGIO's (for debugging). Separate out noasynch between
[unix-history] / usr / src / usr.bin / mail /
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-10 Anne Hughesgrammar
1986-03-07 Kirk McKusickfix security/privacy problem (from ks@ef.purdue.edu...
1986-03-04 Kirk McKusickfix security/privacy problem (from ks@ef.purdue.edu...
1986-01-21 Jim Bloomcalls to nonexistant fonts (from gbergman@cartan)
1986-01-14 Kirk McKusickreply to RFC822 instead of RFC733 headers (from sun...
1986-01-12 Jay Lepreaufix up make of fmt
1985-11-10 Serge ???fix infinite loop bug in yankword()
1985-11-03 Serge ???check for overflow in getrawlist()
1985-11-03 Serge ???increase several limits to be more realistic (from...
1985-11-03 Serge ???increase several limits to be more realistic
1985-11-03 Serge ???increase nbuf[] in netlook() to BUFSIZ (from mp@allegra...
1985-10-19 Kirk McKusickadd ~b documentation
1985-09-24 Serge ???made "-" and "+" skip over deleted messages (from guy...
1985-09-19 Jay LepreauMail.help.~ renamed to avoid deletion by find's for...
1985-09-18 Kirk McKusickalso install Mail.rc
1985-09-16 Serge ???added Replyall and PAGER variables, and unread/Unread...
1985-09-16 Serge ???fix uninitialized variable problem (from guy@sun)
1985-09-16 Serge ???if PAGER variable is set, use it to page messages,...
1985-09-16 Serge ???deleted isatty and strncmp, as they are in the C librar...
1985-09-16 Serge ???added unread/Unread command
1985-09-16 Serge ???added unread/Unread command (marks messages as not...
1985-09-16 Serge ???always print headers of first few messages when editing...
1985-09-16 Serge ???disallow "Mail -f directory" (or other non-plain file)
1985-09-16 Serge ???made "-" and "+" skip over deleted messages (from guy...
1985-09-11 Serge ???corrected documentation for "write" command
1985-09-11 Serge ???made the write command delete the entire header, instea...
1985-09-05 Donn SeeleyEfficiency changes -- replace inline loops on getc...
1985-06-22 Kirk McKusickbotched copyright
1985-06-22 Kirk McKusickbotched copyright
1985-06-09 Jay Lepreaubumping the wrong hash idx var caused cores. From donn...
1985-06-08 Distribution FolksAdd copyright
1985-06-07 Serge ???added "more" command
1985-06-07 Distribution FolksAdd copyright
1985-06-07 Edward Wangdon't load with -n
1985-06-07 Distribution FolksAdd copyright
1985-06-07 Distribution FolksAdd copyright
1985-06-07 Distribution FolksAdd copyright
1985-05-28 Serge ???Fixed indirect through NULL bug
1985-05-28 Serge ???Added -I flag, which causes Mail to assume that input...
1985-04-30 Kirk McKusick4.3BSD beta release manual page
1985-04-30 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-30 Kirk McKusickmanual page distributed with 4.1BSD
1985-04-19 Serge ???modified to work with new stdio; added retain command...
1985-01-10 Ralph Campbelluse sigmask() macro
1985-01-10 Ralph Campbelluse sigmask() macro instead of defining twice.
1984-08-09 Ralph Campbellfix stdio flushing, don't mess with stdio buffers
1984-08-04 Ralph CampbellJust print no mail if zero length mail file
1984-07-27 Ralph Campbellcleanup odd unused entries.
1984-07-27 Ralph Campbellcheck buffer size.
1984-07-20 Ralph Campbelldelete old berknet tables
1984-07-20 Ralph Campbelluse flock for mailbox locking
1983-08-29 Craig LeresAdded Jim Bloom's hack; now can reply to addresses...
1983-08-19 Sam Lefflermake fmt as well, don't wait for install
1983-08-14 Sam Lefflerstandardize sccs keyword lines
1983-08-12 Sam Lefflerstandardize sccs keyword lines
1983-08-12 Sam Lefflerdate and time created 83/08/11 22:12:37 by sam
1983-08-12 Sam Lefflerdate and time created 83/08/11 22:12:35 by sam
1983-07-27 Sam Lefflerstdio and tty's require clearerr to insure EOF is reset
1983-07-02 Sam Lefflerinclude fix
1983-06-29 Craig LeresAdded a few calls to skin() to remove comments when...
1983-06-29 Craig LeresAdded a few calls to skin() to remove comments when...
1983-06-29 Craig LeresRemoved sendmail conditional compile from nameof()...
1983-06-29 Craig LeresModified to seperate addresses with commas so that...
1983-06-20 Sam Lefflerneed fmt also
1983-06-18 Bill Joymerge monet
1983-06-16 Sam Lefflermerge leres code
1983-06-13 Sam Lefflernew signals
1983-06-06 Craig LeresModified to use the "From:" line (if one exists) when...
1983-05-30 Craig LeresFix to skin() from John Quarterman of utexas-11, does...
1983-05-29 Craig LeresModified to truncate read/write files before closing.
1983-05-27 Ralph Campbellhash() could return negative values.
1983-05-25 Craig LeresChanged various fopens to open read/write to avoid...
1983-05-25 Craig LeresRemoved old c70 stuff
1983-05-20 Craig LeresNew version number to cover bug fixes up to 4.2 freeze
1983-05-19 Craig LeresOk to send a message with no subject and no body
1983-03-18 Craig LeresAllow no body, no subject messages, why not?
1983-03-04 Craig LeresChanged uses of isname() to strncmp(), removed isname()
1983-03-03 Craig LeresStrange string allocation bug in netmap(). Fix was...
1983-02-26 Craig LeresModified holdsigs() to use sighold() rather than sigset()
1983-02-10 Sam Lefflerfrom sun
1983-02-01 Craig LeresMade install depend of Mail
1983-01-30 Craig LeresChanged location of postage file
1983-01-30 Craig LeresChanged location of the POSTAGE file.
1983-01-30 Craig LeresAdded local()
1983-01-30 Craig LeresBroke alternates() up into two routines so that the...
1983-01-30 Craig LeresAdded local()
1983-01-30 Craig LeresAdded pointer for local host names
1983-01-30 Craig LeresAdded local command
1983-01-30 Craig LeresRemoved extra definition for savestr() and added strcat()
1983-01-23 Craig LeresAdded declaration of icequal();
1983-01-23 Craig LeresModified to use perror() to report failure to open...
1983-01-23 Craig LeresModified delname() to use passed function to comapre...
1983-01-23 Craig LeresAdded (restored?) missing required argument in call...
1983-01-23 Craig LeresModified to only append to the POSTAGE file if it alrea...
1983-01-23 Craig LeresModified to append to the POSTAGE file only if it alrea...
1983-01-23 Craig LeresModified to use perror() to report open failure on...
1983-01-23 Craig LeresMoved printing of initial greeting to beginning of...
1983-01-23 Craig LeresFixed bug in marking a range; modified markall() to...
next