Age | Commit message (Expand) | Author |
2000-01-07 | Update documentation to reflect 3.3.6 | Kjell Wooding |
2000-01-07 | Update documentation to reflect 3.3.6 changes. | Kjell Wooding |
2000-01-07 | Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interface | brian |
2000-01-07 | Upgrade from 2.23 -> 2.26 | brian |
2000-01-07 | s/memset/bzero/ | Jun-ichiro itojun Hagino |
2000-01-06 | build libpthread AND libc_r for i386 | David Leonard |
2000-01-06 | fix includes; bde | Theo de Raadt |
2000-01-06 | In multi-column output, don't bother filling up last column before '\n'. | Marc Espie |
2000-01-06 | use everything in libc_r (sorry, todd) | David Leonard |
2000-01-06 | Leave audio alone for midi or midibus. | Federico G. Schwindt |
2000-01-06 | for now, use -lpthread on i386. one day every arch will do this... | David Leonard |
2000-01-06 | for now, disable weak aliases for all archs except i386 | David Leonard |
2000-01-06 | don't use _C_LABEL. but do use __STRING | David Leonard |
2000-01-06 | missing ';' | David Leonard |
2000-01-06 | abstract -pthread switch into PTHREAD var | David Leonard |
2000-01-06 | happy with non-weak testing. bump major versions just in case. | David Leonard |
2000-01-06 | rename thread_storage to unithread_storage to avoid object name conflict | David Leonard |
2000-01-06 | remove mx and replace with dc | Jason Wright |
2000-01-06 | use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duh | David Leonard |
2000-01-06 | okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot saner | David Leonard |
2000-01-06 | well. that wasnt tested very well. | David Leonard |
2000-01-06 | add __weak_alias() macro | David Leonard |
2000-01-06 | oops | David Leonard |
2000-01-06 | use weak symbols | David Leonard |
2000-01-06 | use _C_LABEL macro | David Leonard |
2000-01-06 | include thread/Makefile.inc | David Leonard |
2000-01-06 | include thread_private.h | David Leonard |
2000-01-06 | LIBCR_SRCDIR | David Leonard |
2000-01-06 | unused vars | David Leonard |
2000-01-06 | use WEAK_* macros | David Leonard |
2000-01-06 | _THREAD_PRIVATE_* macros changed | David Leonard |
2000-01-06 | use thread-specific storage for the members list | David Leonard |
2000-01-06 | tiny nroff fix. sync with kame repository. | Jun-ichiro itojun Hagino |
2000-01-06 | rewrite to use the helpers in the thread/ directory and to define weak alias ... | David Leonard |
2000-01-06 | sentences finish with a period | David Leonard |
2000-01-06 | system call entry, art@ | David Leonard |
2000-01-06 | thread specific storage and fd locking for single-threaded libc (ie, no-ops) | David Leonard |
2000-01-06 | thread-specific storage helper | David Leonard |
2000-01-06 | quieten gcc | David Leonard |
2000-01-06 | copyright, includes, cast | David Leonard |
2000-01-06 | kill silly casts to (long) | David Leonard |
2000-01-06 | include unistd.h | David Leonard |
2000-01-06 | quieten gcc with extra parens | David Leonard |
2000-01-06 | fill out cases with new thread states | David Leonard |
2000-01-06 | unused var | David Leonard |
2000-01-06 | unused var, test lock return | David Leonard |
2000-01-06 | oops | David Leonard |
2000-01-06 | SPINLOCK_INIT, volatile | David Leonard |
2000-01-06 | volatile | David Leonard |
2000-01-06 | dump verbosely only if PTHREAD_DEBUG env var is defined | David Leonard |