summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add *context() syscalls to ia64 32-bit compatability table as requesteddeischen2002-11-161-0/+3
* Sync to src/sys/kern/syscalls.masterrwatson2002-11-021-1/+1
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-191-0/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-191-0/+1
* re-regen. Sigh.peter2002-10-093-7/+7
* Sigh. Fix fat-fingering of diff. I knew this was going to happen.peter2002-10-091-1/+1
* regenerate. sendfile stuff and other recently picked up stubs.peter2002-10-093-12/+54
* Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This wouldpeter2002-10-092-2/+25
* Try and patch up some tab-to-space spammage.peter2002-10-091-19/+19
* Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post,peter2002-10-091-0/+22
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-022-2/+2
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-254-11/+11
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-012-8/+14
* Regeneratepeter2002-07-203-1596/+311
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-208-1887/+2596
* Use suword32/64 and fuword32/64 like elsewhere instead of inventingpeter2002-06-201-12/+13
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Initial support for executing IA-32 binaries. This will not compiledfr2002-04-108-0/+4396
OpenPOWER on IntegriCloud