Age | Commit message (Expand) | Author |
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 |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2013-12-18 | Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES to | Theo de Raadt |
2013-12-12 | Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's | Philip Guenther |
2013-12-11 | revert to return EPERM for sem_init pshared until it really works | Ted Unangst |
2013-12-08 | Reduce the random name length when sem_init is called with pshared | Federico G. Schwindt |
2013-11-29 | Don't try to reuse _initial_thread in the fork() wrapper, as the | Philip Guenther |
2013-11-26 | Remove unused var and include. Fix errno values as per spec. | Federico G. Schwindt |
2013-11-22 | don't use PAGE_SIZE, it is not portable. Ted can polish this after | Theo de Raadt |
2013-11-21 | remove dead assignment as reported by llvm. | Federico G. Schwindt |
2013-11-21 | handle the fourth vararg value to sem_open | Ted Unangst |
2013-11-20 | shared semaphore fixes. first, eliminate the sem inside a sem indirection. | Ted Unangst |
2013-11-20 | oops, forgot about unnamed shared sems | Ted Unangst |
2013-11-20 | zhuk and i have slightly different styles. unify and consistify | Ted Unangst |
2013-11-18 | interprocess semaphores ala sem_open. mostly following in the pattern | Ted Unangst |
2013-11-13 | use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK. | Theo de Raadt |
2013-11-02 | remove unnecessary spinlock that slowed down pthread_getspecific. | Ted Unangst |
2013-10-23 | In pthread_kill()/pthread_cancel(), hold the target thread's flags | Philip Guenther |
2013-10-04 | _thread_sys_tcdrain() doesn't exist and isn't used | Philip Guenther |
2013-08-28 | Following the ARM manuals and cookbooks, ldrex/strex don't have implicit | Patrick Wildt |
2013-08-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-07-30 | Free the list used for tracking the pthread_{get,set}specific() | Philip Guenther |
2013-07-30 | Stop overwriting the dying thread's struct thread as its tid member may | Philip Guenther |