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