summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-11-19move -Wxxx flags from CFALGS to COPTSAlexandre Ratchov
2013-11-19slightly betterTed Unangst
2013-11-18boilerplate documentationTed Unangst
2013-11-18interprocess semaphores ala sem_open. mostly following in the patternTed Unangst
2013-11-18add missing prototypesAlexandre Ratchov
2013-11-17Mark internal symbols as hidden. This removes symbols from the ABI,Philip Guenther
2013-11-16In getdiskbyname() set partition size with DL_SETPSIZE(). Make sureKenneth R Westerback
2013-11-16_kvm_syserr() is printf-like tooPhilip Guenther
2013-11-16ANSIfy a declarationPhilip Guenther
2013-11-16Prep for hidden visibility: move the vnode/file related functionPhilip Guenther
2013-11-15getpwnam_r() and getpwuid_r() reopen the passwd even when called withSebastian Benoit
2013-11-13Prefix by '_' symbols that are not part of the API.Alexandre Ratchov
2013-11-13repair prototypesTheo de Raadt
2013-11-13fix_options() is not used by anything; remove API, crank majorTheo de Raadt
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