index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-11-12
clarify a simple expression
Theo de Raadt
2013-11-12
simple prototype repairs
Theo de Raadt
2013-11-12
ensure there are 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
two ioctl's were disclosing kernel pointers and such.
Theo de Raadt
2013-11-12
avoid math on void * pointers
Theo de Raadt
2013-11-12
handle lack of prototype
Theo de Raadt
2013-11-12
missing protos and an unused variable
Theo de Raadt
2013-11-12
add missing protos
Theo de Raadt
2013-11-12
handle lack of prototype
Theo de Raadt
2013-11-12
missing protos
Theo de Raadt
2013-11-12
prototype the mess of functions inside
Theo de Raadt
2013-11-12
satisfy proto requirement
Theo de Raadt
2013-11-12
avoid math on void * pointers; delete an unused variable
Theo de Raadt
2013-11-12
prototypes, some pleasing of gcc, and cleanup an unused variable
Theo de Raadt
2013-11-12
deal with lack of prototype
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
bring prototypes into scope
Theo de Raadt
2013-11-12
Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbb
Federico G. Schwindt
2013-11-12
Do not use a char as index, unless first making it unsigned.
Theo de Raadt
2013-11-12
Use daddr_t to hold calculated disk sector address. %d -> %lld to
Kenneth R Westerback
2013-11-12
Make variables inside get_responsefile() local.
Robert Peichaer
2013-11-12
Apply format __attribute__ to _kvm_err() and fix the errors that it detects.
Philip Guenther
2013-11-12
Tweak comment to explicitly mention that disk blocks are DEV_BSIZE
Kenneth R Westerback
2013-11-12
Use %llu+DL_GETPSIZE() to show partition size. Replace %li+(long) with
Kenneth R Westerback
2013-11-12
remove more code accidentally left behind during the a.out purge
Theo de Raadt
2013-11-12
We always make symlinks to 'machine' and 'm88k' to compile.
Kenji Aoyama
2013-11-12
Fix the bootloader random hang-up while counting down on LUNA-88K2.
Kenji Aoyama
2013-11-12
simpler prototype repairs
Theo de Raadt
2013-11-12
pull in local .h files to satisfy proto
Theo de Raadt
2013-11-12
Rework get_responsefile()
Robert Peichaer
2013-11-12
remove the code that iterates over binary types, since everything is now
Theo de Raadt
2013-11-12
unused variable in the shadows
Theo de Raadt
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
remove bogus legacy server-specific bits that cause confusion
Alexandre Ratchov
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
[next]