| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -8/+3 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 1 | -1/+1 |
* | - >500 static DTrace probes for the linuxulator | netchild | 2012-05-05 | 1 | -0/+14 |
* | Fix misuse of the kernel map in miscellaneous image activators. | kib | 2012-02-17 | 1 | -22/+12 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -13/+13 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 1 | -1/+4 |
* | linux compat: improve and fix sendmsg/recvmsg compatibility | avg | 2011-03-26 | 1 | -0/+109 |
* | Put the macro declaration in the relevant include file for future use. | dchagin | 2011-02-15 | 1 | -3/+0 |
* | Style(9) fixes. | dchagin | 2011-01-28 | 1 | -28/+28 |
* | Implement a variation of the linux_common_wait() which should | dchagin | 2011-01-28 | 1 | -63/+23 |
* | Style(9) fix. | dchagin | 2011-01-28 | 1 | -1/+1 |
* | By using the 32-bit Linux version of Sun's Java Development Kit 1.6 | netchild | 2010-11-22 | 1 | -21/+10 |
* | Since all other comparisons involving ngroups_max use | brooks | 2010-01-15 | 1 | -1/+1 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 1 | -1/+1 |
* | kern_select(9) copies fd_set in and out of userspace in quantities of | kib | 2009-09-09 | 1 | -1/+1 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -9/+15 |
* | Add counterparts to getcredhostname: | jamie | 2009-06-13 | 1 | -6/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -5/+5 |
* | Do not export AT_CLKTCK when emulating Linux kernel prior | dchagin | 2009-05-10 | 1 | -1/+13 |
* | Rework r189362, r191883. | dchagin | 2009-05-10 | 1 | -1/+3 |
* | Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry, | dchagin | 2009-05-07 | 1 | -3/+1 |
* | Change linux struct tms definition to match actual linux one. | dchagin | 2009-05-07 | 1 | -4/+4 |
* | Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which | dchagin | 2009-03-04 | 1 | -31/+1 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | ed | 2008-12-29 | 1 | -12/+4 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+26 |
* | Current linux_fooaffinity() emulation fails, as the FreeBSD affinity | kib | 2008-10-04 | 1 | -4/+9 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |
* | Fix usage of mac_vnode_check_open() in linuxulator - last argument | trasz | 2008-09-22 | 1 | -1/+1 |
* | The ERESTART to EINTR conversion is already done in | rdivacky | 2008-09-11 | 1 | -8/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Fix linux_alarm, the linux behaviour is to limit the | rdivacky | 2008-07-23 | 1 | -3/+6 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | Implement robust futexes. Most of the code is modelled after | rdivacky | 2008-05-13 | 1 | -4/+3 |
* | Implement the linux syscalls | kib | 2008-04-08 | 1 | -0/+84 |
* | Fix build. | ru | 2008-03-25 | 1 | -2/+2 |
* | Implement sched_setaffinity and get_setaffinity using | rdivacky | 2008-03-16 | 1 | -9/+40 |
* | Sanitize arguments to linux_mremap(). | kib | 2008-02-22 | 1 | -0/+15 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Implement fake linux sched_getaffinity() syscall to enable java to work | kib | 2007-08-28 | 1 | -0/+21 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -0/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+2 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Partial MFp4 of 114977: | netchild | 2007-02-24 | 1 | -5/+4 |
* | MFp4 (114193 (i386 part), 114194, 114195, 114200): | netchild | 2007-02-23 | 1 | -3/+5 |