summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Copy out the number of iovecs in freebsd32_recvmsg, not the lengthps2005-11-061-1/+1
* Reformat socket control messages on input/output for 32bit compatibilityps2005-10-311-18/+225
* Regenerate (with the correct #ifdef COMPAT_43 tests now)peter2005-10-264-64/+70
* There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are allpeter2005-10-262-31/+28
* Add a 'clean' target.obrien2005-10-231-0/+3
* regenps2005-10-234-26/+66
* Implement for FreeBSD 3 32 binaries:ps2005-10-232-8/+219
* regen after recvmsg, recvfrom, sendmsgps2005-10-154-12/+34
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgps2005-10-152-5/+171
* regen for clock_gettime, clock_settime, clock_getresps2005-10-154-13/+28
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-152-6/+59
* regenps2005-10-154-6/+6
* Correct the prototype for freebsd32_nanosleep and use the properps2005-10-152-4/+4
* Use the constants for the syscall names from syscall.h rather thanjhb2005-10-031-3/+4
* Regeneratepeter2005-09-274-10/+26
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-271-6/+7
* Regen.jhb2005-07-134-82/+82
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-78/+78
* Wrap the ia64-specific freebsd32_mmap_partial() hack in Giant for nowjhb2005-07-131-1/+6
* Regenerate.jhb2005-07-074-8/+24
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-072-2/+37
* - Change the commented out freebsd32_xxx() example to use kern_xxx() alongjhb2005-06-292-39/+5
* Correct the amount of data to allocate in these local copies ofjhb2005-06-241-1/+2
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-6/+2
* Avoid code duplication in serval places by introducing universalpjd2005-06-091-22/+19
* Wrap copyin/copyout for kevent so the 32bit wrapper does not haveps2005-06-031-49/+66
* Rebuild generated system call definition files following the addition ofrwatson2005-05-304-459/+460
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-531/+637
* Copyout to userland if kern_sigaction succeedsps2005-05-241-2/+2
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-122/+83
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-011-35/+31
* Ooops. I will compile test before committing. The stackgap versionps2005-03-011-2/+2
* Correct the freebsd32_kevent prototype.ps2005-03-012-6/+6
* Regen.jhb2005-02-244-7/+7
* Use msync() to implement msync() for freebsd32 emulation. This isn't quitejhb2005-02-241-1/+1
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-181-219/+160
* Add a 32bit syscall wrapper for modstatps2005-01-195-8/+13
* - rename nanosleep1 to kern_nanosleepps2005-01-196-4/+40
* 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
OpenPOWER on IntegriCloud