summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
AgeCommit message (Collapse)Author
2014-12-08regenPhilip Guenther
2014-10-09regenTed Unangst
2014-09-18regenMasao Uebayashi
2014-09-17regenTodd C. Miller
2014-09-01sync generated filesDoug Hogan
2014-08-31regenPhilip Guenther
2014-07-10syncTheo de Raadt
2014-07-07regenMatthew Dempsky
2014-07-07regenPhilip Guenther
2014-06-14syncTheo de Raadt
2014-06-13syncTheo de Raadt
2014-02-09regenPhilip Guenther
2013-09-14regenPhilip Guenther
2013-08-16regenPhilip Guenther
2013-08-14regenPhilip Guenther
2013-08-13regenPhilip Guenther
2013-06-09regenMiod Vallat
2013-06-01regenTed Unangst
2013-06-01regenMiod Vallat
2013-04-29regenMatthew Dempsky
2013-04-15regenJoel Sing
2013-03-14regenTed Unangst
2013-03-02regenPhilip Guenther
2012-09-10syncTheo de Raadt
2012-08-23syncTheo de Raadt
2012-06-21RegeneratePhilip Guenthe
2012-04-12syncTheo de Raadt
2012-04-12syncTheo de Raadt
2012-04-12syncTheo de Raadt
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
particularly the "consume the signal you just sent" hang, and putting the wait queues in userspace. Do cancellation handling in pthread_cond_*wait(), pthread_join(), and sem_wait(). Add __ prefix to thr{sleep,wakeup,exit,sigdivert}() syscalls; add 'abort" argument to thrsleep to close cancellation race; make thr{sleep,wakeup} return errno values via *retval to avoid touching userspace errno.
2011-10-15syncPhilip Guenthe
2011-07-18syncMatthew Dempsky
2011-07-09syncMatthew Dempsky
2011-07-09syncMatthew Dempsky
2011-07-09syncTheo de Raadt
2011-07-09syncTheo de Raadt
2011-07-08regen syscallsTed Unangst
2011-07-08syncMatthew Dempsky
2011-07-07syncMatthew Dempsky
2011-07-07syncTed Unangst
2011-07-07regen syscallsTed Unangst
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-06-30syncTed Unangst
2011-06-01regeneratePhilip Guenthe
2011-04-04syncTheo de Raadt
2010-10-28Regen for new getdirentries.Todd C. Miller
2010-09-20syncTheo de Raadt
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me
2010-07-01regenTed Unangst
2010-07-01syncTheo de Raadt