Age | Commit message (Expand) | Author |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2013-11-17 | Mark internal symbols as hidden. This removes symbols from the ABI, | Philip Guenther |
2013-11-16 | In getdiskbyname() set partition size with DL_SETPSIZE(). Make sure | Kenneth R Westerback |
2013-11-16 | _kvm_syserr() is printf-like too | Philip Guenther |
2013-11-16 | ANSIfy a declaration | Philip Guenther |
2013-11-16 | Prep for hidden visibility: move the vnode/file related function | Philip Guenther |
2013-11-15 | getpwnam_r() and getpwuid_r() reopen the passwd even when called with | Sebastian Benoit |
2013-11-13 | Prefix by '_' symbols that are not part of the API. | Alexandre Ratchov |
2013-11-13 | repair prototypes | Theo de Raadt |
2013-11-13 | fix_options() is not used by anything; remove API, crank major | Theo de Raadt |
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 |