Commit Graph

835 Commits

Author SHA1 Message Date
Devin Reade 2b1afe29bf Merge pull request #6 from ksherlock/master
sysexits.h header
2012-09-09 11:34:29 -07:00
Kelvin Sherlock 44d6501ffd sysexits (from FreeBSD 9.0) 2012-09-09 13:37:43 -04:00
Devin Reade 44ab20dfb9 Merge pull request #5 from ksherlock/ftp-update
ftp passive mode
2012-09-08 15:44:32 -07:00
Devin Reade 8e8cb4800f Merge pull request #4 from ksherlock/tmterm-login
/bin/login tmterm compatibility
2012-09-08 15:43:14 -07:00
Kelvin Sherlock 4d5d42f859 actual passive support 2012-09-08 17:27:49 -04:00
Kelvin Sherlock 7666e5ed8b add passive mode option 2012-09-08 17:26:48 -04:00
Kelvin Sherlock faef86c362 add lpwd command 2012-09-08 17:08:22 -04:00
Kelvin Sherlock b5dc0fa710 add togglevar for options. 2012-09-08 16:59:25 -04:00
Kelvin Sherlock 0e5947fff1 Merge branch 'tmterm-login' of https://github.com/ksherlock/gno into tmterm-login 2012-09-08 16:44:27 -04:00
Kelvin Sherlock 7be95f5f1b compatability with m/u update login 2012-09-08 14:56:54 -04:00
Devin Reade 54a632e410 Merge pull request #3 from ksherlock/master
pull test
2012-09-03 10:46:38 -07:00
Kelvin Sherlock be00396c26 add newline at end 2012-09-03 13:42:45 -04:00
Devin Reade a5d25d1c6e Merge pull request #2 from ksherlock/master
/etc/services
2012-09-03 10:23:26 -07:00
Kelvin Sherlock 38ea34b864 compatability with m/u update login 2012-09-03 13:19:30 -04:00
Kelvin Sherlock ab2be98bb1 add /etc/services file 2012-09-03 13:09:00 -04:00
Kelvin Sherlock f325d45831 remove debug code from strings(1) 2012-09-02 15:55:14 -04:00
Devin Reade 80b1baffa8 removed comment for commit email test 2012-09-02 11:54:44 -06:00
Devin Reade d6e93b6a9c another non-substantive comment for testing commit email 2012-09-02 11:54:00 -06:00
Devin Reade 67c6566841 nothing substantive; testing commit email 2012-09-02 11:36:35 -06:00
Devin Reade a353321531 Removed a couple uses of the cvs Source tag 2012-09-02 11:05:55 -06:00
gdr 0df1477cf9 Before moving to git, checked in a bunch of apparent work-in-progress
files that have been sitting idle for a few years.  Unfortunately
I can't gaurantee at the moment that these even compile let alone build.
Caveat Emptor
2012-08-26 02:55:00 +00:00
gdr e55fb1c59f reworking doc build 2012-08-26 02:27:36 +00:00
gdr 2ea55d1d9b can use ram disk for gno.boot 2012-08-25 21:53:25 +00:00
gdr ffe0029aa6 fixing links and build 2012-08-25 07:22:00 +00:00
gdr cafd46ab01 removed old sgml files 2012-08-25 07:20:40 +00:00
gdr c0e86cdeba converted gsh manual to docbook 2012-08-25 07:19:03 +00:00
kelvin 61afe2ce33 Fixed buffer overflow bug mentioned in the gupp docs. 2001-06-23 23:55:28 +00:00
gdr 616bf9ab72 Added CVS Id tag. 2001-06-18 13:42:55 +00:00
gdr 32bc13f2d1 made a bunch of links relative vice absolute 2001-06-18 13:35:04 +00:00
gdr 66bcd2e6cb - made links relative
- removed a broken link
2001-06-18 13:34:32 +00:00
tribby 7edb4eac39 Regression tests for gsh. 1999-11-30 20:28:24 +00:00
tribby 769328325f Output files of gsh built-in commands tests, for comparison against
run-time output.
1999-11-30 19:34:56 +00:00
tribby 74f2b97322 Changes for gsh version 2.0a1:
Fix PR#50 while maintaining backward compatibility: when new environment
variable $KEEPQUOTE is set, use the command line's original single and
double quotes unchanged (rather than removing all quotes and adding
double quotes as needed).

Fix PR#123: do not ignore command line characters following a ";" that
was not preceeded by a command.

Add signal handler for SIGTTIN (background read attempted from control
terminal) that prints a message and quits the shell. This is needed
because gsh will sometimes receive such a signal, go into the "suspended"
state, and never return to "running" state.

Add environment variable $ECHOX to print expanded commands before they
are executed.
1999-11-30 17:53:27 +00:00
stever 9aa13dba8f Document the FNM_LEADING_DIR flag. 1999-11-22 07:42:06 +00:00
stever 829bd4787a Added support for testing different flags and multiple strings. 1999-11-22 05:45:57 +00:00
stever 881bc1fec3 Newer upstream FreeBSD version (supports FNM_CASEFOLD and FNM_LEADING_DIR). 1999-11-22 05:43:23 +00:00
stever bd69a0e25b Newer upstream FreeBSD version (supports FNM_CASEFOLD and FNM_LEADING_DIR).
Fix for PR#136.
1999-11-22 05:41:12 +00:00
gdr-ftp accedc8b02 Makefile:
added swab.c to build list
1999-09-01 01:02:13 +00:00
gdr-ftp 8cdc379e42 swab.c:
initial checkin
1999-09-01 00:58:23 +00:00
gdr-ftp 111932c451 strftime.3:
initial checkin
1999-07-04 20:58:50 +00:00
gdr-ftp 3e7ce1a5aa swab.3:
submission by Scott Moberley
1999-07-04 19:44:10 +00:00
gdr-ftp 670d10a58d Eliminate the alias "rm" to "cp -p rm" since we now have a real rm. 1999-07-04 19:18:52 +00:00
gdr-ftp f8d08a8168 updated rm(1) entry from Dave Tribby 1999-07-04 18:56:52 +00:00
gdr-ftp bd2d8af56a Makefile:
nulib is dumping an extraneous "-^H" to stdout, so dump
	stdout to /dev/null
mkgen, mkindex, view.html:
	added "productivity" as a category
mkindex:
	added a concheck for .index.src entries that aren't using the
	describe(1) info
1999-07-03 16:55:42 +00:00
gdr-ftp efe58b60ff fixed some email addrs 1999-07-03 14:46:37 +00:00
gdr-ftp 26a4bcf0c5 changed some email addrs 1999-07-03 14:39:19 +00:00
gdr-ftp aebfb72b92 describe.src:
- updated entries bc, date, dc, and sbc from Scott Moberley
1999-07-03 13:59:26 +00:00
gdr-ftp 8bfb9c1e14 describe.src:
Submissions by Scott Moberly: bc, sbc, dc, rh, ul
1999-06-19 14:12:59 +00:00
gdr-ftp 0e2145d3a6 descc.rez, describe.rez, descu.rez:
The version number in the rVersion resource was wrong.
1999-06-19 14:09:43 +00:00
tribby e0806f3cbb FreeBSD files modified for GNO, plus additional required support files. 1999-05-27 00:27:20 +00:00