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
/
usr.bin
Age
Commit message (
Expand
)
Author
2013-11-27
unsigned char cast was on a wrong place.
YASUOKA Masahiko
2013-11-27
remove erroneous char cast to switch expression processing getopt(3);
Okan Demirmen
2013-11-27
Zap some pointer casts became extra (and thus dangerous) after recent
Vadim Zhukov
2013-11-27
unsigned char for ctype
Theo de Raadt
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan Adler
Theo de Raadt
2013-11-26
change a local char * to unsigned, to ease ctype handling
Theo de Raadt
2013-11-26
fix a possible double-free/NULL deref in msg_print
pelikan
2013-11-26
Tweak a tortuous manual loop into a TAILQ_FOREACH().
Kenneth R Westerback
2013-11-26
fix some typos in calendars; written with lot of useful advice
Igor Sobrado
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@
Otto Moerbeek
2013-11-26
- put -Q in the right place
Jason McIntyre
2013-11-26
fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref's
pelikan
2013-11-25
Replace _texth CIRCLEQ with TAILQ. One down, five to go.
Kenneth R Westerback
2013-11-25
obvious cast for isblank()
Theo de Raadt
2013-11-25
improve -Q usage and such. One usage change is that the option is now
Theo de Raadt
2013-11-25
variety of unsigned char casts (or conversions) for ctype
Theo de Raadt
2013-11-25
netstat -Ar leaked some kernel pointers to unprivileged users. Use
Alexander Bluhm
2013-11-24
Add comments to ACS table matching terminfo(5).
Nicholas Marriott
2013-11-24
simplify determination of OBJDIR to what we actually use.
Marc Espie
2013-11-24
Replace ## by # in format.
Nicholas Marriott
2013-11-23
send a extra space to the bit bucket
Theo de Raadt
2013-11-23
obvious unsigned casts for ctype
Theo de Raadt
2013-11-23
With -k, kill window after using it to work out -c path. Reported by
Nicholas Marriott
2013-11-22
Handle empty current directory more gracefully.
Nicholas Marriott
2013-11-22
wrappers for is*/to* that make damn sure their arguments are
Marc Espie
2013-11-22
Teach kdump(1) about USB, VIDIOC and generic DRM ioctls.
Martin Pieuchot
2013-11-21
split kernel parts of the if.h into a separate header file if_var.h
Mike Belopuhov
2013-11-21
use -Wmissing-prototypes
Alexandre Ratchov
2013-11-21
no need for .Pp before displays;
Jason McIntyre
2013-11-21
RCSID markers
Damien Miller
2013-11-21
My audit of mandoc revealed two missing (unsigned char) casts
Ingo Schwarze
2013-11-21
Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"
Damien Miller
2013-11-20
unsigned char cast for isdigit, dealing with argv
Theo de Raadt
2013-11-20
unsigned char casts for ctype.h macros, when dealing with the
Theo de Raadt
2013-11-20
unsigned char casts are needed for these isdigit & isprint calls
Theo de Raadt
2013-11-20
unsigned char casts for ctype.h macros, when dealing with optarg
Theo de Raadt
2013-11-20
unsigned char casts needed for isdigit()
Theo de Raadt
2013-11-20
str derives from argv; so use an unsigned char cast for isspace()
Theo de Raadt
2013-11-20
unsigned char casts with ctype macros are pretty obvious when dealing
Theo de Raadt
2013-11-20
unsigned char casts where neccessary
Theo de Raadt
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-11-20
this isdigit() needs an unsigned char cast; ok ratchov
Theo de Raadt
2013-11-20
isxdigit() needs unsigned char cast for this specific argument
Theo de Raadt
2013-11-20
missing unsigned char casts areound tolower()
Theo de Raadt
2013-11-20
repair signed char vs isdigit
Theo de Raadt
2013-11-20
delay closure of in/out fds until after "Bad protocol version
Damien Miller
[next]