aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Add a 32bit syscall wrapper for modstatPaul Saab2005-01-195-8/+13
* - rename nanosleep1 to kern_nanosleepPaul Saab2005-01-196-4/+40
* Regenerate.John Baldwin2005-01-044-13/+15
* Partial sync up to the master syscalls.master file:John Baldwin2005-01-041-8/+9
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-2/+0
* Rebuild from compat/freebsd32/syscalls.master:1.43Mark Santcroos2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179Mark Santcroos2004-11-181-1/+1
* Rebuild from FreeBSD32 syscalls.master:1.42.Robert Watson2004-10-234-5/+23
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.Robert Watson2004-10-231-0/+9
* Put on my peril sensitive sunglasses and add a flags field to the internalPeter Wemm2004-10-111-7/+3
* Close a race between a thread exiting and the freeing of it's stack.Mike Makonnen2004-10-065-6/+6
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-17/+11
* RegenPeter Wemm2004-07-144-9/+4
* Unmapped syscalls should be NOPROTO so that we don't get a duplicatePeter Wemm2004-07-141-1/+1
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-07-134-5/+13
* Add kldunloadf() system call. Stay tuned for follwing commit messages.Poul-Henning Kamp2004-07-131-2/+3
* Change the thread ID (thr_id_t) used for 1:1 threading from being aMarcel Moolenaar2004-07-021-4/+4
* Regen.Marcel Moolenaar2004-07-024-4/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4Marcel Moolenaar2004-04-241-0/+10
* RegenPeter Wemm2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.Peter Wemm2004-04-143-18/+49
* Regen for libthr thread synchronization syscalls.Mike Makonnen2004-03-274-5/+11
* Separate thread synchronization from signals in libthr. InsteadMike Makonnen2004-03-271-0/+2
* - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-13/+9
* Regen (FWIW)Peter Wemm2004-02-214-5/+5
* Try and make the compat sigreturn prototypes closer to reality.Peter Wemm2004-02-211-1/+1
* Regen.Daniel Eischen2004-02-034-5/+7
* Sync with kern/syscalls.master.Daniel Eischen2004-02-031-0/+1
* RegenPeter Wemm2004-01-285-7/+40
* Add getitimer swab stubPeter Wemm2004-01-281-2/+2
* GC unused 'syshide' override to /dev/null. This was here to disablePeter Wemm2003-12-241-1/+0
* Regen (should be a NOP except for rcsid)Peter Wemm2003-12-234-4/+4
* GC unused namespc column.Peter Wemm2003-12-231-548/+518
* RegenPeter Wemm2003-12-234-5/+5
* freebsd32_fstat(2) is now MPSAFEPeter Wemm2003-12-231-1/+1
* Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_statPeter Wemm2003-12-231-53/+45
* RegenPeter Wemm2003-12-234-29/+13
* Eliminate stackgap usage for the (woefully incomplete) path translationsPeter Wemm2003-12-233-195/+3
* regenPeter Wemm2003-12-114-5/+5
* Mark freebsd32_gettimeofday() as mpsafePeter Wemm2003-12-111-1/+1
* Just implementing a 32 bit version of gettimeofday() was smaller thanPeter Wemm2003-12-111-22/+14
* RegenPeter Wemm2003-12-104-17/+25
* Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link()Peter Wemm2003-12-101-1/+4
* The osigpending, oaccept, orecvfrom and ogetdirentries entries werePeter Wemm2003-12-101-8/+4
* RegenPeter Wemm2003-11-084-7/+7
* "implement" vfork(). Add comments next to the other syscalls that needPeter Wemm2003-11-081-1/+12
* Dont write to the stackgap directly in execve().Peter Wemm2003-11-071-3/+9
* Regen.John Baldwin2003-11-074-13/+13
* Sync with global syscalls.master by marking ptrace(), dup(), pipe(),John Baldwin2003-11-071-9/+9