summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++bde2006-10-141-2/+2
* Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child processdavidxu2006-10-141-0/+2
* Backout unblocking of signal if no threads can currently handle it.tegge2006-10-141-3/+2
* o Make _thr_umutex_init a function.davidxu2006-10-132-21/+23
* Forgot to bump the document date.ru2006-10-131-1/+1
* Some word smithing adopted from the PR.ru2006-10-131-14/+14
* Delay unblocking signal and restoring process signal mask until thetegge2006-10-131-19/+41
* Delay setting wakeup time until after poll array has been allocated.tegge2006-10-131-20/+20
* Sync thread jump table with libc and other thread libraries.tegge2006-10-131-4/+35
* Add missing comma.ru2006-10-131-1/+1
* Use type pthread_state for thread state.davidxu2006-10-131-1/+1
* Use normal parentheses.ru2006-10-121-5/+5
* Don't say "rightmost" when referring to the least significant bit.ru2006-10-121-4/+5
* The pam_unix module also provides password management.ru2006-10-121-7/+8
* More accurately document the implementation details of internal storage.ru2006-10-122-21/+23
* Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).ru2006-10-121-0/+2
* Document S_IRWXU and permission bits for group/other.ru2006-10-121-2/+11
* Document what "msgsz" argument really denotes. [1]ru2006-10-121-4/+9
* Note that the value from getenv() should not be modified by applications.trhodes2006-10-121-1/+5
* fix bus error in newsyslog by making sure that fields in struct fpemukmacy2006-10-121-0/+1
* o Follow the trend and try to explain what the slow device is.maxim2006-10-111-3/+5
* o From kern_prot.c::p_cansignal():maxim2006-10-101-2/+2
* Fix markup in previous revision.ru2006-10-101-2/+5
* Add information on how to escape a literal colon in a value or name.trhodes2006-10-091-1/+5
* unbreak build for sparc64 etc.kmacy2006-10-092-2/+3
* buildworld fixes for sun4vkmacy2006-10-093-1/+15
* Fix a regression: let natd load libalias modules before /usr is mountedpiso2006-10-089-9/+10
* Fix TLS on sparc64 for statically and dynamically linked binarieskmacy2006-10-083-7/+14
* getenv.3: Put "is" on a line with other wordstrhodes2006-10-072-3/+3
* Reword previous delta a little bit.trhodes2006-10-071-14/+8
* Fix ambiguity in description. Note that the aio_return() system call shouldtrhodes2006-10-071-5/+9
* Add missing word "returns."trhodes2006-10-071-1/+1
* Remove libc_r support.davidxu2006-10-051-1/+0
* Performance: If the dir mode requested is "reasonable", then justkientzle2006-10-041-49/+89
* Automatically re-stir every 400000 callsache2006-10-041-2/+4
* Fix build.ru2006-09-301-0/+1
* Removed libc_r build support.ru2006-09-301-6/+1
* Revise markup in recently added manpages.ru2006-09-305-56/+55
* Fix markup, language, function prototype, and example code.ru2006-09-301-35/+49
* Markup nit.ru2006-09-291-1/+1
* - Removed a copyright from makefile.ru2006-09-274-31/+7
* Put back NO_WERROR= to fix sparc64 build.ru2006-09-271-0/+1
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-2612-13/+101
* Fix typovd2006-09-261-2/+1
* Hook up additional OpenBSM man page aliases following OpenBSM 1.0 alpha 12rwatson2006-09-251-11/+20
* Keep compatible parts in sync with OpenBSD v1.21, add some comments.ache2006-09-231-15/+7
* Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSDache2006-09-221-12/+0
* Be more GNU compatible:ache2006-09-221-2/+5
* Do not declare __evOptMonoTime static in one place and externkan2006-09-221-0/+2
* Use correct type in va_arg argument.kan2006-09-212-2/+2
OpenPOWER on IntegriCloud