summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia32
Commit message (Expand)AuthorAgeFilesLines
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-2/+2
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-1/+1
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-192-2/+2
* Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-191-1/+1
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-2/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-012-0/+20
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-7/+9
* Change ia64' struct syscall_args definition so that args is a pointer tokib2010-05-241-1/+2
* 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
OpenPOWER on IntegriCloud