summaryrefslogtreecommitdiffstats
path: root/darwin-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-9/+9
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-2/+2
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* Make ioctl table staticblueswir12008-10-051-1/+1
* Fix some functions declared () rather than (void) (Ian Jackson)blueswir12008-03-091-4/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Handling more darwin-user syscalls, by Ilya Shar.ths2007-03-191-2/+32
* Revert host_info changes, and don't fail if sysctl is unknown when weths2007-02-221-1/+11
* This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begi...bellard2007-02-051-68/+280
* Darwin userspace emulation, by Pierre d'Herbemont.ths2007-01-181-0/+1315
OpenPOWER on IntegriCloud