summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-12-14Add locking primitive for hppa. ok kettenis@Marco Peereboom
2005-12-14all is made clear: pthread_cond_timedwait takes absolute timeoutsTed Unangst
2005-12-14add pthread_cleanup_push and pthread_cleanup_popTed Unangst
2005-12-14add pthread_kill (just kill(2) really)Ted Unangst
2005-12-14the beatings will continue until morale improvesTed Unangst
2005-12-14there should be a lock around the tls key tableTed Unangst
2005-12-14add bits for pthread_cancel. we don't really have cancellation points yetTed Unangst
2005-12-14check for waiters when destroying a mutex or semaphoreTed Unangst
2005-12-14change keys to use table instead of list, makes a sane destructor implementationTed Unangst
2005-12-13make the mutex unlock and sleep in pthread_cond_wait properly atomicTed Unangst
2005-12-13several silly bugs in pthread_cond_timedwait.Ted Unangst
2005-12-13update thrsleep and thrwakeup - first arg changed from long to void *Ted Unangst
2005-12-13correct implementation of pthread_cond_signal. it doesn't raise the semTed Unangst
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-10because lint says so; ok espieTheo de Raadt
2005-12-07add the posix semaphore functions. this lets vlc work.Ted Unangst
2005-12-07malloc the right size, and memset after mallocTed Unangst
2005-12-06add pthread_once. unfortunately, the public pthread.h headerTed Unangst
2005-12-06can't build shared lib without shlib_versionTed Unangst
2005-12-04copy alpha atomic_lock implementation from libpthread.Brad Smith
2005-12-04add a powerpc implementation of rfork_thread().Brad Smith
2005-12-04copy powerpc atomic_lock implementation from libpthread.Brad Smith
2005-12-03rcs for the makefileTed Unangst
2005-12-03syscall is actually sched_yield now, as millert suggestedTed Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst
2005-12-02make write-end of signal socketpair non-blocking.Theo de Raadt
2005-12-02pollops should be constTheo de Raadt
2005-12-02lookup out of evsigcaught[] must be sig_atomic_t tooTheo de Raadt
2005-12-02never say unsigned; say at least unsigned intTheo de Raadt
2005-12-01save errno in signal handler since it does a system callTheo de Raadt
2005-11-30know __arm__ tooTheo de Raadt
2005-11-30timezone -> time zoneJason McIntyre
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeOtto Moerbeek
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-11-29Provide stubs for things which are supplied by crt0. I don't think weTheo de Raadt
2005-11-29document KERN_ARND better; ok deraadt@Otto Moerbeek
2005-11-28spaces, and a off_t typecast to please lintTheo de Raadt
2005-11-28some nice off_t casts to please lintTheo de Raadt
2005-11-28unused arg in internal static APITheo de Raadt
2005-11-28ARGSUSED stubsTheo de Raadt
2005-11-28make Lint prototypes equal; ok millertTheo de Raadt
2005-11-27Add a cast for (size_t)-1 because we know what we're doing, the ISO std.Chad Loder
2005-11-25Fix syntax error (missing ')') in #ifdef'ed out code. Spotted by lint.Kenneth R Westerback
2005-11-25don't ask; ok drahnTheo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-24more empty files for lint to chew on (on the vax)Theo de Raadt
2005-11-24include more architectures in the list (even though some do not compileTheo de Raadt
2005-11-23an empty stub file for lint: on the vax, lint will chew on this, but avoid itTheo de Raadt
2005-11-23avoid ' which confuses make dependTheo de Raadt
2005-11-20Allocate space for profiling data using mmap instead of sbrk.Todd C. Miller