summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Add experimental support for process descriptorsjonathan2011-08-181-3/+5
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-114-26/+32
* Remove the 'either' from the comment as it'll be less obvious that webz2011-07-171-4/+4
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-141-1/+9
* Commit the missing linux_videdev2_compat.h (lost somewhere betweennetchild2011-05-041-0/+137
* Add FEATURE macros for v4l and v4l2 to the linuxulator.netchild2011-05-041-0/+4
* This is v4l2 support for the linuxulator. This allows to access FreeBSDnetchild2011-05-042-0/+403
* Fix typo in comment, improve comment.netchild2011-05-041-2/+2
* Add explanation about the use-permission and FreeBSDify it.netchild2011-05-041-0/+15
* Copy the v4l2 header unchanged from the vendor branch.netchild2011-05-041-0/+1164
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+4
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-14/+0
* linux compat: add SO_PASSCRED option with basic handlingavg2011-03-261-0/+14
* linux compat: improve and fix sendmsg/recvmsg compatibilityavg2011-03-264-53/+252
* Staticize functions which are not used somewhere else, move thenetchild2011-03-152-6/+7
* Style(9) fixes. No functional changes.dchagin2011-03-121-252/+261
* Remove now-obsolete comment.jhb2011-03-101-6/+1
* Indeed, remove bogus since r219405 check of the Linux ABI.dchagin2011-03-091-3/+0
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-3/+6
* Print out shared flag for debug purpose.dchagin2011-03-031-8/+8
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,dchagin2011-03-031-1/+1
* Use umtx_key objects to uniquely identify futexes. Private futexes injhb2011-02-231-17/+32
* Do not clobber %rdx.dchagin2011-02-201-1/+0
* 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
* 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
OpenPOWER on IntegriCloud