summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-06don't use _C_LABEL. but do use __STRINGDavid Leonard
2000-01-06missing ';'David Leonard
2000-01-06abstract -pthread switch into PTHREAD varDavid Leonard
2000-01-06happy with non-weak testing. bump major versions just in case.David Leonard
2000-01-06rename thread_storage to unithread_storage to avoid object name conflictDavid Leonard
2000-01-06remove mx and replace with dcJason Wright
2000-01-06 use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duhDavid Leonard
2000-01-06okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerDavid Leonard
2000-01-06well. that wasnt tested very well.David Leonard
2000-01-06add __weak_alias() macroDavid Leonard
2000-01-06oopsDavid Leonard
2000-01-06use weak symbolsDavid Leonard
2000-01-06use _C_LABEL macroDavid Leonard
2000-01-06include thread/Makefile.incDavid Leonard
2000-01-06include thread_private.hDavid Leonard
2000-01-06LIBCR_SRCDIRDavid Leonard
2000-01-06unused varsDavid Leonard
2000-01-06use WEAK_* macrosDavid Leonard
2000-01-06_THREAD_PRIVATE_* macros changedDavid Leonard
2000-01-06use thread-specific storage for the members listDavid Leonard
2000-01-06tiny nroff fix. sync with kame repository.Jun-ichiro itojun Hagino
2000-01-06rewrite to use the helpers in the thread/ directory and to define weak alias ...David Leonard
2000-01-06sentences finish with a periodDavid Leonard
2000-01-06system call entry, art@David Leonard
2000-01-06thread specific storage and fd locking for single-threaded libc (ie, no-ops)David Leonard
2000-01-06thread-specific storage helperDavid Leonard
2000-01-06quieten gccDavid Leonard
2000-01-06copyright, includes, castDavid Leonard
2000-01-06kill silly casts to (long)David Leonard
2000-01-06include unistd.hDavid Leonard
2000-01-06quieten gcc with extra parensDavid Leonard
2000-01-06fill out cases with new thread statesDavid Leonard
2000-01-06unused varDavid Leonard
2000-01-06unused var, test lock returnDavid Leonard
2000-01-06oopsDavid Leonard
2000-01-06SPINLOCK_INIT, volatileDavid Leonard
2000-01-06volatileDavid Leonard
2000-01-06dump verbosely only if PTHREAD_DEBUG env var is definedDavid Leonard
2000-01-06include stdlib.h, unused varsDavid Leonard
2000-01-06include stdlib.hDavid Leonard
2000-01-06volatile, unused varsDavid Leonard
2000-01-06put proc pid in fatal error string; don't call abort() - instead deliver SIGA...David Leonard
2000-01-06unused varsDavid Leonard
2000-01-06_SPINLOCK_INIT, unused varsDavid Leonard
2000-01-06unused variableDavid Leonard
2000-01-06/* in commentDavid Leonard
2000-01-06volatile; thread_private.h; locking defines moved out; kill(), getpid()David Leonard
2000-01-06LIBC_RSRCDIRDavid Leonard
2000-01-06use uthread_machdep.S if exists; conditionally build syscall objects for libc_rDavid Leonard
2000-01-06syncDavid Leonard