freebsd-dev/lib/libthr
Jason Evans 52828c0e9c In preparation for a new malloc implementation:
* Add posix_memalign().

  * Move calloc() from calloc.c to malloc.c.  Add a calloc() implementation in
    rtld-elf in order to make the loader happy (even though calloc() isn't
    used in rtld-elf).

  * Add _malloc_prefork() and _malloc_postfork(), and use them instead of
    directly manipulating __malloc_lock.

Approved by:	phk, markm (mentor)
2006-01-12 07:28:21 +00:00
..
arch Remove functions i386_get_gsbase and i386_set_gsbase, they were already 2006-01-07 06:01:43 +00:00
support Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
sys Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thread In preparation for a new malloc implementation: 2006-01-12 07:28:21 +00:00
libthr.3 Markup fixes. 2005-06-16 19:01:07 +00:00
Makefile The thr_new sysscall was already in libc, don't generate it. 2006-01-11 06:10:05 +00:00
pthread.map 1. Add SIGEV_THREAD notification for mq_notify. 2006-01-04 11:48:02 +00:00