summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Constify source argument for siginfo_to_siginfo32().kib2010-07-042-2/+2
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-2/+2
* Regeneratekib2010-06-288-788/+788
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-10/+10
* Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOKjkim2010-06-232-3/+3
* ANSIfy prototypes in subr_usbd.c.ed2010-06-121-72/+29
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-3/+1
* Bring USB fixes for linux(4).wkoszek2010-05-242-14/+147
* Reorganize syscall entry and leave handling.kib2010-05-233-2/+14
* - #ifdef out the cliplist part, skype seems like using an uninitializednetchild2010-05-031-7/+24
* Reduce MD code further. At least, it compiles on ia64 now (but it is notjkim2010-05-011-36/+78
* Do not initialize mutex and return error if it cannot map memory.jkim2010-05-011-13/+13
* 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
* Linux puts a blank line between each CPU.emaste2010-04-141-1/+1
* Add a forward declaration to silence a warning when compiling ia32_genassym.c.bz2010-04-031-0/+1
* 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
OpenPOWER on IntegriCloud