Age | Commit message (Expand) | Author |
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 |
2018-09-07 | Also verify a overwrite for the copy of a fifo, link and device node. | Martijn van Duren |
2018-09-07 | Move the question to allow a copy to its own function. | Martijn van Duren |
2018-09-07 | The combination of -v and -i and the deny of a copy would cause the copy | Martijn van Duren |
2018-08-25 | markup flag arguments; ok jmc@ schwarze@ | anton |
2018-08-08 | unveil dev.db "r" for devname(), /dev "r", and in the non-sysctl case | Theo de Raadt |
2018-08-05 | use .Fl macro for command line options | Ingo Schwarze |
2018-08-05 | wrong macro | Ingo Schwarze |
2018-07-25 | Free operand copies after parsing. | cheloha |
2018-07-23 | Don't cast malloc(3) size to u_int. | cheloha |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | ensure tape name and tape commands are not too long. passing too long | Theo de Raadt |
2018-07-09 | Second attempt of the recently backed out variable expansion fix. This time with | anton |
2018-07-08 | Back out previous. naddy and rpe found that it breaks the installer with | Theo Buehler |
2018-07-08 | Fix a bug related to variable expansion referencing multiple read-only | anton |
2018-06-25 | Count $MAILCHECK with the monotonic clock. | cheloha |
2018-06-19 | Revert previous, there were some unintended beviour changes. | Martijn van Duren |
2018-06-18 | Use shl_out->fd instead of STDOUT_FILENO in the call the setupterm(). | Todd C. Miller |
2018-06-18 | Remove the parse_char_class and let regcomp determine if our brackets | Martijn van Duren |