| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 4 | -32/+13 |
* | Add the ability to display the default FIB number for a process to the | will | 2013-08-26 | 1 | -0/+1 |
* | Regenerate after r254491. | pjd | 2013-08-18 | 5 | -17/+73 |
* | The cap_rights_limit(2) system calls needs a wrapper for 32bit binaries | pjd | 2013-08-18 | 2 | -2/+28 |
* | Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to a | pjd | 2013-08-18 | 2 | -10/+48 |
* | Regenerate after r254481. | pjd | 2013-08-18 | 5 | -22/+36 |
* | Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2) | pjd | 2013-08-18 | 2 | -4/+159 |
* | Regenerate after r254447. | pjd | 2013-08-17 | 5 | -12/+93 |
* | Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bit | pjd | 2013-08-17 | 1 | -4/+4 |
* | Make sendfile() a method in the struct fileops. Currently only | glebius | 2013-08-15 | 1 | -10/+16 |
* | Regenerate. | kib | 2013-07-21 | 5 | -26/+192 |
* | Implement compat32 wrappers for the ktimer_* syscalls. | kib | 2013-07-21 | 3 | -5/+84 |
* | Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32 | kib | 2013-07-21 | 1 | -2/+2 |
* | The freebsd32_lio_listio() compat syscall takes the struct sigevent32. | kib | 2013-07-21 | 1 | -1/+1 |
* | Move the convert_sigevent32() utility function into freebsd32_misc.c | kib | 2013-07-21 | 2 | -0/+28 |
* | Cosmetic change, use the same union name on the left and right sides | kib | 2013-07-21 | 1 | -1/+1 |
* | Regenerate | kib | 2013-07-20 | 5 | -17/+29 |
* | id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2). | kib | 2013-07-20 | 2 | -2/+17 |
* | aio_mlock() added: | glebius | 2013-06-08 | 5 | -5/+35 |
* | Add new system call - aio_mlock(). The name speaks for itself. It allows | glebius | 2013-06-08 | 1 | -0/+2 |
* | Add a "kern.features" MIB for 32bit support under a 64bit kernel. | obrien | 2013-05-31 | 1 | -0/+2 |
* | Regenerate. | kib | 2013-05-21 | 5 | -14/+232 |
* | Fix the wait6(2) on 32bit architectures and for the compat32, by using | kib | 2013-05-21 | 2 | -4/+21 |
* | Regenerate files for pipe2(). | jilles | 2013-05-01 | 5 | -5/+34 |
* | Add pipe2() system call. | jilles | 2013-05-01 | 1 | -0/+1 |
* | Regenerate files for accept4(). | jilles | 2013-05-01 | 5 | -5/+42 |
* | Add accept4() system call. | jilles | 2013-05-01 | 1 | -0/+4 |
* | Regen. | mdf | 2013-04-02 | 5 | -7/+7 |
* | Fix return type of extattr_set_* and fix rmextattr(8) utility. | mdf | 2013-04-02 | 1 | -3/+3 |
* | Regenerate after r248599. | pjd | 2013-03-21 | 5 | -5/+42 |
* | Implement chflagsat(2) system call, similar to fchmodat(2), but operates on | pjd | 2013-03-21 | 1 | -0/+2 |
* | Regenerate after r248597. | pjd | 2013-03-21 | 1 | -8/+8 |
* | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | pjd | 2013-03-21 | 1 | -3/+4 |
* | Regen after r247667. | pjd | 2013-03-02 | 5 | -5/+79 |
* | - Implement two new system calls: | pjd | 2013-03-02 | 1 | -0/+4 |
* | Regen after r247602. | pjd | 2013-03-02 | 5 | -12/+165 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -1/+11 |
* | Style fixes for r242958. | kib | 2012-11-16 | 1 | -2/+0 |
* | Regen | kib | 2012-11-13 | 5 | -5/+60 |
* | Add the wait6(2) system call. It takes POSIX waitid()-like process | kib | 2012-11-13 | 3 | -0/+48 |
* | regen. | davidxu | 2012-08-17 | 4 | -4/+4 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 5 | -3/+35 |
* | Regenerate. | kib | 2012-08-15 | 4 | -10/+10 |
* | Provide 32bit compat for truncate(2) and ftruncate(2). | kib | 2012-08-15 | 1 | -2/+3 |
* | Regenerate. | kib | 2012-08-14 | 4 | -7/+7 |
* | Implement the old mmap syscall for compat32, when COMPAT_43 option is | kib | 2012-08-14 | 1 | -1/+2 |
* | Fix ki_cow for compat32 binaries. | kib | 2012-05-27 | 1 | -1/+1 |
* | Regenerate system call tables. | ed | 2012-05-25 | 5 | -172/+172 |
* | Remove use of non-ISO-C integer types from system call tables. | ed | 2012-05-25 | 1 | -37/+37 |
* | Add kern_fhstat(), adjust sys_fhstat() to use it. | gleb | 2012-05-24 | 1 | -1/+2 |