summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Regen (FWIW)peter2004-02-214-5/+5
* Try and make the compat sigreturn prototypes closer to reality.peter2004-02-211-1/+1
* Regen.deischen2004-02-034-5/+7
* Sync with kern/syscalls.master.deischen2004-02-031-0/+1
* Regenpeter2004-01-285-7/+40
* Add getitimer swab stubpeter2004-01-281-2/+2
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-241-1/+0
* Regen (should be a NOP except for rcsid)peter2003-12-234-4/+4
* GC unused namespc column.peter2003-12-231-548/+518
* Regenpeter2003-12-234-5/+5
* freebsd32_fstat(2) is now MPSAFEpeter2003-12-231-1/+1
* Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_statpeter2003-12-231-53/+45
* Regenpeter2003-12-234-29/+13
* Eliminate stackgap usage for the (woefully incomplete) path translationspeter2003-12-233-195/+3
* regenpeter2003-12-114-5/+5
* Mark freebsd32_gettimeofday() as mpsafepeter2003-12-111-1/+1
* Just implementing a 32 bit version of gettimeofday() was smaller thanpeter2003-12-111-22/+14
* Regenpeter2003-12-104-17/+25
* Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link()peter2003-12-101-1/+4
* The osigpending, oaccept, orecvfrom and ogetdirentries entries werepeter2003-12-101-8/+4
* Regenpeter2003-11-084-7/+7
* "implement" vfork(). Add comments next to the other syscalls that needpeter2003-11-081-1/+12
* Dont write to the stackgap directly in execve().peter2003-11-071-3/+9
* Regen.jhb2003-11-074-13/+13
* Sync with global syscalls.master by marking ptrace(), dup(), pipe(),jhb2003-11-071-9/+9
* Add CTASSERT()'s to check that the sizes of our replicas of the 32 bitpeter2003-10-302-3/+26
* Switch to using the emulator in the common compat area.peter2003-08-232-2/+4
* Initial sweep to de-i386-ify thispeter2003-08-223-79/+84
* Regenpeter2003-08-224-411/+411
* Begin attempting to consolidate the two different i386 emulationspeter2003-08-223-63/+75
* Regenpeter2003-08-214-14/+14
* This is too funny for words. Swap syscalls 416 and 417 around. It workspeter2003-08-211-2/+2
* Use __FBSDID().obrien2003-07-251-2/+3
* Regenerate.peter2003-05-311-0/+447
* Make this compile with WITNESS enabled. It wants the syscall names.peter2003-05-312-2/+3
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-231-1/+1
* Regenpeter2003-05-143-18/+43
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-143-11/+123
* 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
OpenPOWER on IntegriCloud