Age | Commit message (Expand) | Author |
2005-11-20 | brk() and sbrk() should use void *, not char *. Note that sbrk() | Todd C. Miller |
2005-11-19 | In count_stmts(), make sure to account for long jump instructions as well, | Aaron Campbell |
2005-11-18 | FIONASYNC -> FIOASYNC | Jason McIntyre |
2005-11-18 | - new sentence, new line | Jason McIntyre |
2005-11-18 | pull in the good bits of libpcap-0.9.4's API without the cross-platform | Damien Miller |
2005-11-17 | Work around a gcc optimization problem. Spotted by biorn@; fix | Otto Moerbeek |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2005-11-16 | CODESET support. okay millert@, otto@ | Marc Espie |
2005-11-15 | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ | Otto Moerbeek |
2005-11-15 | Do not clobber errno when calling close(2) in example code. | Otto Moerbeek |
2005-11-15 | Use a forward declaration of struct timespec instead of assuming | Todd C. Miller |
2005-11-14 | clarify the description of append mode; | Jason McIntyre |
2005-11-14 | revert this file to -r1.2, when it was originally written, | Jason McIntyre |
2005-11-14 | use asprintf() | Theo de Raadt |
2005-11-13 | save errno in example code. from mpech@ ok jmc@ | Otto Moerbeek |
2005-11-12 | - note that basename() may modify the string | Jason McIntyre |
2005-11-10 | Use correct size when zeroing fd sets. From Michael Shuldman in PR | Otto Moerbeek |
2005-11-10 | add $OpenBSD$ tags, as requested by dtucker. | Marc Espie |
2005-11-09 | - simplify integer overflow checks. | Niall O'Higgins |
2005-11-06 | - update comments about integer overflows to reflect reality. | Niall O'Higgins |
2005-11-06 | - fix a couple of integer overflows; the only code change so far resulting from | Niall O'Higgins |
2005-11-01 | a bit of rewording; with input from jmc@. | Federico G. Schwindt |
2005-10-31 | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | Brad Smith |
2005-10-31 | add copyright from the original FreeBSD man page. | Brad Smith |
2005-10-30 | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian | Mark Kettenis |
2005-10-30 | remove trailing spaces; | Jason McIntyre |
2005-10-30 | shuffle some of the function names around into new section names. | Brad Smith |
2005-10-30 | and make sure the header change goes in too. | Brad Smith |
2005-10-30 | Add pthread_atfork(3) | Brad Smith |
2005-10-30 | Don't use TAILQ_NEXT() on an element that has been removed. Similar to | Kenneth R Westerback |
2005-10-29 | rewording; ok millert otto | Jared Yanovich |
2005-10-29 | Don't use TAILQ_NEXT() on an element that has been removed. Similar to | Kenneth R Westerback |
2005-10-29 | Activate missing wcswidth, as noted by Alexander Bluhm. | Marc Espie |
2005-10-27 | remove errors that no longer apply; ok millert, tedu | Jared Yanovich |
2005-10-26 | Always set errno on error. Based on NetBSD. ok jaredy@ pat@ | Otto Moerbeek |
2005-10-26 | Remove obsolete comment. ok deraadt@ | Otto Moerbeek |
2005-10-26 | clarifications from ray lai; | Jason McIntyre |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre |
2005-10-22 | fix MLINKS; | Jason McIntyre |
2005-10-20 | put HISTORY in the right order; | Jason McIntyre |
2005-10-20 | A library should not return EFAULT. Just segfault if a bogus or | Otto Moerbeek |
2005-10-19 | once again: library routines should not check pointers and what errno | Theo de Raadt |
2005-10-19 | library routines should not be checking for NULL pointers passed in, | Theo de Raadt |
2005-10-19 | add missing header for HISTORY section; ok jmc awhile ago | Jared Yanovich |
2005-10-19 | EFAULT corrections; ok millert and otto | Jared Yanovich |
2005-10-19 | missing full stop | Jared Yanovich |
2005-10-14 | Use queue macros instead of directly accessing fields. ok marc@ miod@ | Otto Moerbeek |
2005-10-12 | three new .so libraries to help the ports people who need (or might need) | Theo de Raadt |
2005-10-12 | add uu_lock_txfr to .Nm list; | Jason McIntyre |
2005-10-12 | add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list; | Jason McIntyre |