Add inotify syscall family
[qemu] / linux-user / syscall.c
2008-10-01 aurel32Add inotify syscall family
2008-10-01 aurel32Add mincore syscall
2008-10-01 aurel32Add fadvise64 stubs
2008-09-21 balrogBand-aid vfork() emulation (Kirill Shutemov).
2008-09-21 balrogEnable same-arch consistency check on x86-64, print...
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-20 balrogFix pread() and pwrite() syscall on ARM EABI (Kirill...
2008-09-20 balrogAdd MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill...
2008-09-20 balrogFix building with 2.6.27 kernel headers (Kirill Shutemov).
2008-09-20 balrogImplement the futimesat() syscall (by Kirill Shutemov).
2008-09-20 balrogImplement fstatat64() syscall (by Kirill Shutemov).
2008-09-20 balrogSwap only altered elements of the grouplist in getgroup...
2008-09-20 balrogFix getgroups() with zero size parameter (Kirill Shutemov).
2008-09-15 aurel32qemu sh4 nptl support
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-24 blueswir1To make syscall.c for 64 bit truly warning-free, we...
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-07-16 balrogFix a bunch of type mismatch-related warnings (Jan...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-10 thsFix typo, by Laurent Desnogues.
2008-06-09 pbrookUse qemu_mallocz to allocate new thread state. Remove...
2008-06-09 pbrookDespite what the documentation says/implies, PTHREAD_ST...
2008-06-07 pbrookImplement thread creation.
2008-06-02 pbrookFix location of futex.h.
2008-05-31 pbrookMake signal queues per thread.
2008-05-30 pbrookFix structure type in sigtimedwait syscall.
2008-05-30 pbrookHandle NULL argp/envp in execve syscall.
2008-05-30 pbrookImplement waitid syscall.
2008-05-30 pbrookPerform target->host signal mapping for *kill syscalls.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 pbrookNPTL host detection and futex syscall passthrough.
2008-05-29 pbrookImplement clock_nanosleep.
2008-05-23 pbrookFix build failure with old kernel headers (loop.h is...
2008-05-10 bellardadded missing return (Mike Frysinger)
2008-05-06 pbrookUpdate ARM rt_frame layout.
2008-04-26 balrogAdd loop device ioctls (Gary Thomas).
2008-04-26 balrogTeach mmap to not overwrite reserved pages and fix...
2008-03-28 aurel32add pread64 and pwrite64 system calls
2008-03-25 pbrookm68k mmap2 fixes.
2008-03-11 aurel32Revert fix for CVE-2008-0928. Will be fixed in a differ...
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-02-10 balrogDon't error out on zero-length chunks in writev, as...
2008-02-04 bellardlock_iovec() fix
2007-12-18 thsCorrect errno return for setsockopt(), by Thayne Harbaugh.
2007-12-18 thsCorrect errno return for getsockopt(), by Thayne Harbaugh.
2007-12-12 balrogsh_serial: enable tx after reset (Magnus Damm).
2007-12-11 balrogAdd missing break just before execve, by Takashi Yoshii.
2007-12-09 thsFix execve argc/envc counting, by Takashi Yoshii.
2007-12-09 thscopy_{to,from}_user_timeval() update, by Thayne Harbaugh.
2007-12-09 thscopy_from_user_fdset() update, by Thayne Harbaugh.
2007-12-02 thsFix for execve syscall, by Kirill A. Shutemov.
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-14 bellardx86_64 linux user emulation
2007-11-14 bellardi386 TLS support
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-11 bellard64 bit cast for dirent64
2007-11-11 bellardremoved warning
2007-11-11 bellardimproved cmsg handling - improved shm memory code
2007-11-11 bellardmove get_errno() inside do_fcntl()
2007-11-11 bellardno longer use get_errno for do_modify_ldt()
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-11-01 thsStrace for userland emulation, by Stuart Anderson and...
2007-10-30 balrogDo not make NETLINK socket connections possible (Alexan...
2007-10-20 thsSyscall target errno fixes, by Thayne Harbaugh.
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-09 thsgetpriority() shouldn't use libc wrapper, by Thayne...
2007-10-08 thsCRIS Linux userland emulation, part 2. By Edgar E....
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-26 j_mayerConvert syscall arguments and return value from long...
2007-09-25 thslinux-user utimensat() syscall, by Thayne Harbaugh.
2007-09-25 thsCheck if the hosts defines a symlinkat syscall.
2007-09-24 thslinux-user faccessat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchmodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user readlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user symlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user linkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user renameat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user unlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchownat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mknodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mkdirat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user openat() syscall, by Thayne Harbaugh.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsAdd some missing checks for host syscalls.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-07-23 thsRestore build on older Linux hosts.
2007-07-20 thsFix statfs(64) syscall wrapper, by Andreas Schwab.
2007-07-12 thsTkill support, by Stuart Anderson.
2007-07-12 thsSpelling fix, by Stuart Brady.
2007-07-08 blueswir1 Fix Sparc64 stat system call
2007-07-07 blueswir1 Page align brk result like real Linux
2007-06-21 thsImplement set_robust_list, by Alexander Graf.
2007-06-21 thsImplement tgkill, by Alexander Graf.
2007-06-03 thsIPC message translation.
2007-06-03 thsSemaphore structure mapping, by Stuart Anderson.
2007-06-01 thslinux-user errno mapping, by Stuart Anderson.
2007-06-01 thsPatch for pipe() result handling, by Stuart Anderson.
2007-06-01 thsFix struct stat mapping for MIPS, by Stuart Anderson.
next