summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-3/+26
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-1/+2
* Add compat32 definition for (old) struct ostat.kib2010-08-071-0/+18
* Copy inode birthtime to the struct stat32.kib2010-08-041-0/+1
* Fix style.kib2010-08-041-1/+2
* When compat32 recvmsg(2) does not need to copy out control messages, setkib2010-08-031-0/+2
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-271-9/+7
* Revert r210451, and the similar part of the r210431. The forward-declarationkib2010-07-261-1/+1
* Change the order in which the file name, arguments, environment, andalc2010-07-251-5/+6
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() maykib2010-07-232-1/+5
* Eliminate a little bit of duplicated code.alc2010-07-231-3/+1
* Constify source argument for siginfo_to_siginfo32().kib2010-07-042-2/+2
* Regeneratekib2010-06-284-534/+534
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-10/+10
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) tokib2010-04-211-0/+82
* Extract the code to copy-out struct rusage32 from struct rusagekib2010-04-212-33/+28
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-282-7/+7
* Regenkib2010-03-194-53/+123
* Remove empty line.kib2010-03-191-1/+0
* Implement compat32 shims for mqueuefs.kib2010-03-192-6/+25
* Implement compat32 shims for ksem syscalls.kib2010-03-191-11/+15
* Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to correspondingkib2010-03-192-548/+21
* Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c tokib2010-03-192-54/+8
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andkib2010-03-192-0/+41
* FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name.kib2010-03-191-1/+1
* Make freebsd32_copyiniov() available outside of freebsd32_misc.kib2010-03-192-1/+4
* Regen after big endian compatibility import.nwhitehorn2010-03-114-4/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-118-101/+447
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-2/+1
* Revert 200606.imp2009-12-161-3/+2
* Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.imp2009-12-161-2/+3
* Regenerate.kib2009-12-044-12/+16
* Add several syscall compat32 entries for acl manipulation.kib2009-12-041-4/+8
* Regeneratekib2009-10-274-5/+18
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-272-0/+39
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-16/+7
* In kern_sigsuspend(), better manipulate thread signal mask usingkib2009-10-271-12/+1
* Regenerate system call files following r197636.rwatson2009-09-304-11/+25
* Reserve system call numbers for Capsicum security framework capabilities,rwatson2009-09-301-0/+8
* If a certain feature that was present in FreeBSD 7 was removed or changed indes2009-09-101-4/+6
* kern_select(9) copies fd_set in and out of userspace in quantities ofkib2009-09-091-1/+2
* Fix the freebsd32 versions of semsys(), shmsys(), and msgsys() to use thejhb2009-07-271-6/+6
* Regen the freebsd32 parts.trasz2009-07-084-5/+8
* Fix freebsd32 version of lpathconf(2).trasz2009-07-081-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-0/+1
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-1/+1
* Regen.jhb2009-06-244-36/+79
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-243-50/+333
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-241-1/+2
* Regen.jhb2009-06-224-4/+25
OpenPOWER on IntegriCloud