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
/
yacc
/
defs.h
Age
Commit message (
Expand
)
Author
2014-01-10
Use strtoul() to do octal and hex character conversion instead of
Todd C. Miller
2014-01-08
We still need to cast the resulting pointer in NEW and NEW2 as it
Todd C. Miller
2014-01-08
Make allocate() take size_t and return void *. This lets us drop
Todd C. Miller
2014-01-08
Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(),
Todd C. Miller
2011-04-01
Add calls to some existing but previously unused free functions. Also
Nicholas Marriott
2005-06-08
add open_write_error() to bail on fopen(3) failing to open for write, gains
Peter Valchev
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-10
bogus __dead
Theo de Raadt
2001-07-16
-Wall cleanup; ok deraadt
Peter Valchev
1999-08-04
o Use __progname
Todd C. Miller
1996-04-21
sync to netbsd 960418
Theo de Raadt
1996-03-31
Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.
etheisen
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1996-02-04
Yacc now understands %expect keyword. This should help prevent yacc from
etheisen
1995-10-18
initial import of NetBSD tree
Theo de Raadt