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