aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/emul_unix.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04sim: ppc: cleanup getrusage declsMike Frysinger1-8/+1
2023-01-16sim: assume sys/stat.h always exists (via gnulib)Mike Frysinger1-4/+0
2023-01-16sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger1-2/+0
2022-11-10sim: ppc: drop obsolete USE_WIN32API checkMike Frysinger1-4/+0
2022-01-06sim: ppc: migrate to standard uintXX_t typesMike Frysinger1-77/+77
2021-10-30sim: fix compilation on mingw64 [PR sim/28476]Orgad Shaneh1-2/+4
2021-05-29sim: ppc: avoid shadowing errnoMike Frysinger1-4/+0
2021-04-22Do not check for sys/time.h or sys/times.hTom Tromey1-3/+1
2021-04-08Add system includes in simTom Tromey1-0/+1
2021-01-11sim: clean up C11 header includesMike Frysinger1-9/+0
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger1-9/+9
2015-12-29sim: ppc: track closed state of file descriptors 0, 1, and 2.Kevin Buettner1-10/+71
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
2012-03-14sim: ppc: fix compilation on AIX 7.1 due to st_pad name collisionsMike Frysinger1-0/+5
2011-02-14sim: punt zfree()Mike Frysinger1-2/+2
2006-02-02 * emul_netbsd.c (emul_netbsd_create): Quote file-name property.Mark Mitchell1-1/+4
2005-11-28 * configure.ac (USE_WIN32API): Define it.Mark Mitchell1-0/+4
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+2812
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2706/+0
1996-06-03Add time, gettimeofday, and getrusage system call supportMichael Meissner1-42/+223
1996-06-02Add Solaris and Linux emulationsMichael Meissner1-0/+2525