summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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 the LINUX_SOUND_MIXER_INFO ioctl to return success after thescf2010-12-302-2/+7
* Fix linux kernel module breakage introduced in r215675, by includingdim2010-11-221-0/+1
* 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
* 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
* Remove stale comment.kib2010-10-141-5/+0
* 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
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-2/+2
* Bring USB fixes for linux(4).wkoszek2010-05-242-14/+147
* - #ifdef out the cliplist part, skype seems like using an uninitializednetchild2010-05-031-7/+24
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+18
* Fix some problems which may lead to a panic:netchild2010-03-261-1/+3
* Actually make O_DIRECTORY work.ed2010-03-211-6/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* - Return EAFNOSUPPORT instead of EINVAL for unsupported address family,delphij2010-02-091-2/+7
* Let us to use our libusb(3) in Linuxolator.wkoszek2010-01-182-0/+28
* Whitespace change to be able to provide the correct commit log for r202364:netchild2010-01-151-1/+1
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2010-01-151-33/+80
* Since all other comparisons involving ngroups_max usebrooks2010-01-152-2/+2
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-122-2/+2
* Background:mckusick2010-01-111-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Signal 0 is used to check the permission for current process to signalkib2009-12-181-1/+1
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2009-12-044-39/+425
* Import the unchanged v4l videodev.h from the vendor branch.netchild2009-12-041-0/+372
* Fix typo in kernel message. The fix is based upon the patch in the PR.netchild2009-11-051-1/+1
* Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux socketsbz2009-10-251-12/+5
OpenPOWER on IntegriCloud