aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/filestuff.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02Fix filestuff.c build error if RLIMIT_NOFILE not defined.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_dirent.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-09Minor O_CLOEXEC optimization, "regression" fixJan Kratochvil1-10/+11
2013-09-14 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"Pierre Muller1-1/+7
2013-06-26gdb/Yao Qi1-2/+0
2013-05-23common/filestuff.c: No sockets on DJGPP.Pedro Alves1-1/+9
2013-05-102013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey1-0/+27
2013-04-30filestuff.c: Include "gdb_dirent.h" instead of <dirent.h>Joel Brobecker1-1/+1
2013-04-30filestuff.c: Use gdb_stat.h instead of <sys/stat.h>Joel Brobecker1-1/+1
2013-04-23 * common/filestuff.c: Check USE_WIN32API before includingTom Tromey1-3/+21
2013-04-22 PR gdb/7912:Tom Tromey1-0/+354