| Commit message (Expand) | Author | Age | Files | Lines |
| * | linuxolator: implement Linux' PROT_GROWSDOWN | Konstantin Belousov | 2023-08-25 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 11 | -22/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 3 | -6/+0 |
| * | linux(4): Add a dedicated statat() implementation | Dmitry Chagin | 2023-06-29 | 1 | -1/+1 |
| * | umtx: Split umtx.h on two counterparts. | Dmitry Chagin | 2022-06-17 | 1 | -1/+1 |
| * | kern_linkat: modify to accept AT_ flags instead of FOLLOW/NOFOLLOW | Edward Tomasz Napierala | 2022-06-17 | 1 | -1/+1 |
| * | cloudabi and linux ABIs: do not call umtx_thread_cleanup() from thr_exit syscall | Konstantin Belousov | 2021-07-21 | 1 | -3/+0 |
| * | Split out cwd/root/jail, cmask state from filedesc table | Conrad Meyer | 2020-11-17 | 1 | -1/+1 |
| * | Do not leak oldvmspace if image activation failed | Konstantin Belousov | 2020-09-23 | 1 | -1/+1 |
| * | vfs: track sequential reads and writes separately | Thomas Munro | 2020-06-21 | 1 | -1/+2 |
| * | cloudabi: use new capsicum helpers | Mateusz Guzik | 2020-02-15 | 1 | -5/+5 |
| * | Add sys/systm.h to several places that use vm headers. | Konstantin Belousov | 2020-02-04 | 1 | -1/+2 |
| * | shm: correct KPI mistake introduced around memfd_create | Kyle Evans | 2020-01-05 | 1 | -1/+1 |
| * | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik | 2020-01-03 | 1 | -4/+4 |
| * | Fix the last few cases that grab without busy or valid. The grab functions must | Jeff Roberson | 2019-12-02 | 1 | -2/+3 |
| * | [2/3] Add an initial seal argument to kern_shm_open() | Kyle Evans | 2019-09-25 | 1 | -1/+2 |
| * | kern_shm_open: push O_CLOEXEC into caller control | Kyle Evans | 2019-07-31 | 1 | -1/+2 |
| * | Introduce funlinkat syscall that always us to check if we are removing | Mariusz Zaborski | 2019-04-06 | 1 | -2/+4 |
| * | Create new EINTEGRITY error with message "Integrity check failed". | Kirk McKusick | 2019-01-17 | 1 | -0/+1 |
| * | Implement O_BENEATH and AT_BENEATH. | Konstantin Belousov | 2018-10-25 | 1 | -2/+2 |
| * | Improve handling of control message truncation. | Mark Johnston | 2018-08-07 | 1 | -7/+10 |
| * | Eliminate the overhead of gratuitous repeated reinitialization of cap_rights | Matt Macy | 2018-05-09 | 1 | -4/+2 |
| * | sys/cloudabi: Avoid relying on GNU specific extensions | Eitan Adler | 2018-03-07 | 1 | -1/+1 |
| * | sys/linux: Fix a few potential infoleaks in cloudabi | Eitan Adler | 2018-03-03 | 1 | -0/+4 |
| * | Allow timed waits with relative timeouts on locks and condvars. | Ed Schouten | 2018-01-04 | 2 | -23/+26 |
| * | Import the latest CloudABI definitions, version 0.16. | Ed Schouten | 2017-10-18 | 1 | -11/+0 |
| * | Merge pipes and socket pairs. | Ed Schouten | 2017-09-05 | 2 | -36/+9 |
| * | Complete the CloudABI networking refactoring. | Ed Schouten | 2017-08-30 | 2 | -45/+1 |
| * | Sync CloudABI compatibility against the latest upstream version (v0.13). | Ed Schouten | 2017-08-25 | 2 | -79/+2 |
| * | Upgrade to the latest sources generated from the CloudABI specification. | Ed Schouten | 2017-07-26 | 4 | -126/+14 |
| * | Include <sys/systm.h> to obtain the memcpy() prototype. | Ed Schouten | 2017-03-24 | 1 | -0/+1 |
| * | Make file descriptor passing for CloudABI's recvmsg() work. | Ed Schouten | 2017-03-22 | 2 | -7/+81 |
| * | Make file descriptor passing work for CloudABI's sendmsg(). | Ed Schouten | 2017-03-22 | 2 | -0/+54 |
| * | Rework r313352. | Konstantin Belousov | 2017-02-13 | 1 | -14/+14 |
| * | Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(), | Edward Tomasz Napierala | 2017-02-06 | 1 | -54/+34 |
| * | Add kern_listen(), kern_shutdown(), and kern_socket(), and use them | Edward Tomasz Napierala | 2017-01-30 | 2 | -22/+9 |
| * | Add kern_lseek() and use it instead of sys_lseek() in various compats. | Edward Tomasz Napierala | 2017-01-30 | 1 | -8/+5 |
| * | Revert crap accidentally committed | Baptiste Daroussin | 2017-01-28 | 1 | -1/+0 |
| * | Revert r312923 a better approach will be taken later | Baptiste Daroussin | 2017-01-28 | 1 | -0/+1 |
| * | Catch up with changes to structure member names. | Ed Schouten | 2017-01-17 | 5 | -33/+33 |
| * | cloudabi: use fget_cap instead of hand-rolling capability read | Mateusz Guzik | 2016-09-23 | 1 | -22/+10 |
| * | capsicum: propagate rights on accept(2) | Mariusz Zaborski | 2016-09-22 | 1 | -1/+1 |
| * | Move the linker script from cloudabi64/ to cloudabi/. | Ed Schouten | 2016-08-21 | 1 | -0/+51 |
| * | Use memcpy() to copy 64-bit timestamps into the syscall return values. | Ed Schouten | 2016-08-21 | 1 | -2/+2 |
| * | Import the new automatically generated system call table for CloudABI. | Ed Schouten | 2016-08-19 | 1 | -8/+0 |
| * | Eliminate use of sys_fsync() and sys_fdatasync(). | Ed Schouten | 2016-08-15 | 1 | -8/+2 |
| * | Let CloudABI use fdatasync() as well. | Ed Schouten | 2016-08-15 | 1 | -3/+2 |
| * | Provide the CloudABI vDSO to its executables. | Ed Schouten | 2016-08-10 | 2 | -0/+93 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 1 | -0/+3 |
| * | Sync in the latest CloudABI system call definitions. | Ed Schouten | 2016-03-31 | 2 | -14/+14 |