#
54b00945 |
| 25-May-2017 |
tedu <tedu@openbsd.org> |
fix a variety of warnings. from Brian Callahan
|
#
bfda557d |
| 13-Mar-2014 |
tedu <tedu@openbsd.org> |
last bits of indentation and style
|
#
591b5352 |
| 13-Jan-2014 |
millert <millert@openbsd.org> |
Callers of get_state() and sole_reduction() always store the result as a short so make the return value match the type of the value we are returning. From Michael W. Bombardieri
|
#
ef356450 |
| 08-Jan-2014 |
millert <millert@openbsd.org> |
Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(), nalloc(), free() and realloc() directly. The macros were casting to the wrong (pre-C89) types and there is no need for them in
Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(), nalloc(), free() and realloc() directly. The macros were casting to the wrong (pre-C89) types and there is no need for them in a C89 world. OK matthew@
show more ...
|
#
fdd8157a |
| 03-Mar-2012 |
nicm <nicm@openbsd.org> |
Replace some loops with calloc/memset. From Michael W Bombardieri.
ok millert
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|
#
3ff7a0b5 |
| 10-Jun-2005 |
pvalchev <pvalchev@openbsd.org> |
-Wall clean; ok otto deraadt
|
#
fc6b8f10 |
| 08-Aug-2004 |
deraadt <deraadt@openbsd.org> |
spacing
|
#
d1e49392 |
| 19-Jun-2003 |
pvalchev <pvalchev@openbsd.org> |
ansify; ok miod
|
#
f75387cb |
| 03-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
3f7a70a4 |
| 19-Jun-2002 |
deraadt <deraadt@openbsd.org> |
have yacc spit out c compiler-like error messages, so that utilities which expect those can cope. I've wanted this for >12 years.
|
#
c72b5b24 |
| 16-Feb-2002 |
millert <millert@openbsd.org> |
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
show more ...
|
#
c0932ef1 |
| 19-Nov-2001 |
mpech <mpech@openbsd.org> |
kill more registers
millert@ ok
|
#
1d699125 |
| 16-Jul-2001 |
pvalchev <pvalchev@openbsd.org> |
-Wall cleanup; ok deraadt
|
#
c7b60e4d |
| 04-Aug-1999 |
millert <millert@openbsd.org> |
o Use __progname o Use _PATH_TMP o Use mkstemp() instead of mktemp() o Really use 10 X's (one is eaten up by a letter) o Correct manpage wrt temp file name o Uncomment .Xr yyfix in man page since we
o Use __progname o Use _PATH_TMP o Use mkstemp() instead of mktemp() o Really use 10 X's (one is eaten up by a letter) o Correct manpage wrt temp file name o Uncomment .Xr yyfix in man page since we ship it now
show more ...
|
#
f3bae140 |
| 21-Apr-1996 |
deraadt <deraadt@openbsd.org> |
sync to netbsd 960418
|
#
6402e213 |
| 31-Mar-1996 |
etheisen <etheisen@openbsd.org> |
Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.
NetBSD's byacc %expect mods are buggy and don't handle syntax or semantic errors. Additionally, they do not mimic the BISON b
Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.
NetBSD's byacc %expect mods are buggy and don't handle syntax or semantic errors. Additionally, they do not mimic the BISON behavior they try to emulate. Our local OpenBSD %expect mods are much better.
show more ...
|
#
505b2ec8 |
| 04-Feb-1996 |
etheisen <etheisen@openbsd.org> |
Yacc now understands %expect keyword. This should help prevent yacc from gagging on GNU bison grammer.
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|