summaryrefslogtreecommitdiff
path: root/bin/csh/proc.c
AgeCommit message (Expand)Author
2015-12-26Replace handrolled xfree() function by directly using free(3)mestre
2015-10-26miscellaneous cruft:Christian Weisgerber
2015-10-26remove the profiling and debugging ifdefs; ok zhuk@Christian Weisgerber
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-02-08delete tons more castsTed Unangst
2015-02-08delete many more ptr_t castsTed Unangst
2014-10-13remove unused variableCharles Longeau
2014-07-14Instead of using a variable format string to change the field width,Philip Guenther
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-09-19When sanity checking signal numbers, error out on signal >= NSIG,Todd C. Miller
2003-06-11de-register and ansify functionsTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-07Strlcpy improvements. ok deraadt@Ted Unangst
2003-01-08bring in strlcpy and strlcat-like things for dealing with Char types,Theo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-01KNFTheo de Raadt
2000-06-28Use strtol(), not atoi() when converting a decimal string to an integer.Todd C. Miller
1998-12-21correct built-in killTheo de Raadt
1998-12-21like kill(1), have csh builtin handle -SIGxxx names; kleinkTheo de Raadt
1998-05-17do not advance pointer that free() will happen toTheo de Raadt
1998-05-13support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]"Theo de Raadt
1997-09-22err.[ch] -> error.[ch] and fix err/warn usage.Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1996-12-14-Wall'ing.Michael Shalayeff
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt