summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-1110-37/+62
* Implement the linprocfs swaps file, providing information about thekib2011-08-011-0/+29
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-1/+1
* Correct small typo in a do{}while(0) definemarck2011-07-171-1/+1
* Remove the 'either' from the comment as it'll be less obvious that webz2011-07-171-4/+4
* Auto-generated system call code with cap_new(), cap_getrights().jonathan2011-07-155-8/+52
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-151-2/+3
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-141-1/+9
* Return empty cmdline/environ string for processes with kernel addresspluknet2011-06-171-0/+18
* Regen.kib2011-06-164-7/+14
* Implement compat32 for old lseek, for the a.out binaries on amd64.kib2011-06-162-1/+15
* 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
* Regen.mdf2011-04-185-5/+52
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-182-0/+16
* Remove stray semicolon.trasz2011-04-101-1/+1
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-3/+5
* Add accounting for most of the memory-related resources.trasz2011-04-052-2/+7
* Implement compat32 shims for PCIOCGETCONF.kib2011-04-021-0/+106
* Provide the structures and ioctl number definition for handlingkib2011-04-022-0/+44
* Regenkib2011-04-014-20/+58
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-016-17/+124
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-14/+0
* Regenerate.trasz2011-03-305-5/+165
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-301-0/+15
* Regen.kib2011-03-305-12/+18
* Provide compat32 shims for kldstat(2).kib2011-03-303-2/+48
* 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
* Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed tokib2011-03-252-0/+59
* Fully emulate MDIOCLIST for compat32.kib2011-03-251-1/+9
* Remove unneccessary panics, that can be easily triggered by user.kib2011-03-251-8/+0
* Fix file leakage in the freebsd32_ioctl routines.kib2011-03-251-9/+11
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-2/+0
* Staticize functions which are not used somewhere else, move thenetchild2011-03-152-6/+7
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-0/+7881
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-122-3/+5
* Style(9) fixes. No functional changes.dchagin2011-03-121-252/+261
* Remove now-obsolete comment.jhb2011-03-101-6/+1
* Remove custom interrupt dispatcher. This is a pointless micro-optimizationjkim2011-03-091-23/+0
* 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-084-3/+8
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-1/+2
* Regenerate.trasz2011-03-054-5/+11
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+3
* Print out shared flag for debug purpose.dchagin2011-03-031-8/+8
OpenPOWER on IntegriCloud