summaryrefslogtreecommitdiff
path: root/sim/ppc/emul_unix.c
Commit message (Expand)AuthorAgeFilesLines
* sim: assume sys/stat.h always exists (via gnulib)Mike Frysinger2023-01-161-4/+0
* sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger2023-01-161-2/+0
* sim: ppc: drop obsolete USE_WIN32API checkMike Frysinger2022-11-101-4/+0
* sim: ppc: migrate to standard uintXX_t typesMike Frysinger2022-01-061-77/+77
* sim: fix compilation on mingw64 [PR sim/28476]Orgad Shaneh2021-10-301-2/+4
* sim: ppc: avoid shadowing errnoMike Frysinger2021-05-291-4/+0
* Do not check for sys/time.h or sys/times.hTom Tromey2021-04-221-3/+1
* Add system includes in simTom Tromey2021-04-081-0/+1
* sim: clean up C11 header includesMike Frysinger2021-01-111-9/+0
* sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger2017-02-131-9/+9
* sim: ppc: track closed state of file descriptors 0, 1, and 2.Kevin Buettner2015-12-291-10/+71
* [sim] Update old contact info in GPL license noticesJoel Brobecker2012-12-191-2/+1
* Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker2012-12-191-1/+1
* sim: ppc: fix compilation on AIX 7.1 due to st_pad name collisionsMike Frysinger2012-03-141-0/+5
* sim: punt zfree()Mike Frysinger2011-02-141-2/+2
* * emul_netbsd.c (emul_netbsd_create): Quote file-name property.Mark Mitchell2006-02-021-1/+4
* * configure.ac (USE_WIN32API): Define it.Mark Mitchell2005-11-281-0/+4
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+2812
* Initial creation of sourceware repositoryStan Shebs1999-04-161-2706/+0
* Add time, gettimeofday, and getrusage system call supportMichael Meissner1996-06-031-42/+223
* Add Solaris and Linux emulationsMichael Meissner1996-06-021-0/+2525