Age | Commit message (Expand) | Author |
2013-11-06 | Nowadays, seekdir(3) doesn't call _readdir_unlocked(). | Ingo Schwarze |
2013-11-06 | Search the userland buffer of dirent structures before falling back to | Ingo Schwarze |
2013-11-06 | Handle fuse client private data. Needed by encfs. | Sylvestre Gallon |
2013-11-05 | Cleanup, no functional change: | Ingo Schwarze |
2013-11-05 | Make sure seekdir(3) works even when dirp->dd_buf still contains some | Ingo Schwarze |
2013-11-04 | fuse_opt_insert_arg() can take empty string as argument. | Sylvestre Gallon |
2013-11-03 | NaN -> \*(Na | Martynas Venckus |
2013-11-02 | remove unnecessary spinlock that slowed down pthread_getspecific. | Ted Unangst |
2013-11-02 | Oops, utime() is section 3, not 2 | Philip Guenther |
2013-11-02 | Fix lie that predated NetBSD: the struct stat time padding affected | Philip Guenther |
2013-11-02 | out of place word; discussed with jmc and guenther | Theo de Raadt |
2013-11-02 | .Xr clock_gettime | Marc Espie |
2013-11-02 | Update the fuse_opt to have option like -h working. | Sylvestre Gallon |
2013-11-02 | finish xref linking clock_gettime and getitimer | Ted Unangst |
2013-11-01 | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly | Philip Guenther |
2013-11-01 | Add missing bitfields needed by gvfs. | Sylvestre Gallon |
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt |
2013-11-01 | enable fuse. | Sylvestre Gallon |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt |
2013-10-25 | close(fd), then set errno | Ted Unangst |
2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. | Philip Guenther |
2013-10-23 | In pthread_kill()/pthread_cancel(), hold the target thread's flags | Philip Guenther |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-22 | tweak previous; | Jason McIntyre |
2013-10-22 | delete extra words; Henri Kemppainen | Theo de Raadt |
2013-10-21 | update documentation for these functions. They now state the case regarding | Theo de Raadt |
2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo de Raadt |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-14 | Missed the file renames for the string functions when committing the | Philip Guenther |
2013-10-13 | Make it possible to build to reduced version of a library, including | Philip Guenther |
2013-10-08 | 1) our dirent entries are now 8 byte aligned. | Philip Guenther |
2013-10-07 | Fix some different signedness error. this commit make clang happier. | Sylvestre Gallon |
2013-10-07 | Remove an unused variable and a useless bzero | Sylvestre Gallon |
2013-10-07 | Refactor fb_len and fb_err handling in libfuse. | Sylvestre Gallon |
2013-10-07 | Remove useless debug code from libfuse | Sylvestre Gallon |
2013-10-07 | Adapt libfuse to FUSE kernel changes | Sylvestre Gallon |
2013-10-07 | getdirentries(2) is dead; long live getdents(2)! | Philip Guenther |
2013-10-06 | Remove an unnecessary (void *) cast | Philip Guenther |
2013-10-06 | fdopendir() needs to set dd_curpos so that an immediate telldir() works. | Philip Guenther |
2013-10-06 | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so | Philip Guenther |
2013-10-04 | a couple of warning fixes and an RCS marker; ok markus@ | Damien Miller |
2013-10-04 | _thread_sys_tcdrain() doesn't exist and isn't used | Philip Guenther |
2013-10-01 | replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; | Markus Friedl |
2013-10-01 | Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@ | Todd C. Miller |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-09-25 | Add examples to show why this is a terrible API. OK jmc@ henning@ | Todd C. Miller |
2013-09-25 | According to POSIX, if the src and dst strings overlap, the behavior | Todd C. Miller |
2013-09-21 | Fix an ino_t inconsistency in libfuse. This commit unbreak | Sylvestre Gallon |
2013-09-21 | Bump major to 26, regen .pc and header with new version info. | James Turner |