aboutsummaryrefslogtreecommitdiffstats
path: root/darwin-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-9/+9
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-2/+2
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-10-05Make ioctl table staticblueswir11-1/+1
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir11-4/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-03-19Handling more darwin-user syscalls, by Ilya Shar.ths1-2/+32
2007-02-22Revert host_info changes, and don't fail if sysctl is unknown when weths1-1/+11
2007-02-05This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begi...bellard1-68/+280
2007-01-18Darwin userspace emulation, by Pierre d'Herbemont.ths1-0/+1315