summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
...
* - Sync with master: rmdir(), mkdir(), and extattr_*() are all MPSAFE.jhb2006-06-261-10/+10
* Do not copy out the iovec in the 32bit recvmsg call since soreceiveps2006-06-081-24/+0
* regen for 32bit System V shared memoryps2006-03-304-7/+13
* Properly support for FreeBSD 4 32bit System V shared memory.ps2006-03-302-7/+169
* Fix exec_map resource leaks.ups2006-03-081-9/+13
* use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensureps2006-03-041-6/+8
* regen for 32bit sendfileps2006-02-284-6/+6
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-282-20/+66
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Regenerate.rwatson2006-02-044-196/+196
* Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.rwatson2006-02-041-216/+216
* Fix the build. When I added the lutimes the futimes definitionsambrisko2006-01-201-0/+5
* Regen.ambrisko2006-01-204-9/+9
* Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64.ambrisko2006-01-202-2/+23
* Regen.ru2005-12-234-10/+4
* Fix build.ru2005-12-231-1/+1
* Regenerate sysent with new abort2 system call.phk2005-12-234-5/+30
* Add missing 455-462 syscalls as unimplementedphk2005-12-231-0/+8
* Add abort2() systemcall.phk2005-12-231-0/+1
* Regen for futimes.ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesambrisko2005-12-082-1/+24
* 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
OpenPOWER on IntegriCloud