summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Kernel now supports per-thread sigaltstack, follow the change todavidxu2004-01-032-12/+2
* Return error code in errno, not in return value.davidxu2004-01-022-6/+12
* Fix a typo.davidxu2004-01-022-2/+2
* Reenable signals for threads after joining.deischen2003-12-311-0/+3
* Removed MLINKS to nonimplemented/nonexistent functions.ru2003-12-301-3/+0
* Merge from libc_r: document pthread_attr_[gs]etstack().ru2003-12-302-1/+11
* Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:ru2003-12-301-2/+0
* Pull some changes (mostly cosmetic) from libc_r manpagesru2003-12-3030-75/+143
* o Implement pthread_mutex_timedlock(), which does not block indefinitely onmtm2003-12-301-0/+32
* Make it possible for the library to specify a timeout value whenmtm2003-12-303-22/+49
* Forgot to commit this file for last commit. :(davidxu2003-12-292-0/+8
* Implement sigaltstack() as per-threaded. Current only scope process threaddavidxu2003-12-299-48/+464
* Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.maxim2003-12-291-0/+9
* Correctly retrieve sigaction flags.davidxu2003-12-282-4/+4
* Don't block SIGTRAP - it makes it hard to debug programs with gdb.dfr2003-12-261-0/+1
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsdfr2003-12-261-0/+1
* Preparations to make libthr work in multi-threaded fork()ing applications.mtm2003-12-263-63/+81
* Add restrict qualifiers. (docs)alfred2003-12-245-5/+5
* Properly advance "x/y/z" form slash-pointers in some rare casesache2003-12-241-4/+4
* Back out previous commit due to incorrect content.trhodes2003-12-231-128/+62
* Document many of the missing posix.1b options.trhodes2003-12-231-62/+128
* Correct URI to USB specs.rushani2003-12-211-1/+1
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorkan2003-12-192-13/+2
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorkan2003-12-191-7/+101
* Replace a comment with more accurated one, memory heap is now protected bydavidxu2003-12-192-6/+4
* Code clean up, remove unused MACROS and function prototypes.davidxu2003-12-192-36/+0
* First byte of GBK-like sequences is 0x81, not 0x80ache2003-12-191-1/+1
* Brucification: Don't initialize in declaration, make sure extra linesjkh2003-12-182-2/+5
* Return to the caller if write() returns 0.deischen2003-12-171-0/+2
* Do comparison using appropriate casting first, as per SUSv3 (search for firstjkh2003-12-172-2/+4
* Remove _giant_mutex and its associated macros.mtm2003-12-152-85/+0
* Comment out most of pthread_setschedparam. Pthread priorities didn'tmtm2003-12-151-1/+4
* When creating a pthread in the suspended state their were twomtm2003-12-151-2/+4
* Document the effect of sysctl tunables controlling p_candebug(9) onjkoshy2003-12-141-1/+7
* Doh! Lock the thread passed in by the caller, not the current thread.mtm2003-12-121-2/+2
* Fix a strict aliasing issue. Also remove an unnecessary pam_get_item()des2003-12-111-8/+6
* More strict aliasing fixes.des2003-12-111-26/+29
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsdes2003-12-119-42/+44
* Fixed English error in previous commit. Fixed some older English errors.bde2003-12-111-6/+5
* Remove uses of GIANT_LOCK and replace with appropriate threadmtm2003-12-111-7/+12
* Add reference to standards/55112 for next time SHLIB_MAJOR is bumped.mikeh2003-12-101-0/+1
* Implement seeking to earlier offsets in gzipfs. This allows my loadergreen2003-12-101-15/+30
* Add sticky(8) cross reference.dds2003-12-101-1/+2
* PowerPC-conditional changes:grehan2003-12-101-1/+7
* - Put manh/manl bitfields into correct-sized integral type.grehan2003-12-101-5/+4
* Add a short description of the kse_switchin(2) syscall to the ksemarcel2003-12-102-2/+14
* accept() returns a file descriptor when it succeeds which is verydeischen2003-12-094-4/+4
* Remove an unused struct definition.deischen2003-12-092-24/+0
* Add cancellation points for accept() and connect().deischen2003-12-099-0/+208
* Take a stab at fixing some of the macro-nightmare.mtm2003-12-091-46/+23
OpenPOWER on IntegriCloud