summaryrefslogtreecommitdiff
path: root/usr.bin/apply/apply.c
AgeCommit message (Expand)Author
2018-04-01With malloc option J, the first realloc(3) in apply(1) would returnAlexander Bluhm
2018-03-27Fix possibly wrong execution of commands and out of boundary write withTobias Stoeckmann
2015-10-10pledge "stdio proc exec" works.Theo de Raadt
2013-11-25variety of unsigned char casts (or conversions) for ctypeTheo de Raadt
2011-04-29small tidy. contribution from patrick keshishian and extra tab spot by halex....lum
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-05-09Remove shadowed, redundant variable. From Bret Lambert.Ray Lai
2005-11-14use asprintf()Theo de Raadt
2005-05-15- simplify usageJared Yanovich
2005-03-25Use the return value from getopt() instead of optopt in non-errorJared Yanovich
2005-02-24Store result of snprintf() in a signed type and check it for -1.Jonathan Gray
2004-09-14unalias system() copy from libc versionTheo de Raadt
2003-11-10c2 cannot be const as it produces all kinds of conflictsMichael Shalayeff
2003-09-26better realloc. ok deraadt@Ted Unangst
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-06snprintf; ok millertTheo de Raadt
2003-04-04snprintf; ok from espie tedu and othersTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-12-24Sync usage() with man page.Aaron Campbell
2000-11-20fixes; mpech@prosoft.org.lvTheo de Raadt
1999-12-03off by one for string length calculationTheo de Raadt
1997-08-31union wait diesTheo de Raadt
1997-07-29Changed vfork() to fork() -- pointed out by Theobitblt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt