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_4_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] tests/        
[TXT] CONTRIBUTORS  1.10   18 years  jmc   typos from alexey dobriyan;
[TXT] LEGAL  1.2   20 years  deraadt   note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting.co...
[TXT] Makefile  1.25   18 years  otto   Introducing mknod as a built-in. It might be against the unix philosophy, but in...
[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.29   18 years  deraadt   might as well make ksh_getopt() match real getopt(), ie. get rid of that stupid ...
[TXT] c_sh.c  1.35   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] c_test.c  1.17   19 years  deraadt   lots of indentation cleanup, now ksh is readable like our other code. double che...
[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.15   18 years  deraadt   might as well make ksh_getopt() match real getopt(), ie. get rid of that stupid ...
[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.31   18 years  otto   fix a few name clashes with libc; found by lint. ok deraadt@
[TXT] edit.h  1.8   19 years  deraadt   spacing
[TXT] emacs.c  1.40   17 years  beck   fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>. tested by me an...
[TXT] eval.c  1.30   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] exec.c  1.46   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] expand.h  1.6   19 years  deraadt   lots of indentation cleanup, now ksh is readable like our other code. double che...
[TXT] expr.c  1.19   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] history.c  1.35   18 years  otto   Implement \$ and \# expansion for PS1. Whoever thought it a clever idea to assig...
[TXT] io.c  1.22   18 years  millert   Simplify savefd() by removing the "noclose" flag and make noclose behavior the d...
[TXT] jobs.c  1.35   18 years  jmc   typos from alexey dobriyan;
[TXT] ksh.1  1.117   17 years  jmc   comment fix; from tamas tevesz
[TXT] lex.c  1.42   17 years  beck   fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>. tested by me an...
[TXT] lex.h  1.11   18 years  otto   Implement \$ and \# expansion for PS1. Whoever thought it a clever idea to assig...
[TXT] mail.c  1.15   19 years  deraadt   lots of indentation cleanup, now ksh is readable like our other code. double che...
[TXT] main.c  1.41   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] misc.c  1.30   18 years  deraadt   might as well make ksh_getopt() match real getopt(), ie. get rid of that stupid ...
[TXT] path.c  1.12   19 years  deraadt   lots of indentation cleanup, now ksh is readable like our other code. double che...
[TXT] sh.1  1.73   17 years  jmc   clarifications for OPTIND: hunk #1 from tamas tevesz; hunk #2 from otto; ok ot...
[TXT] sh.h  1.29   18 years  deraadt   remove unused variables and functions
[TXT] shf.c  1.15   18 years  deraadt   use SEEK_* for lseek()
[TXT] shf.h  1.6   18 years  deraadt   remove unused variables and functions
[TXT] syn.c  1.27   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] table.c  1.12   18 years  otto   fix a few name clashes with libc; found by lint. ok deraadt@
[TXT] table.h  1.7   18 years  otto   fix a few name clashes with libc; found by lint. ok deraadt@
[TXT] trap.c  1.22   19 years  deraadt   lots of indentation cleanup, now ksh is readable like our other code. double che...
[TXT] tree.c  1.18   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] tree.h  1.10   19 years  deraadt   spacing
[TXT] tty.c  1.9   18 years  deraadt   only santa checks things twice; from adobriyan@gmail; ok tedu
[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.30   18 years  otto   Set the index of item[0], since it might not have been set before (A=0; A[1]=1) ...
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.23   18 years  jaredy   fix lint comments, no functional changes; ok ray
[TXT] BUG-REPORTS (in the Attic) [Hide]  1.16   18 years  miod   More typos (especially indicies -> indices), checked with jmc@
[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] mknod.c (in the Attic) [Hide]  1.1   18 years  otto   Introducing mknod as a built-in. It might be against the unix philosophy, but in...
[TXT] proto.h (in the Attic) [Hide]  1.30   18 years  millert   Simplify savefd() by removing the "noclose" flag and make noclose behavior the d...