summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r205683 with some modifications:netchild2010-04-021-15/+23
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-284-25/+34
* Revert r205683 to resolve some code quality issues which do not affect thenetchild2010-03-261-54/+14
* Fix some bogus values in linprocfs.netchild2010-03-261-14/+54
* Fix some problems which may lead to a panic:netchild2010-03-261-1/+3
* Revert accidentally committed initial real mode %sp change of r205347.jkim2010-03-251-2/+0
* Optimize real mode page table lookup.jkim2010-03-251-5/+4
* Fix stupid typos. Some VESA BIOSes directly call BIOS interrupt handlersjkim2010-03-251-2/+2
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-2/+2
* Add missing Giant locking for the vfsconf list.jhb2010-03-241-0/+2
* Implement /proc/filesystems.jhb2010-03-231-0/+18
* Support memory wraparound instead of high memory as VM86 mode does.jkim2010-03-221-14/+4
* Fix i386 PAE kernel build.jkim2010-03-221-1/+1
* Actually make O_DIRECTORY work.ed2010-03-211-6/+2
* - Map EBDA if available and add 64KB above 1MB (high memory), just in case.jkim2010-03-191-33/+113
* 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
* Detect illegal access to unmapped memory within real mode emulator to aidjkim2010-03-181-9/+44
* Regen after big endian compatibility import.nwhitehorn2010-03-114-4/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-1110-247/+448
* Make /proc/self/fd `work'.ed2010-03-071-0/+16
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* - Return EAFNOSUPPORT instead of EINVAL for unsupported address family,delphij2010-02-091-2/+7
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-082-3/+1
* Let us to use our libusb(3) in Linuxolator.wkoszek2010-01-182-0/+28
* Whitespace change to be able to provide the correct commit log for r202364:netchild2010-01-151-1/+1
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2010-01-151-33/+80
* Since all other comparisons involving ngroups_max usebrooks2010-01-152-2/+2
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-123-3/+3
* Background:mckusick2010-01-111-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Signal 0 is used to check the permission for current process to signalkib2009-12-181-1/+1
* Revert 200606.imp2009-12-161-3/+2
* Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.imp2009-12-161-2/+3
* Add two new debugging tunables for x86bios instead of abusing bootverbose,jkim2009-12-151-4/+15
* Regenerate.kib2009-12-044-12/+16
* Add several syscall compat32 entries for acl manipulation.kib2009-12-041-4/+8
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2009-12-044-39/+425
* Import the unchanged v4l videodev.h from the vendor branch.netchild2009-12-041-0/+372
* Include <sys/tty.h> instead of <sys/termios.h>.ed2009-11-281-1/+1
* Fix typo in kernel message. The fix is based upon the patch in the PR.netchild2009-11-051-1/+1
* Revert a functional change that snuck in.rpaulo2009-11-021-1/+1
OpenPOWER on IntegriCloud