]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoSkip 'cua' 3 chars like 'tty' 3 chars
ache [Sun, 2 Oct 1994 14:11:32 +0000 (14:11 +0000)]
Skip 'cua' 3 chars like 'tty' 3 chars

29 years agoMake fat cursor as early as possible, per Bruce suggestion
ache [Sun, 2 Oct 1994 14:08:57 +0000 (14:08 +0000)]
Make fat cursor as early as possible, per Bruce suggestion

29 years ago#define HAVE_TERMIOS added for proper terminal handling
ache [Sun, 2 Oct 1994 11:12:40 +0000 (11:12 +0000)]
#define HAVE_TERMIOS added for proper terminal handling
Submitted by: smcarey@mailbox.syr.edu

29 years agoLittle regex code cleaness, idea from jgreco@ns.sol.net
ache [Sun, 2 Oct 1994 10:54:00 +0000 (10:54 +0000)]
Little regex code cleaness, idea from jgreco@ns.sol.net

29 years agoInclude rtprio.h for struct rtprio.
dg [Sun, 2 Oct 1994 08:34:47 +0000 (08:34 +0000)]
Include rtprio.h for struct rtprio.

29 years agoOn second thought...back out previous commit.
dg [Sun, 2 Oct 1994 08:33:31 +0000 (08:33 +0000)]
On second thought...back out previous commit.

29 years agoInclude rtprio.h
dg [Sun, 2 Oct 1994 08:19:13 +0000 (08:19 +0000)]
Include rtprio.h

29 years agoIf you are building a kernel without NFS statically linked in you
rgrimes [Sun, 2 Oct 1994 07:19:43 +0000 (07:19 +0000)]
If you are building a kernel without NFS statically linked in you
must #define NFS before including <sys/mount.h> to pick up some of
the definitions needed for struct diskless.  Be sure to undef it after this
so you do not effect other code.

This is kinda sick, but it does the job.  Problem found by davidg.

29 years ago1. Completely rewritten Makefile that uses bsd.prog.mk more effectively.
rgrimes [Sun, 2 Oct 1994 05:18:26 +0000 (05:18 +0000)]
1.  Completely rewritten Makefile that uses bsd.prog.mk more effectively.

2.  Clean up the .S files to use /* */ style comments.

This is a totally cosmetic change, not one byte of the resulting boot
code changes.  But at least it is installed with correct owners and in
the right places, and gets recompiled correctly when things change!

29 years agoAdd .S to SUFFIXES and add .S.o: rule.
rgrimes [Sun, 2 Oct 1994 05:12:46 +0000 (05:12 +0000)]
Add .S to SUFFIXES and add .S.o: rule.
Submitted by: bde

29 years ago"idle priority" support. Based on code from Henrik Vestergaard Draboel,
dg [Sun, 2 Oct 1994 04:48:21 +0000 (04:48 +0000)]
"idle priority" support. Based on code from Henrik Vestergaard Draboel,
but substantially rewritten by me.

29 years agoMove apm, apmconf, fdformat, fdwrite, kbdcontrol, lptcontrol, rtprio and
gpalmer [Sun, 2 Oct 1994 03:42:40 +0000 (03:42 +0000)]
Move apm, apmconf, fdformat, fdwrite, kbdcontrol, lptcontrol, rtprio and
vidcontrol out of machine-independance into the I386 & clean
dependant sections. Also move 'timed' out of machine-dependace into
machine-independance

Reviewed by: rgrimes

29 years agoMoce comcontrol, fdisk & mount_msdos out of machine-independance into
gpalmer [Sun, 2 Oct 1994 03:38:08 +0000 (03:38 +0000)]
Moce comcontrol, fdisk & mount_msdos out of machine-independance into
an I386 specific statement. Also add necessary code to allow
machine-dependance in this makefile

Reviewed by: rgrimes

29 years agoFix bug with 8-bit chars sign extention (ctype not works)
ache [Sun, 2 Oct 1994 02:01:21 +0000 (02:01 +0000)]
Fix bug with 8-bit chars sign extention (ctype not works)

29 years agoReplaced the magic register union with inline assembler. Now it works
phk [Sun, 2 Oct 1994 01:45:42 +0000 (01:45 +0000)]
Replaced the magic register union with inline assembler.  Now it works
"mostly".  My machine still panics from time to time, and I think the
problem is a stack-problem.

29 years agolibcompat removed
ache [Sun, 2 Oct 1994 01:36:03 +0000 (01:36 +0000)]
libcompat removed

29 years agoRewritten using POSIX regex
ache [Sun, 2 Oct 1994 01:33:28 +0000 (01:33 +0000)]
Rewritten using POSIX regex
Add 57600 and 115200 speeds
Correct termcap path

29 years ago1. Remove all references to cyloffset, it has been unused for some time.
rgrimes [Sun, 2 Oct 1994 01:32:53 +0000 (01:32 +0000)]
1.  Remove all references to cyloffset, it has been unused for some time.

2.  New detection code so we know what boot code called us.

3.  Remove old DISKLESS support code and halt if we are called by that boot
    code as it will NOT work with the new nfs_diskless structure.

This is really in preperation for new boot code and new diskless support.

Reviewed by: davidg

29 years agoAdd code to generate NFSDISKLESS_SIZE for use in locore for copying the
rgrimes [Sun, 2 Oct 1994 01:28:38 +0000 (01:28 +0000)]
Add code to generate NFSDISKLESS_SIZE for use in locore for copying the
nfs_diskless structure in from the boot code.
Reviewed by: davidg

29 years agoImplement full proxy ARP, gated on option ARP_PROXYALL. This allows
wollman [Sat, 1 Oct 1994 21:50:33 +0000 (21:50 +0000)]
Implement full proxy ARP, gated on option ARP_PROXYALL.  This allows
a FreeBSD box to do proxy ARP as easily as most commercial routers do,
without messing around with (potentially variable) Ethernet addresses.
This code is really quite simple; I'm not at all sure why it wasn't
implemented in 4.4.

It might be worth stealing an interface flag (maybe IFF_LINK1) to use for
finer-grained control over which interfaces get proxy treatment.  For the
moment, it's all or nothing.

29 years agogenassym: depends on the source code too.
rgrimes [Sat, 1 Oct 1994 21:43:24 +0000 (21:43 +0000)]
genassym: depends on the source code too.

29 years agoOn my GW2K Handbook486 this code would reset when called from locore.s
phk [Sat, 1 Oct 1994 21:29:50 +0000 (21:29 +0000)]
On my GW2K Handbook486 this code would reset when called from locore.s
I think I have narrowed this down to the stack being overflown.  I have
taken the push/pop of %fs out, it shouldn't be needed anyway, but the
real & correct solution might to save the registers on the stack in
locore.s before calling this stuff.

29 years agoAdd Matt Thomas's DC21040 PCI Ethernet driver. (This is turning out
wollman [Sat, 1 Oct 1994 20:16:47 +0000 (20:16 +0000)]
Add Matt Thomas's DC21040 PCI Ethernet driver.  (This is turning out
to be quite a popular chip, so expect to see a number of products
based on it.)

29 years agoUpdate DEPCA/DE422 et al driver to latest version, from Matt Thomas.
wollman [Sat, 1 Oct 1994 20:15:47 +0000 (20:15 +0000)]
Update DEPCA/DE422 et al driver to latest version, from Matt Thomas.
This file was run through unifdef -DMULTICAST in preparation.

29 years agoFixed manpage to conform to current reality.
dg [Sat, 1 Oct 1994 20:00:28 +0000 (20:00 +0000)]
Fixed manpage to conform to current reality.

Submitted by: Rod Grimes, with additional sentence by me.

29 years agoCorrect `de' device ID.
wollman [Sat, 1 Oct 1994 19:47:33 +0000 (19:47 +0000)]
Correct `de' device ID.
Add pd_npresent field for future loadable PCI drivers.

29 years agoDefine IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't any
wollman [Sat, 1 Oct 1994 19:44:38 +0000 (19:44 +0000)]
Define IFF_ALTPHYS to be IFF_LINK2.  Gross, but effective.  (There aren't any
more bits left in if_flags and I don't want to make it a long this late in
the release cycle.)

29 years agof77.script resides in source, not obj dir
pst [Sat, 1 Oct 1994 19:12:09 +0000 (19:12 +0000)]
f77.script resides in source, not obj dir

29 years agoAdded Cortex-I Frame Grabber by Paul S. LaFollette, Jr.
dg [Sat, 1 Oct 1994 17:59:42 +0000 (17:59 +0000)]
Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr.

Submitted by: Paul S. LaFollette, Jr.

29 years ago1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disabling
dg [Sat, 1 Oct 1994 16:56:22 +0000 (16:56 +0000)]
1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disabling
   the use of the rotational position table.
2) Allow specification of 0 rotational positions (disables function).
3) Make rotdelay=0 and nrpos=0 by default.

   The purpose of the above is to optimize for modern SCSI (and IDE) drives
that do read-ahead/write-behind.

29 years agoCorrected message when no rotational position table is found.
dg [Sat, 1 Oct 1994 16:53:53 +0000 (16:53 +0000)]
Corrected message when no rotational position table is found.

29 years ago #Driver for Advaced Power Management (also need options APM)
phk [Sat, 1 Oct 1994 16:44:07 +0000 (16:44 +0000)]
 #Driver for Advaced Power Management (also need options APM)
-device apm0 isa?
+device apm0 at isa?

29 years agoRe-org of file. Delete information that is 1.x only. Update and add entrys
gclarkii [Sat, 1 Oct 1994 15:04:58 +0000 (15:04 +0000)]
Re-org of file.  Delete information that is 1.x only.  Update and add entrys
for 2.0.

29 years agoFix again PAS16D detection and MVA508 handle.
ache [Sat, 1 Oct 1994 12:42:17 +0000 (12:42 +0000)]
Fix again PAS16D detection and MVA508 handle.
Initial importers (swallace) please be more carefully to not break
old things!

29 years agoGet rid of redundant declaration, and changed DDB -> SDDB to get rid
dg [Sat, 1 Oct 1994 05:46:01 +0000 (05:46 +0000)]
Get rid of redundant declaration, and changed DDB -> SDDB to get rid
of the conflict that results otherwise.

29 years agoAdded options APM and device apm0 for Advanced Power Management support.
dg [Sat, 1 Oct 1994 05:43:09 +0000 (05:43 +0000)]
Added options APM and device apm0 for Advanced Power Management support.

29 years agoAdded $Id$
dg [Sat, 1 Oct 1994 05:13:37 +0000 (05:13 +0000)]
Added $Id$

29 years agoWoops, missed these two files; part of HOSOKAWA Tatsumi's APM support.
dg [Sat, 1 Oct 1994 05:05:10 +0000 (05:05 +0000)]
Woops, missed these two files; part of HOSOKAWA Tatsumi's APM support.

29 years agoAdded apm and apmconf. NOTE: This makefile is wrong in a variety of ways.
dg [Sat, 1 Oct 1994 03:44:05 +0000 (03:44 +0000)]
Added apm and apmconf. NOTE: This makefile is wrong in a variety of ways.
For one thing, the handling of arch-specific utilities is broken, and
things like apm and apmconf (and fdformat, kbdcontrol, vidcontrol, etc)
shouldn't be built for all arch's.

29 years agoAdded entry for apm device (needed for Advanced Power Management support).
dg [Sat, 1 Oct 1994 03:32:26 +0000 (03:32 +0000)]
Added entry for apm device (needed for Advanced Power Management support).

29 years agoMinor improvement to probe routine.
dg [Sat, 1 Oct 1994 03:29:28 +0000 (03:29 +0000)]
Minor improvement to probe routine.

Submitted by: HOSOKAWA Tatsumi

29 years agoLaptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.
dg [Sat, 1 Oct 1994 03:23:33 +0000 (03:23 +0000)]
Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.

Submitted by: HOSOKAWA Tatsumi

29 years agoLaptop Advanced Power Management support by HOSOKAWA Tatsumi.
dg [Sat, 1 Oct 1994 02:56:21 +0000 (02:56 +0000)]
Laptop Advanced Power Management support by HOSOKAWA Tatsumi.

Submitted by: HOSOKAWA Tatsumi

29 years agoadd new sound files to kernel config file list
swallace [Sat, 1 Oct 1994 02:36:24 +0000 (02:36 +0000)]
add new sound files to kernel config file list

29 years agoUse Voxware's new 2.90 soundcard.h.
swallace [Sat, 1 Oct 1994 02:32:23 +0000 (02:32 +0000)]
Use Voxware's new 2.90 soundcard.h.
NOTE:  2.9 is backwards compatable with programs compiled with older
soundcard.h, but new programs compiled with 2.9 will not work on pre-2.9
sound drivers.

29 years agoMerged in changes to Hannu Savolainen's VoxWare sound drivers, version 2.9.
swallace [Sat, 1 Oct 1994 02:17:17 +0000 (02:17 +0000)]
Merged in changes to Hannu Savolainen's VoxWare sound drivers, version 2.9.

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3252,
swallace [Sat, 1 Oct 1994 01:33:47 +0000 (01:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3252,
which included commits to RCS files with non-trunk default branches.

29 years agoHannu Savolainen's VoxWare original sound drivers, version 2.9.
swallace [Sat, 1 Oct 1994 01:33:47 +0000 (01:33 +0000)]
Hannu Savolainen's VoxWare original sound drivers, version 2.9.

29 years agoHannu Savolainen's VoxWare original sound drivers, version 2.9.
swallace [Sat, 1 Oct 1994 01:33:47 +0000 (01:33 +0000)]
Hannu Savolainen's VoxWare original sound drivers, version 2.9.

29 years agoCorrect DEC -> Digital Equipment Corporation.
wollman [Sat, 1 Oct 1994 00:18:53 +0000 (00:18 +0000)]
Correct DEC -> Digital Equipment Corporation.

29 years agoClean up makefile
pst [Fri, 30 Sep 1994 21:19:58 +0000 (21:19 +0000)]
Clean up makefile

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3248,
pst [Fri, 30 Sep 1994 21:16:09 +0000 (21:16 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3248,
which included commits to RCS files with non-trunk default branches.

29 years agoRouter Discovery from Sun Microsystems
pst [Fri, 30 Sep 1994 21:16:09 +0000 (21:16 +0000)]
Router Discovery from Sun Microsystems

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3245,
pst [Fri, 30 Sep 1994 20:47:35 +0000 (20:47 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3245,
which included commits to RCS files with non-trunk default branches.

29 years agoRouter discovery code - Courtesy Sun Microsystems
pst [Fri, 30 Sep 1994 20:47:35 +0000 (20:47 +0000)]
Router discovery code - Courtesy Sun Microsystems

29 years agoReshuffle all the man pages around in the Makefiles too (duh!).
jkh [Fri, 30 Sep 1994 17:37:23 +0000 (17:37 +0000)]
Reshuffle all the man pages around in the Makefiles too (duh!).

29 years agoReshuffle all the man pages around in the Makefiles too (duh!).
jkh [Fri, 30 Sep 1994 17:31:08 +0000 (17:31 +0000)]
Reshuffle all the man pages around in the Makefiles too (duh!).

29 years agoIf WANT_MSUN is defined then math.h needs to be installed from the
paul [Fri, 30 Sep 1994 16:08:47 +0000 (16:08 +0000)]
If WANT_MSUN is defined then math.h needs to be installed from the
msun library.

29 years agomention MAKE_EBONES and MAKE_KERBEROS
csgr [Fri, 30 Sep 1994 14:57:01 +0000 (14:57 +0000)]
mention  MAKE_EBONES and MAKE_KERBEROS

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3237,
csgr [Fri, 30 Sep 1994 14:50:09 +0000 (14:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3237,
which included commits to RCS files with non-trunk default branches.

29 years agoInitial import of eBones.
csgr [Fri, 30 Sep 1994 14:50:09 +0000 (14:50 +0000)]
Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution
would be too complex at this stage, since I don't have access to Piero's
CVS.)
(If you want to include eBones in your system, don't forget to include
MAKE_EBONES in /etc/make.conf.)
(This stuff is now also suppable from braae.ru.ac.za.)

Bones originally from MIT SIPB.
Original port to FreeBSD 1.x  by Piero Serini.
Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet.
Nice bug fixes from Doug Rabson.

29 years agoInitial import of eBones.
csgr [Fri, 30 Sep 1994 14:50:09 +0000 (14:50 +0000)]
Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution
would be too complex at this stage, since I don't have access to Piero's
CVS.)
(If you want to include eBones in your system, don't forget to include
MAKE_EBONES in /etc/make.conf.)
(This stuff is now also suppable from braae.ru.ac.za.)

Bones originally from MIT SIPB.
Original port to FreeBSD 1.x  by Piero Serini.
Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet.
Nice bug fixes from Doug Rabson.

29 years agoUndo damage done between revisions 1.6 and 1.7
csgr [Fri, 30 Sep 1994 13:26:15 +0000 (13:26 +0000)]
Undo damage done between revisions 1.6 and 1.7
(Guys, please don't DAMAGE commits that have just gone in.)

29 years agoYou must rm -f lkm before attempting to create it.
rgrimes [Fri, 30 Sep 1994 07:33:42 +0000 (07:33 +0000)]
You must rm -f lkm before attempting to create it.

29 years agomake rexecd link against skeyaccess, not authfile
pst [Fri, 30 Sep 1994 06:38:43 +0000 (06:38 +0000)]
make rexecd link against skeyaccess, not authfile

29 years agoAdd f77 shell script frontend for f2c/gcc
pst [Fri, 30 Sep 1994 06:25:06 +0000 (06:25 +0000)]
Add f77 shell script frontend for f2c/gcc

29 years ago!Just! fixing makefile, no code changes Geoff
pst [Fri, 30 Sep 1994 06:04:40 +0000 (06:04 +0000)]
!Just! fixing makefile, no code changes Geoff

29 years agoMove bootp & related stuff
pst [Fri, 30 Sep 1994 05:48:52 +0000 (05:48 +0000)]
Move bootp & related stuff

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3229,
pst [Fri, 30 Sep 1994 05:45:07 +0000 (05:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3229,
which included commits to RCS files with non-trunk default branches.

29 years agoRearrange bootpd
pst [Fri, 30 Sep 1994 05:45:07 +0000 (05:45 +0000)]
Rearrange bootpd

29 years agoRearrange bootpd
pst [Fri, 30 Sep 1994 05:45:07 +0000 (05:45 +0000)]
Rearrange bootpd

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3227,
pst [Fri, 30 Sep 1994 05:43:13 +0000 (05:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3227,
which included commits to RCS files with non-trunk default branches.

29 years agoRearrange bootp
pst [Fri, 30 Sep 1994 05:43:13 +0000 (05:43 +0000)]
Rearrange bootp

29 years agoSync with termcap.src
ache [Fri, 30 Sep 1994 05:43:09 +0000 (05:43 +0000)]
Sync with termcap.src

29 years agoRemove emulation of upper/lower lines from all entries,
ache [Fri, 30 Sep 1994 05:41:22 +0000 (05:41 +0000)]
Remove emulation of upper/lower lines from all entries,
this work done by ncurses

29 years agoAdd #ifndef ALLOW_CONFLICT_IRQ
swallace [Fri, 30 Sep 1994 05:35:55 +0000 (05:35 +0000)]
Add #ifndef ALLOW_CONFLICT_IRQ
Reviewed by: jkh

29 years agoSorry, wrong previous commit backed out, HAVE_GETBOOTFILE
ache [Fri, 30 Sep 1994 04:07:03 +0000 (04:07 +0000)]
Sorry, wrong previous commit backed out, HAVE_GETBOOTFILE
defined in another place

29 years agoForget to define HAVE_GETBOOTFILE
ache [Fri, 30 Sep 1994 03:43:28 +0000 (03:43 +0000)]
Forget to define HAVE_GETBOOTFILE

29 years agoUse getbootfile() properly, old code cause reboots somethimes
ache [Fri, 30 Sep 1994 02:20:25 +0000 (02:20 +0000)]
Use getbootfile() properly, old code cause reboots somethimes

29 years agoLog SA_CORE signals
ache [Fri, 30 Sep 1994 00:38:34 +0000 (00:38 +0000)]
Log SA_CORE signals
Obtained from: FreeBSD 1.x

29 years agoMake it compile under 2.0.
wollman [Fri, 30 Sep 1994 00:34:21 +0000 (00:34 +0000)]
Make it compile under 2.0.

29 years agoMerged changes from the vendor branch. NB: this will NOT compile until
wollman [Thu, 29 Sep 1994 23:44:43 +0000 (23:44 +0000)]
Merged changes from the vendor branch.  NB: this will NOT compile until
after the NEXT commit.

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3215,
wollman [Thu, 29 Sep 1994 23:04:24 +0000 (23:04 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3215,
which included commits to RCS files with non-trunk default branches.

29 years agoxntp 3.4e from Dave Mills @ UDel
wollman [Thu, 29 Sep 1994 23:04:24 +0000 (23:04 +0000)]
xntp 3.4e from Dave Mills @ UDel

29 years agoOnly reinstall osreldate.h if necessary
pst [Thu, 29 Sep 1994 21:29:22 +0000 (21:29 +0000)]
Only reinstall osreldate.h if necessary

29 years agomake includes needs to do a beforeinstall in libskey
pst [Thu, 29 Sep 1994 21:20:12 +0000 (21:20 +0000)]
make includes needs to do a beforeinstall in libskey

29 years agoDefine MAN1 man page variable.
swallace [Thu, 29 Sep 1994 21:18:17 +0000 (21:18 +0000)]
Define MAN1 man page variable.
Get rid of install: and instead add an afterinstall: so that man page
is properly installed

29 years agoskey.h has moved elsewhere
pst [Thu, 29 Sep 1994 21:17:49 +0000 (21:17 +0000)]
skey.h has moved elsewhere

29 years agoOops, forgot one patch for the changed selwakeup, fixed.
sos [Thu, 29 Sep 1994 21:11:29 +0000 (21:11 +0000)]
Oops, forgot one patch for the changed selwakeup, fixed.

29 years agoAdd -p flag and pftp alias for passive ftp
pst [Thu, 29 Sep 1994 20:55:25 +0000 (20:55 +0000)]
Add -p flag and pftp alias for passive ftp

29 years agoAdd support for s/keys
pst [Thu, 29 Sep 1994 20:54:41 +0000 (20:54 +0000)]
Add support for s/keys

29 years agoMove skey.h back where it belongs
pst [Thu, 29 Sep 1994 19:27:35 +0000 (19:27 +0000)]
Move skey.h back where it belongs

29 years agoUse new skey access routines
pst [Thu, 29 Sep 1994 18:59:42 +0000 (18:59 +0000)]
Use new skey access routines

29 years agoInstall support for skey and login.access
pst [Thu, 29 Sep 1994 18:59:15 +0000 (18:59 +0000)]
Install support for skey and login.access

29 years agoInstall improved skey access code
pst [Thu, 29 Sep 1994 18:58:39 +0000 (18:58 +0000)]
Install improved skey access code

29 years agoAdd nfs_client and amdflags
pst [Thu, 29 Sep 1994 17:27:46 +0000 (17:27 +0000)]
Add nfs_client and amdflags

29 years agoAdd code to skip "userquota"/"groupquota" options needed for
ache [Thu, 29 Sep 1994 16:39:26 +0000 (16:39 +0000)]
Add code to skip "userquota"/"groupquota" options needed for
quotaon/quotacheck

29 years agoFix broken FAT_CURSOR support, don't set cursor shape on VGA
ache [Thu, 29 Sep 1994 15:49:09 +0000 (15:49 +0000)]
Fix broken FAT_CURSOR support, don't set cursor shape on VGA

29 years agoDo strip -x of kernel
csgr [Thu, 29 Sep 1994 14:02:40 +0000 (14:02 +0000)]
Do strip -x of kernel
Obtained from:1.1.5.1

29 years agoAdd new files from Wilko (and in their proper place).
jkh [Thu, 29 Sep 1994 13:54:36 +0000 (13:54 +0000)]
Add new files from Wilko (and in their proper place).
Submitted by: Wilko Bulte