| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate. | peter | 2003-05-31 | 1 | -0/+447 |
* | Make this compile with WITNESS enabled. It wants the syscall names. | peter | 2003-05-31 | 3 | -3/+5 |
* | Deal with the user VM space expanding. 32 bit applications do not like | peter | 2003-05-23 | 3 | -8/+8 |
* | Collect the nastiness for preserving the kernel MSR_GSBASE around the | peter | 2003-05-15 | 1 | -8/+1 |
* | Regen | peter | 2003-05-14 | 3 | -18/+43 |
* | Add BASIC i386 binary support for the amd64 kernel. This is largely | peter | 2003-05-14 | 10 | -163/+1374 |
* | Regen. | jhb | 2003-04-25 | 3 | -34/+3 |
* | Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather | jhb | 2003-04-25 | 1 | -7/+7 |
* | Regen. | jhb | 2003-04-24 | 3 | -4/+58 |
* | Fix the thr_create() entry by adding a trailing \. Also, sync up the | jhb | 2003-04-24 | 1 | -4/+4 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -66/+33 |
* | o In struct prison, add an allprison linked list of prisons (protected | mike | 2003-04-09 | 1 | -0/+1 |
* | - Add thr and umtx system calls. | jeff | 2003-04-01 | 1 | -0/+8 |
* | - Add a placeholder for sigwait | jeff | 2003-03-31 | 1 | -0/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Synchronize to kern/syscalls.master:1.139. | rwatson | 2002-12-29 | 1 | -0/+4 |
* | Regen: swapoff | marcel | 2002-12-16 | 3 | -4/+5 |
* | Change swapoff from MNOPROTO to UNIMPL. The former doesn't work. | marcel | 2002-12-16 | 1 | -1/+1 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 1 | -0/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 2 | -133/+128 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 2 | -128/+133 |
* | Remove SCARGS. | alfred | 2002-12-13 | 2 | -133/+128 |
* | Regenerate after adding syscalls. | deischen | 2002-11-16 | 3 | -4/+13 |
* | Add *context() syscalls to ia64 32-bit compatability table as requested | deischen | 2002-11-16 | 1 | -0/+3 |
* | Sync to src/sys/kern/syscalls.master | rwatson | 2002-11-02 | 1 | -1/+1 |
* | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | peter | 2002-10-19 | 1 | -0/+3 |
* | Grab 416/417 real estate before I get burned while testing again. | peter | 2002-10-19 | 1 | -0/+2 |
* | Add a placeholder for the execve_mac() system call, similar to SELinux's | rwatson | 2002-10-19 | 1 | -0/+1 |
* | re-regen. Sigh. | peter | 2002-10-09 | 3 | -7/+7 |
* | Sigh. Fix fat-fingering of diff. I knew this was going to happen. | peter | 2002-10-09 | 1 | -1/+1 |
* | regenerate. sendfile stuff and other recently picked up stubs. | peter | 2002-10-09 | 3 | -12/+54 |
* | Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This would | peter | 2002-10-09 | 2 | -2/+25 |
* | Try and patch up some tab-to-space spammage. | peter | 2002-10-09 | 1 | -19/+19 |
* | Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post, | peter | 2002-10-09 | 1 | -0/+22 |
* | Let kse_wakeup() take a KSE mailbox pointer argument. | archie | 2002-10-02 | 2 | -2/+2 |
* | Make the following name changes to KSE related functions, etc., to better | archie | 2002-09-25 | 4 | -11/+11 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -4/+7 |
* | Regenerate | peter | 2002-07-20 | 3 | -1596/+311 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 5 | -329/+2231 |
* | Initial support for executing IA-32 binaries. This will not compile | dfr | 2002-04-10 | 6 | -0/+2839 |