Age | Commit message (Expand) | Author |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-11-22 | Do not pass -Wmissing-prototypes when building on a non-ELF platform with | Miod Vallat |
2012-11-10 | raise() is now correctly defined in libc | Philip Guenthe |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-08-22 | We want to check that the dynamic linker is available at run-time, so | Matthew Dempsky |
2012-08-22 | Test for __PIC__ instead of PIC in preparation for eliminating -DPIC | Matthew Dempsky |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-15 | A couple small but long anticipated changes: | Matthew Dempsky |
2012-08-15 | Oops, on a.out architectures __cerror() is called _cerror(). Fix | Matthew Dempsky |
2012-08-13 | Add explicit references from rthread.o to all of the weak symbol | Matthew Dempsky |
2012-08-04 | Fix caching of stacks allocated with the default attributes. | Philip Guenthe |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-06-21 | Update to reflect API changes | Philip Guenthe |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-05-06 | Style nits from Brad. | Paul Irofti |
2012-05-03 | Add pthread spinlock support. | Paul Irofti |
2012-04-23 | Honor subsystem style. | Paul Irofti |
2012-04-17 | Remove "#define _POSIX_THREADS" line before include <pthread.h>. | Miod Vallat |
2012-04-14 | Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for application | Kurt Miller |
2012-04-13 | Provide _atomic_lock() and __cerror() for hppa64. Makes hppa64 build again. | Joel Sing |
2012-04-13 | Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the | Kurt Miller |
2012-04-13 | Per POSIX, PTHREAD_MUTEX_NORMAL type mutexes have undefined behavior for | Kurt Miller |
2012-04-13 | Add sigwaitinfo and sigtimedwait stubs under #if 0; a bit more kernel | Philip Guenthe |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-11 | Minor bump after my previous commit. Noticed by deraadt@. | Paul Irofti |
2012-04-11 | Add pthread barrier support. | Paul Irofti |
2012-04-10 | pthread_setcanceltype() shouldn't be a cancelation point | Philip Guenthe |
2012-04-06 | Fix typo. | Joel Sing |
2012-03-22 | Remove pthread_suspend* and related functions. This is part of the | Kurt Miller |
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer | Philip Guenthe |
2012-03-22 | closefrom() should be a cancellation point | Philip Guenthe |
2012-03-22 | tfork_thread has been moved to libc | Philip Guenthe |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-03-20 | Clean up unnecessary prototypes. Pointed out by brad@ | Philip Guenthe |
2012-03-20 | Permit recursive locking in _rthread_dl_lock(), as an so's destructor | Philip Guenthe |
2012-03-14 | Force sched_yield() to be resolved before calling dlctl(DL_SET*LCK) with | Philip Guenthe |
2012-03-13 | Don't trust the environment if issetugid() | Philip Guenthe |
2012-03-03 | Sync the assembly statements with <machine/lock.h> for consistency. | Miod Vallat |
2012-03-03 | Bump minor for recent additions | Philip Guenthe |
2012-03-03 | sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeout | Philip Guenthe |
2012-03-03 | Add sem_timewait() and fix sem_wait()'s handling of signals, so | Philip Guenthe |
2012-03-02 | fix check when setting the contention scope. harmless atm but still wrong. | Federico G. Schwindt |
2012-03-02 | for readability, put the label on it's own line. | Federico G. Schwindt |
2012-03-02 | _SPINLOCK_UNLOCKED isn't zero everywhere (*cough*hppa*cough*), so | Philip Guenthe |
2012-02-28 | Our default mutex type is PTHREAD_MUTEX_ERRORCHECK, for which trying | Philip Guenthe |
2012-02-27 | fix __errno symbol name | Miod Vallat |
2012-02-26 | Fix buglets. | Miod Vallat |
2012-02-26 | __cerror gets invoked with errno in v0, not a0. | Miod Vallat |
2012-02-26 | Fix label for threaded binaries to link. | Miod Vallat |
2012-02-24 | sched_yield() is the standard name while pthread_yield() is the | Philip Guenthe |