summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-12clarify a simple expressionTheo de Raadt
2013-11-12simple prototype repairsTheo de Raadt
2013-11-12ensure there are 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-12two ioctl's were disclosing kernel pointers and such.Theo de Raadt
2013-11-12avoid math on void * pointersTheo de Raadt
2013-11-12handle lack of prototypeTheo de Raadt
2013-11-12missing protos and an unused variableTheo de Raadt
2013-11-12add missing protosTheo de Raadt
2013-11-12handle lack of prototypeTheo de Raadt
2013-11-12missing protosTheo de Raadt
2013-11-12prototype the mess of functions insideTheo de Raadt
2013-11-12satisfy proto requirementTheo de Raadt
2013-11-12avoid math on void * pointers; delete an unused variableTheo de Raadt
2013-11-12prototypes, some pleasing of gcc, and cleanup an unused variableTheo de Raadt
2013-11-12deal with lack of prototypeTheo 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-12bring prototypes into scopeTheo de Raadt
2013-11-12Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbbFederico G. Schwindt
2013-11-12Do not use a char as index, unless first making it unsigned.Theo de Raadt
2013-11-12Use daddr_t to hold calculated disk sector address. %d -> %lld toKenneth R Westerback
2013-11-12Make variables inside get_responsefile() local.Robert Peichaer
2013-11-12Apply format __attribute__ to _kvm_err() and fix the errors that it detects.Philip Guenther
2013-11-12Tweak comment to explicitly mention that disk blocks are DEV_BSIZEKenneth R Westerback
2013-11-12Use %llu+DL_GETPSIZE() to show partition size. Replace %li+(long) withKenneth R Westerback
2013-11-12remove more code accidentally left behind during the a.out purgeTheo de Raadt
2013-11-12We always make symlinks to 'machine' and 'm88k' to compile.Kenji Aoyama
2013-11-12Fix the bootloader random hang-up while counting down on LUNA-88K2.Kenji Aoyama
2013-11-12simpler prototype repairsTheo de Raadt
2013-11-12pull in local .h files to satisfy protoTheo de Raadt
2013-11-12Rework get_responsefile()Robert Peichaer
2013-11-12remove the code that iterates over binary types, since everything is nowTheo de Raadt
2013-11-12unused variable in the shadowsTheo de Raadt
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-12remove bogus legacy server-specific bits that cause confusionAlexandre Ratchov
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