summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
...
* Regen after r247667.pjd2013-03-025-5/+79
* - Implement two new system calls:pjd2013-03-021-0/+4
* Regen after r247602.pjd2013-03-025-12/+165
* Merge Capsicum overhaul:pjd2013-03-021-1/+11
* Style fixes for r242958.kib2012-11-161-2/+0
* Regenkib2012-11-135-5/+60
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-133-0/+48
* regen.davidxu2012-08-174-4/+4
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-175-3/+35
* Regenerate.kib2012-08-154-10/+10
* Provide 32bit compat for truncate(2) and ftruncate(2).kib2012-08-151-2/+3
* Regenerate.kib2012-08-144-7/+7
* Implement the old mmap syscall for compat32, when COMPAT_43 option iskib2012-08-141-1/+2
* Fix ki_cow for compat32 binaries.kib2012-05-271-1/+1
* Regenerate system call tables.ed2012-05-255-172/+172
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-37/+37
* Add kern_fhstat(), adjust sys_fhstat() to use it.gleb2012-05-241-1/+2
* 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
OpenPOWER on IntegriCloud