summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* In linuxolator getdents_common(), it seems there is no reason to loopkib2011-01-191-3/+4
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+3
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-083-8/+22
* Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after thescf2010-12-302-2/+7
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-7/+2
* Restore the ABI of struct kinfo_proc32 after r213536.kib2010-12-191-0/+1
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inbschmidt2010-12-065-0/+40
* Add a dummy for IoOpenDeviceRegistryKey().bschmidt2010-11-291-0/+10
* Some drivers rely on the existence of certain keys. The Atheros 9xxxbschmidt2010-11-291-0/+10
* Add prototype for InitializeSListHead().bschmidt2010-11-231-0/+1
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whilebschmidt2010-11-233-6/+149
* 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
OpenPOWER on IntegriCloud