| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a panic on i386 for drivers using MmAllocateContiguousMemory() | bschmidt | 2010-11-17 | 1 | -2/+2 |
* | Use kmem_alloc_contig() to honour the cache_type variable. | bschmidt | 2010-11-17 | 2 | -6/+41 |
* | Remove no-op assignment. | des | 2010-11-15 | 1 | -2/+2 |
* | Some style(9) fixes. | netchild | 2010-11-15 | 1 | -5/+5 |
* | - print out the PID and program name of the program trying to use an | netchild | 2010-11-15 | 2 | -15/+54 |
* | According to specs for MmAllocateContiguousMemorySpecifyCache() physically | bschmidt | 2010-11-11 | 1 | -6/+3 |
* | Break long line. | des | 2010-11-08 | 1 | -1/+2 |
* | Fix CPU ID in /proc/cpuinfo. | des | 2010-11-08 | 1 | -4/+4 |
* | Remove 4.x, 5.x and 6.x compatibility bits. | bschmidt | 2010-11-04 | 3 | -68/+0 |
* | Remove stale comment. | kib | 2010-10-14 | 1 | -5/+0 |
* | Add macro DECLARE_MODULE_TIED to denote a module as requiring the | kib | 2010-10-12 | 1 | -1/+1 |
* | Simplify timeout check in futex_wait() using itimerfix() and return error | jkim | 2010-10-06 | 1 | -22/+10 |
* | Fix a comparision of an uninitialised pointer. | netchild | 2010-10-06 | 1 | -1/+1 |
* | Use the printf-like capability from kproc_create(). | thompsa | 2010-10-05 | 1 | -8/+3 |
* | Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change | jkim | 2010-10-05 | 1 | -1/+1 |
* | In linprocfs_doargv(): | kib | 2010-09-28 | 1 | -97/+117 |
* | Implement proc/$$/environment. | des | 2010-09-16 | 1 | -2/+110 |
* | 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 |