| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce exec_alloc_args(). The objective being to encapsulate the | Alan Cox | 2010-07-27 | 1 | -9/+7 |
| * | Revert r210451, and the similar part of the r210431. The forward-declaration | Konstantin Belousov | 2010-07-26 | 1 | -1/+1 |
| * | Change the order in which the file name, arguments, environment, and | Alan Cox | 2010-07-25 | 1 | -5/+6 |
| * | Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may | Konstantin Belousov | 2010-07-23 | 2 | -1/+5 |
| * | Eliminate a little bit of duplicated code. | Alan Cox | 2010-07-23 | 1 | -3/+1 |
| * | Remove proc locking, it's not needed after r210132. | Edward Tomasz Napierala | 2010-07-17 | 1 | -5/+1 |
| * | Make svr4(4) version of poll(2) use the same limit of file descriptors as the | Edward Tomasz Napierala | 2010-07-15 | 1 | -4/+1 |
| * | Constify source argument for siginfo_to_siginfo32(). | Konstantin Belousov | 2010-07-04 | 2 | -2/+2 |
| * | Tweak the in-kernel API for sending signals to threads: | John Baldwin | 2010-06-29 | 1 | -2/+2 |
| * | Regenerate | Konstantin Belousov | 2010-06-28 | 8 | -788/+788 |
| * | Count number of threads that enter and leave dynamically registered | Konstantin Belousov | 2010-06-28 | 1 | -10/+10 |
| * | Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOK | Jung-uk Kim | 2010-06-23 | 2 | -3/+3 |
| * | ANSIfy prototypes in subr_usbd.c. | Ed Schouten | 2010-06-12 | 1 | -72/+29 |
| * | Update several places that iterate over CPUs to use CPU_FOREACH(). | John Baldwin | 2010-06-11 | 1 | -3/+1 |
| * | Bring USB fixes for linux(4). | Wojciech A. Koszek | 2010-05-24 | 2 | -14/+147 |
| * | Reorganize syscall entry and leave handling. | Konstantin Belousov | 2010-05-23 | 3 | -2/+14 |
| * | - #ifdef out the cliplist part, skype seems like using an uninitialized | Alexander Leidinger | 2010-05-03 | 1 | -7/+24 |
| * | Reduce MD code further. At least, it compiles on ia64 now (but it is not | Jung-uk Kim | 2010-05-01 | 1 | -36/+78 |
| * | Do not initialize mutex and return error if it cannot map memory. | Jung-uk Kim | 2010-05-01 | 1 | -13/+13 |
| * | Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) to | Konstantin Belousov | 2010-04-21 | 1 | -0/+82 |
| * | Extract the code to copy-out struct rusage32 from struct rusage | Konstantin Belousov | 2010-04-21 | 2 | -33/+28 |
| * | Linux puts a blank line between each CPU. | Ed Maste | 2010-04-14 | 1 | -1/+1 |
| * | Add a forward declaration to silence a warning when compiling ia32_genassym.c. | Bjoern A. Zeeb | 2010-04-03 | 1 | -0/+1 |
| * | Re-apply r205683 with some modifications: | Alexander Leidinger | 2010-04-02 | 1 | -15/+23 |
| * | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | Ed Schouten | 2010-03-28 | 4 | -25/+34 |
| * | Revert r205683 to resolve some code quality issues which do not affect the | Alexander Leidinger | 2010-03-26 | 1 | -54/+14 |
| * | Fix some bogus values in linprocfs. | Alexander Leidinger | 2010-03-26 | 1 | -14/+54 |
| * | Fix some problems which may lead to a panic: | Alexander Leidinger | 2010-03-26 | 1 | -1/+3 |
| * | Revert accidentally committed initial real mode %sp change of r205347. | Jung-uk Kim | 2010-03-25 | 1 | -2/+0 |
| * | Optimize real mode page table lookup. | Jung-uk Kim | 2010-03-25 | 1 | -5/+4 |
| * | Fix stupid typos. Some VESA BIOSes directly call BIOS interrupt handlers | Jung-uk Kim | 2010-03-25 | 1 | -2/+2 |
| * | Change the arguments of exec_setregs() so that it receives a pointer | Nathan Whitehorn | 2010-03-25 | 1 | -2/+2 |
| * | Add missing Giant locking for the vfsconf list. | John Baldwin | 2010-03-24 | 1 | -0/+2 |
| * | Implement /proc/filesystems. | John Baldwin | 2010-03-23 | 1 | -0/+18 |
| * | Support memory wraparound instead of high memory as VM86 mode does. | Jung-uk Kim | 2010-03-22 | 1 | -14/+4 |
| * | Fix i386 PAE kernel build. | Jung-uk Kim | 2010-03-22 | 1 | -1/+1 |
| * | Actually make O_DIRECTORY work. | Ed Schouten | 2010-03-21 | 1 | -6/+2 |
| * | - Map EBDA if available and add 64KB above 1MB (high memory), just in case. | Jung-uk Kim | 2010-03-19 | 1 | -33/+113 |
| * | Regen | Konstantin Belousov | 2010-03-19 | 4 | -53/+123 |
| * | Remove empty line. | Konstantin Belousov | 2010-03-19 | 1 | -1/+0 |
| * | Implement compat32 shims for mqueuefs. | Konstantin Belousov | 2010-03-19 | 2 | -6/+25 |
| * | Implement compat32 shims for ksem syscalls. | Konstantin Belousov | 2010-03-19 | 1 | -11/+15 |
| * | Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding | Konstantin Belousov | 2010-03-19 | 2 | -548/+21 |
| * | Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c to | Konstantin Belousov | 2010-03-19 | 2 | -54/+8 |
| * | Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros and | Konstantin Belousov | 2010-03-19 | 2 | -0/+41 |
| * | FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name. | Konstantin Belousov | 2010-03-19 | 1 | -1/+1 |
| * | Make freebsd32_copyiniov() available outside of freebsd32_misc. | Konstantin Belousov | 2010-03-19 | 2 | -1/+4 |
| * | Detect illegal access to unmapped memory within real mode emulator to aid | Jung-uk Kim | 2010-03-18 | 1 | -9/+44 |
| * | Regen after big endian compatibility import. | Nathan Whitehorn | 2010-03-11 | 4 | -4/+4 |
| * | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 10 | -247/+448 |