#
44cfad27 |
| 18-Sep-2018 |
millert <millert@openbsd.org> |
Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK deraadt@
|
#
5f867525 |
| 18-Sep-2018 |
deraadt <deraadt@openbsd.org> |
backout last week of csh diffs. They are disasterously broken, on i386 it becomes entirely unusable.
|
#
63a151f2 |
| 15-Sep-2018 |
miko <miko@openbsd.org> |
strsave() is hard-fail strdup() so simplify and rename to xstrdup(). with help from martijn@.
ok millert@ martijn@
|
#
bcb7da30 |
| 08-Sep-2018 |
miko <miko@openbsd.org> |
blkfree() takes no action for NULL pointer so callers can avoid checking.
ok jca@
|
#
d99a0661 |
| 16-Dec-2017 |
anton <anton@openbsd.org> |
Passing NULL to free() is fine; from Michael W. Bombardieri.
|
#
acdb3202 |
| 26-Dec-2015 |
mestre <mestre@openbsd.org> |
Replace handrolled xfree() function by directly using free(3)
OK mmcc@
|
#
5903a35e |
| 08-Feb-2015 |
tedu <tedu@openbsd.org> |
delete many more ptr_t casts
|
#
7c43460d |
| 11-Nov-2009 |
deraadt <deraadt@openbsd.org> |
incorrect range check, > vs >=, on the error list, spotted by parfait ok otto jsg
|
#
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 ...
|
#
3d5126ea |
| 17-May-2008 |
sobrado <sobrado@openbsd.org> |
documentation tweaks.
ok (some time ago) jmc@
|
#
84b59344 |
| 17-Mar-2006 |
otto <otto@openbsd.org> |
off-by-one; inspired by a netbsd coverity fix; ok deraadt@
|
#
e757c91e |
| 11-Jun-2003 |
deraadt <deraadt@openbsd.org> |
de-register and ansify functions
|
#
29295d1c |
| 02-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.
|
#
e7beb4a7 |
| 19-Feb-2002 |
millert <millert@openbsd.org> |
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
|
#
8dd59a27 |
| 30-Aug-2000 |
mickey <mickey@openbsd.org> |
prevent core dumps when stderror() is called before reslab is initialized
|
#
9ab19eca |
| 15-Nov-1997 |
todd <todd@openbsd.org> |
spelling
|
#
b40aa6ff |
| 22-Sep-1997 |
millert <millert@openbsd.org> |
err.[ch] -> error.[ch] and fix err/warn usage.
|