index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2013-11-25
use an unsigned char instead, to avoid lots of casts
Theo de Raadt
2013-11-25
Use iswupper() for wide characters, not isupper(); ok deraadt
Stefan Sperling
2013-11-24
most obvious unsigned char casts for ctype
Theo de Raadt
2013-11-22
unsigned char casts for ctype macros
Theo de Raadt
2013-11-22
doc nit okay millert@
Marc Espie
2013-11-22
obvious cast for isspace()
Theo de Raadt
2013-11-22
don't use PAGE_SIZE, it is not portable. Ted can polish this after
Theo de Raadt
2013-11-21
Fix a big memory leak in libfuse.
Sylvestre Gallon
2013-11-21
remove dead assignment as reported by llvm.
Federico G. Schwindt
2013-11-21
handle the fourth vararg value to sem_open
Ted Unangst
2013-11-21
use -Wmissing-prototypes
Alexandre Ratchov
2013-11-20
shared semaphore fixes. first, eliminate the sem inside a sem indirection.
Ted Unangst
2013-11-20
spelling fix;
Jason McIntyre
2013-11-20
this implementation may now be capable of shared semaphores
Ted Unangst
2013-11-20
more detail on error conditions
Ted Unangst
2013-11-20
oops, forgot about unnamed shared sems
Ted Unangst
2013-11-20
zhuk and i have slightly different styles. unify and consistify
Ted Unangst
2013-11-19
tweak previous;
Jason McIntyre
2013-11-19
move -Wxxx flags from CFALGS to COPTS
Alexandre Ratchov
2013-11-19
slightly better
Ted Unangst
2013-11-18
boilerplate documentation
Ted Unangst
2013-11-18
interprocess semaphores ala sem_open. mostly following in the pattern
Ted Unangst
2013-11-18
add missing prototypes
Alexandre Ratchov
2013-11-17
Mark internal symbols as hidden. This removes symbols from the ABI,
Philip Guenther
2013-11-16
In getdiskbyname() set partition size with DL_SETPSIZE(). Make sure
Kenneth R Westerback
2013-11-16
_kvm_syserr() is printf-like too
Philip Guenther
2013-11-16
ANSIfy a declaration
Philip Guenther
2013-11-16
Prep for hidden visibility: move the vnode/file related function
Philip Guenther
2013-11-15
getpwnam_r() and getpwuid_r() reopen the passwd even when called with
Sebastian Benoit
2013-11-13
Prefix by '_' symbols that are not part of the API.
Alexandre Ratchov
2013-11-13
repair prototypes
Theo de Raadt
2013-11-13
fix_options() is not used by anything; remove API, crank major
Theo de Raadt
2013-11-13
document that ibuf_write() and msgbuf_write() can now return EAGAIN
Sebastian Benoit
2013-11-13
original bug diagnosed by sthen: automatic retry in msgbuf_write on
Sebastian Benoit
2013-11-13
Remove redundant extern "C" {...}. ok deraadt@
Jeremie Courreges-Anglas
2013-11-13
Document the negative errno quirk used by callbacks in struct fuse_operations.
Stefan Sperling
2013-11-13
use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK.
Theo de Raadt
2013-11-13
correct types for arguments to the x509 functions
Theo de Raadt
2013-11-13
oops should not be static
Theo de Raadt
2013-11-13
bring in proto
Theo de Raadt
2013-11-13
bring in math.h to provide 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
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
Apply format __attribute__ to _kvm_err() and fix the errors that it detects.
Philip Guenther
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
[next]