summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* save sigev_node pointer.davidxu2006-03-041-0/+1
* Sync with actual code.jcamou2006-03-031-2/+6
* Fix the %Q printf extension to behave as expectedphk2006-03-021-19/+9
* 1. Fix a race in aio_return.davidxu2006-03-011-6/+12
* Style fix.davidxu2006-03-011-1/+2
* Fix a mutex lock/unlock mismatch.davidxu2006-03-011-2/+3
* Handle the errors returned by res_querydomain() in same manner.ume2006-03-012-0/+40
* Forgot to revert to use weak symbols when I was debugging, fix it!davidxu2006-03-011-22/+15
* Add missing parameter mq_attr * for mq_open.davidxu2006-03-011-3/+5
* Bring in my initial version of POSIX realtime extension library.davidxu2006-03-016-0/+1112
* Disconnect mqueue from buildworld, as I will implement it in seperateddavidxu2006-03-011-1/+1
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-2/+2
* Don't do a time travel to 12006...delphij2006-02-281-1/+1
* Reimplement mutex_init to get rid of compile warning.davidxu2006-02-281-88/+39
* Staticize a couple of functions.deischen2006-02-2723-71/+106
* Correct a comment.deischen2006-02-273-22/+6
* Fix typo in manual page reference.wkoszek2006-02-261-1/+1
* Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includesume2006-02-263-85/+420
* Add an alias 'unhalted-cycles' denoting cycles where the CPU isjkoshy2006-02-252-0/+6
* Fix a race condition introduced when redzones were added. Use andeischen2006-02-242-10/+8
* - Just query 'as is', if there is a trailing dot in the name.ume2006-02-242-18/+40
* Eliminate a race condition in timed waits (cv, mutex, and sleeps).deischen2006-02-236-60/+60
* Tell the truth about a) how to get the first fileid, andyar2006-02-221-5/+10
* Disable POSIX SIGEV_THREAD notification support, soon we will have a commondavidxu2006-02-221-1/+0
* Read cycle count before sending signal, this fixes a userland threaddavidxu2006-02-201-1/+1
* Add utility functions for checking if a given kernel module is loaded,des2006-02-184-2/+180
* - Massage wording to make it easier to understand and fix some grammar.brd2006-02-161-4/+4
* Don't forget to initialize a tailq before using it.deischen2006-02-162-0/+2
* Rework last change of pthread_once, create a function _thr_once_init todavidxu2006-02-153-6/+10
* After fork(), reinitialize internal locks for pthread_once().davidxu2006-02-153-11/+15
* Clean up some descriptions and remove ambiguities in the language.gnn2006-02-142-97/+146
* Minor fixes to the code that generates an internal ustar filenamekientzle2006-02-141-21/+22
* Extract device number information from SVR4 CPIO archives.kientzle2006-02-141-0/+6
* Remove extra slash from pty slave device name returned by ptsname.kan2006-02-131-1/+1
* Update copyright for 2006.rwatson2006-02-111-1/+1
* The uma_zone data structure defines the size of its uz_cpu[] array as 1,rwatson2006-02-111-2/+24
* When reporting an error reading from UMA per-cpu cache pointers using KVM,rwatson2006-02-111-4/+2
* Read all_cpus variable out of kmem, and validate CPUs against the all_cpusrwatson2006-02-111-0/+10
* Correct a typo in the extraction of zone information from UMA using kmem:rwatson2006-02-111-1/+1
* Use ps_linfo to retrieve LWP info, current it is used to retrievedavidxu2006-02-071-0/+6
* Use ps_linfo to retrieve LWP info.davidxu2006-02-071-1/+1
* Replace ptrace syscall with ps_lgetgregs to check a LWP's existence.davidxu2006-02-071-2/+2
OpenPOWER on IntegriCloud