| Commit message (Expand) | Author | Age | Files | Lines |
* | Return empty cmdline/environ string for processes with kernel address | pluknet | 2011-06-17 | 1 | -0/+18 |
* | Regen. | kib | 2011-06-16 | 4 | -7/+14 |
* | Implement compat32 for old lseek, for the a.out binaries on amd64. | kib | 2011-06-16 | 2 | -1/+15 |
* | Commit the missing linux_videdev2_compat.h (lost somewhere between | netchild | 2011-05-04 | 1 | -0/+137 |
* | Add FEATURE macros for v4l and v4l2 to the linuxulator. | netchild | 2011-05-04 | 1 | -0/+4 |
* | This is v4l2 support for the linuxulator. This allows to access FreeBSD | netchild | 2011-05-04 | 2 | -0/+403 |
* | Fix typo in comment, improve comment. | netchild | 2011-05-04 | 1 | -2/+2 |
* | Add explanation about the use-permission and FreeBSDify it. | netchild | 2011-05-04 | 1 | -0/+15 |
* | Copy the v4l2 header unchanged from the vendor branch. | netchild | 2011-05-04 | 1 | -0/+1164 |
* | Regen. | mdf | 2011-04-18 | 5 | -5/+52 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 2 | -0/+16 |
* | Remove stray semicolon. | trasz | 2011-04-10 | 1 | -1/+1 |
* | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | jkim | 2011-04-07 | 1 | -3/+5 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 2 | -2/+7 |
* | Implement compat32 shims for PCIOCGETCONF. | kib | 2011-04-02 | 1 | -0/+106 |
* | Provide the structures and ioctl number definition for handling | kib | 2011-04-02 | 2 | -0/+44 |
* | Regen | kib | 2011-04-01 | 4 | -20/+58 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 6 | -17/+124 |
* | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-31 | 1 | -14/+0 |
* | Regenerate. | trasz | 2011-03-30 | 5 | -5/+165 |
* | Add rctl. It's used by racct to take user-configurable actions based | trasz | 2011-03-30 | 1 | -0/+15 |
* | Regen. | kib | 2011-03-30 | 5 | -12/+18 |
* | Provide compat32 shims for kldstat(2). | kib | 2011-03-30 | 3 | -2/+48 |
* | linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-26 | 1 | -0/+14 |
* | linux compat: improve and fix sendmsg/recvmsg compatibility | avg | 2011-03-26 | 4 | -53/+252 |
* | Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed to | kib | 2011-03-25 | 2 | -0/+59 |
* | Fully emulate MDIOCLIST for compat32. | kib | 2011-03-25 | 1 | -1/+9 |
* | Remove unneccessary panics, that can be easily triggered by user. | kib | 2011-03-25 | 1 | -8/+0 |
* | Fix file leakage in the freebsd32_ioctl routines. | kib | 2011-03-25 | 1 | -9/+11 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -2/+0 |
* | Staticize functions which are not used somewhere else, move the | netchild | 2011-03-15 | 2 | -6/+7 |
* | add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls | avg | 2011-03-12 | 1 | -0/+7881 |
* | add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls | avg | 2011-03-12 | 2 | -3/+5 |
* | Style(9) fixes. No functional changes. | dchagin | 2011-03-12 | 1 | -252/+261 |
* | Remove now-obsolete comment. | jhb | 2011-03-10 | 1 | -6/+1 |
* | Remove custom interrupt dispatcher. This is a pointless micro-optimization | jkim | 2011-03-09 | 1 | -23/+0 |
* | Indeed, remove bogus since r219405 check of the Linux ABI. | dchagin | 2011-03-09 | 1 | -3/+0 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 4 | -3/+8 |
* | Export login class information via kinfo and make it possible to view | trasz | 2011-03-05 | 1 | -1/+2 |
* | Regenerate. | trasz | 2011-03-05 | 4 | -5/+11 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+3 |
* | Print out shared flag for debug purpose. | dchagin | 2011-03-03 | 1 | -8/+8 |
* | Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED, | dchagin | 2011-03-03 | 1 | -1/+1 |
* | Regenerate system call files following addition of cap_enter(2), | rwatson | 2011-03-01 | 4 | -8/+10 |
* | Add initial support for Capsicum's Capability Mode to the FreeBSD kernel, | rwatson | 2011-03-01 | 1 | -2/+2 |
* | Use the cprd_mem field when setting the start and length for a memory | brucec | 2011-02-23 | 1 | -2/+2 |
* | Use umtx_key objects to uniquely identify futexes. Private futexes in | jhb | 2011-02-23 | 1 | -17/+32 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Do not clobber %rdx. | dchagin | 2011-02-20 | 1 | -1/+0 |
* | For realtime signals fill the sigval value. | dchagin | 2011-02-15 | 1 | -0/+4 |