| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r266924: | Dmitry Chagin | 2014-06-03 | 1 | -31/+40 |
| * | MFC r266782: | Dmitry Chagin | 2014-06-02 | 1 | -13/+16 |
| * | MFC r258622,258675: dtrace sdt: remove the ugly sname parameter of | Andriy Gapon | 2014-02-17 | 1 | -6/+6 |
| * | MFC r255971: Fix some typos that were causing probe argument types to | Andriy Gapon | 2014-02-17 | 2 | -2/+2 |
| * | MFC r254467: | Mark Johnston | 2013-09-20 | 1 | -5/+0 |
| * | MFC: r234352 | Jung-uk Kim | 2013-03-19 | 1 | -0/+49 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 1 | -1/+1 |
| * | MFC 245849: | John Baldwin | 2013-03-01 | 1 | -4/+24 |
| * | MFC r245908: | Dmitry Chagin | 2013-02-03 | 1 | -2/+2 |
| * | MFC r240387 (by kevlo@): | Dmitry Chagin | 2013-02-03 | 1 | -5/+0 |
| * | MFC r235063 (by netchild@): | Dmitry Chagin | 2013-02-03 | 16 | -208/+2054 |
| * | MFC r242476: | Konstantin Belousov | 2012-12-24 | 1 | -3/+5 |
| * | MFC r241025: | Konstantin Belousov | 2012-12-24 | 1 | -1/+1 |
| * | Fix multiple Denial of Service vulnerabilities with named(8). | Simon L. B. Nielsen | 2012-11-22 | 1 | -2/+3 |
| * | MFC r238029: | Konstantin Belousov | 2012-08-29 | 1 | -2/+3 |
| * | MFC r231378: | Ed Schouten | 2012-03-02 | 3 | -5/+5 |
| * | MFC r231885: | Konstantin Belousov | 2012-03-02 | 1 | -22/+12 |
| * | MFC 228957: | John Baldwin | 2012-02-07 | 1 | -0/+45 |
| * | MFC r229402: | Dimitry Andric | 2012-01-10 | 1 | -1/+1 |
| * | 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 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 8 | -177/+177 |
| * | 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 | 4 | -26/+32 |
| * | Remove the 'either' from the comment as it'll be less obvious that we | Bjoern A. Zeeb | 2011-07-17 | 1 | -4/+4 |
| * | Remove semaphore map entry count "semmap" field and its tuning | Bjoern A. Zeeb | 2011-07-14 | 1 | -1/+9 |
| * | 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 |
| * | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 1 | -1/+4 |
| * | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | Andriy Gapon | 2011-03-31 | 1 | -14/+0 |
| * | 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 |
| * | Staticize functions which are not used somewhere else, move the | Alexander Leidinger | 2011-03-15 | 2 | -6/+7 |
| * | 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 |
| * | Indeed, remove bogus since r219405 check of the Linux ABI. | Dmitry Chagin | 2011-03-09 | 1 | -3/+0 |
| * | Extend struct sysvec with new method sv_schedtail, which is used for an | Dmitry Chagin | 2011-03-08 | 2 | -3/+6 |
| * | Print out shared flag for debug purpose. | Dmitry Chagin | 2011-03-03 | 1 | -8/+8 |
| * | Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED, | Dmitry Chagin | 2011-03-03 | 1 | -1/+1 |
| * | Use umtx_key objects to uniquely identify futexes. Private futexes in | John Baldwin | 2011-02-23 | 1 | -17/+32 |
| * | Do not clobber %rdx. | Dmitry Chagin | 2011-02-20 | 1 | -1/+0 |
| * | For realtime signals fill the sigval value. | Dmitry Chagin | 2011-02-15 | 1 | -0/+4 |
| * | Make a linux_rt_sigtimedwait() system call is actually working. | Dmitry Chagin | 2011-02-15 | 1 | -10/+6 |
| * | Style(9) fix. Wrap long lines in linux_rt_sigtimedwait(). | Dmitry Chagin | 2011-02-15 | 1 | -5/+8 |
| * | Put the macro declaration in the relevant include file for future use. | Dmitry Chagin | 2011-02-15 | 2 | -3/+3 |