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_3_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] tests/        
[TXT] CONTRIBUTORS  1.9   24 years  millert   pdksh-5.2.14
[TXT] LEGAL  1.2   20 years  deraadt   note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting.co...
[TXT] Makefile  1.23   19 years  millert   Call perl directly instead of using an sh script to find it. OK otto@
[TXT] NOTES  1.9   20 years  jmc   typos from Jared Yanovich;
[TXT] PROJECTS  1.6   19 years  millert   Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ...
[TXT] README  1.10   21 years  david   spelling fixes ok millert@
[TXT] alloc.c  1.7   20 years  deraadt   basic knf
[TXT] c_ksh.c  1.25   19 years  otto   Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic expressio...
[TXT] c_sh.c  1.28   19 years  otto   Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic expressio...
[TXT] c_test.c  1.15   19 years  otto   Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic expressio...
[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.13   19 years  otto   Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic expressio...
[TXT] config.h  1.13   19 years  millert   remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directly (we defi...
[TXT] edit.c  1.27   19 years  deraadt   knf
[TXT] edit.h  1.7   19 years  millert   Use stdbool.h instead of rolling our own bools.
[TXT] emacs.c  1.35   19 years  otto   Printt ^D and newline on EOF in emacs mode like in vi mode. Help and ok jaredy@ ...
[TXT] eval.c  1.26   19 years  deraadt   knf
[TXT] exec.c  1.39   19 years  otto   Fix a use-after-free, that causs core dumps if a shell is killed running with st...
[TXT] expand.h  1.5   19 years  millert   deregister
[TXT] expr.c  1.17   19 years  otto   Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic expressio...
[TXT] history.c  1.29   19 years  millert   Use stdbool.h instead of rolling our own bools.
[TXT] io.c  1.20   19 years  otto   Remove -Wno-unused form CFLAGS and kill some unused vars found as a result of th...
[TXT] jobs.c  1.32   19 years  deraadt   knf
[TXT] ksh.1  1.97   19 years  jmc   document that $HOME is shown as `~' for PS1 \w substitutions; diff from niall o'...
[TXT] lex.c  1.35   19 years  otto   Set \u in prompt expansion to the right value, while avoiding getpw* calls, whic...
[TXT] lex.h  1.9   19 years  millert   Get rid of #ifdef KSH since we don't care about building a V7 style sh and the #...
[TXT] mail.c  1.14   19 years  millert   Use stdbool.h instead of rolling our own bools.
[TXT] main.c  1.36   19 years  otto   Set \u in prompt expansion to the right value, while avoiding getpw* calls, whic...
[TXT] misc.c  1.26   19 years  millert   g/c str_zcpy()
[TXT] path.c  1.11   19 years  otto   Ansification plus some minor knf. No binary change on i386 and sparc64, binary c...
[TXT] sh.1  1.65   19 years  jmc   sort options to echo builtin;
[TXT] sh.h  1.26   19 years  otto   Set \u in prompt expansion to the right value, while avoiding getpw* calls, whic...
[TXT] shf.c  1.11   19 years  otto   Ansification plus some minor knf. No binary change on i386 and sparc64, binary c...
[TXT] shf.h  1.4   19 years  otto   Ansification plus some minor knf. No binary change on i386 and sparc64, binary c...
[TXT] syn.c  1.20   19 years  millert   Use stdbool.h instead of rolling our own bools.
[TXT] table.c  1.9   19 years  otto   Ansification plus some minor knf. No binary change on i386 and sparc64, binary c...
[TXT] table.h  1.6   19 years  millert   Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ...
[TXT] trap.c  1.21   19 years  deraadt   knf
[TXT] tree.c  1.15   19 years  otto   Ansification plus some minor knf. No binary change on i386 and sparc64, binary c...
[TXT] tree.h  1.9   19 years  millert   Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ...
[TXT] tty.c  1.7   19 years  millert   Use stdbool.h instead of rolling our own bools.
[TXT] tty.h  1.5   19 years  otto   Ansification plus some minor knf. No binary change on i386 and sparc64, binary c...
[TXT] var.c  1.23   19 years  otto   Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic expressio...
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.19   19 years  danh   fix some vi-mode bugs spotted by jmc@ tested by jmc@, ok otto@
[TXT] BUG-REPORTS (in the Attic) [Hide]  1.15   20 years  jmc   typos from Jared Yanovich; ok deraadt@
[TXT] ChangeLog (in the Attic) [Hide]  1.14   21 years  david   spelling fixes ok millert@
[TXT] ChangeLog.0 (in the Attic) [Hide]  1.4   21 years  jmc   typos; from Brian Poole
[TXT] IAFA-PACKAGE (in the Attic) [Hide]  1.7   24 years  millert   pdksh-5.2.14
[TXT] INSTALL (in the Attic) [Hide]  1.1.1.1   27 years  downsj   Import pdksh 5.2.7.
[TXT] NEWS (in the Attic) [Hide]  1.13   20 years  jmc   typos from Jared Yanovich; ok deraadt@
[TXT] emacs-gen.sh (in the Attic) [Hide]  1.2   19 years  millert   Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ...
[TXT] ksh_limval.h (in the Attic) [Hide]  1.2   19 years  millert   Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ...
[TXT] proto.h (in the Attic) [Hide]  1.25   19 years  otto   Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic expressio...