summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-11-25use an unsigned char instead, to avoid lots of castsTheo de Raadt
2013-11-25Use iswupper() for wide characters, not isupper(); ok deraadtStefan Sperling
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-11-22unsigned char casts for ctype macrosTheo de Raadt
2013-11-22doc nit okay millert@Marc Espie
2013-11-22obvious cast for isspace()Theo de Raadt
2013-11-22don't use PAGE_SIZE, it is not portable. Ted can polish this afterTheo de Raadt
2013-11-21Fix a big memory leak in libfuse.Sylvestre Gallon
2013-11-21remove dead assignment as reported by llvm.Federico G. Schwindt
2013-11-21handle the fourth vararg value to sem_openTed Unangst
2013-11-21use -Wmissing-prototypesAlexandre Ratchov
2013-11-20shared semaphore fixes. first, eliminate the sem inside a sem indirection.Ted Unangst
2013-11-20spelling fix;Jason McIntyre
2013-11-20this implementation may now be capable of shared semaphoresTed Unangst
2013-11-20more detail on error conditionsTed Unangst
2013-11-20oops, forgot about unnamed shared semsTed Unangst
2013-11-20zhuk and i have slightly different styles. unify and consistifyTed Unangst
2013-11-19tweak previous;Jason McIntyre
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