summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This mightjmallett2012-03-031-0/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-038-18/+33
* Add 32-bit compat code for AIO kevent flags introduced in revision 230857.davidxu2012-02-051-0/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-3/+11
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-216-9/+81
* Regenerate system call tables.ed2011-11-195-7/+7
* Improve *access*() parameter name consistency.ed2011-11-191-3/+3
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call sojhb2011-11-141-11/+4
* struct timespec32: change types of tv_sec and tv_nsec fields to signedpluknet2011-11-111-2/+2
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-1/+1738
* Regen.jhb2011-11-045-6/+54
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-042-1/+17
* Control the execution permission of the readable segments forkib2011-10-151-2/+2
* Regen.jhb2011-10-145-12/+12
* Use PAIR32TO64() for the offset and length parameters tojhb2011-10-142-4/+4
* Use PTRIN().marcel2011-10-131-1/+1
* Wrap mprotect(2) so that we can add execute permissions when readmarcel2011-10-136-10/+32
* Wrap mprotect(2)marcel2011-10-131-1/+1
* In freebsd32_mmap() and when compiling for amd64 or ia64, alsomarcel2011-10-131-0/+5
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-164-238/+238
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-163-20/+29
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* 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
* 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
* Regen.kib2011-06-164-7/+14
* Implement compat32 for old lseek, for the a.out binaries on amd64.kib2011-06-162-1/+15
* Regen.mdf2011-04-185-5/+52
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-182-0/+16
* 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-012-9/+109
* 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
* 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
* 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
* 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
* 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
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-2/+5
OpenPOWER on IntegriCloud