| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 15 | -15/+15 |
| * | MFC: Propagate return value of the kern_execve() to the caller properly. | Maxim Sobolev | 2005-08-04 | 1 | -1/+1 |
| * | Regenerate. | John Baldwin | 2005-07-20 | 3 | -128/+128 |
| * | MFC: Sync up the MP safe flags of the compat ABIs with the master list and | John Baldwin | 2005-07-20 | 1 | -125/+125 |
| * | Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures, | Xin LI | 2005-07-02 | 1 | -4/+1 |
| * | Regen after addition of linux_getpriority wrapper. | Maxim Sobolev | 2005-06-08 | 3 | -5/+10 |
| * | Properly convert FreeBSD priority values into Linux values in the | Maxim Sobolev | 2005-06-08 | 1 | -1/+1 |
| * | Rebuild generated system call definition files following the addition of | Robert Watson | 2005-05-30 | 3 | -271/+272 |
| * | Introduce a new field in the syscalls.master file format to hold the | Robert Watson | 2005-05-30 | 1 | -313/+397 |
| * | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+5 |
| * | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin | 2005-04-01 | 1 | -3/+4 |
| * | Regen after addition of linux_nosys handler. | Maxim Sobolev | 2005-03-07 | 3 | -3/+9 |
| * | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | Maxim Sobolev | 2005-03-07 | 1 | -0/+4 |
| * | In linux emulation layer try to detect attempt to use linux_clone() to | Maxim Sobolev | 2005-03-03 | 1 | -0/+19 |
| * | Use linux_emul_convpath() rather than linux_emul_find() as | John Baldwin | 2005-02-07 | 1 | -7/+6 |
| * | Use the LCONVPATHEXIST() macro rather than it's exact expansion to be | John Baldwin | 2005-02-07 | 1 | -4/+1 |
| * | When running Linux binaries, set up the initial FPU state as Linux | David Schultz | 2005-02-06 | 1 | -0/+7 |
| * | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev | 2005-01-29 | 3 | -18/+21 |
| * | o Move copyin()/copyout() out of i386_{get,set}_ldt() and | Maxim Sobolev | 2005-01-26 | 1 | -43/+34 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Axe the semblance of support for PECOFF and Linux a.out core dumps. | David Schultz | 2004-11-27 | 1 | -52/+2 |
| * | Maintain the broken state of backwards compatibilty for a.out (and | David Schultz | 2004-11-20 | 1 | -2/+3 |
| * | Fix the following race: | David Schultz | 2004-10-01 | 1 | -3/+4 |
| * | Regen. | Doug Rabson | 2004-09-06 | 3 | -6/+22 |
| * | Add a few stub syscalls to get TransGaming's winex a bit closer to | Doug Rabson | 2004-09-06 | 2 | -3/+30 |
| * | Give setrunqueue() and sched_add() more of a clue as to | Julian Elischer | 2004-09-01 | 1 | -1/+1 |
| * | Correct the arguments to kern_sigaltstack() as they were reversed. | John Baldwin | 2004-08-24 | 1 | -2/+2 |
| * | Regenerate after fcntl() wrappers were marked MP safe. | John Baldwin | 2004-08-24 | 3 | -5/+5 |
| * | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | John Baldwin | 2004-08-24 | 1 | -2/+2 |
| * | Add a new type, l_uintptr_t, which is an unsigned integer type with the | Tim J. Robbins | 2004-08-16 | 1 | -0/+4 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -1/+1 |
| * | Add casts so all these quantities are a constant type. | David E. O'Brien | 2004-06-24 | 1 | -1/+1 |
| * | Change the types of vn_rdwr_inchunks()'s len and aresid arguments to | Tim J. Robbins | 2004-06-05 | 1 | -1/+1 |
| * | Use the BSD madvise() syscall implementation for Linux binary emulation, | Bruce M Simpson | 2004-03-28 | 5 | -8/+3 |
| * | Regenerate. | John Baldwin | 2004-03-15 | 3 | -6/+6 |
| * | - Mark ABI syscalls that call wait4() MP safe as recent changes to | John Baldwin | 2004-03-15 | 1 | -3/+3 |
| * | Regen. | John Baldwin | 2004-02-04 | 3 | -6/+6 |
| * | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 1 | -3/+3 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 2 | -4/+8 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -2/+2 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -9/+9 |
| * | Sorted includes. Removed duplicates exposed by this. | Bruce Evans | 2003-12-29 | 1 | -12/+9 |
| * | GC unused 'syshide' override to /dev/null. This was here to disable | Peter Wemm | 2003-12-24 | 1 | -1/+0 |
| * | Regen (should be a NOP except for rcsid changes) | Peter Wemm | 2003-12-23 | 3 | -3/+3 |
| * | GC unused third namespace column. | Peter Wemm | 2003-12-23 | 1 | -311/+268 |
| * | Add an additional field to the elf brandinfo structure to support | Peter Wemm | 2003-12-23 | 1 | -2/+4 |
| * | Pull latest changes from OpenBSD: | Maxim Sobolev | 2003-11-16 | 5 | -1/+181 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -74/+76 |
| * | Sync up MP safe flags with global syscalls.master for the first time. This | John Baldwin | 2003-11-07 | 1 | -68/+68 |