summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)aurel322009-04-191-9/+8
* linux-user: fix IPCOP_sem* and implement sem*aurel322009-04-181-98/+188
* linux-user: fix inotify syscallsaurel322009-04-171-1/+2
* Translate signal values in exit status.pbrook2009-04-161-1/+16
* linux-user: fix getcwd syscallaurel322009-04-161-1/+1
* linux-user: fix warnings introduced by r7118aurel322009-04-151-1/+1
* linux-user: prefer glibc over direct syscallsaurel322009-04-151-61/+253
* linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscallsaurel322009-04-151-10/+7
* linux-user: unix sockets - fix running dbusaurel322009-04-151-2/+27
* linux-user: Added posix message queue syscalls except mq_notifyaurel322009-04-151-0/+113
* linux-user: fix fstatat64()/newfstatat() syscall implementationaurel322009-04-081-4/+25
* linux-user: fix problems with inotify syscallsaurel322009-04-081-3/+3
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-6/+43
* linux-user: Remove incorrect break;aurel322009-02-031-1/+0
* linux-user: identify running binary in /proc/self/exeaurel322009-01-301-3/+12
* linuw-user fix: read() and acct() on NULL argumentsaurel322009-01-301-8/+16
* linux-user: return EINVAL on incorrect sockaddraurel322009-01-301-2/+31
* linux-user: fix accept(2) with NULL peeraurel322009-01-301-0/+3
* CRIS: Clone flags are reversed on CRIS.edgar_igl2009-01-071-0/+2
* CRIS: Implement set_thread_area for CRIS.edgar_igl2009-01-071-0/+8
* Fix more FSF addressesblueswir12009-01-051-1/+2
* User-mode GDB stub improvements - handle forkaurel322008-12-181-13/+9
* Fix warning about unused shm_regionsblueswir12008-12-131-0/+2
* 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
OpenPOWER on IntegriCloud