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_3_0


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.18   22 years  millert   Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volatile...
[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.21.2.1   22 years  millert   Errata #23: mail(1) will process tilde escapes even in non-interactive mode. Thi...
[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.23   22 years  millert   Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volatile...
[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.14   22 years  millert   missing arg to errx
[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.6   22 years  pvalchev   Fix path to /bin/ls; ok millert
[TXT] popen.c  1.27   22 years  millert   Fix bogus use of snprintf return value. Since we know the max length of a usern...
[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.12   22 years  millert   Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volatile...
[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.18   22 years  millert   Optimize space-eating loop since we've already checked that the first char is a ...
[TXT] getname.c (in the Attic) [Hide]  1.4   26 years  millert   NOSTR -> NULL Use sigsetjmp/siglongjmp instead of sigjmp/longjmp for portability...