Age | Commit message (Expand) | Author |
2017-02-27 | RELRO means the __{got,plt}_{start,end} symbols are superfluous | Philip Guenther |
2017-01-11 | Add support for AArch64. | Patrick Wildt |
2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic | Patrick Wildt |
2016-09-04 | Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". | Michal Mazurek |
2016-09-03 | Remove _USING_TICKETS, it's defined as 0. No functional change. | Michal Mazurek |
2016-09-01 | delete wrong cvs $ tags | Theo de Raadt |
2016-09-01 | bump | Otto Moerbeek |
2016-09-01 | Less lock contention by using more pools for mult-threaded programs. | Otto Moerbeek |
2016-09-01 | retire sparc | Ted Unangst |
2016-06-01 | implicit function declaration is the error we really want, not the | Ted Unangst |
2016-05-20 | Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary in | Philip Guenther |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-15 | Document PROTO_NORMAL requires matching DEF_{,NON}STD | Philip Guenther |
2016-04-15 | PROTO_NORMAL(pthread_cond_signal) requires DEF_STD(pthread_cond_signal) | Philip Guenther |
2016-04-15 | make pthread_barrier_wait behave more like it does on other platforms. | Ted Unangst |
2016-04-09 | replace 0xf57ff05f with dmb sy | Jonathan Gray |
2016-04-02 | Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal | Philip Guenther |
2016-04-02 | Eliminate the need to explicitly invoke syscalls via their _thread_sys_* | Philip Guenther |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-20 | Prepare for future ld.so/libc bump: update <tib.h> with the definitions | Philip Guenther |
2016-03-10 | No point in keeping the threading support for vax, I guess | Philip Guenther |
2016-01-27 | Replace the malloc spinlock with a mutex. This lock is held over system calls | Mark Kettenis |
2015-12-10 | use geteuid to allow root to communicate with others. | Ted Unangst |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-18 | ld.so no longer needs or uses a bind lock, so stop setting it. This | Philip Guenther |
2015-10-15 | Handle F_ISATTY in the fcntl() stub as well | Theo de Raadt |
2015-05-19 | Instead of testing for __ELF__ and/or vax, leave out the bits for interfacing | Philip Guenther |
2015-05-12 | Put the right number of leading underscores in ___cerror and __cerror, for | Miod Vallat |
2015-05-10 | In the child after fork, the dl lock has to be forced as its inner spinlock | Philip Guenther |
2015-04-29 | Delete the duplicated sched_{policy,param} members from the internal struct | Philip Guenther |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-01-24 | Add back <sys/param.h>; it's needed for MACHINE_STACK_GROWS_UP. | Mark Kettenis |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-12-08 | avoid void arithmetic. from david carlier | Ted Unangst |
2014-11-16 | Don't restart syscalls on SIGTHR. When a cancellation happens, we need to | Philip Guenther |
2014-11-16 | Don't assume __thrsigdivert() autorestarts on EINTR. This lets us check for | Philip Guenther |
2014-08-31 | accept4() should be a cancellation point. | Philip Guenther |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-09 | Only need <stdint.h> and not <inttypes.h> here | Philip Guenther |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-10 | __tfork_thread is in libc, so move the manpage over too | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-01 | Use a flag on the pthread_t to indicate that the thread's stack was | Philip Guenther |
2014-06-27 | Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop useless | Matthew Dempsky |
2014-06-23 | Remove unintended statement from my copyright block | Philip Guenther |
2014-05-02 | - Adjust pthread_stackseg_np to return the page aligned addressable stack | Kurt Miller |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |