summaryrefslogtreecommitdiff
path: root/sys/ia64/ia32
Commit message (Expand)AuthorAgeFilesLines
* Add trivial implementation for the freebsd32_sysarch on ia64.Konstantin Belousov2009-04-011-0/+50
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-2/+2
* Include freebsd32_signal.h now that signal-related definitions areMarcel Moolenaar2006-10-061-0/+1
* Add audit hooks for ppc, ia64 system call paths.Robert Watson2006-09-161-0/+4
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isJohn Baldwin2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-13/+0
* Unify the checking for lock misbehavior in the various syscall()John Baldwin2006-07-271-7/+13
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itJohn Baldwin2006-07-271-0/+8
* Add missing ptrace(2) system-call stops to various syscall()John Baldwin2006-07-271-0/+5
* Simplify system time accounting for profiling.Poul-Henning Kamp2006-02-081-3/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-142-4/+14
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedPeter Wemm2005-09-271-0/+21
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.Marcel Moolenaar2005-09-102-44/+19
* Remove redundant $FreeBSD$Marcel Moolenaar2005-09-101-2/+0
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+82
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-121-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* ...And fix WITNESS builds: declare syscallnames.Marcel Moolenaar2004-09-261-0/+4
* Fix INVARIANTS build: Include <machine/cpu.h>.Marcel Moolenaar2004-09-261-0/+1
* Move the IA-32 trap handling from trap() to ia32_trap(). Move theMarcel Moolenaar2004-09-251-0/+288
* Add missing #include "opt_compat.h" so that the compatability functionPeter Wemm2003-12-181-0/+2
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.Peter Wemm2003-12-1112-3758/+77
* Regen.John Baldwin2003-11-073-12/+12
* Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(),John Baldwin2003-11-071-9/+9
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-252-2/+4
* Regen.John Baldwin2003-08-213-5/+5
* Swap sigaction/sigreturn since they are in the wrong order.John Baldwin2003-08-211-2/+2
* Fixup the ELF branding information to point to the new home of rtld.Gordon Tetlow2003-08-172-2/+2
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-163-113/+148
* Regen.John Baldwin2003-04-253-34/+3
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherJohn Baldwin2003-04-251-7/+7
* Regen.John Baldwin2003-04-243-4/+58
* Fix the thr_create() entry by adding a trailing \. Also, sync up theJohn Baldwin2003-04-241-4/+4
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-66/+33
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-091-0/+1
* - Add thr and umtx system calls.Jeff Roberson2003-04-011-0/+8
* - Add a placeholder for sigwaitJeff Roberson2003-03-311-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Synchronize to kern/syscalls.master:1.139.Robert Watson2002-12-291-0/+4
* Regen: swapoffMarcel Moolenaar2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.Marcel Moolenaar2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* SCARGS removal take II.Alfred Perlstein2002-12-142-133/+128
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-132-128/+133
* Remove SCARGS.Alfred Perlstein2002-12-132-133/+128
* Regenerate after adding syscalls.Daniel Eischen2002-11-163-4/+13
* Add *context() syscalls to ia64 32-bit compatability table as requestedDaniel Eischen2002-11-161-0/+3
* Sync to src/sys/kern/syscalls.masterRobert Watson2002-11-021-1/+1