Commit Graph

597 Commits

Author SHA1 Message Date
gdr-ftp
eb014e0fc2 environ.7:
Fixed some formatting so that it looks right on the GS (use .IP
	instead of .TP commands).
1998-04-22 05:26:21 +00:00
gdr-ftp
038d5d04cf When building the 'release' target, install the mkso (and if appropriate,
mklink) data file in the proper spot.
1998-04-22 05:22:44 +00:00
gdr-ftp
0ed60a2fe1 mkso/Makefile, renram5/Makefile:
make these programs use the new chapter 8 generalization for
	the 'release' target
1998-04-22 05:09:55 +00:00
gdr-ftp
97bbd0ba97 binconst.mk, binrelease.mk:
- generalized the release target so that it can also be used
	  for chapter 8 programs.  This is done by defining the CHAPTER
	  macro to be 8.
	- if HAS_MKLINK_DATA or HAS_MKSO_DATA macros are set, then the
	  appropriate data files are copied when the 'release' target
	  is made.
1998-04-22 05:07:20 +00:00
gdr-ftp
f796d6adab gshrc:
- changed /usr/orca/bin to /lang/orca/utilities
	- general clean up
1998-04-22 05:01:15 +00:00
gdr-ftp
ddac971a82 These are all initial checkins. These files go onto the /gno.boot
disk, without modification.

README.install:
	Installation instructions for the user.
gshrc, initrc, namespace:
	For the boot disk.
installboot1, installboot2:
	Installation scripts for the user to run.
1998-04-22 04:57:38 +00:00
gdr-ftp
82f60994d2 mkboot:
Initial checkin; this script creates the installation boot
	disk, /gno.boot
mkdisk1, mkdisk2:
	Initial checkin; these scripts assist in the creation of the
	*.shk files for the binary distribution.
fudgeinstall:
	- added verbose flag to install(1) calls
	- don't "fudge" install gettytab or getty any more
	- make sure the mkso data files are copied over
1998-04-22 04:51:12 +00:00
gdr-ftp
2c52584063 initial checkin of GNO-formatted man page 1998-04-17 01:02:24 +00:00
gdr-ftp
d8638d7f83 Makefile:
Let the builds know that there is a GNO-formatted man page.
1998-04-16 06:33:45 +00:00
gdr-ftp
16efada45b login.1G:
initial checkin for GNO-formatted man page
Makefile:
	let the builds know about the new man page.
1998-04-16 06:32:28 +00:00
gdr-ftp
49214ecab2 initial checkin of GNO-formatted man page. 1998-04-16 06:18:48 +00:00
gdr-ftp
768c413e7c wall.1G:
Initial checkin of the GNO-formatted version of the man page.
1998-04-16 06:11:14 +00:00
gdr-ftp
df1aab9de6 last.1G:
Initial checkin of GNO-formatted version of the man page.
1998-04-16 06:06:15 +00:00
gdr-ftp
e2c6df7488 re.format.7:
Replaced "\(dg" with "***"; neither the current GNO nroff program
	nor groff used by Linux (on which the web versions of the man
	pages is generated) use "\(dg", which is supposed to be a dagger.
1998-04-16 05:52:39 +00:00
gdr-ftp
e8bcb53ed7 environ.7:
Updated to reflect the current implementation; some formatting
	and other minor changes were done.  No major change in content.
1998-04-16 05:29:17 +00:00
gdr-ftp
e2adcb9b2b environ.7:
Initial checkin.  This is the environ(7) man page as it was
	shipped with lenviron v1.1.3.
1998-04-16 05:11:54 +00:00
gdr-ftp
f589b65333 tty.4:
Finished converting this man page to nroff source (it was
	previously preformatted).
1998-04-16 05:03:39 +00:00
gdr-ftp
2495ce287f basename.3:
dirname now returns "." instead of "" for arguments containing
	no directory components
fgets.3:
	added a GNO note about streams opened in binary mode.
1998-04-11 19:13:41 +00:00
gdr-ftp
af6a5191a8 mkgen, describe.src:
minor changes to some URLs
1998-04-11 19:08:30 +00:00
gdr-ftp
6a7127aa10 Initial checkin. This file creates a web version of gno/NOTES/status.bin. 1998-04-11 03:23:23 +00:00
gdr-ftp
04e5cb4232 status.bin:
I did some formatting changes to make it easier for a perl
	script to parse this file and create a web page showing current
	status.  No change to content.
1998-04-11 03:20:13 +00:00
gdr-ftp
d6d81225de copyfile.c:
The last fix wasn't quite correct in that (for copying only data
	forks) the rez fork was still created but with zero length.
	This fix doesn't create the rez fork at all under those
	circumstances.
1998-04-10 21:36:08 +00:00
gdr-ftp
e8879227c8 basename.c:
If the argument provided to dirname(3) doesn't have a
	directory component, return "." instead of "".
1998-04-10 21:33:20 +00:00
gdr-ftp
50a2dce1b5 initial checkin for strftime(3) test program 1998-04-10 21:25:07 +00:00
gdr-ftp
ff4949a278 locale.h rune.h runetype.h:
- initial checkin.  No changes from the BSD versions other than
	  extra #include guards
1998-04-10 21:19:40 +00:00
gdr-ftp
6f8d3ed148 Updated entries for:
date, du, info, more, strings, tar, launch, write, getty, login
1998-04-10 20:28:36 +00:00
gdr-ftp
efd645f1ca Fixed an off-by-one error; removerez would abort with the usage message
if only one filename was given.
1998-04-10 20:19:24 +00:00
gdr-ftp
b9be5b37c2 compile.1:
added reference to link(1) man page.
1998-04-10 20:17:58 +00:00
gdr-ftp
b8915c9cd4 This is write version 2.1 from 8 March 1994. The manual page has been
converted from preformatted ascii to nroff source.  Leslie's email
address was also updated.
1998-04-10 20:03:55 +00:00
gdr-ftp
f91ed7c806 Initial checkin of Leslie Barstow's 1993 v1.0 write(1) implementation,
minus the man page.
1998-04-10 19:50:41 +00:00
gdr-ftp
49c374ec7c The launch(1) man page is now in the gno/usr.bin/launch directory,
so we don't need it here.
1998-04-10 19:43:49 +00:00
gdr-ftp
2553a92197 Initial checkin for launch(1). No changes yet for GNO v2.0.6.
The man page has been copied from the gno/usr.man/man1 directory,
from which it will be deleted.
1998-04-10 19:41:57 +00:00
gdr-ftp
e72e1c891f Initial checkin of what is believed to be tar v2.0. There was a
tar v2.0.1 binary distributed on the 'net that claimed to have fixed
an unspecified bug in this version, but neither the sources nor
the originator of that fix are available.

It may be appropriate to completely replace this implementation.
1998-04-10 19:30:29 +00:00
gdr-ftp
ade81f0a94 Initial checkin of the GNO v2.0.4 strings(1) util. No changes yet for
GNO v2.0.6, other than a GNO-formatted man page was created from the
BSD original.
1998-04-10 19:21:40 +00:00
gdr-ftp
e51b60e6cf These are changes that apparently bring the version number to 2.0.
However, judging from the comments at the top of the source file,
the v2.0 changes were based on more v1.31 rather than 1.4.  When
this program is updated, these diffs should be evaluated.  (Unless,
of course, the current version is tossed in favor of a recent BSD
derivative.)

Here are the comments for the changes from v1.31 to v1.4 that may have
been dropped while moving to v2.0.  See the cvs diffs for details:

> v1.4  - Termcap support has been added and tested.  Look for a soon to be
>         faster version coming soon to a ~/bin directory near you!
>
> v1.32 - uses isatty(x) instead of fstat.  more portable (opinion).
>         soon to be added, TERMCAP support, won't that be nice?
1998-04-10 19:10:01 +00:00
gdr-ftp
861f178146 Initial checkin of more v1.4. I've converted the manual page from
aroff source to nroff source so that it can go into the repository
(binary files are not handled well in cvs).
1998-04-10 19:02:04 +00:00
gdr-ftp
2a99711c42 Initial checkin. These have no modifications for GNO v2.0.6, other
than I assigned version numbers to previous releases.  The most current
was v1.4.  See the comments at the top of du.c.
1998-04-10 18:13:27 +00:00
gdr-ftp
027b934919 This is asm version 1.1 of date(1), also by Phil Vandry. There are still
no GNO v2.0.6 specific changes.
1998-04-10 18:03:48 +00:00
gdr-ftp
98f457ebec Initial checkin of asm version 1.0 of date(1) by Phil Vandry (no changes
for GNO v2.0.6).  I've not checked, but it's unlikely that this is
POSIX compliant.
1998-04-10 18:00:18 +00:00
gdr-ftp
45dd3d2857 fudgeinstall:
- use install(1) instead of cp(1) for now, since cp has been
	  observed to trash files.
	- changed installation locations to make use of /gno and /gno-hfs
	  partitions.
	- various changes to reflect which files have been updated
	  since the last time fudgeinstall was used.
1998-04-10 17:46:28 +00:00
gdr-ftp
8f71ef8237 namespace:
- added an entry for /tmp, since we cannot count on people having
	  this as a RAM- or other real disk when GNO is started.
	- make defaults use "/gno" and "/gno-hfs" as the *real* volume
	  names, rather than "/s21/dist" and "/s22/dist".

inittab, termcap, tty.config, ttys:
	added.
1998-04-10 17:08:36 +00:00
gdr-ftp
08a66d465e The /tmp directory will be empty during shipping. Put a file in there
to ensure that it gets extracted.
1998-04-10 17:00:43 +00:00
gdr-ftp
7d184b3391 Various changes to get getty compiling under GNO v2.0.6. In general
they are:
	- changed the makefile
	- prototyped functions
	- eliminated pathnames.h since all it does is #include <paths.h>
	- used gettytab.h for various function declarations
	- verified stack usage at 712 bytes
	- eliminated dummy gethostname() function.  Instead, get it
	  from libc.  This exposes a problem with gethostname.
	  See PR#59 for details.
	- eliminated a dependancy on strftime for the moment by
	  calling ctime() instead.
	- Added GNO-formatted versions of the man pages.
1998-04-10 16:18:06 +00:00
tribby
ddb82cb2e0 Remaining files for awk 2.0 that were left out of the previous checkin.
Maybe someday I'll become adept at using cvs...
1998-04-07 17:06:53 +00:00
tribby
0b6d503134 awk 2.0 for GNO/ME, including modified Bell Labs source code, test cases,
and output files for test case comparison. See README.gno for implementation
notes. NOTE: some test cases in tests/dotests are commented-out because
they depend on pipes working and/or the "sort" utility.
1998-04-07 16:19:01 +00:00
gdr-ftp
d522fa44b8 Changed entries for:
suspda, aroff, binprint, center, less, ls, make, makemake,
	mkdir, passwd, ps, purge, stty, test, time, touch, uname,
	upper, vi, renram5, alarm, apropos, aw30, awk, banner,
	basename, cal, calendar, cclean, ctags, describe, dirname,
	eps, fold, help, install, last, link, lseg, man,
	removerez, rlogin, rsh, tsort, wall, whatis, who, whois,
	udl, catman, cron, descc, descu, getty, login, newuser,
	newuserv, nogetty
1998-03-31 15:22:15 +00:00
gdr-ftp
109c7880bf initial checkin 1998-03-31 03:33:03 +00:00
gdr-ftp
f6f777413b - minor changes to fit into the GNO build 1998-03-31 03:29:10 +00:00
gdr-ftp
b1128f4c89 Makefile:
- fix a problem with the 'install' and 'release' targets
README:
	- added some comments on possible optimizations
1998-03-29 20:52:16 +00:00
gdr-ftp
ef3c68dfac - minor changes to build under the GNO base distribution 1998-03-29 20:47:12 +00:00