Age | Commit message (Expand) | Author |
2019-11-27 | Document msyscall(2): ld.so can use this (once only) to tell the kernel | Theo de Raadt |
2019-05-28 | Enable the use of the kernel __realpath() system call in the libc wrapper. | Bob Beck |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-01-12 | sysctl(3) can now be renamed to sysctl(2) | Theo de Raadt |
2017-11-28 | Delete fktrace(2). The consequences of it were not thought through | Philip Guenther |
2017-08-13 | add fktrace to libc | Ted Unangst |
2017-08-12 | Instead of hardcoding a partial dependency list for the syscall stub objects, | Philip Guenther |
2017-05-31 | install futex(2), ok mpi | Stuart Henderson |
2017-04-30 | Add futex(2) shim, bump minor. | Martin Pieuchot |
2017-03-29 | The hppa version of as(1) requires whitespace before a .file directive, | Theo de Raadt |
2017-03-26 | Use .file to convince 'as' to generate proper FILE symbols in the syscall | Philip Guenther |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-05-30 | Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbol | Philip Guenther |
2016-05-19 | Add ASM_NOERR for syscalls that never fail and thus don't need the errno | Philip Guenther |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-30 | Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, to | Philip Guenther |
2016-03-30 | Eliminate userspace caching by getlogin_r/setlogin; make the getlogin | Philip Guenther |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-23 | Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS | Theo de Raadt |
2015-10-19 | Remove old tame() stub | Theo de Raadt |
2015-10-18 | create libc stubs for dnssocket() and dnsconnect() | Theo de Raadt |
2015-10-09 | tame -> pledge conversion, in libc. I should crank libc, but am cheating | Theo de Raadt |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-09 | Simplify makefile rules for building the ASM stubs into "pick something | Philip Guenther |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2015-08-25 | Document kbind(2) | Philip Guenther |
2015-07-19 | manual page for tame(2). not very good, so i will be hearing from jmc | Theo de Raadt |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2014-12-08 | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. | Philip Guenther |
2014-11-14 | Add sched_yield(2) manpage | Philip Guenther |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-07-12 | document sendsyslog(2); ok guenther tedu matthew | Theo de Raadt |
2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. | Theo de Raadt |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2013-10-13 | Make it possible to build to reduced version of a library, including | Philip Guenther |
2013-10-07 | getdirentries(2) is dead; long live getdents(2)! | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-05 | Move _Exit() from the exit() manpage to the _exit() manpage, as it's | Philip Guenther |
2013-06-01 | Add utrace(2), a system call allowing for userland to send its own ktrace | Miod Vallat |
2013-04-29 | Extend P_SIGSUSPEND handling in userret() to properly restore the | Matthew Dempsky |
2013-04-15 | Implement fdatasync() as a wrapper around fsync() | Matthew Dempsky |
2013-02-03 | gremlin crept in | Miod Vallat |