tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
xinstall
/
at
jcs
4 files
Makefile
Remove -S from install commands
7 years ago
install.1
Fix a race condition: do not unlink(2) a file and then open(2) it with O_CREAT|O_EXCL; instead, always create it with a temporary name, then rename(2) it into place atomically. For example, the race caused failures in parallel builds that (foolishly) install the same file twice.
7 years ago
pathnames.h
xinstall.c
create_tempfile: pass pointer to full pathname to strlcat()
1 year ago