| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs | Ken Smith | 2009-05-01 | 1 | -1/+1 |
| * | Merge from HEAD to stable/7: | Dmitry Chagin | 2009-04-10 | 1 | -31/+1 |
| * | MFC r177257 (by rdivacky): | Konstantin Belousov | 2008-10-20 | 1 | -8/+44 |
| * | MFC | Konstantin Belousov | 2008-02-29 | 1 | -0/+15 |
| * | Implement fake linux sched_getaffinity() syscall to enable java to work | Konstantin Belousov | 2007-08-28 | 1 | -0/+21 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
| * | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -0/+2 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -1/+1 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+2 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -1/+1 |
| * | Partial MFp4 of 114977: | Alexander Leidinger | 2007-02-24 | 1 | -5/+4 |
| * | MFp4 (114193 (i386 part), 114194, 114195, 114200): | Alexander Leidinger | 2007-02-23 | 1 | -3/+5 |
| * | No need to lock emul_lock in exit_group() because em->shared | Konstantin Belousov | 2007-02-01 | 1 | -3/+2 |
| * | MFp4 (112646): | Alexander Leidinger | 2007-01-07 | 1 | -1/+1 |
| * | MFp4 (112534): | Alexander Leidinger | 2007-01-07 | 1 | -4/+2 |
| * | MFp4 (112498): | Alexander Leidinger | 2007-01-07 | 1 | -6/+6 |
| * | MFp4 (111746, 108671, 108945, 112352): | Alexander Leidinger | 2006-12-31 | 1 | -0/+32 |
| * | MFp4 (111746+): | Alexander Leidinger | 2006-12-31 | 1 | -9/+3 |
| * | MFp4: | Alexander Leidinger | 2006-12-31 | 1 | -59/+65 |
| * | MFP4: 109653 | Jung-uk Kim | 2006-12-04 | 1 | -2/+25 |
| * | MFP4 (108673, 110519, 110874): | Alexander Leidinger | 2006-12-02 | 1 | -5/+30 |
| * | Sync struct sysinfo with real one from linux. | Konstantin Belousov | 2006-11-18 | 1 | -1/+2 |
| * | Add debuging printfs to syscalls that do not contain it yet. In | Konstantin Belousov | 2006-11-18 | 1 | -0/+36 |
| * | Remove unecessary locking of process in linux_getpid. | Konstantin Belousov | 2006-11-18 | 1 | -2/+0 |
| * | In rev 1.188 of linux_misc.c the added check for valid options ommited | Konstantin Belousov | 2006-11-15 | 1 | -1/+1 |
| * | Merge posix4/* into normal kernel hierarchy. | Tom Rhodes | 2006-11-11 | 1 | -2/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+4 |
| * | Fix style(9). | Alexander Leidinger | 2006-10-28 | 1 | -29/+29 |
| * | MFP4: | Alexander Leidinger | 2006-10-28 | 1 | -0/+51 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | - Replace homegrown check for FIFO with S_ISFIFO. [1] | Alexander Leidinger | 2006-10-08 | 1 | -1/+7 |
| * | - don't reboot() when feed with wrong parameters (and enough permissions) [1] | Alexander Leidinger | 2006-09-16 | 1 | -4/+38 |
| * | Don't call suser_cred() directly from linux_sethostname(), as it just | Robert Watson | 2006-08-25 | 1 | -3/+0 |
| * | Sync the MI parts for amd64 with i386 and remove the corresponding special | Alexander Leidinger | 2006-08-20 | 1 | -13/+1 |
| * | - disable some more code when osrelease=2.4.2 | Alexander Leidinger | 2006-08-17 | 1 | -21/+45 |
| * | Move some stuff into headers where they belong. | Alexander Leidinger | 2006-08-17 | 1 | -3/+0 |
| * | Disable some parts of the code on amd64 for now to prevent a panic. A better | Alexander Leidinger | 2006-08-15 | 1 | -1/+8 |
| * | Add the linux 2.6.x stuff (not used by default!): | Alexander Leidinger | 2006-08-15 | 1 | -0/+98 |
| * | - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional | John Baldwin | 2006-07-21 | 1 | -24/+25 |
| * | The linux times syscall can be called with a NULL pointer, so keep cool | Alexander Leidinger | 2006-06-23 | 1 | -11/+13 |
| * | Now that we don't have a linuxolator on alpha anymore: | Alexander Leidinger | 2006-05-10 | 1 | -29/+4 |
| * | Unbreaking build by removing a now unused variable. | Tai-hwa Liang | 2006-03-27 | 1 | -1/+0 |
| * | Use td_ucred rather than p_ucred to avoid panics and general unhappiness. | John Baldwin | 2006-03-27 | 1 | -1/+1 |
| * | Unbreak COMPAT_LINUX32 option support on amd64. | Ruslan Ermilov | 2006-03-19 | 1 | -0/+1 |
| * | Fixup some problems in my previous commit (COMPAT_43). | Alexander Leidinger | 2006-03-18 | 1 | -1/+0 |
| * | Get rid of the need of COMPAT_43 in the linuxolator. | Alexander Leidinger | 2006-03-18 | 1 | -2/+17 |
| * | Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code. | Tom Rhodes | 2005-12-28 | 1 | -8/+8 |
| * | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 1 | -1/+1 |
| * | Fix the computation of uptime for linux_sysinfo(). Before it was returning | John Baldwin | 2005-07-07 | 1 | -15/+3 |
| * | Properly convert FreeBSD priority values into Linux values in the | Maxim Sobolev | 2005-06-08 | 1 | -0/+13 |