#
54b00945 |
| 25-May-2017 |
tedu <tedu@openbsd.org> |
fix a variety of warnings. from Brian Callahan
|
#
7b46fff7 |
| 02-Dec-2014 |
millert <millert@openbsd.org> |
Remove dead stores found by llvm checker and mark functions that call done() as __dead to avoid false positives. OK otto@
|
#
8d3728c6 |
| 13-Mar-2014 |
tedu <tedu@openbsd.org> |
collapse variable declarations
|
#
134eec3d |
| 08-Mar-2014 |
tedu <tedu@openbsd.org> |
reindent
|
#
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 ...
|
#
8cb733d0 |
| 30-May-2012 |
nicm <nicm@openbsd.org> |
Replace a loop with a memset, from Michael W Bombardieri. White here also remove an unnecessary assignment pointed out by millert@.
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
|
#
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.
|
#
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
|
#
1258a77d |
| 26-Jun-1996 |
deraadt <deraadt@openbsd.org> |
rcsid
|
#
f3bae140 |
| 21-Apr-1996 |
deraadt <deraadt@openbsd.org> |
sync to netbsd 960418
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|