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_1_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.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.66   7 years  schwarze   In emacs incremental search mode (^R), make commands starting with the escape ke...
[TXT] eval.c  1.50   8 years  czarkoff   POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials All work ...
[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.58   7 years  millert   Use writev(2) to write history records using a single syscall. OK deraadt@
[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.187   7 years  schwarze   Assigning to RANDOM calls srand_deterministic(3), not srand(3), and simplify the...
[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.82   7 years  schwarze   No need to inspect LC_CTYPE: * It was only used in vi input mode. * No functiona...
[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.141   7 years  jmc   document the "type" built-in, marked as xsi by posix;
[TXT] sh.h  1.58   7 years  millert   Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4 magic number.
[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.57   7 years  millert   Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4 magic number.
[TXT] version.c  1.12   24 years  millert   pdksh-5.2.14
[TXT] vi.c  1.44   7 years  schwarze   simplify implementation of the '$' command, no functional change; OK nicm@ tb@ c...