Age | Commit message (Expand) | Author |
2024-10-17 | create_tempfile: pass pointer to full pathname to strlcat() | Todd C. Miller |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2020-04-07 | install -d should error out if no directory is given | Marc Espie |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-09 | This no longer uses utime(3), so it doesn't need <utime.h> | Philip Guenther |
2019-02-24 | Remove -S from install commands | kn |
2019-02-14 | properly track file names and fds in case the installed file was already | Marc Espie |
2019-02-14 | recommit ingo's 1.68 fix, now that we got a fix for the fringe case | Marc Espie |
2019-02-09 | Revert previous. | Ingo Schwarze |
2019-02-08 | Fix a race condition: do not unlink(2) a file and then open(2) it | Ingo Schwarze |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2016-05-13 | spelling and usage() fixes; | Jason McIntyre |
2016-05-13 | -F is nonstandard as well. from Caspar Schutijser | Ted Unangst |
2016-05-12 | Add -F option to install(1) that calls fsync(2) on the installed | Todd C. Miller |
2016-02-01 | missing word; from jan stary | Jason McIntyre |
2015-12-31 | Remove use of sysexits.h. | Todd C. Miller |
2015-07-19 | when using -D, do not use the mode set for the target file as the directory mode | Jasper Lievisse Adriaanse |
2015-07-18 | kill trailing whitespace | Jasper Lievisse Adriaanse |
2015-07-18 | add -D to create the full destination path before installing the source into it | Jasper Lievisse Adriaanse |
2015-04-18 | Use futimens() to preserve timestamps with subsec precision. | Philip Guenther |
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 |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-06-02 | Copy approach from mkdir to fix a race condition where multiple install -d's | Christian Weisgerber |
2013-02-18 | Report unlink() errors unless ENOENT; especially useful in case of read-only | Miod Vallat |
2012-09-14 | There's no reason to unlink the destination if we can't even open | Todd C. Miller |
2012-04-11 | Move size == 0 check to the beginnig of copy(); ok espie@ | Todd C. Miller |
2012-04-11 | fix install to cope with 0-sized mmap now returning EINVAL. | Marc Espie |
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-03-27 | -S (safe mode) would copy the file over, rename it to the target, then | Peter Hessler |
2009-03-16 | improve spacing in synopsis. | Igor Sobrado |
2007-09-05 | Missing colon in optsring for 'B' | Jonathan Gray |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-05-16 | Allow stripping of files, even if the destination filename | Moritz Jodeit |
2006-01-10 | Use strlcpy(), not strncpy(); OK deraadt@ | Todd C. Miller |
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2004-02-10 | - sort options | Jason McIntyre |
2004-02-06 | - options description cleanup | Jason McIntyre |
2003-11-22 | madvise() -- take two | Michael Shalayeff |
2003-11-22 | Revert the last change since it's broke make release. | Alexander Yurchenko |