summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia32
Commit message (Expand)AuthorAgeFilesLines
* Reorganize syscall entry and leave handling.kib2010-05-231-107/+75
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-2/+2
* Add trivial implementation for the freebsd32_sysarch on ia64.kib2009-04-011-0/+50
* Rework the PCPU_* (MD) interface:attilio2007-06-041-2/+2
* Include freebsd32_signal.h now that signal-related definitions aremarcel2006-10-061-0/+1
* Add audit hooks for ppc, ia64 system call paths.rwatson2006-09-161-0/+4
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-13/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-7/+13
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-271-0/+8
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* Simplify system time accounting for profiling.phk2006-02-081-3/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-142-4/+14
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-271-0/+21
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-102-44/+19
* Remove redundant $FreeBSD$marcel2005-09-101-2/+0
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-0/+82
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* ...And fix WITNESS builds: declare syscallnames.marcel2004-09-261-0/+4
* Fix INVARIANTS build: Include <machine/cpu.h>.marcel2004-09-261-0/+1
* Move the IA-32 trap handling from trap() to ia32_trap(). Move themarcel2004-09-251-0/+288
* Add missing #include "opt_compat.h" so that the compatability functionpeter2003-12-181-0/+2
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-1112-3758/+77
* Regen.jhb2003-11-073-12/+12
* Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(),jhb2003-11-071-9/+9
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-252-2/+4
* Regen.jhb2003-08-213-5/+5
* Swap sigaction/sigreturn since they are in the wrong order.jhb2003-08-211-2/+2
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-172-2/+2
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-163-113/+148
* Regen.jhb2003-04-253-34/+3
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherjhb2003-04-251-7/+7
* Regen.jhb2003-04-243-4/+58
* Fix the thr_create() entry by adding a trailing \. Also, sync up thejhb2003-04-241-4/+4
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-66/+33
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-0/+1
* - Add thr and umtx system calls.jeff2003-04-011-0/+8
* - Add a placeholder for sigwaitjeff2003-03-311-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Synchronize to kern/syscalls.master:1.139.rwatson2002-12-291-0/+4
* Regen: swapoffmarcel2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.marcel2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* SCARGS removal take II.alfred2002-12-142-133/+128
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-132-128/+133
* Remove SCARGS.alfred2002-12-132-133/+128
* Regenerate after adding syscalls.deischen2002-11-163-4/+13
OpenPOWER on IntegriCloud