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
/
libc
/
gen
/
setmode.c
Age
Commit message (
Expand
)
Author
2013-11-24
most obvious unsigned char casts for ctype
Theo de Raadt
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-03-12
Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@
Otto Moerbeek
2005-10-26
Always set errno on error. Based on NetBSD. ok jaredy@ pat@
Otto Moerbeek
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-01
Set errno right before return(), so that it does not risk being reset
Miod Vallat
2004-07-02
deregister, better use of strtoul and always set ERANGE on invalid octal
Otto Moerbeek
2004-07-01
Initialize cmd when processing octal only. Failing to do that results
Otto Moerbeek
2004-05-18
ansify function definitions and zap some `register'
Jean-Francois Brousseau
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1998-11-18
negative change strtol()
Theo de Raadt
1998-08-14
realloc repair
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
1997-03-07
From NetBSD (christos) [fixed typo introduced in comment]:
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-04-21
sync to netbsd 960418
Theo de Raadt
1996-03-25
Prototype internal functions
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt