summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-10-14Missed the file renames for the string functions when committing thePhilip Guenther
2013-10-13Make it possible to build to reduced version of a library, includingPhilip Guenther
2013-10-081) our dirent entries are now 8 byte aligned.Philip Guenther
2013-10-07Fix some different signedness error. this commit make clang happier.Sylvestre Gallon
2013-10-07Remove an unused variable and a useless bzeroSylvestre Gallon
2013-10-07Refactor fb_len and fb_err handling in libfuse.Sylvestre Gallon
2013-10-07Remove useless debug code from libfuseSylvestre Gallon
2013-10-07Adapt libfuse to FUSE kernel changesSylvestre Gallon
2013-10-07getdirentries(2) is dead; long live getdents(2)!Philip Guenther
2013-10-06Remove an unnecessary (void *) castPhilip Guenther
2013-10-06fdopendir() needs to set dd_curpos so that an immediate telldir() works.Philip Guenther
2013-10-06Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, soPhilip Guenther
2013-10-04a couple of warning fixes and an RCS marker; ok markus@Damien Miller
2013-10-04_thread_sys_tcdrain() doesn't exist and isn't usedPhilip Guenther
2013-10-01replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery;Markus Friedl
2013-10-01Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@Todd C. Miller
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-09-25Add examples to show why this is a terrible API. OK jmc@ henning@Todd C. Miller
2013-09-25According to POSIX, if the src and dst strings overlap, the behaviorTodd C. Miller
2013-09-21Fix an ino_t inconsistency in libfuse. This commit unbreakSylvestre Gallon
2013-09-21Bump major to 26, regen .pc and header with new version info.James Turner
2013-09-21Merge conflictsJames Turner
2013-09-21Update sqlite to 3.8.0.2. A list of changes are available here:James Turner
2013-09-14- bit clearer about sysctls/securelevel (text lifted from i386_iopl(2))Jason McIntyre
2013-09-11switch to using arc4random, as prompted by deraadt@.Marc Espie
2013-09-11Correct type of tv_sec to time_t.Kenneth R Westerback
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2013-09-08Remove a.out leftovers. (it's september now)Miod Vallat
2013-09-08Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10Miod Vallat
2013-08-28Following the ARM manuals and cookbooks, ldrex/strex don't have implicitPatrick Wildt
2013-08-28Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned anStefan Sperling
2013-08-28oops, we forgot to remove the .El in previous; sorry stefan (though youJason McIntyre
2013-08-28Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmcStefan Sperling
2013-08-26Use %r27 as the thread control block pointer, allowing for __get_tcb() callsMiod Vallat
2013-08-24Move underrun/overrun recovery code from the sun-api back-end toAlexandre Ratchov
2013-08-24replace random() with arc4random.David Gwynne
2013-08-17Use %lld and cast to (long long) when printing time_t values and atoll()Philip Guenther
2013-08-16seekdir()/rewinddir() must update the position returned by telldir()Philip Guenther
2013-08-15Align stack yp buffers to 64-bit boundaries now, for they might containMiod Vallat
2013-08-14use Bsx;Jason McIntyre
2013-08-14ident and data members of struct kevent changed types: ident toPhilip Guenther
2013-08-14more Bx;Jason McIntyre
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
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