summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-07-21NetBSD's C library supplies these functions -> OpenBSD's C libraryMartynas Venckus
2008-07-21rename lround.c lroundf.c llround.c llroundf.c to s_lround.cMartynas Venckus
2008-07-20Reme algorithm -> Remes algorithm. in commentsMartynas Venckus
2008-07-20get in the bug fix for pow, from fdlibm 5.3. also adapt it forMartynas Venckus
2008-07-20use more accurate algorithm for tan. from fdlibm 5.3:Martynas Venckus
2008-07-18fix cases, found by lint:Martynas Venckus
2008-07-17properly raise inexact; ok millert@Martynas Venckus
2008-07-16some archaic 'n = a(b), c(d)' use that confused lintMartynas Venckus
2008-07-16install infnan.3 only for vax. pointed out by millert@Martynas Venckus
2008-07-16ansify infnan example. sure millert@Martynas Venckus
2008-07-10- handle sign of negative zero. use sign dtoa setsMartynas Venckus
2008-07-07Application-specified thread stacks didn't work with libpthreadPhilip Guenthe
2008-07-06oops, fix getpwent() use of wrong buffersTheo de Raadt
2008-07-05- correct .Dt for pthread_attr_setstack.3Jason McIntyre
2008-07-05Add manpage for pthread_attr_[sg]etstack(3)Philip Guenthe
2008-06-30document that mquery(2) is non-standard; hint and ok deraadt@Otto Moerbeek
2008-06-30xref mqueryOtto Moerbeek
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25- expressions such as x != x and x == x are prone to errors andMartynas Venckus
2008-06-25`Li' needs an argument;Jason McIntyre
2008-06-25Change a very long selective list of all architectures which do IEEE intoTheo de Raadt
2008-06-25Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112Todd C. Miller
2008-06-25Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,Todd C. Miller
2008-06-25Add _PW_BUF_LEN define and use it instead of hard-coding 1024 forTodd C. Miller
2008-06-25Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,Kurt Miller
2008-06-25Make pic compatiable. From and okay drahn@ no objection miod@Kurt Miller
2008-06-24crank major because of two new interfacesTheo de Raadt
2008-06-24create a private getpwent()-like interface which does not walk the YPTheo de Raadt
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt
2008-06-21cleaning up, no functional changesMartynas Venckus
2008-06-20Adjust the _SEM_CHECK_VALIDITY macro to detect NULL sem_t instead ofKurt Miller
2008-06-16fix some errors found by lint, e.g. declaration w/o types, makeMartynas Venckus
2008-06-16- update list of functions. add functions that have been added inMartynas Venckus
2008-06-15add a procedure NLM_SM_NOTIFY (in version 0), used by statd to sendNikolay Sturm
2008-06-15Swap the code for a calling function and what it calls, so that the calledTheo de Raadt
2008-06-14remove _thread_malloc_init prototypeOtto Moerbeek
2008-06-14zap last thread_malloc_init reference. otto@ okFederico G. Schwindt
2008-06-14slightly more robust fix in not relying on utf-8 sequences being wellPeter Valchev
2008-06-14accidentally deleted a little bit too much, oopsTheo de Raadt
2008-06-13grammar fixes;Jason McIntyre
2008-06-13Remove all comments so that this code is 100% 'portable interface', andTheo de Raadt
2008-06-13document xdr_{u_}int64_t() functionsTheo de Raadt
2008-06-13Add definitions for nlm version 4 (for use with NFSv3).Nikolay Sturm
2008-06-13remove _MALLOC_LOCK_INIT; major bump; ok deraadt@Otto Moerbeek
2008-06-13implement xdr_int64_t, xdr_u_int64_tNikolay Sturm
2008-06-13Add strtof() to libc, some ports seem to like it. Currently it's a simpleLandry Breuil
2008-06-12spacing, add rcs ids, no binary changeMartynas Venckus
2008-06-12some cleanup for noieee_src, as asked by millert@: remove fictionalMartynas Venckus
2008-06-12shut up lint; pointed out by theoMartynas Venckus
2008-06-12fix parser crash w/ invalid UTF-8 char sequences (all apps that use expatPeter Valchev