summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-08-10Plug fd and mem leak in fuse_open's error path. ok syl@Jeremie Courreges-Anglas
2013-08-10Remove some useless DPRINTF.Sylvestre Gallon
2013-08-08sync with recent name changes;Jason McIntyre
2013-08-08rename fuse docs after existent functions;Jason McIntyre
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qPhilip Guenther
2013-08-07Document lgamma_r, lgammaf_r, and lgammal_r.Todd C. Miller
2013-08-07simple inaccurate implementation of lrint* functions on vax, just soMarc Espie
2013-08-06When writing a new record in pw_copy() print the uid and gid asTodd C. Miller
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-06scalbnf on vax, okay miod@Marc Espie
2013-08-05tgamma(+-0) == +-InfMark Kettenis
2013-08-03KERN_PROC_BYPID --> KERN_FILE_BYPIDPhilip Guenther
2013-08-02Fix a couple of corner cases in the implementation of pow(3) to make itMark Kettenis
2013-08-01Add linker warnings for rand() and random() and various related functions.Mark Kettenis
2013-07-31remove complete balony description of the setprogname() interface [asTheo de Raadt
2013-07-30Free the list used for tracking the pthread_{get,set}specific()Philip Guenther
2013-07-30Stop overwriting the dying thread's struct thread as its tid member mayPhilip Guenther
2013-07-29fix a colossal cockup due to pointer/array confusion.Ted Unangst
2013-07-20sync with the actual definition of struct statfs in <sys/mount.h>; ok jmc@Christian Weisgerber
2013-07-18HISTORY; tweaks and ok sobrado@ jmc@Ingo Schwarze
2013-07-17missing symbol rename.Eric Faurot
2013-07-17more library historyIngo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16more macro simplification; from Jan StaryJason McIntyre
2013-07-16non[ -]existing -> non-existent;Jason McIntyre
2013-07-15Fix atan2f() and hypotf() by actually converting both their arguments to theMiod Vallat
2013-07-15use some generic code on vax, to do round/roundf/scalbln...Marc Espie
2013-07-15use atan2f to add atanfMarc Espie
2013-07-15bring reference C code that's not compiled in synch with asm codeMarc Espie
2013-07-15add some missing asm functions to vax: long double as aliases to double,Marc Espie
2013-07-13Remove no longer needed vax CFLAGS workarounds.Miod Vallat
2013-07-12major bump after asr symbols changesEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-07-11Merge fuse_opt code with stsp@ fuse_opt code.syl
2013-07-10rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changesJason McIntyre
2013-07-06functions, not macros; from Daniel DickmanJason McIntyre
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
2013-07-05Add support for fuse_teardown(3). This functionsyl
2013-07-05various tidy up;Jason McIntyre
2013-07-05... and gain rintf by using the same technique, along with aliases forMarc Espie
2013-07-05implement floorf and ceilf: same technique as floor and ceil, just withMarc Espie
2013-07-04remove FILES sections because it's incomplete, wrong and doesn't giveAlexandre Ratchov
2013-07-04shorten lines in literal blocks to avoid word wrapingAlexandre Ratchov
2013-07-03reorganize NOIEEE_SRCS so that files not compiled on vax becauseMarc Espie
2013-07-03with DBL vs LDBL fixed, tedu some source in noieee which is actually theMarc Espie
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie
2013-07-01Link sqlite3(1) against libedit and add an empty history.h header forMartin Pieuchot
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-06-25nmask and omask only used on ELF. Noted by todd@Philip Guenther