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_2


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.34   6 years  deraadt   Disable ksh VI-editing mode on the install media. We need the space savings.
[TXT] NOTES  1.14   8 years  tb   Therefor -> Therefore (where appropriate) from ray@, ok jmc@
[TXT] PROJECTS  1.8   8 years  nicm   Apply the ancient art of tedu to ksh_limval.h. ok guenther
[TXT] README  1.16   7 years  jmc   a little tidy up; from raf czlonka
[TXT] alloc.c  1.17   6 years  jca   Remove expensive pointer check in afree() The check added in rev 1.8 walks the ...
[TXT] c_ksh.c  1.51   6 years  jca   Use PATH_MAX instead of a local define okk deraadt@ millert@ anton@
[TXT] c_sh.c  1.60   6 years  anton   Use monotonic clock for the time command in csh and ksh. From Scott Cheloha ok ...
[TXT] c_test.c  1.23   8 years  tb   Move system headers from sh.h to those files that actually need them. ok mmcc@ ...
[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.24   8 years  tb   Move system headers from sh.h to those files that actually need them. ok mmcc@ ...
[TXT] config.h  1.16   6 years  deraadt   Disable ksh VI-editing mode on the install media. We need the space savings.
[TXT] edit.c  1.57   7 years  nicm   Don't try to look up array names for complete_* that aren't alphanumeric, spotte...
[TXT] edit.h  1.11   8 years  mmcc   remove a useless macro ok nicm@
[TXT] emacs.c  1.73   6 years  jca   Stop exposing the emacs-usemeta option, and warn when trying to set it. Unused ...
[TXT] eval.c  1.54   6 years  nayden   Remove unused copy_non_glob() in ksh. Report and diff by David Crosby <dave@dafy...
[TXT] exec.c  1.68   7 years  millert   I missed a bit of the indentation fix from Kartik Agaram.
[TXT] expand.h  1.12   8 years  mmcc   Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler. ok ...
[TXT] expr.c  1.32   8 years  tedu   rename global "e" to genv to avoid accidental shadowing and aliasing. ok millert...
[TXT] history.c  1.71   6 years  jca   Keep histptr inside of the allocated history array histptr == history -1 means ...
[TXT] io.c  1.35   8 years  krw   Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) idioms. Adopt...
[TXT] jobs.c  1.55   8 years  mmcc   remove some ARGSUSED
[TXT] ksh.1  1.195   6 years  jca   Implement HISTCONTROL ignoredups & ignorespace features ignoredups: don't save ...
[TXT] lex.c  1.71   6 years  anton   Backout previous due to a bug discovered by zhuk@ that requires some tinkering a...
[TXT] lex.h  1.16   8 years  nicm   Move more declarations out of proto.h into better headers, from Michael McConvil...
[TXT] mail.c  1.22   8 years  mmcc   Move string.h include from sh.h to the files that use it. ok nicm@
[TXT] main.c  1.83   6 years  guenther   Retire old behavior of requiring root prompt to contain # or \! Requested by ak...
[TXT] misc.c  1.59   6 years  jca   Guard FEMACSUSEMETA uses behind #ifdef EMACS
[TXT] path.c  1.19   6 years  jca   Use PATH_MAX instead of a local define okk deraadt@ millert@ anton@
[TXT] sh.1  1.143   7 years  tb   The fact is simple: Subshells have the same PPID as the current shell. What is n...
[TXT] sh.h  1.64   6 years  jca   Use PATH_MAX instead of a local define okk deraadt@ millert@ anton@
[TXT] shf.c  1.31   8 years  krw   Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) idioms. Adopt...
[TXT] shf.h  1.8   8 years  mmcc   Remove a superfluous macro. No binary change. ok tb@
[TXT] syn.c  1.38   8 years  tedu   rename global "e" to genv to avoid accidental shadowing and aliasing. ok millert...
[TXT] table.c  1.23   8 years  mmcc   Add uses of areallocarray(). mksh and Bitrig ksh already have similar functions....
[TXT] table.h  1.12   6 years  jca   Implement HISTCONTROL ignoredups & ignorespace features ignoredups: don't save ...
[TXT] trap.c  1.30   8 years  mmcc   remove some ARGSUSED
[TXT] tree.c  1.27   8 years  mmcc   Add uses of areallocarray(). mksh and Bitrig ksh already have similar functions....
[TXT] tree.h  1.12   8 years  mmcc   Remove three distracting aliases for NULL. ok nicm@
[TXT] tty.c  1.16   8 years  tb   Move system headers from sh.h to those files that actually need them. ok mmcc@ ...
[TXT] tty.h  1.6   8 years  nicm   Remove EXTERN from tty.[ch], from Michael McConville. No binary change.
[TXT] var.c  1.59   6 years  jca   Implement HISTCONTROL ignoredups & ignorespace features ignoredups: don't save ...
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.49   6 years  deraadt   whitespace commit from BC