summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove proc locking, it's not needed after r210132.trasz2010-07-171-5/+1
* Make svr4(4) version of poll(2) use the same limit of file descriptors as thetrasz2010-07-151-4/+1
* 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
OpenPOWER on IntegriCloud