summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2013-06-25zap trailing whitespace;Jason McIntyre
2013-06-25bring return value of pcap_breakloop in sync with reality.Sebastian Reitenbach
2013-06-24space needed before punctuation;Jason McIntyre
2013-06-21Make fuse device clonable.syl
2013-06-21The bind lock must only be grabbed with all signals masked.Philip Guenther
2013-06-21Move the declaration of _thread_sys_sigprocmask() to rthread.hPhilip Guenther
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
2013-06-17these libraries are either obsolete or got moved to kerberosV/libRobert Nagy
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-15s/zlib/fuse/ in comment.Jasper Lievisse Adriaanse
2013-06-14style change.syl
2013-06-14hard code default values in the struct stat returned by getattr.syl
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl
2013-06-14add support for fuse_version(3). Needed by ntfs-3g.syl
2013-06-12style for loopsTed Unangst
2013-06-12correct realloc usageTed Unangst
2013-06-12styleTed Unangst
2013-06-12fuse_opt support from SylvestreTed Unangst
2013-06-12some simple initial fixes; this file still needs read properlyJason McIntyre
2013-06-11bcopy (and family) can check for 0 length, but negative lengths shouldTheo de Raadt
2013-06-11spacingTheo de Raadt
2013-06-09sort;Jason McIntyre
2013-06-09And remove files removed in upstream tarball. Duh.Landry Breuil
2013-06-09Bump major to 23. last dead kitten for today.Landry Breuil
2013-06-09Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correctLandry Breuil
2013-06-09merge conflictsLandry Breuil
2013-06-09Update to sqlite 3.7.17.Landry Breuil
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-09add some basic descriptions for the fuse sysctlsTed Unangst
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2013-06-08Fix parsing of ambiguous options, the whole loop must be processed.Todd C. Miller
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-05On second thought, do not use a tcnd instruction to test for divide-by-zero,Miod Vallat
2013-06-05...also add __modsi3 and __umodsi3, and make these symbols weak by default.Miod Vallat