OpenBSD CVS

src/bin/ksh/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / ksh

Current tag: OPENBSD_6_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] tests/        
[TXT] CONTRIBUTORS  1.11   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] LEGAL  1.2   20 years  deraadt   note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting.co...
[TXT] Makefile  1.39   5 years  millert   Add clear-screen emacs editing command, currently not bound to a key by default....
[TXT] NOTES  1.16   6 years  jca   Some more tweaks to NOTES - it's safe to assume that there's no plan to write "...
[TXT] PROJECTS  1.9   6 years  jca   Kill entries that are obviously outdated/out of scope Pointed out by Klemens Na...
[TXT] README  1.16   7 years  jmc   a little tidy up; from raf czlonka
[TXT] alloc.c  1.19   6 years  jca   Introduce internal_warningf() and mark internal_errorf() as noreturn This helps...
[TXT] c_ksh.c  1.62   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] c_sh.c  1.64   4 years  benno   Fix the exit code when eval()uating a || compound list, it would terminate the s...
[TXT] c_test.c  1.27   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] c_test.h  1.4   19 years  otto   Ansification plus some minor knf. No binary change on i386 and sparc64, binary c...
[TXT] c_ulimit.c  1.29   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] config.h  1.19   6 years  jca   Stop pretending we support building ksh without EDIT/HISTORY support ok anton@
[TXT] edit.c  1.69   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] edit.h  1.12   5 years  millert   Add clear-screen emacs editing command, currently not bound to a key by default....
[TXT] emacs.c  1.87   4 years  jca   Use proper function pointer type instead of void * Mixing up function and void ...
[TXT] eval.c  1.66   3 years  tb   Fix "$@" splitting with empty IFS One uncommon but useful way of writing shell ...
[TXT] exec.c  1.74   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] expand.h  1.15   6 years  millert   Bring back the sign compare changes, this time with a fix from otto@ that fixes ...
[TXT] expr.c  1.34   5 years  schwarze   When evaluating an arithmetical expression, for example inside $(()), never do s...
[TXT] history.c  1.84   4 years  jca   No need for <sys/uio.h> as writev(2) isn't used any more.
[TXT] io.c  1.38   4 years  bcallah   Add #include <stdlib.h> for mkstemp. Spotted by maya@netbsd ok deraadt@
[TXT] jobs.c  1.62   3 years  jca   Add support for set -o pipefail With the pipefail option set, the exit status o...
[TXT] ksh.1  1.210   3 years  millert   Clear screen before redrawing the line with ^L, also in input mode. This is simi...
[TXT] lex.c  1.78   6 years  jca   Stop pretending we support building ksh without EDIT/HISTORY support ok anton@
[TXT] lex.h  1.21   6 years  jca   Stop pretending we support building ksh without EDIT/HISTORY support ok anton@
[TXT] mail.c  1.27   5 years  schwarze   Fix three more buglets: 1. Another off-by-one: if a mail file name ends in an (e...
[TXT] main.c  1.98   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] misc.c  1.75   3 years  millert   Collapse consecutive stars to avoid exponential behavior. OK tb@
[TXT] path.c  1.23   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] sh.1  1.152   5 years  schwarze   mention that using vi command line editing mode requires enabling it; omission r...
[TXT] sh.h  1.76   3 years  jca   Add support for set -o pipefail With the pipefail option set, the exit status o...
[TXT] shf.c  1.34   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] shf.h  1.8   8 years  mmcc   Remove a superfluous macro. No binary change. ok tb@
[TXT] syn.c  1.39   6 years  kn   Keep the time pipeline's stack in tact Revision 1.28 (2008) fixed stack abuse b...
[TXT] table.c  1.25   6 years  jca   Introduce internal_warningf() and mark internal_errorf() as noreturn This helps...
[TXT] table.h  1.15   5 years  millert   Add clear-screen emacs editing command, currently not bound to a key by default....
[TXT] trap.c  1.33   5 years  jca   Fix kill [-SIGNAME | -s SIGNAME] and simplify While the code intended to suppor...
[TXT] tree.c  1.34   6 years  tobias   Support 64 bit integers on 32 bit architectures. No binary change on amd64 and ...
[TXT] tree.h  1.12   8 years  mmcc   Remove three distracting aliases for NULL. ok nicm@
[TXT] tty.c  1.18   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] tty.h  1.6   8 years  nicm   Remove EXTERN from tty.[ch], from Michael McConville. No binary change.
[TXT] var.c  1.71   4 years  tb   Enforce that TMOUT is an integer literal to prevent command execution from the e...
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.57   3 years  millert   Clear screen before redrawing the line with ^L, also in input mode. This is simi...