summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsemul_dumb.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
committerwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
commite72df29d6dcf8174772da170deea6ff15aa3d915 (patch)
tree9c45e8d7b445b519a4aec6ec396ef42c52083352 /sys/dev/wscons/wsemul_dumb.c
parent73abe3ee522453c23adb5ddf0d81303ce9084016 (diff)
Bump date for previous. Punctuation nits. Sort SEE ALSO.
Diffstat (limited to 'sys/dev/wscons/wsemul_dumb.c')
0 files changed, 0 insertions, 0 deletions
us now that libc/libpthread are initialized first.ad 2007-12-01Hack around ld.so initializing pthread users before libpthread/libc.ad 2007-11-27Add thr_curcpu(), pthread_curcpu_np().ad 2007-11-13Cosmetic change.ad 2007-08-16- Reinitialize the absolute minimum when recycling user thread state.ad 2003-08-13Split out pthread_{set,get}specific() into a separate file and arrangenathanw 2003-07-17Don't use PTHREAD_DESTRUCTOR_ITERATIONS; the constant is going away.nathanw 2003-05-15Fix typo in comment.wiz 2003-05-15Remove an unnecessary test in pthread_getspecific().nathanw 2003-03-08add __RCSID()lukem 2003-02-15Remove unused #include <assert.h>nathanw 2003-01-21Don't bother acquiring the tsd_lock and reading the destructor functionnathanw 2003-01-18de-lintchristos 2003-01-18Merge the nathanw_sa branch.thorpej