summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-11-06Nowadays, seekdir(3) doesn't call _readdir_unlocked().Ingo Schwarze
2013-11-06Search the userland buffer of dirent structures before falling back toIngo Schwarze
2013-11-06Handle fuse client private data. Needed by encfs.Sylvestre Gallon
2013-11-05Cleanup, no functional change:Ingo Schwarze
2013-11-05Make sure seekdir(3) works even when dirp->dd_buf still contains someIngo Schwarze
2013-11-04fuse_opt_insert_arg() can take empty string as argument.Sylvestre Gallon
2013-11-03NaN -> \*(NaMartynas Venckus
2013-11-02remove unnecessary spinlock that slowed down pthread_getspecific.Ted Unangst
2013-11-02Oops, utime() is section 3, not 2Philip Guenther
2013-11-02Fix lie that predated NetBSD: the struct stat time padding affectedPhilip Guenther
2013-11-02out of place word; discussed with jmc and guentherTheo de Raadt
2013-11-02.Xr clock_gettimeMarc Espie
2013-11-02Update the fuse_opt to have option like -h working.Sylvestre Gallon
2013-11-02finish xref linking clock_gettime and getitimerTed Unangst
2013-11-01Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyPhilip Guenther
2013-11-01Add missing bitfields needed by gvfs.Sylvestre Gallon
2013-11-01reduce use of <sys/user.h>Theo de Raadt
2013-11-01enable fuse.Sylvestre Gallon
2013-10-28kill kame version symbols and sysctlTheo de Raadt
2013-10-25close(fd), then set errnoTed Unangst
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.Philip Guenther
2013-10-23In pthread_kill()/pthread_cancel(), hold the target thread's flagsPhilip Guenther
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-22tweak previous;Jason McIntyre
2013-10-22delete extra words; Henri KemppainenTheo de Raadt
2013-10-21update documentation for these functions. They now state the case regardingTheo de Raadt
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldTheo de Raadt
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
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