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