summaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* MFC r266924:Dmitry Chagin2014-06-031-31/+40
* MFC r266782:Dmitry Chagin2014-06-021-13/+16
* MFC r258622,258675: dtrace sdt: remove the ugly sname parameter ofAndriy Gapon2014-02-171-6/+6
* MFC r255971: Fix some typos that were causing probe argument types toAndriy Gapon2014-02-172-2/+2
* MFC r254467:Mark Johnston2013-09-201-5/+0
* MFC: r234352Jung-uk Kim2013-03-191-0/+49
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC 245849:John Baldwin2013-03-011-4/+24
* MFC r245908:Dmitry Chagin2013-02-031-2/+2
* MFC r240387 (by kevlo@):Dmitry Chagin2013-02-031-5/+0
* MFC r235063 (by netchild@):Dmitry Chagin2013-02-0316-208/+2054
* MFC r242476:Konstantin Belousov2012-12-241-3/+5
* MFC r241025:Konstantin Belousov2012-12-241-1/+1
* Fix multiple Denial of Service vulnerabilities with named(8).Simon L. B. Nielsen2012-11-221-2/+3
* MFC r238029:Konstantin Belousov2012-08-291-2/+3
* MFC r231378:Ed Schouten2012-03-023-5/+5
* MFC r231885:Konstantin Belousov2012-03-021-22/+12
* MFC 228957:John Baldwin2012-02-071-0/+45
* MFC r229402:Dimitry Andric2012-01-101-1/+1
* MFC: r226247, r226253Christian Brueffer2011-10-221-1/+3
* MFC: r226068, r226069, r226071, r226072, r226073, r226074, r226078, r226079Jung-uk Kim2011-10-101-59/+50
* Fix a bug in UNIX socket handling in the linux emulator which wasColin Percival2011-10-041-0/+15
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-168-177/+177
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-3/+5
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-114-26/+32
* Remove the 'either' from the comment as it'll be less obvious that weBjoern A. Zeeb2011-07-171-4/+4
* Remove semaphore map entry count "semmap" field and its tuningBjoern A. Zeeb2011-07-141-1/+9
* Commit the missing linux_videdev2_compat.h (lost somewhere betweenAlexander Leidinger2011-05-041-0/+137
* Add FEATURE macros for v4l and v4l2 to the linuxulator.Alexander Leidinger2011-05-041-0/+4
* This is v4l2 support for the linuxulator. This allows to access FreeBSDAlexander Leidinger2011-05-042-0/+403
* Fix typo in comment, improve comment.Alexander Leidinger2011-05-041-2/+2
* Add explanation about the use-permission and FreeBSDify it.Alexander Leidinger2011-05-041-0/+15
* Copy the v4l2 header unchanged from the vendor branch.Alexander Leidinger2011-05-041-0/+1164
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+4
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-311-14/+0
* linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-261-0/+14
* linux compat: improve and fix sendmsg/recvmsg compatibilityAndriy Gapon2011-03-264-52/+251
* Staticize functions which are not used somewhere else, move theAlexander Leidinger2011-03-152-6/+7
* Style(9) fixes. No functional changes.Dmitry Chagin2011-03-121-243/+252
* Remove now-obsolete comment.John Baldwin2011-03-101-6/+1
* Indeed, remove bogus since r219405 check of the Linux ABI.Dmitry Chagin2011-03-091-3/+0
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-082-3/+6
* Print out shared flag for debug purpose.Dmitry Chagin2011-03-031-8/+8
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,Dmitry Chagin2011-03-031-1/+1
* Use umtx_key objects to uniquely identify futexes. Private futexes inJohn Baldwin2011-02-231-17/+32
* Do not clobber %rdx.Dmitry Chagin2011-02-201-1/+0
* For realtime signals fill the sigval value.Dmitry Chagin2011-02-151-0/+4
* Make a linux_rt_sigtimedwait() system call is actually working.Dmitry Chagin2011-02-151-10/+6
* Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().Dmitry Chagin2011-02-151-5/+8
* Put the macro declaration in the relevant include file for future use.Dmitry Chagin2011-02-152-3/+3