| Age | Commit message (Expand) | Author |
| 2014-01-31 | expose __lwp_park60 | christos |
| 2014-01-16 | "soon" is "now". Remove all __indr_reference crap. | christos |
| 2013-11-09 | Add utimens/lutimens man pages links. | njoly |
| 2013-10-17 | Change mknodat(2) device argument type from uint32_t to dev_t. | njoly |
| 2013-03-29 | no need for __lwp_park50.S here and we don't provide __lwp_park60.S so that | christos |
| 2012-11-18 | Add most system calls for POSIX extended API set, part 2, with test cases: | manu |
| 2012-10-02 | add clock_nanosleep(2) | christos |
| 2012-09-12 | setcontext() used to be incompatible with -lpthread since it affected | manu |
| 2012-06-22 | {send,recv}mmsg glue | christos |
| 2012-03-08 | Implement sem_timedwait. | joerg |
| 2012-02-19 | Emit SA syscalls using SYS_compat_60_* | matt |
| 2012-02-13 | Quota-related docs fixes: | dholland |
| 2012-02-11 | Add userland part of posix_spawn. Libc functions imported from FreeBSD. | martin |
| 2012-02-01 | Change the syscall API for quotas over to the new non-proplib one. | dholland |
| 2011-08-17 | Add futimens(2) and part of utimnsat(2) | manu |
| 2011-08-08 | First stage of support for Extended API set 2. Most of the think is | manu |
| 2011-06-27 | Fix multiple non compliances in our Linux-like extattr API, and make it | manu |
| 2011-06-26 | * Arrange for interfaces that create new file descriptors to be able to | christos |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2011-01-10 | add sigqueue | christos |
| 2010-08-06 | weakasm for kevent so it can be a cancelation point. | christos |
| 2009-10-20 | First pass at a manpage for modctl(2) (hi ad!). | jnemeth |
| 2009-04-10 | Add a special lint stub for __sigaction14 which broke when we switched | christos |
| 2009-01-29 | __posix_fadvise50() does not use the standard errno behaviour, but returns | martin |
| 2009-01-16 | don't use glue for semctl, the number of underscores makes this an intractable | christos |
| 2009-01-15 | fix the semctl glue build that worked before by chance by side effects of | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-10-26 | define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build. | mrg |
| 2008-08-06 | Add a missing dependency | matt |
| 2008-08-05 | Redo previous in a much simpler way. | lukem |
| 2008-08-05 | Add '-e sedcmd' to makelintstub, to translate filename to syscall name. | lukem |
| 2008-08-04 | Prefix filenames of tomporarily generated .S files with "tmp_", so that the | lukem |
| 2008-07-02 | Move scheduling functions from librt to libc. | rmind |
| 2008-06-25 | Fix MLINKS line | ad |
| 2008-06-25 | Add getlogin_r. Manual page changes mostly lifted from FreeBSD. | ad |
| 2008-06-15 | Glue in cpuset.c | christos |
| 2008-04-22 | Add posix_madvise(2) and appropriate definitions in sys/mman.h header. | rmind |
| 2008-02-09 | m68k/Makefile.inc: | mrg |
| 2008-01-27 | libc part of posix_fadvise changes. | martin |
| 2008-01-16 | Pull in my modules code for review/test/hacking. | ad |
| 2008-01-15 | Implementation of processor-sets, affinity and POSIX real-time extensions. | rmind |
| 2007-12-14 | document following system calls. | yamt |
| 2007-11-22 | Change all the syscall C 'glue' functions (most of which just add in an | dsl |
| 2007-11-13 | - stack_protector.c doesn't really belong under sys/. Add a new directory | ad |
| 2007-11-12 | Add _lwp_ctl() system call: provides a bidirectional, per-LWP communication | ad |
| 2007-11-07 | Add _lwp_setname/_lwp_getname to libc. | ad |
| 2007-10-09 | Add cancellation stubs in libpthread for POSIX messages queues and | rmind |
| 2007-07-17 | Add native mremap system call based on the UVM implementation for | joerg |
| 2007-07-14 | Change libc system callstub from 'mount' to '__mount50', add compat call. | dsl |
| 2007-06-03 | provide a weak symbol for readlink since it is used internally. | christos |