summaryrefslogtreecommitdiffstats
path: root/bin/csh/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill the alloc command, which tried to measure behaviour based on sbrk.deraadt2014-10-161-2/+1
| | | | Discussed with guenther.
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | 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
* kill printf builtin. no reason to be a builtin, but furthermore, thederaadt2003-06-231-3/+2
| | | | handling of format strings is quite non-compliant.
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-7/+3
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
|
* update rcsidderaadt1996-06-231-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+140