Use kinfo_getfile to implement fdwalk on FreeBSD.
[external/binutils.git] / gdb / common / filestuff.c
2018-11-30 John BaldwinUse kinfo_getfile to implement fdwalk on FreeBSD.
2018-11-20 Eli ZaretskiiFix previous change in filestuff.c
2018-11-20 Eli ZaretskiiAvoid "Invalid parameter passed to C runtime function...
2018-10-27 Tom TromeyMove mkdir_recursive to common/filestuff.c
2018-10-05 Tom TromeyAvoid shadowing in fdwalk
2018-09-12 Sergio Durigan JuniorMove 'is_regular_file' from common-utils.c to filestuff.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-17 Simon MarchiMake open_fds an std::vector
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-28 Doug Evanscommon/filestuff.c (make_cleanup_close): Update comment.
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-06-10 Gary BensonMove make_cleanup_close to common code
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-12 Gary BensonInclude common-defs.h instead of defs.h/server.h in...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-02 Joel BrobeckerFix filestuff.c build error if RLIMIT_NOFILE not defined.
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_dirent.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-09 Jan KratochvilMinor O_CLOEXEC optimization, "regression" fix
2013-09-14 Pierre Muller * common/filestuff.c (gdb_fopen_cloexec): Do not try...
2013-06-26 Yao Qigdb/
2013-05-23 Pedro Alvescommon/filestuff.c: No sockets on DJGPP.
2013-05-10 Tom Tromey2013-05-10 Joel Brobecker <brobecker@adacore.com>
2013-04-30 Joel Brobeckerfilestuff.c: Include "gdb_dirent.h" instead of <dirent.h>
2013-04-30 Joel Brobeckerfilestuff.c: Use gdb_stat.h instead of <sys/stat.h>
2013-04-23 Tom Tromey * common/filestuff.c: Check USE_WIN32API before including
2013-04-22 Tom Tromey PR gdb/7912: