| Commit message (Expand) | Author | Age | Files | Lines |
* | Regen. | rdivacky | 2013-09-18 | 5 | -94/+16 |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 2 | -6/+8 |
* | Regen. | rdivacky | 2013-09-18 | 5 | -16/+95 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 2 | -8/+6 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -3/+3 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -1/+4 |
* | Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h | jhb | 2013-01-29 | 3 | -160/+2 |
* | Don't assume that all Linux TCP-level socket options are identical to | jhb | 2013-01-23 | 1 | -0/+7 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Regen. | jhb | 2012-07-30 | 5 | -7/+7 |
* | The linux_lstat() system call accepts a pointer to a 'struct l_stat', not a | jhb | 2012-07-30 | 1 | -1/+1 |
* | - >500 static DTrace probes for the linuxulator | netchild | 2012-05-05 | 2 | -0/+10 |
* | Regen for r234359. | jkim | 2012-04-16 | 5 | -7/+7 |
* | Correct an argument type of iopl syscall for Linuxulator. This also fixes | jkim | 2012-04-16 | 1 | -1/+1 |
* | Regen for r234357. | jkim | 2012-04-16 | 5 | -31/+16 |
* | Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator. | jkim | 2012-04-16 | 1 | -6/+6 |
* | Regen for r234352. | jkim | 2012-04-16 | 5 | -10/+27 |
* | - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 | jkim | 2012-04-16 | 3 | -22/+2 |
* | regen | netchild | 2012-03-10 | 5 | -7/+583 |
* | - add comments to syscalls.master and linux(32)_dummy about which linux | netchild | 2012-03-10 | 2 | -1/+102 |
* | Do not write to the user address directly, use suword(). | kib | 2012-02-25 | 1 | -4/+4 |
* | Fix misuse of the kernel map in miscellaneous image activators. | kib | 2012-02-17 | 1 | -16/+10 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 4 | -4/+4 |
* | Regen. | jhb | 2011-12-29 | 5 | -10/+64 |
* | Implement linux_fadvise64() and linux_fadvise64_64() using | jhb | 2011-12-29 | 3 | -4/+15 |
* | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | lstewart | 2011-11-21 | 1 | -0/+1 |
* | Regenerate system call tables. | ed | 2011-11-19 | 5 | -7/+12 |
* | Make the Linux *at() calls a bit more complete. | ed | 2011-11-19 | 1 | -2/+2 |
* | Regenerate system call tables. | ed | 2011-11-19 | 5 | -8/+8 |
* | Improve *access*() parameter name consistency. | ed | 2011-11-19 | 1 | -2/+2 |
* | Correct the types of the arguments to return probes of the syscall | rstone | 2011-11-11 | 1 | -1/+1228 |
* | Auto-generated code from sys_ prefixing makesyscalls.sh change | kmacy | 2011-09-16 | 1 | -48/+48 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -14/+14 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+5 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 1 | -1/+3 |
* | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-31 | 1 | -1/+0 |
* | linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-26 | 1 | -0/+1 |
* | linux compat: add non-dummy capget and capset system calls, regenerate | avg | 2011-03-26 | 6 | -12/+38 |
* | linux compat: add non-dummy capget and capset system calls | avg | 2011-03-26 | 1 | -2/+4 |
* | Export the correct AT_PLATFORM value. | dchagin | 2011-03-26 | 1 | -2/+1 |
* | Enable shared page use for amd64/linux32 and i386/linux binaries. | dchagin | 2011-03-13 | 2 | -18/+21 |
* | add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls | avg | 2011-03-12 | 5 | -4/+5728 |
* | add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls | avg | 2011-03-12 | 3 | -8/+10 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -4/+2 |
* | For realtime signals fill the sigval value. | dchagin | 2011-02-15 | 1 | -0/+1 |
* | Sort include files in the alphabetical order. | dchagin | 2011-02-13 | 1 | -1/+1 |
* | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | dchagin | 2011-02-12 | 2 | -242/+1 |
* | In preparation for moving linux_clone() to a MI path | dchagin | 2011-02-12 | 2 | -1/+12 |
* | In preparation for moving linux_clone () to a MI path | dchagin | 2011-02-12 | 1 | -54/+58 |