summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* target-alpha: implement getxuid and getxgid syscallsaurel322008-11-141-0/+24
* use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog2008-11-101-4/+8
* User qemu profilingaurel322008-11-061-0/+6
* Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog2008-10-281-2/+6
* Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog2008-10-281-13/+7
* Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog2008-10-281-1/+3
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-1/+1
* Add missing return statement (fixes compiler warning).aurel322008-10-241-0/+1
* linux-user: implement msg* syscallsaurel322008-10-131-0/+21
* linux-user: fix and cleanup IPCOP_msg* ipc calls handlingaurel322008-10-131-55/+116
* linux-user: fix getdents* syscallsaurel322008-10-131-14/+13
* linux-user: Add readahead syscallaurel322008-10-131-1/+14
* Make various generated structures staticblueswir12008-10-051-1/+1
* Make ioctl table staticblueswir12008-10-051-1/+1
* Make bitmask tables static constblueswir12008-10-051-4/+4
* Make struct_termios_def constblueswir12008-10-051-1/+1
* Add inotify syscall familyaurel322008-10-011-0/+29
* Add mincore syscallaurel322008-10-011-1/+13
* Add fadvise64 stubsaurel322008-10-011-0/+21
* Band-aid vfork() emulation (Kirill Shutemov).balrog2008-09-211-0/+4
* Enable same-arch consistency check on x86-64, print syscall name on error.balrog2008-09-211-4/+5
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+2
* Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov).balrog2008-09-201-0/+8
* Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).balrog2008-09-201-0/+1
* Fix building with 2.6.27 kernel headers (Kirill Shutemov).balrog2008-09-201-1/+1
* Implement the futimesat() syscall (by Kirill Shutemov).balrog2008-09-201-0/+25
* Implement fstatat64() syscall (by Kirill Shutemov).balrog2008-09-201-58/+83
* Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov).balrog2008-09-201-2/+2
* Fix getgroups() with zero size parameter (Kirill Shutemov).balrog2008-09-201-0/+4
* qemu sh4 nptl supportaurel322008-09-151-0/+5
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-4/+0
* To make syscall.c for 64 bit truly warning-free, we need some more #ifs.blueswir12008-08-241-1/+5
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-15/+19
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-161-0/+1
* More efficient target register / TC accesses.ths2008-06-271-1/+1
* Fix typo, by Laurent Desnogues.ths2008-06-101-1/+1
* Use qemu_mallocz to allocate new thread state. Remove redundant memset.pbrook2008-06-091-1/+1
* Despite what the documentation says/implies, PTHREAD_STACK_MIN is often notpbrook2008-06-091-0/+1
* Implement thread creation.pbrook2008-06-071-11/+137
* Fix location of futex.h.pbrook2008-06-021-3/+4
* Make signal queues per thread.pbrook2008-05-311-5/+1
* Fix structure type in sigtimedwait syscall.pbrook2008-05-301-2/+2
* Handle NULL argp/envp in execve syscall.pbrook2008-05-301-4/+4
* Implement waitid syscall.pbrook2008-05-301-0/+15
* Perform target->host signal mapping for *kill syscalls.pbrook2008-05-301-3/+4
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-58/+5
* NPTL host detection and futex syscall passthrough.pbrook2008-05-291-0/+61
* Implement clock_nanosleep.pbrook2008-05-291-0/+11
* Fix build failure with old kernel headers (loop.h is incompatible withpbrook2008-05-231-1/+1
OpenPOWER on IntegriCloud