github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jneitzel / v6shell

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Wiki (4)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (15)
    • master ✓
    • osh-20070321
    • osh-20070324
    • osh-20070707
    • osh-20080109
    • osh-20080629
    • osh-20081026
    • osh-20081122
    • osh-20081213
    • osh-20090527
    • osh-20091029
    • osh-20091122
    • osh-20091127
    • osh-20091218
    • osh-20100228
  • Switch Tags (14)
    • release.osh-20100228
    • release.osh-20091218
    • release.osh-20091127
    • release.osh-20091122
    • release.osh-20091029
    • osh-20090527
    • osh-20081213
    • osh-20081122
    • osh-20081026
    • osh-20080629
    • osh-20080109
    • osh-20070707
    • osh-20070324
    • osh-20070321
  • Branch List
Sending Request…

V6 Thompson Shell Port — Read more

  Cancel

http://v6shell.org/

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Change date in [A-Z][A-Z]* & examples/[A-Z][A-Z]* doc files. 
jneitzel (author)
Sun Feb 28 13:04:25 -0800 2010
commit  06014f3a29d8ab118e88dc95b699b2e595130294
tree    c2e0c0739a93d135fe30dc9ffc539e772f2ced64
parent  b9fc17eb7694ed4bda6209189b682070a7e7dd28
v6shell /
name age
history
message
file .gitattributes Wed Oct 14 18:50:48 -0700 2009 Add "* ident" to .gitattributes . [jneitzel]
file .gitignore Loading commit data...
file AUTHORS Sun Feb 28 13:04:25 -0800 2010 Change date in [A-Z][A-Z]* & examples/[A-Z][A-Z... [jneitzel]
file CHANGES
file CHANGES6
file GIT.LOG
file INSTALL Sun Feb 28 13:04:25 -0800 2010 Change date in [A-Z][A-Z]* & examples/[A-Z][A-Z... [jneitzel]
file LICENSE Sun Feb 28 13:04:25 -0800 2010 Change date in [A-Z][A-Z]* & examples/[A-Z][A-Z... [jneitzel]
file Makefile
file NOTES Sun Feb 28 13:04:25 -0800 2010 Change date in [A-Z][A-Z]* & examples/[A-Z][A-Z... [jneitzel]
file PROJECT Wed Jan 06 04:34:01 -0800 2010 Capitalize "osh project" in PROJECT file. [jneitzel]
file README Sun Feb 28 13:04:25 -0800 2010 Change date in [A-Z][A-Z]* & examples/[A-Z][A-Z... [jneitzel]
file defs.h
file err.c Sun Jan 24 12:10:08 -0800 2010 Pull char & string literal defs from chars.h in... [jneitzel]
file err.h Tue Feb 16 10:21:06 -0800 2010 Tweak some code comments to be uniform across a... [jneitzel]
directory examples/ Sun Feb 28 13:04:25 -0800 2010 Change date in [A-Z][A-Z]* & examples/[A-Z][A-Z... [jneitzel]
file fd2.1 Thu Dec 31 21:32:20 -0800 2009 Revise Copyright-notice dates accordingly for 2... [jneitzel]
file fd2.c Thu Dec 31 21:32:20 -0800 2009 Revise Copyright-notice dates accordingly for 2... [jneitzel]
file glob6.1 Thu Dec 31 21:32:20 -0800 2009 Revise Copyright-notice dates accordingly for 2... [jneitzel]
file glob6.c
file goto.1
file goto.c Thu Jan 28 08:59:42 -0800 2010 Change usage synopsis for cd, chdir, & goto to ... [jneitzel]
file if.1 Thu Dec 31 21:32:20 -0800 2009 Revise Copyright-notice dates accordingly for 2... [jneitzel]
file if.c Mon Jan 18 18:23:54 -0800 2010 Replace '\0' w/ EOS and '\n' w/ EOL in other *.... [jneitzel]
file mkconfig Sun Feb 28 12:37:28 -0800 2010 mkconfig: Allow for cases where which(1) is not... [jneitzel]
file osh.1
file osh.c Tue Feb 16 10:21:06 -0800 2010 Tweak some code comments to be uniform across a... [jneitzel]
file pexec.c Sun Jan 24 12:10:08 -0800 2010 Pull char & string literal defs from chars.h in... [jneitzel]
file pexec.h
file sasignal.c
file sasignal.h Tue Feb 16 10:21:06 -0800 2010 Tweak some code comments to be uniform across a... [jneitzel]
file sh.h Tue Feb 16 10:21:06 -0800 2010 Tweak some code comments to be uniform across a... [jneitzel]
file sh6.1 Thu Jan 28 08:59:42 -0800 2010 Change usage synopsis for cd, chdir, & goto to ... [jneitzel]
file sh6.c Tue Feb 16 10:21:06 -0800 2010 Tweak some code comments to be uniform across a... [jneitzel]
file util.c Tue Feb 16 10:21:06 -0800 2010 Tweak some code comments to be uniform across a... [jneitzel]
file v.c Thu Dec 31 21:32:20 -0800 2009 Revise Copyright-notice dates accordingly for 2... [jneitzel]
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$
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server