History log of /openbsd-src/bin/csh/exec.c (Results 1 – 22 of 22)
Revision Date Author Comments
# 5b133f3f 08-Mar-2023 guenther <guenther@openbsd.org>

Delete obsolete /* ARGSUSED */ lint comments.

ok miod@ millert@


# 5f867525 18-Sep-2018 deraadt <deraadt@openbsd.org>

backout last week of csh diffs. They are disasterously broken, on i386
it becomes entirely unusable.


# ab0a5ca8 17-Sep-2018 martijn <martijn@openbsd.org>

Replace any() with strchr(3).

OK millert@ and miko@


# acdb3202 26-Dec-2015 mestre <mestre@openbsd.org>

Replace handrolled xfree() function by directly using free(3)

OK mmcc@


# e04eee48 28-Oct-2015 naddy <naddy@openbsd.org>

unifdef _PATH_*


# 5903a35e 08-Feb-2015 tedu <tedu@openbsd.org>

delete many more ptr_t casts


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# 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 ...


# 609f92eb 25-Feb-2005 deraadt <deraadt@openbsd.org>

spacing


# 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.


# 6a01f4ac 08-Jan-2003 deraadt <deraadt@openbsd.org>

bring in strlcpy and strlcat-like things for dealing with Char types,
this fixes at least 15 buffer overflows; some help from dhartmei.
Anyone want to go do the same in ksh, and help with some of the

bring in strlcpy and strlcat-like things for dealing with Char types,
this fixes at least 15 buffer overflows; some help from dhartmei.
Anyone want to go do the same in ksh, and help with some of the while
(*s++ = *p++) loops in here?

show more ...


# 885e28c6 09-Jun-2002 todd <todd@openbsd.org>

knf


# e7beb4a7 19-Feb-2002 millert <millert@openbsd.org>

We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.


# 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 ...


# 81b1fe40 18-May-1998 deraadt <deraadt@openbsd.org>

MAXPATHLEN not MAXPATHLEN+1


# 982ba893 15-Nov-1997 todd <todd@openbsd.org>

slipped through the cracks.


# 9ab19eca 15-Nov-1997 todd <todd@openbsd.org>

spelling


# b0c62ffa 25-Jul-1997 mickey <mickey@openbsd.org>

#if __STDC__ --> #ifdef __STDC__


# 6b38f156 02-Nov-1996 millert <millert@openbsd.org>

Update from NetBSD (christos)
Quote all imported environment variables.


# 09e94acb 23-Jun-1996 deraadt <deraadt@openbsd.org>

update rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree