1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/usr.bin/make
Max Khon 94f176ebd4 Revert r228521: sometimes job output is lost
(see tools/regression/usr.bin/make/execution/joberr test).

openpty(fd + 0, fd + 1,...) version does not have this problem but
it sometimes enters an infinite sleep in "ttywait" state in tty_drain()
when make(1) closes slave pty.
2011-12-15 06:25:19 +00:00
..
arch.c
arch.h
buf.c
buf.h
cond.c
cond.h
config.h
dir.c
dir.h
for.c
for.h
globals.h Add missing static keywords to make(1) 2011-11-06 08:16:06 +00:00
GNode.h
hash_tables.c
hash_tables.h
hash.c
hash.h
job.c Revert r228521: sometimes job output is lost 2011-12-15 06:25:19 +00:00
job.h
lst.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
lst.h
main.c Remove hack needed by 6.x machines and older machines to run newer 2010-10-06 20:54:17 +00:00
make.1 make(1): obj dirs are physical paths so write pwd -P rather than pwd. 2011-11-05 21:32:17 +00:00
make.c
make.h
Makefile Revert r228521: sometimes job output is lost 2011-12-15 06:25:19 +00:00
Makefile.dist
parse.c
parse.h
pathnames.h
proc.c
proc.h
shell.c
shell.h
str.c
str.h
suff.c
suff.h
targ.c
targ.h
util.c
util.h
var.c
var.h