Age | Commit message (Expand) | Author |
2020-03-18 | Unlock flock(2). | anton |
2020-03-10 | Unlock fcntl(2). | anton |
2020-02-22 | Unlock ioctl(2). | anton |
2020-01-30 | Unlock close*(2) and dup*(2). | Visa Hankala |
2020-01-26 | add a new __tmpfd system call that creates a new unnamed file in /tmp. | Ted Unangst |
2020-01-21 | Make __thrsleep(2) and __thrwakeup(2) MP-safe | Visa Hankala |
2020-01-13 | Unlock a tiny part of the kqueue subsystem: kqueue(2). | Visa Hankala |
2020-01-02 | Unlock pipe(2) and pipe2(2). The kernel lock does not provide any | anton |
2019-12-24 | Unlock nanosleep(2). | Visa Hankala |
2019-11-27 | Add dummy msyscall(2) system call which is currently a noop. This will | Theo de Raadt |
2019-08-13 | Revert unlock of lseek(2) since vn_lock() could end up calling tsleep() | anton |
2019-08-12 | Unlock lseek(2) since the file offset is MP-safe by now. Calling | anton |
2019-07-09 | backout the unlock of pipe(2) and pipe2(2) | Sebastien Marie |
2019-07-09 | unlock pipe(2) and pipe2(2) syscalls | Sebastien Marie |
2019-06-24 | Unlock getrlimit(2) and setrlimit(2). | Visa Hankala |
2019-06-22 | push the KERNEL_LOCK deeper on read(2) and write(2) | Sebastien Marie |
2019-05-13 | Add a kernel implementation of realpath() as __realpath(). | Bob Beck |
2019-05-09 | Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2). | cheloha |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2018-07-30 | Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2). | Martin Pieuchot |
2018-07-30 | rename 2nd argument of unveil from vague "flags" to "permissions"; | Theo de Raadt |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-07-05 | Put back sendto(2) and sendmsg(2) under KERNEL_LOCK(). | Martin Pieuchot |
2018-06-27 | Revert previous, at least one pool need its IPL to be IPL_MPFLOOR as | Martin Pieuchot |
2018-06-27 | Unlock 12 network-related syscalls. | Martin Pieuchot |
2018-06-20 | Unlock sendmsg(2) and sendto(2). | Martin Pieuchot |
2018-05-28 | Grab the KERNEL_LOCK() after socreate() and soconnect2() in socket(2) | Martin Pieuchot |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-11-28 | Delete fktrace(2). The consequences of it were not thought through | Philip Guenther |
2017-09-25 | sendsyslog should take a const char * everywhere. | Marc Espie |
2017-08-12 | add a fktrace syscall that takes a file descriptor instead of a name. | Ted Unangst |
2017-04-28 | Add futex(2) syscall based on a sane subset of its Linux equivalent. | Martin Pieuchot |
2017-04-13 | Delete the getlogin59 syscall, which was last used one year, two releases, | Philip Guenther |
2016-09-04 | Remove sys_o58_kill since OpenBSD 6.0 has been tagged/released. | Joel Sing |
2016-06-27 | Restore the sys_o58_kill system call. | Joel Sing |
2016-05-31 | sys_osendsyslog can go away; we have transitioned to the new version with | Theo de Raadt |
2016-05-31 | sys_o58_kill is no longer needed for compat. | Theo de Raadt |
2016-05-17 | Document NOLOCK, from Michal Mazurek. | Martin Pieuchot |
2016-03-30 | Add getlogin_r syscall that checks and returns errors like userspace | Philip Guenther |
2016-03-28 | Make sure that a thread that calls sched_yield(2) ends up on the run queue | Mark Kettenis |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2015-11-24 | Add sendsyslog2... this has an additional flags variable to permit | Theo de Raadt |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-10-28 | The short-lived dnssocket/dnsconnect calls are being required because we | Theo de Raadt |
2015-10-18 | Add two new system calls: dnssocket() and dnsconnect(). This creates a | Theo de Raadt |
2015-10-09 | Rename tame() to pledge(). This fairly interface has evolved to be more | Theo de Raadt |
2015-10-02 | Revert previous commit; something is not quite right yet in the bowels of uvm | Mark Kettenis |
2015-09-26 | unlock the mmap! reminded and ok kettenis | Ted Unangst |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-09 | Move to next tame() API. The flags are now passed as a very simple string, | Theo de Raadt |