Go to file
kre 07ee700a7e Finish the fd reassignment fixes from 1.43 and 1.45 ... if we are moving
a fd to an unspecified high fd number, we certainly do not want to hand
that high fd off to other processes after an exec, so always set close-on-exec
on the result (even if lack of fd's means no fd alteration happens.)
This will (eventually) allow some other code that sets close-on-exec to
be removed, but for now, doing it twice won't hurt.   Also, in a N>&M
type redirection, do not set close-on-exec if we don't want it.

OK christos@
2016-05-09 20:50:08 +00:00
bin Finish the fd reassignment fixes from 1.43 and 1.45 ... if we are moving 2016-05-09 20:50:08 +00:00
common fix infinite recursion through thr_getspecific 2016-02-28 02:56:39 +00:00
compat remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
crypto hook new man pages into build 2016-05-06 09:30:05 +00:00
dist/pf Fix obviously broken condition. 2015-08-28 12:17:41 +00:00
distrib Add myself 2016-05-06 10:48:53 +00:00
doc Note import of dhcpcd-6.11.0 2016-05-09 10:21:42 +00:00
etc Avoid unnecessary use of basename(1). From Jukka Salmi a long, long time 2016-04-23 21:24:31 +00:00
external Avoid a "conversion to '__uint16_t' from 'int' may alter its value" 2016-05-09 20:28:08 +00:00
extsrc
games tetris(6) is not limited to CRT displays. noted by tnn 2016-03-12 03:14:59 +00:00
gnu has moved to external/gpl3 2016-01-16 18:41:12 +00:00
include Go back to just using normal visibility for the locale symbols. Without 2016-04-29 16:26:48 +00:00
lib In stiffle_history(), trim excessive entries from the history and advance 2016-05-08 20:15:00 +00:00
libexec CID 1358679: Fix memory leak. 2016-04-24 18:24:47 +00:00
regress PR/50941: David Binderman: fix printf format 2016-03-11 18:26:40 +00:00
rescue Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8). 2014-09-11 13:10:03 +00:00
sbin More friendly error messages for modload(8) and modunload(8) 2016-05-06 00:24:45 +00:00
share Remove unnecessary Ns macro. 2016-05-08 10:13:01 +00:00
sys Use the MI usb majors 2016-05-09 15:23:23 +00:00
tests Remove the trap_zero__explicit_return test case - it was testing undefined 2016-05-07 23:51:30 +00:00
tools set _OUTDIR and _OUTDIRBASE properly for gcc.old, and fix a sed. 2016-04-21 07:22:15 +00:00
usr.bin New sentence, new line. Bump date for previous. 2016-05-02 09:33:15 +00:00
usr.sbin Add some name from the latest Intel SDM. 2016-04-27 08:53:28 +00:00
BUILDING Document MKREPRO_TIMESTAMP. 2016-01-29 13:51:13 +00:00
Makefile fix direct reference to texinfo, bleh 2016-01-14 02:51:25 +00:00
Makefile.inc
UPDATING be more specific about what needs to be cleaned for libedit. 2016-04-18 19:37:41 +00:00
build.sh Provide the correct system Makefile path to the tools make. This is needed 2016-04-29 16:08:09 +00:00