Age | Commit message (Expand) | Author |
2013-11-13 | document that ibuf_write() and msgbuf_write() can now return EAGAIN | Sebastian Benoit |
2013-11-13 | original bug diagnosed by sthen: automatic retry in msgbuf_write on | Sebastian Benoit |
2013-11-13 | Remove redundant extern "C" {...}. ok deraadt@ | Jeremie Courreges-Anglas |
2013-11-13 | Document the negative errno quirk used by callbacks in struct fuse_operations. | Stefan Sperling |
2013-11-13 | use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK. | Theo de Raadt |
2013-11-13 | correct types for arguments to the x509 functions | Theo de Raadt |
2013-11-13 | oops should not be static | Theo de Raadt |
2013-11-13 | bring in proto | Theo de Raadt |
2013-11-13 | bring in math.h to provide prototypes | Theo de Raadt |
2013-11-12 | Trick the compiler that volatile temporary is used while raising | Martynas Venckus |
2013-11-12 | remove dead files | Eric Faurot |
2013-11-12 | Declare __p1evll and __polevll protos in math_private.h instead of | Martynas Venckus |
2013-11-12 | put the _readdir_unlocked() prototype in an obvious place | Theo de Raadt |
2013-11-12 | Add parentheses around comparison in operand of ^. Pointed out by theo. | Martynas Venckus |
2013-11-12 | Add explicit braces to avoid ambiguous else. Pointed out by theo. | Martynas Venckus |
2013-11-12 | Apply format __attribute__ to _kvm_err() and fix the errors that it detects. | Philip Guenther |
2013-11-12 | ANSI prototypes | Theo de Raadt |
2013-11-12 | a __fputwc_unlock() prototype was available in fvwrite.h, so use that | Theo de Raadt |
2013-11-12 | both files contain a function which should only be static. | Theo de Raadt |
2013-11-12 | permute15() should be static. Not cranking libc now, because it is | Theo de Raadt |
2013-11-12 | insert the proper arguments into a prototype | Theo de Raadt |
2013-11-12 | avoid arithetic on void * | Theo de Raadt |
2013-11-12 | internalize some functions so that they do not need prototypes | Theo de Raadt |
2013-11-12 | ANSI prototype | Theo de Raadt |
2013-11-12 | pull in missing includes (math.h, unistd.h, stdlib.h) needed for | Theo de Raadt |
2013-11-12 | pull in stdlib.h as required | Theo de Raadt |
2013-11-12 | add proto for amd64 case; unify otherwise | Theo de Raadt |
2013-11-12 | ttyslot() needs <stdlib.h> | Theo de Raadt |
2013-11-12 | a missing prototypes | Theo de Raadt |
2013-11-11 | In fuse_loop(), use ssize_t to store return values from read(2) and write(2). | Stefan Sperling |
2013-11-10 | The kernel and ld.so have passed 0 in r0 for use as the cleanup | Philip Guenther |
2013-11-10 | The kernel and ld.so have passed 0 in r7 for use as the cleanup | Philip Guenther |
2013-11-10 | The kernel and ld.so pass 0 in %rdx for use as the cleanup callback | Philip Guenther |
2013-11-09 | Simplify fuse_unmount(). No functional change. | Stefan Sperling |
2013-11-09 | Properly check realpath() return value during argv processing in libfuse. | Stefan Sperling |
2013-11-07 | add fuse_invalidate() and fuse_setup() functions. | Sylvestre Gallon |
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 |