jneitzel / v6shell
- Source
- Commits
- Network (1)
- Issues (0)
- Wiki (4)
- Graphs
-
Branch:
master
v6shell /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Wed Oct 14 18:50:48 -0700 2009 | |
| |
.gitignore | ||
| |
AUTHORS | Sun Feb 28 13:04:25 -0800 2010 | |
| |
CHANGES | ||
| |
CHANGES6 | ||
| |
GIT.LOG | ||
| |
INSTALL | Sun Feb 28 13:04:25 -0800 2010 | |
| |
LICENSE | Sun Feb 28 13:04:25 -0800 2010 | |
| |
Makefile | ||
| |
NOTES | Sun Feb 28 13:04:25 -0800 2010 | |
| |
PROJECT | Wed Jan 06 04:34:01 -0800 2010 | |
| |
README | Sun Feb 28 13:04:25 -0800 2010 | |
| |
defs.h | ||
| |
err.c | Sun Jan 24 12:10:08 -0800 2010 | |
| |
err.h | Tue Feb 16 10:21:06 -0800 2010 | |
| |
examples/ | Sun Feb 28 13:04:25 -0800 2010 | |
| |
fd2.1 | Thu Dec 31 21:32:20 -0800 2009 | |
| |
fd2.c | Thu Dec 31 21:32:20 -0800 2009 | |
| |
glob6.1 | Thu Dec 31 21:32:20 -0800 2009 | |
| |
glob6.c | ||
| |
goto.1 | ||
| |
goto.c | Thu Jan 28 08:59:42 -0800 2010 | |
| |
if.1 | Thu Dec 31 21:32:20 -0800 2009 | |
| |
if.c | Mon Jan 18 18:23:54 -0800 2010 | |
| |
mkconfig | Sun Feb 28 12:37:28 -0800 2010 | |
| |
osh.1 | ||
| |
osh.c | Tue Feb 16 10:21:06 -0800 2010 | |
| |
pexec.c | Sun Jan 24 12:10:08 -0800 2010 | |
| |
pexec.h | ||
| |
sasignal.c | ||
| |
sasignal.h | Tue Feb 16 10:21:06 -0800 2010 | |
| |
sh.h | Tue Feb 16 10:21:06 -0800 2010 | |
| |
sh6.1 | Thu Jan 28 08:59:42 -0800 2010 | |
| |
sh6.c | Tue Feb 16 10:21:06 -0800 2010 | |
| |
util.c | Tue Feb 16 10:21:06 -0800 2010 | |
| |
v.c | Thu Dec 31 21:32:20 -0800 2009 |
README
Welcome to osh!
The osh package provides two ports of the original /bin/sh from
Sixth Edition (V6) UNIX (circa 1975).
Osh(1) is an enhanced, backward-compatible port of the Sixth Edition
Thompson shell. Sh6(1) is an unenhanced port of the shell, and
glob6(1) is a port of its global command. Together, sh6 and glob6
provide a user interface which is backward compatible with that
provided by the Sixth Edition Thompson shell and global command,
but without the obvious enhancements found in osh.
The original Thompson shell was principally written by Ken Thompson
of Bell Labs.
Notice that this package also includes the following shell utilities:
if(1) - conditional command (ported from Sixth Edition UNIX)
goto(1) - transfer command (ported from Sixth Edition UNIX)
fd2(1) - redirect from/to file descriptor 2
-------
See the INSTALL file for build and install instructions.
-------
The osh package should build successfully on any POSIX-compliant
UNIX system. It has been reported to build successfully on the
following systems:
System Releases / Distributions / Additional Info
----------------------------------------------------------
DragonFly BSD 2.0.1
FreeBSD 6.1, 7.0
Mac OS X 10.4, 10.5, 10.6
NetBSD 2.1, 3.1.1, 4.0, 4.0.1, 5.0, 5.0.1
OpenBSD 4.1, 4.2, 4.3, 4.4, 4.5, 4.6
OpenSolaris 2008.05, 2008.11, 2009.06 (See last example
in EXAMPLES section of INSTALL file.)
GNU/Linux CentOS 5.2, Debian 5.0.3 (lenny), Linpus,
Slackware 13.0, Ubuntu
If your system is not reported above, simply try to build the osh
package to see if it works or not. In either case, please report
the results to the developer if possible. The resulting "config.h"
file and the compiler name/version is most helpful.
Please send osh bug reports to <bugs (at) v6shell (dot) org>. Before
reporting a bug, please try to reproduce it with the latest version
of the code. With bug reports, please try to ensure that enough
information to reproduce the problem is enclosed. Also, if a known
fix for it exists, then please include that as well.
If you have any comments or questions about this software, I encourage
you to contact me via email. Thanks & Enjoy!
Jeffrey Allen Neitzel
<jan (at) v6shell (dot) org>
http://v6shell.org/ 2010/02/28
@(#)$Id$

