summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
Commit message (Expand)AuthorAgeFilesLines
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-181-96/+0
* Add accept4() system call.jilles2013-05-011-0/+5
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-071-0/+2
* Implement the __pthread_map_stacks_exec() for libthr.kib2011-01-091-0/+2
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-201-4/+0
* sort function name.davidxu2010-10-181-2/+2
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, thedavidxu2010-10-181-0/+4
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-251-0/+2
* Update symbol.davidxu2010-09-131-1/+1
* Add wrapper for setcontext() and swapcontext(), the wrappersdavidxu2010-08-241-0/+4
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-0/+1
* Remove extra new semaphore stubs, because libc already has them, anddavidxu2010-01-051-7/+0
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-14/+7
* Make openat(2) a cancellation point.jilles2009-10-111-0/+5
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-091-0/+2
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-221-0/+2
* Add more cpu affinity function's symbols.davidxu2008-03-051-0/+6
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np todavidxu2008-03-031-1/+3
* Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to movedes2008-02-061-0/+1
* Convert pthread.map to the format expected by version_gen.awk, and modifydes2008-02-061-10/+1
* Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols whichdes2008-02-061-12/+4
* Per discussion on -threads, rename _islocked_np() to _isowned_np().des2008-02-061-2/+2
* Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex isdes2008-02-031-0/+15
* Remove vfork() overloading, it is no longer needed.davidxu2007-12-201-2/+0
* 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spindavidxu2007-12-141-0/+8
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)jasone2007-11-271-0/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-374/+0
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-11/+14
* 1. Don't override underscore version of aio_suspend(), system(),davidxu2006-07-251-22/+22
* Add symbol versions: FBSD_1.0 and FBSDprivate.davidxu2006-05-111-3/+387
* WARNS level 4 cleanup.davidxu2006-04-041-13/+8
* Remove mqueue and timer, now they are in librt.davidxu2006-03-081-8/+0
* 1. Add SIGEV_THREAD notification for mq_notify.davidxu2006-01-041-0/+4
* Follow the mistake in libpthread, the first version name in libpthreaddavidxu2005-12-211-1/+1
* Add code to handle timer_delete(). The timer wrapper code is completelydavidxu2005-11-011-0/+2
* Add timer_create wrapper.davidxu2005-10-301-0/+2
* Put pthread_condattr_init sorted order.davidxu2005-10-251-1/+1
* Export following functions:davidxu2005-10-241-0/+6
* Sort function names.davidxu2005-10-041-2/+2
* Add function pthread_timedjoin_np, the function is similar with pthread_joindavidxu2005-10-041-0/+2
* Add usleep to the map files.deischen2005-08-031-0/+2
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-121-5/+10
* Export pthread_condattr_getclock, pthread_condattr_setclock.davidxu2005-04-031-0/+2
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-0/+365
OpenPOWER on IntegriCloud