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
/
lr0.c
Age
Commit message (
Expand
)
Author
2014-03-13
collapse variable declarations
Ted Unangst
2014-03-13
last bits of indentation and style
Ted Unangst
2014-01-13
Callers of get_state() and sole_reduction() always store the result
Todd C. Miller
2014-01-08
Use calloc() instead of malloc() + memset. Based on a diff from
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
2012-03-03
Replace some loops with calloc/memset. From Michael W Bombardieri.
Nicholas Marriott
2011-04-03
Trim some very long unused debugging functions, from Michael W
Nicholas Marriott
2011-04-01
Add calls to some existing but previously unused free functions. Also
Nicholas Marriott
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2003-06-19
ansify; ok miod
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-11-19
kill more registers
Mike Pechkin
2001-07-16
-Wall cleanup; ok deraadt
Peter Valchev
1996-06-26
rcsid
Theo de Raadt
1996-04-21
sync to netbsd 960418
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt