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
/
lndir
/
lndir.c
Age
Commit message (
Expand
)
Author
2020-03-06
lndir(1) doesn't need write access to any files and/or folders so wpath promise
Ricardo Mestre
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-10-10
fairly simple pledge to "stdio rpath wpath cpath"
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2010-08-22
small style fixes of no consequnce
Ted Unangst
2006-11-15
err(..., strerror(errno)) is redundant.
Miod Vallat
2005-10-04
standard synopsis/usage() and sort options list;
Jason McIntyre
2005-10-04
ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@.
Matthieu Herrb
2004-06-29
kill spaces
Michael Shalayeff
2003-05-13
Use dp->d_namlen instead of strlen(dp->d_name) and check for
Todd C. Miller
2003-04-14
More strlcpy/strlcat and use memmove for equivalent() so it is more
Todd C. Miller
2003-04-10
Some style from Andrey Matveev
Todd C. Miller
2002-09-23
Add missing includes, breaks and semicolons to appease gcc3; David Krause
Todd C. Miller
2002-06-17
KNF
Theo de Raadt
2002-05-29
strlcat
Theo de Raadt
2002-03-28
Fix err*() usage.
Oleg Safiullin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-04
removed unused variable (-Wall cleanup)
jasoni
2000-07-20
Code cleanup, user errx and warn instead of the hacks already there.
Eric Jackson
1996-08-19
We need a malloc prototype for alphas
Niklas Hallqvist
1996-08-19
Move the except check.
Jason Downs
1996-08-19
kill a little more cruft.
Jason Downs
1996-08-19
lndir from X11, hacked up.
Jason Downs