Sign in
qemu
/
qemu
/
4aa7534d22aaa48663770a98f989450b0cb34ef0
/
darwin-user
/
syscall.c
bcb15d9
fix spelling in darwin-user sub directory
by Dong Xu Wang
· 13 years ago
5225d66
Fix typos in comments (accross -> across)
by Stefan Weil
· 14 years ago
0bfcd59
Fix %lld or %llx printf format use
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
530e761
Fix more FSF addresses
by blueswir1
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
9f106a7
Make ioctl table static
by blueswir1
· 16 years ago
3f47aa8
Fix some functions declared () rather than (void) (Ian Jackson)
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 18 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
ee999a8
Handling more darwin-user syscalls, by Ilya Shar.
by ths
· 18 years ago
7ed40ac
Revert host_info changes, and don't fail if sysctl is unknown when we
by ths
· 18 years ago
263466f
This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begins sysctl implementation and implements fcntl (Pierre d'Herbemont).
by bellard
· 18 years ago
831b782
Darwin userspace emulation, by Pierre d'Herbemont.
by ths
· 18 years ago