#
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.
|
#
fb86b9ff |
| 18-Sep-2018 |
miko <miko@openbsd.org> |
remove macros for xmalloc(), xcalloc() & xreallocarray() and just name the functions that.
ok millert@ martijn@
|
#
acdb3202 |
| 26-Dec-2015 |
mestre <mestre@openbsd.org> |
Replace handrolled xfree() function by directly using free(3)
OK mmcc@
|
#
cfb4977b |
| 08-Feb-2015 |
tedu <tedu@openbsd.org> |
remove ptr_t typedef. void * is good enough for csh.
|
#
f4d574c6 |
| 08-Feb-2015 |
tedu <tedu@openbsd.org> |
delete lots of unnecessary ptr_t casts, and drop a little NULL in as well
|
#
a9c15d0c |
| 08-Feb-2015 |
tedu <tedu@openbsd.org> |
it's safe to call free with null
|
#
38fe9cb3 |
| 17-Oct-2014 |
deraadt <deraadt@openbsd.org> |
no need for realloc() front ends anymore
|
#
a8627d2c |
| 16-Oct-2014 |
deraadt <deraadt@openbsd.org> |
Use reallocarray() and remove a few archaic memory allocation practices. ok deraadt
|
#
c8f2333c |
| 16-Oct-2014 |
deraadt <deraadt@openbsd.org> |
Kill the alloc command, which tried to measure behaviour based on sbrk. Discussed with guenther.
|
#
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 ...
|
#
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.
|
#
a08eb7f8 |
| 25-Jun-2001 |
art <art@openbsd.org> |
unsmoke drugs.
|
#
927fd51f |
| 25-Jun-2001 |
art <art@openbsd.org> |
fix obvious warnings.
|
#
b0c62ffa |
| 25-Jul-1997 |
mickey <mickey@openbsd.org> |
#if __STDC__ --> #ifdef __STDC__
|
#
764064c4 |
| 14-Dec-1996 |
mickey <mickey@openbsd.org> |
-Wall'ing.
|
#
09e94acb |
| 23-Jun-1996 |
deraadt <deraadt@openbsd.org> |
update rcsid
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|