summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* There is no need to pass NULL to the pam_error() as the last argument.wkoszek2006-03-201-1/+1
* Update the pmc(3) manual page's date string and freshen the year in the (c) l...jkoshy2006-03-202-3/+3
* Extend coverage of the MK_IPX build option to the following:ru2006-03-201-1/+9
* Separate completely full runs from runs that are merely almost full, sojasone2006-03-201-61/+71
* Set default contention scope to system.davidxu2006-03-201-1/+1
* Optimize realloc() to reallocate in place if the old and new sizes arejasone2006-03-191-105/+167
* Fix build until I find a way to handle this case properly.ru2006-03-192-1/+2
* Revert last delta.ru2006-03-191-1/+1
* Comment out MK_PROFILE until ru@ can fix this properlyphk2006-03-191-1/+1
* Convert NO_PROFILE and NO_LIB32 to new style.ru2006-03-185-5/+8
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.ru2006-03-185-5/+10
* Reimplementation of world/kernel build options. For details, see:ru2006-03-1725-49/+97
* Modify allocation policy, in order to avoid excessive fragmentation forjasone2006-03-172-2503/+1070
* NO_MAN is not needed here.ru2006-03-165-10/+0
* Suuply the name of the version map and let bsd.lib.mk supplydeischen2006-03-162-6/+14
* Allow bsd.lib.mk to generate the symbol version map.deischen2006-03-161-14/+6
* Fix comment.ru2006-03-161-1/+1
* Desupport the undocumented NO_QUAD option, just don't compileru2006-03-165-21/+4
* Add a non-optional newline after ".Bx".ru2006-03-151-1/+2
* Revert previous changes as we do support the .Ox macro for OpenBSD.andre2006-03-151-2/+4
* No need to define NO_MAN here.ru2006-03-151-1/+0
* POSIXed strtoll() (and ours one too) can set errno to EINVAL, so checkache2006-03-141-1/+1
* Fix HISTORY and point to OpenBSD.andre2006-03-141-5/+2
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)andre2006-03-144-3/+227
* ns_name_skip was recently redefined to __ns_name_skipdeischen2006-03-131-1/+1
* Make _spinunlock() point to the spinunlock stub, not thedeischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-1328-1/+48
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-13207-18/+1362
* Add hooks to build libc with symbol versioning. This isdeischen2006-03-131-0/+14
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-1329-0/+3241
* Remove automake source from FreeBSD tree.kientzle2006-03-121-72/+0
* The idea of supporting 'tp' was a fun one, but it iskientzle2006-03-113-621/+0
* Add entries for new pthread stubs.davidxu2006-03-101-0/+30
* Block all signals in helper threads except those should not be blocked.davidxu2006-03-101-6/+9
* Implement printf 'X' conversion for both libstand and kernel.jkim2006-03-091-9/+11
* Connect librt to buildworld.davidxu2006-03-091-1/+2
* Remove mqueue and timer, now they are in librt.davidxu2006-03-082-525/+0
* Remove mq.c, the POSIX mqueue is implemented in librt.davidxu2006-03-081-73/+0
* Remove configure.ac.in and reorganize a few other things. This iskientzle2006-03-085-232/+38
* Set SNF_SYNC flag for timer, as the timer notification should bedavidxu2006-03-081-0/+1
* Remove stale comments.davidxu2006-03-071-4/+0
* 1. Always call user callback function in newly created thread, it seemsdavidxu2006-03-075-412/+170
* Add appropriate xrefs.yar2006-03-062-2/+3
* Since the whole login.access feature has moved to PAM,yar2006-03-061-1/+1
* Sync with src/usr.bin/login/login.access.5.yar2006-03-061-5/+1
* Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUGdeischen2006-03-066-32/+56
* Add some more pthread stubs so that librt can use them.deischen2006-03-056-43/+273
* Remove a useless word.brueffer2006-03-051-1/+1
* Use `intmax_t' instead of plain `int' for pid_t casts.keramida2006-03-041-3/+3
* Use a thread pool to process notification if sigev_notify_attributesdavidxu2006-03-045-63/+326
OpenPOWER on IntegriCloud