History log of /openbsd-src/usr.bin/patch/mkpath.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 5ad04d35 20-May-2014 guenther <guenther@openbsd.org>

Use errc/warnc to simplify code.
Also, in 'ftp', always put the error message last, after the hostname/ipaddr.

ok jsing@ krw@ millert@


# 17769931 12-Nov-2013 deraadt <deraadt@openbsd.org>

pull in local .h files to satisfy proto


# 6fd3743f 20-Jun-2005 otto <otto@openbsd.org>

umask juggling not needed; with Lionel Fourquaux.
ok millert@ espie@


# a6dfabda 16-May-2005 espie <espie@openbsd.org>

Do not call out mkdir -p, but reuse the code from mkdir(1).

Removes the possibility of nasty stuff happening thanks to unquoted
arguments in system(1).

Also plug a small memory leak.

Problems noti

Do not call out mkdir -p, but reuse the code from mkdir(1).

Removes the possibility of nasty stuff happening thanks to unquoted
arguments in system(1).

Also plug a small memory leak.

Problems noticed by Lionel Fourquaud.

okay millert@, deraadt@

show more ...