summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-11-13document that ibuf_write() and msgbuf_write() can now return EAGAINSebastian Benoit
2013-11-13original bug diagnosed by sthen: automatic retry in msgbuf_write onSebastian Benoit
2013-11-13Remove redundant extern "C" {...}. ok deraadt@Jeremie Courreges-Anglas
2013-11-13Document the negative errno quirk used by callbacks in struct fuse_operations.Stefan Sperling
2013-11-13use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK.Theo de Raadt
2013-11-13correct types for arguments to the x509 functionsTheo de Raadt
2013-11-13oops should not be staticTheo de Raadt
2013-11-13bring in protoTheo de Raadt
2013-11-13bring in math.h to provide prototypesTheo de Raadt
2013-11-12Trick the compiler that volatile temporary is used while raisingMartynas Venckus
2013-11-12remove dead filesEric Faurot
2013-11-12Declare __p1evll and __polevll protos in math_private.h instead ofMartynas Venckus
2013-11-12put the _readdir_unlocked() prototype in an obvious placeTheo de Raadt
2013-11-12Add parentheses around comparison in operand of ^. Pointed out by theo.Martynas Venckus
2013-11-12Add explicit braces to avoid ambiguous else. Pointed out by theo.Martynas Venckus
2013-11-12Apply format __attribute__ to _kvm_err() and fix the errors that it detects.Philip Guenther
2013-11-12ANSI prototypesTheo de Raadt
2013-11-12a __fputwc_unlock() prototype was available in fvwrite.h, so use thatTheo de Raadt
2013-11-12both files contain a function which should only be static.Theo de Raadt
2013-11-12permute15() should be static. Not cranking libc now, because it isTheo de Raadt
2013-11-12insert the proper arguments into a prototypeTheo de Raadt
2013-11-12avoid arithetic on void *Theo de Raadt
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