freebsd-skq/usr.bin/mail
bde 7a03a3002a vfork -> fork. This home made popen() had the same bug as the library
popen(), but worse.  The child calls execvp(), which calls malloc()
a bit more than execl(), and it calls non-library functions that call
malloc() and who-knows-what else (stdio is called in at least some
error cases).
1998-10-10 19:18:30 +00:00
..
misc
USD.doc
aux.c
cmd1.c
cmd2.c
cmd3.c
cmdtab.c
collect.c
def.h
edit.c
extern.h
fio.c
getname.c
glob.h
head.c
lex.c
list.c
mail.1
main.c
Makefile
names.c
pathnames.h
popen.c vfork -> fork. This home made popen() had the same bug as the library 1998-10-10 19:18:30 +00:00
quit.c
rcv.h
send.c
strings.c
temp.c Fixed gross breakage in previous commit. The malloc sizes for the 1998-10-10 19:01:47 +00:00
tty.c
v7.local.c
vars.c
version.c