aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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-53/+252
* 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-252/+261
* 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
* 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-084-3/+8
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-1/+2
* Regenerate.Edward Tomasz Napierala2011-03-054-5/+11
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+3
* 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
* Regenerate system call files following addition of cap_enter(2),Robert Watson2011-03-014-8/+10
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,Robert Watson2011-03-011-2/+2
* Use the cprd_mem field when setting the start and length for a memoryRebecca Cran2011-02-231-2/+2
* Use umtx_key objects to uniquely identify futexes. Private futexes inJohn Baldwin2011-02-231-17/+32
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* 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
* Style(9) fix. Do not initialize variables in the declarations.Dmitry Chagin2011-02-141-2/+5
* Sort include files in the alphabetical order.Dmitry Chagin2011-02-131-1/+1
* Remove comment about 'ftlk' LOR.Dmitry Chagin2011-02-131-2/+1
* Stop printing the LOR, as this is expected behavior.Dmitry Chagin2011-02-131-1/+1
* The bitset field of freshly created futex should be initialized explicity.Dmitry Chagin2011-02-131-0/+1
* Rename used_requeue and use it as bitwise field to store more flags.Dmitry Chagin2011-02-123-4/+8