summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-11-16CODESET support. okay millert@, otto@Marc Espie
2005-11-15Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@Otto Moerbeek
2005-11-15Do not clobber errno when calling close(2) in example code.Otto Moerbeek
2005-11-15Use a forward declaration of struct timespec instead of assumingTodd C. Miller
2005-11-14clarify the description of append mode;Jason McIntyre
2005-11-14revert this file to -r1.2, when it was originally written,Jason McIntyre
2005-11-14use asprintf()Theo de Raadt
2005-11-13save errno in example code. from mpech@ ok jmc@Otto Moerbeek
2005-11-12- note that basename() may modify the stringJason McIntyre
2005-11-10Use correct size when zeroing fd sets. From Michael Shuldman in PROtto Moerbeek
2005-11-10add $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 fromNiall O'Higgins
2005-11-01a 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-31add copyright from the original FreeBSD man page.Brad Smith
2005-10-30Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endianMark Kettenis
2005-10-30remove trailing spaces;Jason McIntyre
2005-10-30shuffle some of the function names around into new section names.Brad Smith
2005-10-30and make sure the header change goes in too.Brad Smith
2005-10-30Add pthread_atfork(3)Brad Smith
2005-10-30Don't use TAILQ_NEXT() on an element that has been removed. Similar toKenneth R Westerback
2005-10-29rewording; ok millert ottoJared Yanovich
2005-10-29Don't use TAILQ_NEXT() on an element that has been removed. Similar toKenneth R Westerback
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.Marc Espie
2005-10-27remove errors that no longer apply; ok millert, teduJared Yanovich
2005-10-26Always set errno on error. Based on NetBSD. ok jaredy@ pat@Otto Moerbeek
2005-10-26Remove obsolete comment. ok deraadt@Otto Moerbeek
2005-10-26clarifications from ray lai;Jason McIntyre
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-10-22fix MLINKS;Jason McIntyre
2005-10-20put HISTORY in the right order;Jason McIntyre
2005-10-20A library should not return EFAULT. Just segfault if a bogus orOtto Moerbeek
2005-10-19once again: library routines should not check pointers and what errnoTheo de Raadt
2005-10-19library routines should not be checking for NULL pointers passed in,Theo de Raadt
2005-10-19add missing header for HISTORY section; ok jmc awhile agoJared Yanovich
2005-10-19EFAULT corrections; ok millert and ottoJared Yanovich
2005-10-19missing full stopJared Yanovich
2005-10-14Use queue macros instead of directly accessing fields. ok marc@ miod@Otto Moerbeek
2005-10-12three new .so libraries to help the ports people who need (or might need)Theo de Raadt
2005-10-12add uu_lock_txfr to .Nm list;Jason McIntyre
2005-10-12add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list;Jason McIntyre
2005-10-12remove MLINK for skeyzero.3: the function was removed in -r1.5;Jason McIntyre
2005-10-12remove MLINKS for pthread_mutexattr_{g,s}etpshared.3:Jason McIntyre
2005-10-12Use queue macros instead of directly accessing fields. ok millert@Otto Moerbeek
2005-10-11add missing MLINK for evbuffer_readline.3Jason McIntyre
2005-10-11add el_get() to the Nm list;Jason McIntyre
2005-10-11fix potential SSL 2.0 rollback (http://www.openssl.org//news/secadv_20051011....Markus Friedl
2005-10-11tidy up examplesJared Yanovich