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_9_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.27   15 years  millert   Add POSIX character class support ([:alpha:] and friends) to ksh globbing. OK de...
[TXT] NOTES  1.11   16 years  fgsch   backout last change; iff is right. prompted by deraadt@
[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.8   15 years  millert   Extra sanity checking for afree(); OK deraadt@ and pvalchev@
[TXT] c_ksh.c  1.33   15 years  kili   Ensure that *wp isn't NULL. ok otto@
[TXT] c_sh.c  1.41   14 years  jmc   `b' and `c' arguments to mknod are not optional; from LEVAI Daniel c_sh.c part f...
[TXT] c_test.c  1.18   15 years  otto   Fix PR #723: test(1) operator precedence inconsistent with POSIX Make sure ksh b...
[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.17   16 years  millert   Make ulimit able to get and set multiple limits in a single invocation like bash...
[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.34   14 years  fgsch   Escape "=", remove if 0'd out code and simplify check in x_print_expansions. mil...
[TXT] edit.h  1.8   19 years  deraadt   spacing
[TXT] emacs.c  1.42   14 years  halex   fix macro handling
[TXT] eval.c  1.35   14 years  fgsch   fix the cases where ${name#pat} and ${name%pat} will generate an empty word when...
[TXT] exec.c  1.49   15 years  jaredy   pass "xerrok" status across the execution call stack to more closely match what ...
[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.21   14 years  deraadt   please sthen the 80 character pedant
[TXT] history.c  1.39   14 years  jasper   properly keep track of the line number after a trap. this fixes pr 6195. diff fr...
[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.39   14 years  deraadt   remember to restore errno (ie. stop someone from making a mistake later) ok guen...
[TXT] ksh.1  1.138   13 years  jmc   according to ingo, it isn;t a problem to have empty [BDS]q macros, so revert tha...
[TXT] lex.c  1.44   15 years  otto   fix inifinite loop with set -o csh-history and !<space> as input. report and tes...
[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.46   14 years  jasper   properly keep track of the line number after a trap. this fixes pr 6195. diff fr...
[TXT] misc.c  1.37   15 years  sthen   don't print extraneous padding characters when tab-completion file/command lists...
[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.89   13 years  jmc   according to ingo, it isn;t a problem to have empty [BDS]q macros, so revert tha...
[TXT] sh.h  1.30   14 years  deraadt   Crank max array size in ksh to 10K-1, since 2047 is too restrictive. Please keep...
[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.28   15 years  jaredy   fix stack abuse in the `time' commmand, using alloc()'d memory instead. reporte...
[TXT] table.c  1.13   15 years  millert   Use libc qsort instead of private version. Tested by several people.
[TXT] table.h  1.7   18 years  otto   fix a few name clashes with libc; found by lint. ok deraadt@
[TXT] trap.c  1.23   14 years  jasper   properly keep track of the line number after a trap. this fixes pr 6195. diff fr...
[TXT] tree.c  1.19   15 years  jaredy   plug a memleak when freeing io redirection in commands. the leaked memory is act...
[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.34   16 years  deraadt   specifying int instead of just unsigned is better style
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.26   14 years  martynas   make VSEARCH werase act like regular werase after the last change. vi back-words...
[TXT] BUG-REPORTS (in the Attic) [Hide]  1.18   16 years  sobrado   documentation tweaks.
[TXT] ChangeLog (in the Attic) [Hide]  1.15   16 years  sobrado   documentation tweaks.
[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.15   16 years  fgsch   backout last change; iff is right. prompted by 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.2   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] proto.h (in the Attic) [Hide]  1.33   14 years  jasper   properly keep track of the line number after a trap. this fixes pr 6195. diff fr...