]> granicus.if.org Git - sudo/history - lib/util/closefrom.c
Add SPDX-License-Identifier to files.
[sudo] / lib / util / closefrom.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-04-26 Todd C. MillerFreeBSD's /dev/fd only contains fds 0-2 unless fdescfs...
2019-03-07 Todd C. MillerIgnore EOVERFLOW from pstat_getproc(), it is not a...
2018-11-14 Todd C. MillerIf fcntl fails, fall back to the /proc implementation.
2018-11-08 Todd C. MillerOnly use closefrom_fallback() if no better method exists.
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-07-28 Todd C. MillerInclude pathnames.h for /dev/fd on FreeBSD and Mac...
2017-06-30 Todd C. MillerUse _PATH_DEV consistently
2015-07-02 Todd C. MillerWe require POSIX so no need to conditionally include...
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-02-19 Todd C. MillerAlmost no systems actually define OPEN_MAX since it...
2015-01-14 Todd C. MillerDon't appear to need sys/param.h for pstat_getproc...
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-06-26 Todd C. MillerPrefix all libc replacements with sudo_ and #define...
2014-06-26 Todd C. MillerTop level directory reorg