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