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
/
bin
/
csh
/
dol.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2019-06-28
mkstemp() returns -1 on failure
Theo de Raadt
2018-10-26
Fix memory leak in setDolp() where dp is NULL. Based on a diff from
miko
2018-09-18
backout last week of csh diffs. They are disasterously broken, on i386
Theo de Raadt
2018-09-17
Replace any() with strchr(3).
Martijn van Duren
2018-09-08
blkfree() takes no action for NULL pointer so callers can avoid checking.
miko
2017-12-16
Passing NULL to free() is fine; from Michael W. Bombardieri.
anton
2015-12-26
Replace handrolled xfree() function by directly using free(3)
mestre
2015-02-08
delete many more ptr_t casts
Ted Unangst
2014-10-16
Use reallocarray() and remove a few archaic memory allocation practices.
Theo de Raadt
2010-08-12
Use symbolic names for the file descriptors rather than numeric values.
Kevin Lo
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-02-25
spacing
Theo de Raadt
2003-12-01
Truncate the source string before copying during variable substitution
Todd C. Miller
2003-06-11
de-register and ansify functions
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-01-08
bring in strlcpy and strlcat-like things for dealing with Char types,
Theo de Raadt
2002-06-09
knf
Todd T. Fries
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-01
avoid SEGV on out-of-range argument reference ("echo $020129163642").
Jun-ichiro itojun Hagino
2001-06-25
fix obvious warnings.
Artur Grabowski
2000-10-30
Use mkstemp(3) for here document (<<) temporary files instead of $$
Todd C. Miller
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt