OpenBSD CVS

src/usr.bin/mail/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / mail

Current tag: OPENBSD_2_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] USD.doc/        
[DIR] misc/        
[TXT] Makefile  1.8   26 years  deraadt   $OpenBSD$
[TXT] cmd1.c  1.17   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] cmd2.c  1.9   24 years  millert   Change the name of mail's send() function to sendmessages() to avoid shadowing t...
[TXT] cmd3.c  1.15   23 years  millert   More fixes from Don Beusee: - edit and other interactive commands have no stdin ...
[TXT] cmdtab.c  1.5   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] collect.c  1.20   23 years  millert   branches: 1.20.2; Changes from Don Beusee: o escape From line with a leading '>...
[TXT] def.h  1.7   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] edit.c  1.9   23 years  millert   More fixes from Don Beusee: - edit and other interactive commands have no stdin ...
[TXT] extern.h  1.16   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] fio.c  1.18   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] glob.h  1.4   25 years  millert   Use new username option to lockspool for 'mail -u'.
[TXT] head.c  1.6   23 years  millert   More fixes from Don Beusee: - edit and other interactive commands have no stdin ...
[TXT] lex.c  1.22   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] list.c  1.10   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] mail.1  1.33   23 years  aaron   Change all option list specifications to ".Bl -tag -width Ds". Most man pages ju...
[TXT] main.c  1.12   23 years  millert   warnx?/errx? paranoia (use "%s" not a bare string unless it is a constant). The...
[TXT] names.c  1.13   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] pathnames.h  1.5   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] popen.c  1.26   23 years  millert   More fixes from Don Beusee: - edit and other interactive commands have no stdin ...
[TXT] quit.c  1.14   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] rcv.h  1.2   27 years  deraadt   from christos; - Fix PR/105: Implement dot locking protocol and check return val...
[TXT] send.c  1.13   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] strings.c  1.6   26 years  millert   NetBSD changes (mostly comsmetic): replace panic() with calls to err()/errx(...
[TXT] temp.c  1.11   23 years  millert   $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero
[TXT] tty.c  1.11   26 years  millert   NetBSD changes (mostly comsmetic): replace panic() with calls to err()/errx(...
[TXT] v7.local.c  1.12   25 years  millert   Don't call truncate() directly; have rm() do it if we get EPERM on unlink() In p...
[TXT] vars.c  1.6   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] version.c  1.4   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] aux.c (in the Attic) [Hide]  1.16   23 years  millert   Changes from Don Beusee: o escape From line with a leading '>' when needed o onl...
[TXT] getname.c (in the Attic) [Hide]  1.4   26 years  millert   NOSTR -> NULL Use sigsetjmp/siglongjmp instead of sigjmp/longjmp for portability...