Age | Commit message (Expand) | Author |
2019-04-03 | Bind ^L (C-l) to clear-screen instead of redraw | Jeremie Courreges-Anglas |
2019-03-24 | detect -t argument being too long, rather than truncating | Theo de Raadt |
2019-03-24 | 16 chars is not enough for the maximum reach major() and minor() | Theo de Raadt |
2019-02-20 | When evaluating an arithmetical expression, for example inside $(()), | Ingo Schwarze |
2019-02-16 | add fsync to STANDARDS; | Jason McIntyre |
2019-02-16 | Implement the conv=fsync feature which does an fsync(2) after the | Alexander Bluhm |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-02-05 | Let ps(1) work in single user mode where /var/run does not exist. | Florian Obser |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2019-01-28 | Implement cp -a ("archive" mode) | Jeremie Courreges-Anglas |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-22 | Add file # and block # to the information "mt status" shows. | Kenneth R Westerback |
2019-01-22 | -p got changed to -f; | Jason McIntyre |
2019-01-21 | add a -f pformat flag to parse the given time with strptime. | Ted Unangst |
2019-01-14 | Fix three more buglets: | Ingo Schwarze |
2019-01-14 | do not peek before the beginning of a string | Ted Unangst |
2019-01-10 | Revert nanosleep(2) loop introduced in v1.25. | cheloha |
2019-01-07 | short circuit mail check if MAIL is unset. ok anton | Ted Unangst |
2018-12-30 | Delete unnecessary <libgen.h> #includes | Philip Guenther |
2018-12-16 | Tweak the syntax displays to show that the list of words | Ingo Schwarze |
2018-12-08 | Fix kill [-SIGNAME | -s SIGNAME] and simplify | Jeremie Courreges-Anglas |
2018-12-07 | format a pair of dashes as "\(em" rather than "--", | Ingo Schwarze |
2018-11-30 | in getopts, when a option is followed by a colon the parameter is mandatory | solene |
2018-11-20 | Convert the pledge call to idiomatic format 'cause we love grep. | Theo de Raadt |
2018-11-20 | Fix the case where the recursion detection isn't reset when the command is | Martijn van Duren |
2018-11-17 | Use a very regular call pattern to pledge, so that we can continue to | Theo de Raadt |
2018-11-16 | Include "id" in pledge (for setres[ug]id, setgroups) if the shell is | Nicholas Marriott |
2018-11-14 | mv imitates, but no longer uses, cp and rm to cross filesystems. | Ted Unangst |
2018-11-10 | remove mention of sbrk. | Daniel Dickman |
2018-10-26 | Fix memory leak in setDolp() where dp is NULL. Based on a diff from | miko |
2018-10-24 | Fix some minor issues found by coverity. | Martijn van Duren |
2018-10-17 | - add an example to date(1) showing how to convert between timezones | Jason McIntyre |
2018-09-29 | Export the PWD and OLDPWD shell variables as per POSIX. | Todd C. Miller |
2018-09-28 | Contrary to the sh manual, it is possible to modify the PWD variable | Todd C. Miller |
2018-09-19 | If getcwd() fails in dinit(), the stat buffer 'swd' is used | Todd C. Miller |
2018-09-19 | Fix last commit, I made one of the changes to the wrong line. | Todd C. Miller |
2018-09-19 | Compare against NULL, not '\0' for pointers. Quiets a warning on | Todd C. Miller |
2018-09-18 | Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. | Todd C. Miller |
2018-09-18 | backout last week of csh diffs. They are disasterously broken, on i386 | Theo de Raadt |
2018-09-18 | remove macros for xmalloc(), xcalloc() & xreallocarray() and just name the | miko |
2018-09-17 | Replace any() with strchr(3). | Martijn van Duren |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-15 | strsave() is hard-fail strdup() so simplify and rename to xstrdup(). | miko |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-09-13 | Use the new libc uid_from_user() and gid_from_group() instead of | Todd C. Miller |
2018-09-08 | blkfree() takes no action for NULL pointer so callers can avoid checking. | miko |
2018-09-07 | fgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@ | cheloha |
2018-09-07 | Revert earlier revert. | Martijn van Duren |
2018-09-07 | Backout recent cp(1) changes; they broke texlive's mktexlsr(1) | Stefan Sperling |
2018-09-07 | Rename dne in copy_file to exists to be more consistent with the other | Martijn van Duren |