summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.jhb2005-01-044-13/+15
* Partial sync up to the master syscalls.master file:jhb2005-01-041-8/+9
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-2/+0
* Rebuild from compat/freebsd32/syscalls.master:1.43marks2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179marks2004-11-181-1/+1
* Rebuild from FreeBSD32 syscalls.master:1.42.rwatson2004-10-234-5/+23
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.rwatson2004-10-231-0/+9
* Put on my peril sensitive sunglasses and add a flags field to the internalpeter2004-10-111-7/+3
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-065-6/+6
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-17/+11
* Regenpeter2004-07-144-9/+4
* Unmapped syscalls should be NOPROTO so that we don't get a duplicatepeter2004-07-141-1/+1
* Give kldunload a -f(orce) argument.phk2004-07-134-5/+13
* Add kldunloadf() system call. Stay tuned for follwing commit messages.phk2004-07-131-2/+3
* Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-021-4/+4
* Regen.marcel2004-07-024-4/+4
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4marcel2004-04-241-0/+10
* Regenpeter2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.peter2004-04-143-18/+49
* Regen for libthr thread synchronization syscalls.mtm2004-03-274-5/+11
* Separate thread synchronization from signals in libthr. Insteadmtm2004-03-271-0/+2
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-13/+9
* 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
OpenPOWER on IntegriCloud