| Commit message (Expand) | Author | Age | Files | Lines |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace | tijl | 2012-03-19 | 1 | -1/+1 |
* | Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs. | tijl | 2012-03-19 | 2 | -2/+2 |
* | Move userland bits (and some common kernel bits) from amd64 and i386 | tijl | 2012-03-19 | 1 | -1/+1 |
* | Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. | tijl | 2012-03-18 | 1 | -2/+2 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -2/+2 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -0/+2 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 2 | -0/+20 |
* | Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS | kib | 2010-08-07 | 1 | -7/+9 |
* | Change ia64' struct syscall_args definition so that args is a pointer to | kib | 2010-05-24 | 1 | -1/+2 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -107/+75 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 1 | -2/+2 |
* | Add trivial implementation for the freebsd32_sysarch on ia64. | kib | 2009-04-01 | 1 | -0/+50 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -2/+2 |
* | Include freebsd32_signal.h now that signal-related definitions are | marcel | 2006-10-06 | 1 | -0/+1 |
* | Add audit hooks for ppc, ia64 system call paths. | rwatson | 2006-09-16 | 1 | -0/+4 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 1 | -1/+1 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -13/+0 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 1 | -7/+13 |
* | Add KTR_SYSC tracing to the syscall() implementations that didn't have it | jhb | 2006-07-27 | 1 | -0/+8 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 1 | -0/+5 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -3/+2 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 2 | -4/+14 |
* | 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 |