summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-11-12internalize some functions so that they do not need prototypesTheo de Raadt
2013-11-12ANSI prototypeTheo de Raadt
2013-11-12pull in missing includes (math.h, unistd.h, stdlib.h) needed forTheo de Raadt
2013-11-12pull in stdlib.h as requiredTheo de Raadt
2013-11-12add proto for amd64 case; unify otherwiseTheo de Raadt
2013-11-12ttyslot() needs <stdlib.h>Theo de Raadt
2013-11-12a missing prototypesTheo de Raadt
2013-11-11In fuse_loop(), use ssize_t to store return values from read(2) and write(2).Stefan Sperling
2013-11-10The kernel and ld.so have passed 0 in r0 for use as the cleanupPhilip Guenther
2013-11-10The kernel and ld.so have passed 0 in r7 for use as the cleanupPhilip Guenther
2013-11-10The kernel and ld.so pass 0 in %rdx for use as the cleanup callbackPhilip Guenther
2013-11-09Simplify fuse_unmount(). No functional change.Stefan Sperling
2013-11-09Properly check realpath() return value during argv processing in libfuse.Stefan Sperling
2013-11-07add fuse_invalidate() and fuse_setup() functions.Sylvestre Gallon
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