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_5_8


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.29   10 years  millert   Move ksh test files into regressMove ksh test files into regressMove ksh test fi...
[TXT] NOTES  1.12   10 years  sobrado   remove trailing whitespaces; use tabs instead of spaces where appropriate; no bi...
[TXT] PROJECTS  1.7   10 years  sobrado   remove trailing whitespaces; use tabs instead of spaces where appropriate; no bi...
[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.34   10 years  deraadt   ctype cleanups. Repeated re-audits of this sensitive area by okan and myself, w...
[TXT] c_sh.c  1.46   8 years  guenther   Zero-pad the seconds in the output of 'time' to make columns line up ok pirofti...
[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.19   10 years  sobrado   remove trailing whitespaces; use tabs instead of spaces where appropriate; no bi...
[TXT] config.h  1.14   13 years  okan   remove unused SILLY game of life. no binary change. sure @deraadt
[TXT] edit.c  1.40   9 years  sthen   Escape ! characters for tab-completion, required for "set -o csh-history" users....
[TXT] edit.h  1.9   13 years  martynas   typo; Alexander Polakov
[TXT] emacs.c  1.50   9 years  jca   Bind the Delete key (ESC[3~) to delete-char-forward ok mpi@
[TXT] eval.c  1.40   10 years  millert   Back out revision 1.38. Commands executed via `foo` or $( bar ) actually should...
[TXT] exec.c  1.51   9 years  deraadt   Convert many atoi() calls to strtonum(), adding range checks and failure handlin...
[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.24   9 years  otto   fix crash when trying to apply ++ without an lvalue; ok millert@ jsg@
[TXT] history.c  1.40   9 years  tedu   remove sys/file.h includes in favor of fcntl.h where needed. ok deraadt guenther...
[TXT] io.c  1.25   9 years  guenther   Still need to separately set FD_CLOEXEC if the new fd was >= FDBASE. Affects scr...
[TXT] jobs.c  1.41   9 years  deraadt   Convert many atoi() calls to strtonum(), adding range checks and failure handlin...
[TXT] ksh.1  1.160   8 years  feinerer   Use "alternation" consistently ok jmc@
[TXT] lex.c  1.50   8 years  zhuk   Fix the baskslash-escaped codes ('\nnn') usage in PS1. Report and initial propo...
[TXT] lex.h  1.13   11 years  guenther   Fix quoting in word part of ${var+word} (and similar) when entire thing is quote...
[TXT] mail.c  1.17   10 years  sobrado   remove trailing whitespaces; use tabs instead of spaces where appropriate; no bi...
[TXT] main.c  1.55   9 years  jsg   If we hit multiple errors while unwinding we'll end up running code that assumes...
[TXT] misc.c  1.40   9 years  tedu   not necessary to work around an apparent bug on ancient freebsd
[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.128   9 years  jmc   lightly document the posix option and POSIXLY_CORRECT; will sketch out in more d...
[TXT] sh.h  1.33   10 years  millert   Remove artificial limit on the max array index. Adapted from a bitrig commit fro...
[TXT] shf.c  1.16   11 years  millert   Add support for printing long long (%lld). OK deraadt@
[TXT] shf.h  1.6   18 years  deraadt   remove unused variables and functions
[TXT] syn.c  1.29   11 years  jca   for var in; do ... shouldn't be interpreted as for var; do ... Fix by returning ...
[TXT] table.c  1.15   12 years  otto   Allow for more vars in hash table, improve hash function, increase hash table si...
[TXT] table.h  1.8   12 years  otto   Allow for more vars in hash table, improve hash function, increase hash table si...
[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.20   11 years  otto   fptreef() always returns 0 and we never use the return value anyway, so make it ...
[TXT] tree.h  1.10   19 years  deraadt   spacing
[TXT] tty.c  1.10   9 years  guenther   Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC ok mat...
[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.41   9 years  deraadt   Use getint() instead of intval() for parsing the columns variable, allowing the ...
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.28   10 years  deraadt   incorrect cast for ctype, spotted and repaired by LEVAI Daniel
[TXT] BUG-REPORTS (in the Attic) [Hide]  1.19   10 years  sobrado   remove trailing whitespaces; use tabs instead of spaces where appropriate; no bi...
[TXT] ChangeLog (in the Attic) [Hide]  1.16   10 years  sobrado   remove trailing whitespaces; use tabs instead of spaces where appropriate; no bi...
[TXT] ChangeLog.0 (in the Attic) [Hide]  1.5   10 years  sobrado   remove trailing whitespaces; use tabs instead of spaces where appropriate; no bi...
[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] 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.35   10 years  millert   Add a proper suspend builtin that saves/restores the tty and pgrp as needed inst...