freebsd_amp_hwpstate/lib
David Xu a091d823ad Import my recent 1:1 threading working. some features improved includes:
1. fast simple type mutex.
 2. __thread tls works.
 3. asynchronous cancellation works ( using signal ).
 4. thread synchronization is fully based on umtx, mainly, condition
    variable and other synchronization objects were rewritten by using
    umtx directly. those objects can be shared between processes via
    shared memory, it has to change ABI which does not happen yet.
 5. default stack size is increased to 1M on 32 bits platform, 2M for
    64 bits platform.
As the result, some mysql super-smack benchmarks show performance is
improved massivly.

Okayed by: jeff, mtm, rwatson, scottl
2005-04-02 01:20:00 +00:00
..
bind Regenerate for 9.3.1 2005-03-17 08:39:12 +00:00
csu
libalias Fix a problem in the Skinny ALG where a specially crafted packet could cause 2005-03-03 03:06:37 +00:00
libarchive Clean up the support for extracting very long pathnames. 2005-03-29 05:24:08 +00:00
libatm
libautofs
libbegemot
libbluetooth Fix typo in comments (spell Linux correctly) 2005-03-17 21:39:44 +00:00
libbsnmp Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules. 2005-03-14 17:32:16 +00:00
libbz2
libc Use __weak_reference macro to define weak symbols. 2005-03-21 13:17:16 +00:00
libc_r Increase the default stacksizes: 2005-02-28 17:15:31 +00:00
libcalendar
libcam
libcom_err
libcompat
libcrypt
libdevinfo Fix typo in a comment. 2005-03-01 20:32:05 +00:00
libdevstat
libdisk Add over 32GB disk support on pc98 (userland part). 2005-03-30 13:03:33 +00:00
libedit
libexpat
libfetch Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush 2005-03-02 19:09:28 +00:00
libform
libftpio
libgeom
libgpib
libio
libipsec
libipx
libkiconv
libkse Eliminate plt relocation for kse_switchin. 2005-03-21 23:10:35 +00:00
libkvm Make kvm(3) aware of ki_jid field. 2005-03-20 10:37:56 +00:00
libmagic
libmd In light of the recent 2^69 operation collision-finding attack on SHA1, 2005-03-09 19:23:04 +00:00
libmenu
libmilter
libmp
libncp
libncurses
libnetgraph
libngatm
libopie
libpam
libpanel
libpcap
libpthread Eliminate plt relocation for kse_switchin. 2005-03-21 23:10:35 +00:00
libradius
librpcsvc
libsbuf
libsdp
libsm
libsmb
libsmdb
libsmutil
libstand
libtacplus
libtelnet
libthr Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
libthread_db Plug a memory leak in error case. 2004-08-16 05:20:12 +00:00
libufs
libugidfw Fix typo - link for bsde_add_rule(3) manual page was not created. 2005-03-28 09:38:43 +00:00
libusbhid
libutil
libvgl
libwrap
liby
libypclnt
libz
msun Implement and document remquo() and remquof(). 2005-03-25 04:40:44 +00:00
ncurses
Makefile Prepare for importing my 1:1 threading work, disconnect libthr and 2005-04-02 00:59:18 +00:00
Makefile.inc