| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | No need to lock emul_lock in exit_group() because em->shared | kib | 2007-02-01 | 1 | -3/+2 |
* | MFp4 (112646): | netchild | 2007-01-07 | 1 | -1/+1 |
* | MFp4 (112534): | netchild | 2007-01-07 | 1 | -4/+2 |
* | MFp4 (112498): | netchild | 2007-01-07 | 1 | -6/+6 |
* | MFp4 (111746, 108671, 108945, 112352): | netchild | 2006-12-31 | 1 | -0/+32 |
* | MFp4 (111746+): | netchild | 2006-12-31 | 1 | -9/+3 |
* | MFp4: | netchild | 2006-12-31 | 1 | -59/+65 |
* | MFP4: 109653 | jkim | 2006-12-04 | 1 | -2/+25 |
* | MFP4 (108673, 110519, 110874): | netchild | 2006-12-02 | 1 | -5/+30 |
* | Sync struct sysinfo with real one from linux. | kib | 2006-11-18 | 1 | -1/+2 |
* | Add debuging printfs to syscalls that do not contain it yet. In | kib | 2006-11-18 | 1 | -0/+36 |
* | Remove unecessary locking of process in linux_getpid. | kib | 2006-11-18 | 1 | -2/+0 |
* | In rev 1.188 of linux_misc.c the added check for valid options ommited | kib | 2006-11-15 | 1 | -1/+1 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+4 |
* | Fix style(9). | netchild | 2006-10-28 | 1 | -29/+29 |
* | MFP4: | netchild | 2006-10-28 | 1 | -0/+51 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | - Replace homegrown check for FIFO with S_ISFIFO. [1] | netchild | 2006-10-08 | 1 | -1/+7 |
* | - don't reboot() when feed with wrong parameters (and enough permissions) [1] | netchild | 2006-09-16 | 1 | -4/+38 |
* | Don't call suser_cred() directly from linux_sethostname(), as it just | rwatson | 2006-08-25 | 1 | -3/+0 |
* | Sync the MI parts for amd64 with i386 and remove the corresponding special | netchild | 2006-08-20 | 1 | -13/+1 |
* | - disable some more code when osrelease=2.4.2 | netchild | 2006-08-17 | 1 | -22/+46 |
* | Move some stuff into headers where they belong. | netchild | 2006-08-17 | 1 | -3/+0 |
* | Disable some parts of the code on amd64 for now to prevent a panic. A better | netchild | 2006-08-15 | 1 | -1/+8 |
* | Add the linux 2.6.x stuff (not used by default!): | netchild | 2006-08-15 | 1 | -0/+98 |
* | - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional | jhb | 2006-07-21 | 1 | -24/+25 |