summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,dchagin2011-03-031-1/+1
* Regenerate system call files following addition of cap_enter(2),rwatson2011-03-014-8/+10
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-2/+2
* Use the cprd_mem field when setting the start and length for a memorybrucec2011-02-231-2/+2
* Use umtx_key objects to uniquely identify futexes. Private futexes injhb2011-02-231-17/+32
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* 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
OpenPOWER on IntegriCloud