| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | mdf | 2010-09-10 | 1 | -2/+2 |
* | Add x86bios_set_intr() to set interrupt vectors for real mode and simplify | jkim | 2010-08-25 | 2 | -3/+15 |
* | Check opcode for short jump as well. Some option ROMs do short jumps | jkim | 2010-08-25 | 1 | -1/+2 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -3/+26 |
* | Place spinlock_enter() and spinlock_exit() just around X86EMU calls. | jkim | 2010-08-10 | 1 | -4/+4 |
* | Tidy up locking and memory allocation for the real mode emulator wrapper. | jkim | 2010-08-10 | 1 | -36/+26 |
* | Tidy up printf() calls for debugging. | jkim | 2010-08-09 | 1 | -46/+30 |
* | Initialize a variable just before its use. | jkim | 2010-08-09 | 1 | -1/+1 |
* | Reduce diffs between VM86 and X86EMU wrappers for x86bios_alloc() and | jkim | 2010-08-09 | 1 | -23/+29 |
* | Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS | kib | 2010-08-07 | 1 | -1/+2 |
* | Add compat32 definition for (old) struct ostat. | kib | 2010-08-07 | 1 | -0/+18 |
* | Do not block any I/O port on amd64. | jkim | 2010-08-07 | 1 | -4/+8 |
* | Optimize interrupt vector lookup. There is no need to check the page table. | jkim | 2010-08-07 | 1 | -1/+1 |
* | Consistently use architecture specific macros. | jkim | 2010-08-06 | 1 | -3/+3 |
* | Fix allocation of multiple pages, which forgot to increase page number. | jkim | 2010-08-06 | 1 | -1/+5 |
* | Re-add flag register for output. Some BIOS calls actually use it to return | jkim | 2010-08-05 | 1 | -0/+1 |
* | Do not copy stack pointer and flags. These registers are unconditionally | jkim | 2010-08-05 | 1 | -6/+0 |
* | Implement a simple native VM86 backend for X86BIOS. Now i386 uses native | jkim | 2010-08-05 | 2 | -76/+266 |
* | Copy inode birthtime to the struct stat32. | kib | 2010-08-04 | 1 | -0/+1 |
* | Fix style. | kib | 2010-08-04 | 1 | -1/+2 |
* | When compat32 recvmsg(2) does not need to copy out control messages, set | kib | 2010-08-03 | 1 | -0/+2 |
* | Introduce exec_alloc_args(). The objective being to encapsulate the | alc | 2010-07-27 | 1 | -9/+7 |
* | Revert r210451, and the similar part of the r210431. The forward-declaration | kib | 2010-07-26 | 1 | -1/+1 |
* | Change the order in which the file name, arguments, environment, and | alc | 2010-07-25 | 1 | -5/+6 |
* | Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may | kib | 2010-07-23 | 2 | -1/+5 |
* | Eliminate a little bit of duplicated code. | alc | 2010-07-23 | 1 | -3/+1 |
* | Remove proc locking, it's not needed after r210132. | trasz | 2010-07-17 | 1 | -5/+1 |
* | Make svr4(4) version of poll(2) use the same limit of file descriptors as the | trasz | 2010-07-15 | 1 | -4/+1 |
* | Constify source argument for siginfo_to_siginfo32(). | kib | 2010-07-04 | 2 | -2/+2 |
* | Tweak the in-kernel API for sending signals to threads: | jhb | 2010-06-29 | 1 | -2/+2 |
* | Regenerate | kib | 2010-06-28 | 8 | -788/+788 |
* | Count number of threads that enter and leave dynamically registered | kib | 2010-06-28 | 1 | -10/+10 |
* | Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOK | jkim | 2010-06-23 | 2 | -3/+3 |
* | ANSIfy prototypes in subr_usbd.c. | ed | 2010-06-12 | 1 | -72/+29 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -3/+1 |
* | Bring USB fixes for linux(4). | wkoszek | 2010-05-24 | 2 | -14/+147 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 3 | -2/+14 |
* | - #ifdef out the cliplist part, skype seems like using an uninitialized | netchild | 2010-05-03 | 1 | -7/+24 |
* | Reduce MD code further. At least, it compiles on ia64 now (but it is not | jkim | 2010-05-01 | 1 | -36/+78 |
* | Do not initialize mutex and return error if it cannot map memory. | jkim | 2010-05-01 | 1 | -13/+13 |
* | Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) to | kib | 2010-04-21 | 1 | -0/+82 |
* | Extract the code to copy-out struct rusage32 from struct rusage | kib | 2010-04-21 | 2 | -33/+28 |
* | Linux puts a blank line between each CPU. | emaste | 2010-04-14 | 1 | -1/+1 |
* | Add a forward declaration to silence a warning when compiling ia32_genassym.c. | bz | 2010-04-03 | 1 | -0/+1 |
* | Re-apply r205683 with some modifications: | netchild | 2010-04-02 | 1 | -15/+23 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 4 | -25/+34 |
* | Revert r205683 to resolve some code quality issues which do not affect the | netchild | 2010-03-26 | 1 | -54/+14 |
* | Fix some bogus values in linprocfs. | netchild | 2010-03-26 | 1 | -14/+54 |
* | Fix some problems which may lead to a panic: | netchild | 2010-03-26 | 1 | -1/+3 |
* | Revert accidentally committed initial real mode %sp change of r205347. | jkim | 2010-03-25 | 1 | -2/+0 |