summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Update MNT_ROOTFS comments after changes in the root mount logic.pluknet2010-11-231-1/+2
* Add include guards.kib2010-11-232-0/+10
* Resurrect amd64 support.bschmidt2010-11-224-8/+95
* Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().bschmidt2010-11-221-1/+7
* Fix linux kernel module breakage introduced in r215675, by includingdim2010-11-221-0/+1
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+5
* Do not take the process lock. The assignment to u_short inside thenetchild2010-11-221-5/+3
* Remove trailing dot from the unimplemented futex messages to makenetchild2010-11-221-5/+5
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6netchild2010-11-223-22/+53
* Fix a panic on i386 for drivers using MmAllocateContiguousMemory()bschmidt2010-11-171-2/+2
* Use kmem_alloc_contig() to honour the cache_type variable.bschmidt2010-11-172-6/+41
* Remove no-op assignment.des2010-11-151-2/+2
* Some style(9) fixes.netchild2010-11-151-5/+5
* - print out the PID and program name of the program trying to use annetchild2010-11-152-15/+54
* According to specs for MmAllocateContiguousMemorySpecifyCache() physicallybschmidt2010-11-111-6/+3
* Break long line.des2010-11-081-1/+2
* Fix CPU ID in /proc/cpuinfo.des2010-11-081-4/+4
* Remove 4.x, 5.x and 6.x compatibility bits.bschmidt2010-11-043-68/+0
* Remove stale comment.kib2010-10-141-5/+0
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-121-1/+1
* Simplify timeout check in futex_wait() using itimerfix() and return errorjkim2010-10-061-22/+10
* Fix a comparision of an uninitialised pointer.netchild2010-10-061-1/+1
* Use the printf-like capability from kproc_create().thompsa2010-10-051-8/+3
* Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changejkim2010-10-051-1/+1
* In linprocfs_doargv():kib2010-09-281-97/+117
* Implement proc/$$/environment.des2010-09-161-2/+110
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* Add x86bios_set_intr() to set interrupt vectors for real mode and simplifyjkim2010-08-252-3/+15
* Check opcode for short jump as well. Some option ROMs do short jumpsjkim2010-08-251-1/+2
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-3/+26
* Place spinlock_enter() and spinlock_exit() just around X86EMU calls.jkim2010-08-101-4/+4
* Tidy up locking and memory allocation for the real mode emulator wrapper.jkim2010-08-101-36/+26
* Tidy up printf() calls for debugging.jkim2010-08-091-46/+30
* Initialize a variable just before its use.jkim2010-08-091-1/+1
* Reduce diffs between VM86 and X86EMU wrappers for x86bios_alloc() andjkim2010-08-091-23/+29
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-1/+2
* Add compat32 definition for (old) struct ostat.kib2010-08-071-0/+18
* Do not block any I/O port on amd64.jkim2010-08-071-4/+8
* Optimize interrupt vector lookup. There is no need to check the page table.jkim2010-08-071-1/+1
* Consistently use architecture specific macros.jkim2010-08-061-3/+3
* Fix allocation of multiple pages, which forgot to increase page number.jkim2010-08-061-1/+5
* Re-add flag register for output. Some BIOS calls actually use it to returnjkim2010-08-051-0/+1
* Do not copy stack pointer and flags. These registers are unconditionallyjkim2010-08-051-6/+0
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativejkim2010-08-052-76/+266
* Copy inode birthtime to the struct stat32.kib2010-08-041-0/+1
* Fix style.kib2010-08-041-1/+2
* 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
OpenPOWER on IntegriCloud