summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto-generated code from sys_ prefixing makesyscalls.sh changeKip Macy2011-09-165-297/+297
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-1619-231/+240
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-3/+5
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-1110-37/+62
* Implement the linprocfs swaps file, providing information about theKonstantin Belousov2011-08-011-0/+29
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-1/+1
* Correct small typo in a do{}while(0) defineDmitry Morozovsky2011-07-171-1/+1
* Remove the 'either' from the comment as it'll be less obvious that weBjoern A. Zeeb2011-07-171-4/+4
* Auto-generated system call code with cap_new(), cap_getrights().Jonathan Anderson2011-07-155-8/+52
* Add cap_new() and cap_getrights() system calls.Jonathan Anderson2011-07-151-2/+3
* Remove semaphore map entry count "semmap" field and its tuningBjoern A. Zeeb2011-07-141-1/+9
* Return empty cmdline/environ string for processes with kernel addressSergey Kandaurov2011-06-171-0/+18
* Regen.Konstantin Belousov2011-06-164-7/+14
* Implement compat32 for old lseek, for the a.out binaries on amd64.Konstantin Belousov2011-06-162-1/+15
* 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
* Regen.Matthew D Fleming2011-04-185-5/+52
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-182-0/+16
* Remove stray semicolon.Edward Tomasz Napierala2011-04-101-1/+1
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-3/+5
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-052-2/+7
* Implement compat32 shims for PCIOCGETCONF.Konstantin Belousov2011-04-021-0/+106
* Provide the structures and ioctl number definition for handlingKonstantin Belousov2011-04-022-0/+44
* RegenKonstantin Belousov2011-04-014-20/+58
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-016-17/+124
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-311-14/+0
* Regenerate.Edward Tomasz Napierala2011-03-305-5/+165
* Add rctl. It's used by racct to take user-configurable actions basedEdward Tomasz Napierala2011-03-301-0/+15
* Regen.Konstantin Belousov2011-03-305-12/+18
* Provide compat32 shims for kldstat(2).Konstantin Belousov2011-03-303-2/+48
* 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
* Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed toKonstantin Belousov2011-03-252-0/+59
* Fully emulate MDIOCLIST for compat32.Konstantin Belousov2011-03-251-1/+9
* Remove unneccessary panics, that can be easily triggered by user.Konstantin Belousov2011-03-251-8/+0
* Fix file leakage in the freebsd32_ioctl routines.Konstantin Belousov2011-03-251-9/+11
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-241-2/+0
* Staticize functions which are not used somewhere else, move theAlexander Leidinger2011-03-152-6/+7
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-121-0/+7881
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-122-3/+5
* Style(9) fixes. No functional changes.Dmitry Chagin2011-03-121-243/+252
* Remove now-obsolete comment.John Baldwin2011-03-101-6/+1
* Remove custom interrupt dispatcher. This is a pointless micro-optimizationJung-uk Kim2011-03-091-23/+0