summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-01-11fix a typomrg
2004-01-09- add deadlock check to pthread_rwlock_wrlock and pthread_rwlock_timedwrlockcl
2004-01-08PR/24023: Min Sik Kim: Don't deadlock while closing mappers. The modulechristos
2004-01-08There is no sysctl(9) (yet?), comment it out;wiz
2004-01-08Fix some spacing nits, an Xref section, and a long line.wiz
2004-01-07Add descriptions of flags.atatat
2004-01-07- Describe all system threads.christos
2004-01-06Make this compile, and, as a side-effect, LP64 clean.agc
2004-01-06kill strcpyitojun
2004-01-05sys/types.h is not needed here. kevlo@openbsditojun
2004-01-05The report size is not a local item, so don't clear it when clearing local it...augustss
2004-01-05Document F_MAXFD, F_CLOSEMchristos
2004-01-03Fix a cast for little endian archsmartin
2004-01-03When writing/reading longs use explicit 32bit temporary values (this ismartin
2004-01-03Uppercase CPU; mark up NULL; remove superfluous word; simplify macro usage.wiz
2004-01-03At long last, add descriptions of new "dynamic" operations.atatat
2004-01-02Fix two inverted comparisions and a few comments.martin
2004-01-02minor KNFitojun
2004-01-02KNFitojun
2004-01-02make siglongjmp out of a signal handler work:cl
2004-01-02userland part of no-syscall upcall stack returncl
2004-01-02- libc.so.12.109 and libpthread.so.0.4cl
2004-01-02Fix typo; from Aidan Kehoe in PR lib/23951.jmmv
2004-01-02Fix typo; from Aidan Kehoe in PR lib/23950.jmmv
2004-01-02Restore stack frames on error return.martin
2004-01-02pthread__upcall: output LWPid in SA_UPCALL_BLOCKED casecl
2004-01-02logging/debugging changes:cl
2004-01-02Restore stack frames on error exit. This makes us pass dynamic and staticmartin
2004-01-02comment on values from 0x80000000 to 0xffffffffitojun
2004-01-02safer reallocitojun
2004-01-02safer realloc, some KNF. noted by deraadt@openbsditojun
2004-01-02use strlcpyitojun
2004-01-02Add dependencies to assym.h on:lukem
2003-12-31catch up with block/unblock changes in libpthreadcl
2003-12-31Handle block/unblock for threads in critical section withoutcl
2003-12-31Use CC64FSZ instead of magic constant for stack frame size.martin
2003-12-30In case of underflow, return -0.0 or +0.0, depending on the sign ofmartin
2003-12-30Add support for scanf "hh" format modifiers - we use it in int_fmtio.hmartin
2003-12-30When storing data size as 32bit int in an overflow page, copy themartin
2003-12-29_citrus_iconv_std_iconv_convert:yamt
2003-12-29_citrus_MSKanji_wcrtomb_priv: return E2BIG correctly.yamt
2003-12-29_citrus_NONE_stdenc_cstomb: return E2BIG correctly.yamt
2003-12-29Remove sentence about this being an alphawiz
2003-12-26Niels Provos kindly agreed to drop clauses 3 and 4 from thewiz
2003-12-26Don't ever add a ".0" to a single digit number.simonb
2003-12-26Use an unsigned comparison against minbrk.martin
2003-12-26Use an unsigned comparison against minbrk.martin
2003-12-25bootparams, not bootparms.wiz
2003-12-23Avoid array type is char warning.christos
2003-12-22Add MD_CALL_STATIC_FUNCTION. This allows crt* to compiled with -g.matt