summaryrefslogtreecommitdiff
path: root/usr.bin/apply
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
2014-09-08obvious cases of missing .An;Ingo Schwarze
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-31convert to new .Dd format;Jason McIntyre
2007-05-09Remove shadowed, redundant variable. From Bret Lambert.Ray Lai
2006-12-14"apply echo *" operates similarly to ls(1), not "apply echo a*";Jason McIntyre
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-10- section reorderJason McIntyre
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
2003-03-12more .LiTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
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
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Reformat EXAMPLES section.Aaron Campbell
2000-12-24Sync usage() with man page.Aaron Campbell
2000-11-20fixes; mpech@prosoft.org.lvTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-01-08Formatting fixes + better description of -a.Aaron Campbell
1999-12-05- Document -d option.Aaron Campbell
1999-12-03off by one for string length calculationTheo de Raadt
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1997-09-21$OpenBSD$Theo 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-09-27correct quotes; netbsd pr#2781; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt