summaryrefslogtreecommitdiffstats
path: root/bin/csh/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor issues found by coverity.martijn2018-10-241-5/+4
* Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes.millert2018-09-181-17/+1
* backout last week of csh diffs. They are disasterously broken, on i386deraadt2018-09-181-8/+20
* Replace any() with strchr(3).martijn2018-09-171-12/+1
* strsave() is hard-fail strdup() so simplify and rename to xstrdup().miko2018-09-151-9/+8
* Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh.anton2017-06-201-4/+34
* Don't call sysconf() in a loop conditional when the loop won't affect itguenther2016-08-141-2/+3
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-4/+4
* miscellaneous cruft:naddy2015-10-261-19/+1
* unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)naddy2015-10-261-39/+1
* delete tons more caststedu2015-02-081-6/+4
* delete many more ptr_t caststedu2015-02-081-4/+4
* Use reallocarray() and remove a few archaic memory allocation practices.deraadt2014-10-161-3/+3
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* unused code and variablesderaadt2005-12-111-11/+2
* de-register and ansify functionsderaadt2003-06-111-73/+43
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-7/+3
* 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.millert2002-02-161-3/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* Update from NetBSD (christos)millert1996-11-021-2/+15
* s/NOFILE/sysconf(_SC_OPEN_MAX)/deraadt1996-06-291-3/+3
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+426