Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-01 | regenerate | Philip Guenthe | |
2011-04-04 | sync | Theo de Raadt | |
2010-10-28 | Regen for new getdirentries. | Todd C. Miller | |
2010-09-20 | sync | Theo de Raadt | |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip 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-01 | regen | Ted Unangst | |
2010-07-01 | sync | Theo de Raadt | |
2010-06-29 | regen | Ted Unangst | |
2010-01-18 | regen, even though there is no code change, such that the RCS IDs match, | Ingo Schwarze | |
as suggested by art@ | |||
2009-11-27 | Regenerate | Philip Guenthe | |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe | |
kernel so that librthread can detect when a thread is completely done with its stack without need a kqueue. The dying thread moves itself to a GC list, other threads scan the GC list on pthread_create() and pthread_join() and free the stack and handle once the thread's thread id is zeroed. "get it in" deraadt@, tedu@, cheers by others | |||
2009-06-15 | sync | Theo de Raadt | |
2009-06-03 | sync | Janne Johansson | |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-03-12 | regen | Philip Guenthe | |
2008-03-16 | regen | Otto Moerbeek | |
2008-01-05 | regen | Miod Vallat | |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat | |
returning EINVAL, you'll get ENOSYS. No serious code has used this system call in at least fifteen years. The libc stub will be removed at the next major crank time. ok henning@ deraadt@ krw@ toby@ | |||
2007-11-28 | sync | Theo de Raadt | |
2007-11-27 | regen | Artur Grabowski | |
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | regen | Pedro Martelletto | |
2006-06-14 | regen | Otto Moerbeek | |
2006-06-09 | sync | Theo de Raadt | |
2006-04-28 | Regen | Pedro Martelletto | |
2005-12-30 | rebuild | Ted Unangst | |
2005-12-30 | change thrwakeup to take an argument which specifies how many threads | Ted Unangst | |
to wakeup. | |||
2005-12-13 | rebuild | Ted Unangst | |
2005-12-13 | change the first arg to thrsleep and thrwakeup to a void *. | Ted Unangst | |
i had initially selected long since the kernel doesn't attempt to interpret this value in any way, but since it is always a pointer value in practice, this makes a little more sense. binary compat in any case. suggestion from deraadt@ | |||
2005-12-03 | rebuild | Ted Unangst | |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst | |
uses rfork(RFTHREAD) to create threads, which are presently processes that are a little more tightly bound together. several new syscalls added to facilitate a userland thread library. all conditional on RTHREADS, currently disabled. ok deraadt | |||
2005-07-03 | sync | Dale Rahn | |
2005-06-17 | Missed in previous regen commit | Todd C. Miller | |
2004-07-15 | sync | Theo de Raadt | |
2004-07-15 | regen | Todd C. Miller | |
2004-07-14 | regen for new {msg,sem,shm}ctl syscalls. | Todd C. Miller | |
2004-07-14 | regen | Todd C. Miller | |
2004-07-13 | regen after stat/mode_t/nlink_t changes | Todd C. Miller | |
2004-07-09 | regen | Todd C. Miller | |
2004-06-13 | regen | Niklas Hallqvist | |
2004-05-27 | sync | Ted Unangst | |
2004-05-05 | Regen, spotted by form@pdp-11.org.ru. | Alexander Yurchenko | |
ok miod@ | |||
2004-02-28 | Regen | Miod Vallat | |
2004-01-14 | sync | Ted Unangst | |
2004-01-12 | sync | Ted Unangst | |
2003-12-31 | regen | Todd C. Miller | |
2003-12-11 | regen now that [gs]etpriority(2) take id_t, not int. | Todd C. Miller | |
2003-12-10 | missed in previous commit | Todd C. Miller | |
2003-09-07 | Regen | Miod Vallat | |
2003-07-01 | sync | Ted Unangst | |