summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-012-9/+109
* Regenerate.trasz2011-03-305-5/+165
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-301-0/+15
* Regen.kib2011-03-305-12/+18
* Provide compat32 shims for kldstat(2).kib2011-03-303-2/+48
* Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed tokib2011-03-252-0/+59
* Fully emulate MDIOCLIST for compat32.kib2011-03-251-1/+9
* Remove unneccessary panics, that can be easily triggered by user.kib2011-03-251-8/+0
* Fix file leakage in the freebsd32_ioctl routines.kib2011-03-251-9/+11
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-0/+7881
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-122-3/+5
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-1/+2
* Regenerate.trasz2011-03-054-5/+11
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+3
* Regenerate system call files following addition of cap_enter(2),rwatson2011-03-014-8/+10
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-2/+2
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-2/+5
* Restore the ABI of struct kinfo_proc32 after r213536.kib2010-12-191-0/+1
* Update MNT_ROOTFS comments after changes in the root mount logic.pluknet2010-11-231-1/+2
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+5
* 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
OpenPOWER on IntegriCloud