summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+4
* Make a linux_rt_sigtimedwait() system call is actually working.dchagin2011-02-151-10/+6
* Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().dchagin2011-02-151-5/+8
* Put the macro declaration in the relevant include file for future use.dchagin2011-02-152-3/+3
* Style(9) fix. Do not initialize variables in the declarations.dchagin2011-02-141-2/+5
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Remove comment about 'ftlk' LOR.dchagin2011-02-131-2/+1
* Stop printing the LOR, as this is expected behavior.dchagin2011-02-131-1/+1
* The bitset field of freshly created futex should be initialized explicity.dchagin2011-02-131-0/+1
* Rename used_requeue and use it as bitwise field to store more flags.dchagin2011-02-123-4/+8
* Slightly rewrite linux_fork:dchagin2011-02-121-13/+6
* Remove bogus include <machine/frame.h>dchagin2011-02-121-2/+0
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-0/+297
* Linux' shm_open() fails because it wants to find some funky shmfsnetchild2011-02-091-1/+9
* Yet another unimplemented futex operation, print out about.dchagin2011-01-312-0/+8
* Implement a futex BITSET op.dchagin2011-01-312-25/+46
* Update interface stats counters to match the current format in linux andbz2011-01-311-8/+31
* Style(9) fixes.dchagin2011-01-281-28/+28
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-282-63/+28
* Style(9) fix.dchagin2011-01-281-1/+1
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-1/+1
* Style(9) fix.dchagin2011-01-231-1/+1
* 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
OpenPOWER on IntegriCloud