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_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.33   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[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.15   8 years  mmcc   Remove some more pdksh-specific stuff and references to files that no longer exi...
[TXT] alloc.c  1.15   8 years  espie   put this in the public domain as well. reminded by theo. we discussed this befor...
[TXT] c_ksh.c  1.50   8 years  tb   More ksh POSIX compliance fixes by Martijn Dekker: This simple patch makes the ...
[TXT] c_sh.c  1.59   8 years  deraadt   remove CSRG BSD-licensed mknod builtin code which was previously used to acceler...
[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.15   8 years  nicm   SIZEOF_INT is no longer needed.
[TXT] edit.c  1.53   8 years  mmcc   remove some ARGSUSED
[TXT] edit.h  1.11   8 years  mmcc   remove a useless macro ok nicm@
[TXT] emacs.c  1.65   8 years  mmcc   remove a useless macro ok nicm@
[TXT] eval.c  1.50   8 years  czarkoff   POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials All work ...
[TXT] exec.c  1.64   8 years  tedu   rename global "e" to genv to avoid accidental shadowing and aliasing. ok millert...
[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.56   8 years  tedu   rename global "e" to genv to avoid accidental shadowing and aliasing. ok millert...
[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.179   8 years  naddy   Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in traditional...
[TXT] lex.c  1.69   8 years  naddy   Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in traditional...
[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.79   8 years  deraadt   remove CSRG BSD-licensed mknod builtin code which was previously used to acceler...
[TXT] misc.c  1.55   8 years  krw   Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) idioms. Adopt...
[TXT] path.c  1.18   8 years  tb   Move system headers from sh.h to those files that actually need them. ok mmcc@ ...
[TXT] sh.1  1.134   7 years  jmc   rework the first sentence of this page; with help from otto
[TXT] sh.h  1.57   8 years  deraadt   remove CSRG BSD-licensed mknod builtin code which was previously used to acceler...
[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.11   8 years  nicm   Move more declarations out of proto.h into better headers, from Michael McConvil...
[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.55   8 years  tedu   rename global "e" to genv to avoid accidental shadowing and aliasing. ok millert...
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.39   8 years  mmcc   Assign pointer variables to NULL rather than 0. No functional change.