069428a Import the 4.4BSD-Lite2 /bin/sh sources

Authored and Committed by Peter Wemm 28 years ago
66 files changed. 17490 lines added. 0 lines removed.
bin/sh/Makefile
file added
+42
bin/sh/alias.c
file added
+260
bin/sh/alias.h
file added
+51
bin/sh/arith.h
file added
+37
bin/sh/arith.y
file added
+184
bin/sh/arith_lex.l
file added
+84
bin/sh/bltin/bltin.h
file added
+74
bin/sh/bltin/echo.1
file added
+111
bin/sh/bltin/echo.c
file added
+108
bin/sh/builtins.def
file added
+90
bin/sh/cd.c
file added
+376
bin/sh/error.c
file added
+256
bin/sh/error.h
file added
+105
bin/sh/eval.c
file added
+1002
bin/sh/eval.h
file added
+65
bin/sh/exec.c
file added
+825
bin/sh/exec.h
file added
+68
bin/sh/expand.c
file added
+1333
bin/sh/expand.h
file added
+66
bin/sh/funcs/cmv
file added
+49
bin/sh/funcs/dirs
file added
+73
bin/sh/funcs/kill
file added
+49
bin/sh/funcs/login
file added
+38
bin/sh/funcs/newgrp
file added
+37
bin/sh/funcs/popd
file added
+73
bin/sh/funcs/pushd
file added
+73
bin/sh/funcs/suspend
file added
+41
bin/sh/histedit.c
file added
+476
bin/sh/init.h
file added
+41
bin/sh/input.c
file added
+478
bin/sh/input.h
file added
+64
bin/sh/jobs.c
file added
+1073
bin/sh/jobs.h
file added
+95
bin/sh/machdep.h
file added
+51
bin/sh/mail.c
file added
+116
bin/sh/mail.h
file added
+39
bin/sh/main.c
file added
+357
bin/sh/main.h
file added
+45
bin/sh/memalloc.c
file added
+299
bin/sh/memalloc.h
file added
+78
bin/sh/miscbltin.c
file added
+387
bin/sh/mkbuiltins
file added
+93
bin/sh/mkinit.c
file added
+563
bin/sh/mknodes.c
file added
+475
bin/sh/mksyntax.c
file added
+395
bin/sh/myhistedit.h
file added
+47
bin/sh/mystring.c
file added
+137
bin/sh/mystring.h
file added
+47
bin/sh/nodes.c.pat
file added
+167
bin/sh/nodetypes
file added
+145
bin/sh/options.c
file added
+452
bin/sh/options.h
file added
+110
bin/sh/output.c
file added
+565
bin/sh/output.h
file added
+83
bin/sh/parser.c
file added
+1449
bin/sh/parser.h
file added
+80
bin/sh/redir.c
file added
+343
bin/sh/redir.h
file added
+49
bin/sh/sh.1
file added
+1309
bin/sh/shell.h
file added
+84
bin/sh/show.c
file added
+441
bin/sh/show.h
file added
+41
bin/sh/trap.c
file added
+377
bin/sh/trap.h
file added
+48
bin/sh/var.c
file added
+703
bin/sh/var.h
file added
+118
    Import the 4.4BSD-Lite2 /bin/sh sources
    
    Requested by: joerg
    
    (Note, this is mostly going to be conflicts, which is expected.  Our entire
     sh source has a mainline, so this should not change anything except for
     a few new files appearing.  I dont think they are a problem)
    
        
file added
+42
file added
+260
file added
+51
file added
+37
file added
+184
file added
+84
file added
+74
file added
+111
file added
+108
file added
+90
file added
+376
file added
+256
file added
+105
file added
+1002
file added
+65
file added
+825
file added
+68
file added
+1333
file added
+66
file added
+49
file added
+73
file added
+49
file added
+38
file added
+37
file added
+73
file added
+73
file added
+41
file added
+476
file added
+41
file added
+478
file added
+64
file added
+1073
file added
+95
file added
+51
file added
+116
file added
+39
file added
+357
file added
+45
file added
+299
file added
+78
file added
+387
file added
+93
file added
+563
file added
+475
file added
+395
file added
+47
file added
+137
file added
+47
file added
+167
file added
+145
file added
+452
file added
+110
file added
+565
file added
+83
file added
+1449
file added
+80
file added
+343
file added
+49
file added
+1309
file added
+84
file added
+441
file added
+41
file added
+377
file added
+48
file added
+703
file added
+118