| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added | peter | 2005-09-27 | 1 | -0/+21 |
* | Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c. | marcel | 2005-09-10 | 2 | -44/+19 |
* | Remove redundant $FreeBSD$ | marcel | 2005-09-10 | 1 | -2/+0 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -0/+82 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 1 | -2/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | ...And fix WITNESS builds: declare syscallnames. | marcel | 2004-09-26 | 1 | -0/+4 |
* | Fix INVARIANTS build: Include <machine/cpu.h>. | marcel | 2004-09-26 | 1 | -0/+1 |
* | Move the IA-32 trap handling from trap() to ia32_trap(). Move the | marcel | 2004-09-25 | 1 | -0/+288 |
* | Add missing #include "opt_compat.h" so that the compatability function | peter | 2003-12-18 | 1 | -0/+2 |
* | Assimilate ia64 back into the fold with the common freebsd32/ia32 code. | peter | 2003-12-11 | 12 | -3758/+77 |
* | Regen. | jhb | 2003-11-07 | 3 | -12/+12 |
* | Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(), | jhb | 2003-11-07 | 1 | -9/+9 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 2 | -2/+4 |
* | Regen. | jhb | 2003-08-21 | 3 | -5/+5 |
* | Swap sigaction/sigreturn since they are in the wrong order. | jhb | 2003-08-21 | 1 | -2/+2 |
* | Fixup the ELF branding information to point to the new home of rtld. | gordon | 2003-08-17 | 2 | -2/+2 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 3 | -113/+148 |
* | 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 |