summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.Konstantin Belousov2013-05-285-14/+214
* MFC r250853:Konstantin Belousov2013-05-282-4/+21
* Regenerate.Konstantin Belousov2012-12-135-5/+55
* MFC r242958:Konstantin Belousov2012-12-133-0/+46
* Regen.Konstantin Belousov2012-08-224-10/+10
* MFC r239296:Konstantin Belousov2012-08-221-2/+3
* Regen.Konstantin Belousov2012-08-224-7/+7
* MFC r239248:Konstantin Belousov2012-08-221-1/+2
* MFC r226342 (by marcel):Konstantin Belousov2012-06-157-7/+34
* MFC r235850:Konstantin Belousov2012-05-301-1/+1
* MFC 230857:David Xu2012-02-291-0/+1
* MFC r230249:Kirk McKusick2012-01-291-3/+11
* Regen.John Baldwin2012-01-065-6/+54
* MFC 227070,227341,227502:John Baldwin2012-01-062-6/+15
* Regen.John Baldwin2012-01-045-12/+12
* MFC 226364:John Baldwin2012-01-042-4/+4
* MFC r227447:Sergey Kandaurov2012-01-041-2/+2
* Auto-generated code from sys_ prefixing makesyscalls.sh changeKip Macy2011-09-164-238/+238
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-163-20/+29
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* 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
* 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
* 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
* Regen.Matthew D Fleming2011-04-185-5/+52
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-182-0/+16
* 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-012-9/+109
* 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
* 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
* 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
* 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
* 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
* Create shared (readonly) page. Each ABI may specify the use of page byKonstantin Belousov2011-01-081-2/+5
* Restore the ABI of struct kinfo_proc32 after r213536.Konstantin Belousov2010-12-191-0/+1
* Update MNT_ROOTFS comments after changes in the root mount logic.Sergey Kandaurov2010-11-231-1/+2