summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* If getcwd() fails in dinit(), the stat buffer 'swd' is usedmillert2018-09-191-30/+30
* Fix last commit, I made one of the changes to the wrong line.millert2018-09-191-3/+3
* Compare against NULL, not '\0' for pointers. Quiets a warning onmillert2018-09-191-3/+3
* Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes.millert2018-09-186-35/+30
* backout last week of csh diffs. They are disasterously broken, on i386deraadt2018-09-1813-60/+74
* remove macros for xmalloc(), xcalloc() & xreallocarray() and just name themiko2018-09-183-13/+9
* Replace any() with strchr(3).martijn2018-09-179-49/+40
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-162-13/+7
* strsave() is hard-fail strdup() so simplify and rename to xstrdup().miko2018-09-154-15/+14
* Fix warnings caused by user_from_uid() and group_from_gid() nowmillert2018-09-131-2/+3
* Use the new libc uid_from_user() and gid_from_group() instead ofmillert2018-09-137-312/+25
* blkfree() takes no action for NULL pointer so callers can avoid checking.miko2018-09-086-29/+24
* fgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@cheloha2018-09-071-21/+20
* Revert earlier revert.martijn2018-09-072-30/+53
* Backout recent cp(1) changes; they broke texlive's mktexlsr(1)stsp2018-09-072-53/+30
* Rename dne in copy_file to exists to be more consistent with the othermartijn2018-09-072-9/+9
* Also verify a overwrite for the copy of a fifo, link and device node.martijn2018-09-072-7/+14
* Move the question to allow a copy to its own function.martijn2018-09-071-13/+26
* The combination of -v and -i and the deny of a copy would cause the copymartijn2018-09-072-10/+13
* markup flag arguments; ok jmc@ schwarze@anton2018-08-251-16/+26
* unveil dev.db "r" for devname(), /dev "r", and in the non-sysctl casederaadt2018-08-081-1/+14
* use .Fl macro for command line optionsschwarze2018-08-051-3/+3
* wrong macroschwarze2018-08-051-3/+3
* Free operand copies after parsing.cheloha2018-07-251-8/+9
* Don't cast malloc(3) size to u_int.cheloha2018-07-231-5/+9
* Point to glob in section 7 for the actual list of special characters insteadkn2018-07-232-8/+8
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-3/+3
* ensure tape name and tape commands are not too long. passing too longderaadt2018-07-092-6/+17
* Second attempt of the recently backed out variable expansion fix. This time withanton2018-07-091-4/+35
* Back out previous. naddy and rpe found that it breaks the installer withtb2018-07-081-35/+4
* Fix a bug related to variable expansion referencing multiple read-onlyanton2018-07-081-4/+35
* Count $MAILCHECK with the monotonic clock.cheloha2018-06-251-6/+11
* Revert previous, there were some unintended beviour changes.martijn2018-06-191-3/+27
* Use shl_out->fd instead of STDOUT_FILENO in the call the setupterm().millert2018-06-181-2/+2
* Remove the parse_char_class and let regcomp determine if our bracketsmartijn2018-06-181-27/+3
* Add clear-screen emacs editing command, currently not bound to amillert2018-06-187-17/+72
* Remove references to BACKWARDS.martijn2018-06-152-6/+2
* Make sure we always return more than a single '!' in get_shell_command.martijn2018-06-151-5/+5
* Remove the non-BACKWARDS option for GET_THIRD_ADDR. No change to currentmartijn2018-06-151-22/+1
* handle the seperation of kvm_getenvv() and kvm_getargv() more cleanlyderaadt2018-06-121-6/+7
* Remove the extra pager code when compiled without the BACKWARDS flag.martijn2018-06-041-13/+1
* Definitively choose the existing semantics for the scroll and null command.martijn2018-06-042-15/+2
* point readers to the correct place instead of having thembenno2018-05-301-4/+4
* Fail earlier if we don't have a current filename. This simlifies themartijn2018-05-241-52/+26
* remove the alias type='whence -v' and replace it withbenno2018-05-184-11/+38
* Make ed's 'l' command end lines with a '$' and make sure that literalmartijn2018-04-262-21/+6
* The time-setting codepath can use pledge "settime" which was added forderaadt2018-04-251-2/+5
* Keep the time pipeline's stack in tactkn2018-04-241-4/+8
* Count $SECONDS with CLOCK_MONOTONIC.cheloha2018-04-131-5/+12
* Support 64 bit integers on 32 bit architectures.tobias2018-04-0914-58/+61