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
/
output.c
Age
Commit message (
Expand
)
Author
2015-12-11
Remove NULL-checks before free().
mmcc
2014-12-02
Fix lowzero running out of bounds in pack_vector(). Problem seen by
Otto Moerbeek
2014-03-13
collapse variable declarations
Ted Unangst
2014-03-07
a few other tweaks it's easier to see in the light of day
Ted Unangst
2014-03-07
drag this code into modern style. ok zhuk
Ted Unangst
2014-02-21
drop support for pre-standard C, it's time to move on. ok deraadt
Ted Unangst
2014-01-08
Add casts to unsigned char for ctype functions and other places
Todd C. Miller
2014-01-08
Use calloc() instead of malloc() + memset. Based on a diff from
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
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-06-10
-Wall clean; ok otto deraadt
Peter Valchev
2004-08-08
spacing
Theo de Raadt
2004-01-06
protect output from %union from being anonymous using cpp guarding, for
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-12-03
constify the not yet constified tables, use defined(__STDC__) instead of ifde...
Michael Shalayeff
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
2001-02-26
Silence some warnings in generated grammers compiled with YYDEBUG;
Thorsten Lockert
1996-12-06
-p did not rename 2 variables; netbsd pr#2997, mike.long@analog.com
Theo de Raadt
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