unix-history/.git
30 years agoFixed man stuff for new man system
Nate Willams [Mon, 2 Aug 1993 23:19:30 +0000 (23:19 +0000)]
Fixed man stuff for new man system

30 years agoForgot to fix the man stuff in the Makefile for new man system
Nate Willams [Mon, 2 Aug 1993 23:18:35 +0000 (23:18 +0000)]
Forgot to fix the man stuff in the Makefile for new man system

30 years agoAdded the BSDI/4.4BSD init, enabled by setting the INIT_BSDI environment
Nate Willams [Mon, 2 Aug 1993 23:17:30 +0000 (23:17 +0000)]
Added the BSDI/4.4BSD init, enabled by setting the INIT_BSDI environment
variable.

30 years agoAdded Christoph's init package to the tree, enabled by setting the environment
Nate Willams [Mon, 2 Aug 1993 23:15:57 +0000 (23:15 +0000)]
Added Christoph's init package to the tree, enabled by setting the environment
variable INIT_CHMR.

30 years agoDefault BLOCKSIZE for root is K-Blocks
Nate Willams [Mon, 2 Aug 1993 22:50:43 +0000 (22:50 +0000)]
Default BLOCKSIZE for root is K-Blocks

30 years agoRemoved default 1K behavior from /etc/csh.login, but put comments
Nate Willams [Mon, 2 Aug 1993 22:46:06 +0000 (22:46 +0000)]
Removed default 1K behavior from /etc/csh.login, but put comments
stating how to get 'old' BSD behavior

30 years agoWhoops, I forgot to add swapinfo to the Makefile when I added it to the
Nate Willams [Mon, 2 Aug 1993 21:34:24 +0000 (21:34 +0000)]
Whoops, I forgot to add swapinfo to the Makefile when I added it to the
tree.  Thanks Paul!

30 years agoSet the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of
Nate Willams [Mon, 2 Aug 1993 21:25:29 +0000 (21:25 +0000)]
Set the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of
1K blocks and not 512 byte blocks.

30 years agoRemoved df/du aliases, will make them more global and use BLOCKSIZE
Nate Willams [Mon, 2 Aug 1993 21:23:27 +0000 (21:23 +0000)]
Removed df/du aliases, will make them more global and use BLOCKSIZE
environment variable

30 years agoPut back the du -k and df -k flags since POSIX says they should still work,
Rod Grimes [Mon, 2 Aug 1993 21:04:36 +0000 (21:04 +0000)]
Put back the du -k and df -k flags since POSIX says they should still work,
and Nate is fixing them to work.

30 years agoAdded Net/2 and POSIX compatible option '-k' which forces block
Nate Willams [Mon, 2 Aug 1993 20:45:05 +0000 (20:45 +0000)]
Added Net/2 and POSIX compatible option '-k' which forces block
counts to be in 1K block sizes to CSRG sources which removed
it.  Also changed swapinfo to now use getopt(3).

30 years agoAdded Net/2 and POSIX compatible option '-k' which forces block
Nate Willams [Mon, 2 Aug 1993 20:44:02 +0000 (20:44 +0000)]
Added Net/2 and POSIX compatible option '-k' which forces block
counts to be in 1K block sizes to CSRG sources which removed
it.

30 years agoFixed 386BSD 0.1 usage of BADSIG, now use POSIX compiant SIG_ERR
Rod Grimes [Mon, 2 Aug 1993 20:38:00 +0000 (20:38 +0000)]
Fixed 386BSD 0.1 usage of BADSIG, now use POSIX compiant SIG_ERR

30 years agoRemove GNU regex.[ch] and use system's regex library. The library is still
J.T. Conklin [Mon, 2 Aug 1993 16:57:31 +0000 (16:57 +0000)]
Remove GNU regex.[ch] and use system's regex library.  The library is still
GNU regex for now, but will be replaced as soon as an alternative is made
availiable.

30 years agoUse system's posix compliant regex routines (GNU regex for now).
J.T. Conklin [Mon, 2 Aug 1993 16:50:55 +0000 (16:50 +0000)]
Use system's posix compliant regex routines (GNU regex for now).

30 years agoRemove -I${.CURDIR}, as we now use system's regex.h
J.T. Conklin [Mon, 2 Aug 1993 16:43:54 +0000 (16:43 +0000)]
Remove -I${.CURDIR}, as we now use system's regex.h

30 years agoUse ./foo.sh, so scripts work if . is not in $PATH.
J.T. Conklin [Mon, 2 Aug 1993 16:42:08 +0000 (16:42 +0000)]
Use ./foo.sh, so scripts work if . is not in $PATH.

30 years agoUse system's posix compliant regex library (GNU regex for now).
J.T. Conklin [Mon, 2 Aug 1993 16:40:59 +0000 (16:40 +0000)]
Use system's posix compliant regex library (GNU regex for now).

30 years ago * Fixed problem where some rev 8013EBT boards want the DCR_LS flag
David Greenman [Mon, 2 Aug 1993 10:36:05 +0000 (10:36 +0000)]
 * Fixed problem where some rev 8013EBT boards want the DCR_LS flag
 * set in order to work in 16bit mode.

   Seems also to improve performance by 15%! (?!) I think there might
be more to this flag than the manual says.

30 years agoRemoved as0 and as1 from the all case since these are obsolete (use sd0...)
Rod Grimes [Mon, 2 Aug 1993 10:16:10 +0000 (10:16 +0000)]
Removed as0 and as1 from the all case since these are obsolete (use sd0...)

30 years agoFix from Garrett A. Wollman to prevent panic when you:
David Greenman [Mon, 2 Aug 1993 08:44:41 +0000 (08:44 +0000)]
Fix from Garrett A. Wollman to prevent panic when you:

1) Compile a kernel with options ISO, EON

2) Execute the following system call:

s = socket(PF_INET, SOCK_RAW, IPPROTO_EON);

30 years agoadded dc to gnu/Makefile
Andrew Moore [Mon, 2 Aug 1993 02:27:17 +0000 (02:27 +0000)]
added dc to gnu/Makefile

30 years agoadded bdes to usr.bin/Makefile
Andrew Moore [Mon, 2 Aug 1993 02:25:40 +0000 (02:25 +0000)]
added bdes to usr.bin/Makefile

30 years agoAdded missing include files.
Paul Richards [Mon, 2 Aug 1993 01:09:02 +0000 (01:09 +0000)]
Added missing include files.

30 years agoRebuilt libgcc sources from libgcc[12].c files after fixing
Paul Richards [Mon, 2 Aug 1993 00:18:18 +0000 (00:18 +0000)]
Rebuilt libgcc sources from libgcc[12].c files after fixing
spelling error in gstddef.h, this fixed the warnings.

30 years agoFixed spelling error in gstddef.h that caused possibly dangerous
Paul Richards [Mon, 2 Aug 1993 00:16:31 +0000 (00:16 +0000)]
Fixed spelling error in gstddef.h that caused possibly dangerous
warnings in libgcc.

Added NOFPU switch to insn-flags.h to turn off generation of
sqrt/sin/cos instructions for machines with no fpu.

30 years agoBADSIG was being used inplace of the POSIX name SIG_ERR. I renamed
Rod Grimes [Sun, 1 Aug 1993 23:46:47 +0000 (23:46 +0000)]
BADSIG was being used inplace of the POSIX name SIG_ERR.  I renamed
BADSIG to SIG_ERR.  Found this in the port of elm, I also updated
~ports/elm-2.4pl21

30 years agoRemoved less from usr.bin Makefile since it's not in usr.bin anymore.
Paul Richards [Sun, 1 Aug 1993 19:07:35 +0000 (19:07 +0000)]
Removed less from usr.bin Makefile since it's not in usr.bin anymore.

30 years agoAdded include protection.
Jordan K. Hubbard [Sun, 1 Aug 1993 16:18:40 +0000 (16:18 +0000)]
Added include protection.

30 years agoRemoved aliases of df -> df -k and du -> du -k, as the k option is not
Rod Grimes [Sun, 1 Aug 1993 00:40:29 +0000 (00:40 +0000)]
Removed aliases of df -> df -k and du -> du -k, as the k option is not
supported in the new df and du code, use setenv BLOCKSIZE 1024 to get
the same effect.

30 years agoMissing ${DESTIDIR} from install of fish.instr, and from my last regression
Rod Grimes [Sat, 31 Jul 1993 21:29:20 +0000 (21:29 +0000)]
Missing ${DESTIDIR} from install of fish.instr, and from my last regression
testing of DESTDIR this is the LAST one in the tree!!!

30 years agocrude hack so that
Andrew Moore [Sat, 31 Jul 1993 02:05:15 +0000 (02:05 +0000)]
crude hack so that
:!!<shell-cmd>
preprends the previous shell command to <shell-cmd>

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Andrew Moore [Sat, 31 Jul 1993 01:10:24 +0000 (01:10 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoadding GNU dc ("desk calculator")
Andrew Moore [Sat, 31 Jul 1993 01:10:24 +0000 (01:10 +0000)]
adding GNU dc ("desk calculator")

30 years agoupdate strip with latest from UUNET
Andrew Moore [Sat, 31 Jul 1993 00:48:29 +0000 (00:48 +0000)]
update strip with latest from UUNET

30 years agoupdate cp from UUNET w/ changes suggested by Paul K.
Andrew Moore [Sat, 31 Jul 1993 00:46:57 +0000 (00:46 +0000)]
update cp from UUNET w/ changes suggested by Paul K.

30 years agoupdate vis.c from UUNET - no functional change
Andrew Moore [Sat, 31 Jul 1993 00:37:12 +0000 (00:37 +0000)]
update vis.c from UUNET - no functional change

30 years agocorrected vis() prototype for new vis.c from UUNET
Andrew Moore [Sat, 31 Jul 1993 00:35:06 +0000 (00:35 +0000)]
corrected vis() prototype for new vis.c from UUNET

30 years agoadding bdes(1) - 4.4BSD's crypt(1)
Andrew Moore [Fri, 30 Jul 1993 21:32:41 +0000 (21:32 +0000)]
adding bdes(1) - 4.4BSD's crypt(1)

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Andrew Moore [Fri, 30 Jul 1993 21:32:41 +0000 (21:32 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoGNU Regex 0.12
J.T. Conklin [Fri, 30 Jul 1993 20:16:53 +0000 (20:16 +0000)]
GNU Regex 0.12

30 years agoupdated from UUNET - no functional changes
Andrew Moore [Fri, 30 Jul 1993 19:30:08 +0000 (19:30 +0000)]
updated from UUNET - no functional changes

30 years agoFrom: L Jonas Olsson <ljo@vger.EEAP.CWRU.Edu>
Nate Willams [Fri, 30 Jul 1993 18:17:45 +0000 (18:17 +0000)]
From: L Jonas Olsson <ljo@vger.EEAP.CWRU.Edu>
Subject: ctype.h fixed

I've added prototypes to all ANSI C functions and removed the broken
toupper/tolower.

30 years agoSendmail 8.1c -> 8.3 (From NetBSD with hacked Makefiles)
Nate Willams [Fri, 30 Jul 1993 17:21:41 +0000 (17:21 +0000)]
Sendmail 8.1c -> 8.3 (From NetBSD with hacked Makefiles)

This removes many security bugs from the distribution and brings us
closer to 4.4 status.  Also, this may remove some of the current bugs
in sendmail that folks have been experiencing.

Note: sendmail wants sysconf(), but neither NetBSD or FreeBSD have it,
so I used Adam's flag to disable it's use.

30 years agoRemoved keymap from the Makefile since codrv and friends have been
Rod Grimes [Fri, 30 Jul 1993 16:07:53 +0000 (16:07 +0000)]
Removed keymap from the Makefile since codrv and friends have been
removed.

30 years agoChangeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also
Rod Grimes [Fri, 30 Jul 1993 15:09:40 +0000 (15:09 +0000)]
Changeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also
changes its length from 18 to 12.

30 years agoRemoved vty04 from sh MAKEDEV all since that casued root login problems
Rod Grimes [Fri, 30 Jul 1993 11:00:54 +0000 (11:00 +0000)]
Removed vty04 from sh MAKEDEV all since that casued root login problems
on the console if you do not run codrv.

30 years agoFixed com1 -> com00 since com ports are 0 based.
Rod Grimes [Fri, 30 Jul 1993 10:58:46 +0000 (10:58 +0000)]
Fixed com1 -> com00 since com ports are 0 based.

30 years agoWhoops - try again. Include safeties.
Jordan K. Hubbard [Fri, 30 Jul 1993 10:57:13 +0000 (10:57 +0000)]
Whoops - try again.  Include safeties.

30 years agoForgot to fix com01 -> com00, and added com02 and com03
Rod Grimes [Fri, 30 Jul 1993 10:56:34 +0000 (10:56 +0000)]
Forgot to fix com01 -> com00, and added com02 and com03

30 years agoReplaced console with vga.
Rod Grimes [Fri, 30 Jul 1993 10:55:24 +0000 (10:55 +0000)]
Replaced console with vga.

30 years agoNow have very necessary include safety checks
Jordan K. Hubbard [Fri, 30 Jul 1993 10:52:02 +0000 (10:52 +0000)]
Now have very necessary include safety checks

30 years agoupdate uniq with latest from UUNET - adds -f and -s options
Andrew Moore [Fri, 30 Jul 1993 07:10:53 +0000 (07:10 +0000)]
update uniq with latest from UUNET - adds -f and -s options

30 years agoUpdated syscons to 0.2b - please test this! It won't be in the ALPHA
Jordan K. Hubbard [Fri, 30 Jul 1993 02:20:43 +0000 (02:20 +0000)]
Updated syscons to 0.2b - please test this!  It won't be in the ALPHA
release, but it's still worth testing.

30 years agoadded missing modules from UUNET (including new pow.c)
Andrew Moore [Fri, 30 Jul 1993 02:06:30 +0000 (02:06 +0000)]
added missing modules from UUNET (including new pow.c)

30 years agoFree'd up major number assigned to codrv.
Jordan K. Hubbard [Fri, 30 Jul 1993 00:57:06 +0000 (00:57 +0000)]
Free'd up major number assigned to codrv.

30 years agoRemoved entries for codrv, nuked sample config file since no longer necessary.
Jordan K. Hubbard [Fri, 30 Jul 1993 00:56:31 +0000 (00:56 +0000)]
Removed entries for codrv, nuked sample config file since no longer necessary.

30 years agoAdded a default host.conf (gethostnamadr() name resolver) which declares
Nate Willams [Thu, 29 Jul 1993 18:30:36 +0000 (18:30 +0000)]
Added a default host.conf (gethostnamadr() name resolver) which declares
to resolve all names via bind first and then try /etc/hosts.

30 years agoAdded the ability to specify the order to lookup hostnames via
Nate Willams [Thu, 29 Jul 1993 18:28:24 +0000 (18:28 +0000)]
Added the ability to specify the order to lookup hostnames via
/etc/host.conf file.
Choices are "bind" and "hosts", where bind is the the standard default
way and hosts uses your /etc/hosts file to resolve addresses.

Patch is from resolv+, and was modified to be against this new routine
from uunet.

30 years agoNew gethostnamdard() library changed the function declaration from a
Nate Willams [Thu, 29 Jul 1993 18:21:42 +0000 (18:21 +0000)]
New gethostnamdard() library changed the function declaration from a
cahr * -> const char *.  Fixed this to remove compiler warnings/errors

30 years agoUpdated routine from newest version from uunet, tested and works as
Nate Willams [Thu, 29 Jul 1993 18:18:36 +0000 (18:18 +0000)]
Updated routine from newest version from uunet, tested and works as
well as former one.

30 years agoNew fts(3) from Keith Bostic via uunet. Tested and appears to work at
Nate Willams [Thu, 29 Jul 1993 18:16:31 +0000 (18:16 +0000)]
New fts(3) from Keith Bostic via uunet.  Tested and appears to work at
least as well as previous updated fts routine

30 years agoI forgot to change the Makefile way back when I commited the file, so it
Nate Willams [Thu, 29 Jul 1993 12:50:24 +0000 (12:50 +0000)]
I forgot to change the Makefile way back when I commited the file, so it
wasn't installed.

30 years agoAdded include of systm.h to get min/max/bcmp etc...
David Greenman [Thu, 29 Jul 1993 12:07:10 +0000 (12:07 +0000)]
Added include of systm.h to get min/max/bcmp etc...

30 years agoSyncing our sources back with Julian's, and removing PATCHKIT headers.
Nate Willams [Thu, 29 Jul 1993 11:55:37 +0000 (11:55 +0000)]
Syncing our sources back with Julian's, and removing PATCHKIT headers.

Large Bustek changes, most everything else is minimal.

30 years agoNew tape device command for new SCSI Tape driver
Nate Willams [Thu, 29 Jul 1993 11:53:01 +0000 (11:53 +0000)]
New tape device command for new SCSI Tape driver

30 years agoAdded st(8) to command to compile
Nate Willams [Thu, 29 Jul 1993 11:52:05 +0000 (11:52 +0000)]
Added st(8) to command to compile

30 years agoAdded functionality needed for new st(8) [ SCSI TAPE control ] program
Nate Willams [Thu, 29 Jul 1993 11:50:47 +0000 (11:50 +0000)]
Added functionality needed for new st(8) [ SCSI TAPE control ] program
and the new scsi/st.c driver.  Most of this is for variable block-size
tape drives.

30 years agoRemoved PATCHKIT headers and updated our sources to Julian's with
Nate Willams [Thu, 29 Jul 1993 11:49:13 +0000 (11:49 +0000)]
Removed PATCHKIT headers and updated our sources to Julian's with
our patches back in.  Major changes to the Bustek driver and the
Tape driver, the rest are minor.

30 years agofixed static declr complaint by gcc2
Andrew Moore [Thu, 29 Jul 1993 02:39:24 +0000 (02:39 +0000)]
fixed static declr complaint by gcc2

30 years agoWhoops, made a typo
Nate Willams [Wed, 28 Jul 1993 22:43:59 +0000 (22:43 +0000)]
Whoops, made a typo

30 years agoAdded function prototype for ASNI-fied function in libc/net/inet_addr.c
Nate Willams [Wed, 28 Jul 1993 22:38:03 +0000 (22:38 +0000)]
Added function prototype for ASNI-fied function in libc/net/inet_addr.c
to keep from getting a warning.

30 years agoNew fts.h from Keith Bostic via uunet - Version # and Copyright year change
Nate Willams [Wed, 28 Jul 1993 22:20:50 +0000 (22:20 +0000)]
New fts.h from Keith Bostic via uunet - Version # and Copyright year change
only.
(library update will come after further testing)

30 years agoKeith Bostic uploaded the 4.4 find to uunet for us (tested and seems to
Nate Willams [Wed, 28 Jul 1993 22:15:10 +0000 (22:15 +0000)]
Keith Bostic uploaded the 4.4 find to uunet for us (tested and seems to
work well)  Changes are minimal from the previous version, mostly
ANSI-fication stuff and fnmatch updates for the fnmatch code we have now,
before I made an informed guess on how it was supposed to work.

30 years agoNo functional changes, just more ANSI-fied version from uunet
Nate Willams [Wed, 28 Jul 1993 21:23:11 +0000 (21:23 +0000)]
No functional changes, just more ANSI-fied version from uunet

30 years agofixed col's entab algorithm which was losing spaces
Andrew Moore [Wed, 28 Jul 1993 09:45:29 +0000 (09:45 +0000)]
fixed col's entab algorithm which was losing spaces

30 years agoremoved a hack that hardcoded the widths of underline and bold chars
Andrew Moore [Wed, 28 Jul 1993 09:38:58 +0000 (09:38 +0000)]
removed a hack that hardcoded the widths of underline and bold chars

30 years agoCouple of common to lib changes I missed.
Paul Richards [Wed, 28 Jul 1993 02:55:23 +0000 (02:55 +0000)]
Couple of common to lib changes I missed.

30 years agoThe updated mtree changed a couple things which required changes in
Nate Willams [Wed, 28 Jul 1993 01:53:52 +0000 (01:53 +0000)]
The updated mtree changed a couple things which required changes in
the mtree files.

30 years agofts(3) updates
Nate Willams [Wed, 28 Jul 1993 01:50:07 +0000 (01:50 +0000)]
fts(3) updates

30 years agofts(3) integration patches
Nate Willams [Wed, 28 Jul 1993 01:42:17 +0000 (01:42 +0000)]
fts(3) integration patches

30 years agoFrom: amurai@spec.co.jp (Atsushi MURAI)
Nate Willams [Tue, 27 Jul 1993 18:38:16 +0000 (18:38 +0000)]
From: amurai@spec.co.jp (Atsushi MURAI)
Newsgroups: comp.os.386bsd.bugs
Subject: [Patch] ISOFS with Rock Ridge Ext. (1/1)
Date: 26 Jul 93 10:45:50 GMT

  Here is just short patch for "[Source] ISOFS with Rock Ridge Ext."
that I posted last week. After I post them, I try to investigate a bad
performance as I mentioned the Readme and found a problem which is
caused by mostly missing namei/inode cache of isofs - it's came from
orignal source code. (Wao Wao - You can say that again ;-)

  I hope you will get a reasonable performance without any problem..

Enjoy,

Atsushi.

30 years agoAdded README which explains the copyright status of getopt(1)
Nate Willams [Tue, 27 Jul 1993 17:24:17 +0000 (17:24 +0000)]
Added README which explains the copyright status of getopt(1)

30 years agoThere was additional cruft at the bottom on the man page.
Nate Willams [Tue, 27 Jul 1993 17:08:57 +0000 (17:08 +0000)]
There was additional cruft at the bottom on the man page.

30 years ago* Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
David Greenman [Tue, 27 Jul 1993 10:53:32 +0000 (10:53 +0000)]
* Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
  profiling, and various protection checks that cause security holes
  and system crashes.
* Changed min/max/bcmp/ffs/strlen to be static inline functions
  - included from cpufunc.h in via systm.h. This change
  improves performance in many parts of the kernel - up to 5% in the
  networking layer alone. Note that this requires systm.h to be included
  in any file that uses these functions otherwise it won't be able to
  find them during the load.
* Fixed incorrect call to splx() in if_is.c
* Fixed bogus variable assignment to splx() in if_ed.c

30 years agochanged BINMODE= 6555 and CATMODE= 0664
Andrew Moore [Tue, 27 Jul 1993 03:28:32 +0000 (03:28 +0000)]
changed BINMODE= 6555 and CATMODE= 0664

30 years ago * Added include of systm.h to pick up inlined min/max/bcmp if you have
David Greenman [Tue, 27 Jul 1993 03:13:50 +0000 (03:13 +0000)]
 * Added include of systm.h to pick up inlined min/max/bcmp if you have
 * them in cpufunc.h. Modified wait loop in reset to look a little better.
 * Added read for talley counters to prevent an infinite loop on old
 * 8003E's if they (the counters) overflow.

30 years agoAdded setreuid() calls so that shell escapes work.
Andrew Moore [Tue, 27 Jul 1993 02:54:46 +0000 (02:54 +0000)]
Added setreuid() calls so that shell escapes work.
The effective ID's need to be set to the real ID's before invoking
a shell for security reasons.

30 years agoMore changes for gcc2 to use lib.
Paul Richards [Tue, 27 Jul 1993 02:44:15 +0000 (02:44 +0000)]
More changes for gcc2 to use lib.

30 years agoMoved files from common directory to lib directory -- cosmetic change.
Paul Richards [Tue, 27 Jul 1993 02:14:29 +0000 (02:14 +0000)]
Moved files from common directory to lib directory -- cosmetic change.

30 years agoMakefile for new common lib -- forgot to add it in last commit
Paul Richards [Tue, 27 Jul 1993 01:48:17 +0000 (01:48 +0000)]
Makefile for new common lib -- forgot to add it in last commit

30 years agoChanged common directory into lib to save re-compiling common
Paul Richards [Tue, 27 Jul 1993 01:46:43 +0000 (01:46 +0000)]
Changed common directory into lib to save re-compiling common
code for each cc1

30 years agoChanged sys.386bsd to sys
Nate Willams [Mon, 26 Jul 1993 22:50:31 +0000 (22:50 +0000)]
Changed sys.386bsd to sys

30 years agoAdded Charles changes for GCC@ symbols.
Paul Richards [Mon, 26 Jul 1993 22:40:41 +0000 (22:40 +0000)]
Added Charles changes for GCC@ symbols.

30 years agoAdded getopt to the subdirs made
Nate Willams [Mon, 26 Jul 1993 22:23:04 +0000 (22:23 +0000)]
Added getopt to the subdirs made

30 years agoAdded getopt(1) from NetBSD
Nate Willams [Mon, 26 Jul 1993 22:22:37 +0000 (22:22 +0000)]
Added getopt(1) from NetBSD

30 years agoSample kernel config for syscons.
Jordan K. Hubbard [Mon, 26 Jul 1993 21:27:38 +0000 (21:27 +0000)]
Sample kernel config for syscons.

30 years agoAdded necessary file for syscons
Jordan K. Hubbard [Mon, 26 Jul 1993 21:21:53 +0000 (21:21 +0000)]
Added necessary file for syscons

30 years agoAdded necessary files for syscons (may move font include later, but for now
Jordan K. Hubbard [Mon, 26 Jul 1993 21:21:11 +0000 (21:21 +0000)]
Added necessary files for syscons (may move font include later, but for now
it's easier to leave there since I don't feel like breaking anything).

30 years agoAdded entry for syscons.
Jordan K. Hubbard [Mon, 26 Jul 1993 21:19:30 +0000 (21:19 +0000)]
Added entry for syscons.