| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r226247, r226253 | Christian Brueffer | 2011-10-22 | 1 | -1/+3 |
| * | MFC: r226068, r226069, r226071, r226072, r226073, r226074, r226078, r226079 | Jung-uk Kim | 2011-10-10 | 1 | -59/+50 |
| * | Fix a bug in UNIX socket handling in the linux emulator which was | Colin Percival | 2011-10-04 | 1 | -0/+15 |
| * | Auto-generated code from sys_ prefixing makesyscalls.sh change | Kip Macy | 2011-09-16 | 5 | -297/+297 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 19 | -231/+240 |
| * | Add experimental support for process descriptors | Jonathan Anderson | 2011-08-18 | 1 | -3/+5 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 10 | -37/+62 |
| * | Implement the linprocfs swaps file, providing information about the | Konstantin Belousov | 2011-08-01 | 1 | -0/+29 |
| * | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | Bjoern A. Zeeb | 2011-07-18 | 1 | -1/+1 |
| * | Correct small typo in a do{}while(0) define | Dmitry Morozovsky | 2011-07-17 | 1 | -1/+1 |
| * | Remove the 'either' from the comment as it'll be less obvious that we | Bjoern A. Zeeb | 2011-07-17 | 1 | -4/+4 |
| * | Auto-generated system call code with cap_new(), cap_getrights(). | Jonathan Anderson | 2011-07-15 | 5 | -8/+52 |
| * | Add cap_new() and cap_getrights() system calls. | Jonathan Anderson | 2011-07-15 | 1 | -2/+3 |
| * | Remove semaphore map entry count "semmap" field and its tuning | Bjoern A. Zeeb | 2011-07-14 | 1 | -1/+9 |
| * | Return empty cmdline/environ string for processes with kernel address | Sergey Kandaurov | 2011-06-17 | 1 | -0/+18 |
| * | Regen. | Konstantin Belousov | 2011-06-16 | 4 | -7/+14 |
| * | Implement compat32 for old lseek, for the a.out binaries on amd64. | Konstantin Belousov | 2011-06-16 | 2 | -1/+15 |
| * | Commit the missing linux_videdev2_compat.h (lost somewhere between | Alexander Leidinger | 2011-05-04 | 1 | -0/+137 |
| * | Add FEATURE macros for v4l and v4l2 to the linuxulator. | Alexander Leidinger | 2011-05-04 | 1 | -0/+4 |
| * | This is v4l2 support for the linuxulator. This allows to access FreeBSD | Alexander Leidinger | 2011-05-04 | 2 | -0/+403 |
| * | Fix typo in comment, improve comment. | Alexander Leidinger | 2011-05-04 | 1 | -2/+2 |
| * | Add explanation about the use-permission and FreeBSDify it. | Alexander Leidinger | 2011-05-04 | 1 | -0/+15 |
| * | Copy the v4l2 header unchanged from the vendor branch. | Alexander Leidinger | 2011-05-04 | 1 | -0/+1164 |
| * | Regen. | Matthew D Fleming | 2011-04-18 | 5 | -5/+52 |
| * | Add the posix_fallocate(2) syscall. The default implementation in | Matthew D Fleming | 2011-04-18 | 2 | -0/+16 |
| * | Remove stray semicolon. | Edward Tomasz Napierala | 2011-04-10 | 1 | -1/+1 |
| * | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | Jung-uk Kim | 2011-04-07 | 1 | -3/+5 |
| * | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 2 | -2/+7 |
| * | Implement compat32 shims for PCIOCGETCONF. | Konstantin Belousov | 2011-04-02 | 1 | -0/+106 |
| * | Provide the structures and ioctl number definition for handling | Konstantin Belousov | 2011-04-02 | 2 | -0/+44 |
| * | Regen | Konstantin Belousov | 2011-04-01 | 4 | -20/+58 |
| * | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | Konstantin Belousov | 2011-04-01 | 6 | -17/+124 |
| * | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | Andriy Gapon | 2011-03-31 | 1 | -14/+0 |
| * | Regenerate. | Edward Tomasz Napierala | 2011-03-30 | 5 | -5/+165 |
| * | Add rctl. It's used by racct to take user-configurable actions based | Edward Tomasz Napierala | 2011-03-30 | 1 | -0/+15 |
| * | Regen. | Konstantin Belousov | 2011-03-30 | 5 | -12/+18 |
| * | Provide compat32 shims for kldstat(2). | Konstantin Belousov | 2011-03-30 | 3 | -2/+48 |
| * | linux compat: add SO_PASSCRED option with basic handling | Andriy Gapon | 2011-03-26 | 1 | -0/+14 |
| * | linux compat: improve and fix sendmsg/recvmsg compatibility | Andriy Gapon | 2011-03-26 | 4 | -52/+251 |
| * | Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed to | Konstantin Belousov | 2011-03-25 | 2 | -0/+59 |
| * | Fully emulate MDIOCLIST for compat32. | Konstantin Belousov | 2011-03-25 | 1 | -1/+9 |
| * | Remove unneccessary panics, that can be easily triggered by user. | Konstantin Belousov | 2011-03-25 | 1 | -8/+0 |
| * | Fix file leakage in the freebsd32_ioctl routines. | Konstantin Belousov | 2011-03-25 | 1 | -9/+11 |
| * | Fix some locking nits with the p_state field of struct proc: | John Baldwin | 2011-03-24 | 1 | -2/+0 |
| * | Staticize functions which are not used somewhere else, move the | Alexander Leidinger | 2011-03-15 | 2 | -6/+7 |
| * | add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls | Andriy Gapon | 2011-03-12 | 1 | -0/+7881 |
| * | add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls | Andriy Gapon | 2011-03-12 | 2 | -3/+5 |
| * | Style(9) fixes. No functional changes. | Dmitry Chagin | 2011-03-12 | 1 | -243/+252 |
| * | Remove now-obsolete comment. | John Baldwin | 2011-03-10 | 1 | -6/+1 |
| * | Remove custom interrupt dispatcher. This is a pointless micro-optimization | Jung-uk Kim | 2011-03-09 | 1 | -23/+0 |