]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoo make SHARED=symlinks a caller defined instead of a callee defined
marcel [Mon, 20 Dec 1999 10:32:11 +0000 (10:32 +0000)]
o  make SHARED=symlinks a caller defined instead of a callee defined
   property. This fixes the includes target when DESTDIR is empty.
o  Do not make build-tools for f771 when NO_FORTRAN is defined.
o  Add new build stage. See below.
o  Change banners so that staging information is displayed.

The addition of the build-tools target broke the upgrade path because
we couldn't make use of previously built tools that were made for
compatibility reasons. Doing so would also result in the cross-compiler
being used and that is exactly what had to be avoided.

This is solved by designating the bootstrap-tools stage for building
anything that is needed for compatibility only and to create a new
stage (started after the build-tools stage) that handles cross-tools
building. We now have the following stages:
1. bootstrap-tools (for compatibility issues only)
2. build-tools
3. cross-tools (what it says)
4. world
5. install

Stages 1-4 (inclusive) are handled by buildworld.
Stage 5 is handled by installworld.

Any more stages and I'll join Nik in his quest for the
holy grail^W^Wworld :-)

24 years agoSmall typo fix.
asmodai [Mon, 20 Dec 1999 09:35:12 +0000 (09:35 +0000)]
Small typo fix.

PR: docs/15579
Submitted by: Noriaki Mitsunaga <mitchy@er.ams.eng.osaka-u.ac.jp>

24 years ago'clri' takes an argument.
billf [Mon, 20 Dec 1999 07:47:57 +0000 (07:47 +0000)]
'clri' takes an argument.

Reviewed by: phk

24 years agoMake attach work, almost. Calling kthread_create from a
imp [Mon, 20 Dec 1999 06:47:38 +0000 (06:47 +0000)]
Make attach work, almost.  Calling kthread_create from a
config_intrhook_establish doesn't work.  Children aren't yet attached
properly, but that's ok because pccard would likely panic in its
current shape.
o Save dev of pcic early in attach process
o save dev in pcic_handle for use in pcic_create_event_thread.
o Remove direct attachments of pccard children for now
o move establishment of pcic kthread to config_intrhook.

24 years agoMFS_ROOT is deprecated so use MD_ROOT instead. Also add the md
steve [Mon, 20 Dec 1999 05:11:51 +0000 (05:11 +0000)]
MFS_ROOT is deprecated so use MD_ROOT instead.  Also add the md
pseudo-device to make it easier to build releases.

24 years agoIf we fail to find init, print out the search path used. This helps
grog [Mon, 20 Dec 1999 02:50:49 +0000 (02:50 +0000)]
If we fail to find init, print out the search path used.  This helps
differentiate between one of three different scenarios:

1.  No init.
2.  Path to init munged by an incorrect loader configuration.
3.  Root file system not mounted.

Reviewed-by: billf
24 years agoNow that we have an elf(5) we can x-ref it here.
billf [Mon, 20 Dec 1999 02:39:50 +0000 (02:39 +0000)]
Now that we have an elf(5) we can x-ref it here.

24 years agoInstall the crunched binaries into /sbin, not /stand. This was
grog [Mon, 20 Dec 1999 02:16:55 +0000 (02:16 +0000)]
Install the crunched binaries into /sbin, not /stand.  This was
originally done to track down yet another case of lost init, and is
not strictly necessary, but it seems more logical to have binaries in
/sbin than in /stand.  Previously /sbin and /bin were symlinks to
/stand.  Now /bin and /stand are symlinks to /sbin.

24 years agoAdd content. This was one of the files that somehow got checked in
grog [Mon, 20 Dec 1999 02:15:04 +0000 (02:15 +0000)]
Add content.  This was one of the files that somehow got checked in
empty.  An empty loader.rc will enable the kernel to boot, but it
won't find init (because the MFS file system hasn't been loaded).

24 years agoAccept a lot of programs from the first floppy.
grog [Mon, 20 Dec 1999 02:13:28 +0000 (02:13 +0000)]
Accept a lot of programs from the first floppy.

Reenable build of ppp and ipfw.

Include pccardd.

24 years agoDefine RELEASE_CRUNCH as a make variable. Previously it was defined
grog [Mon, 20 Dec 1999 02:12:27 +0000 (02:12 +0000)]
Define RELEASE_CRUNCH as a make variable.  Previously it was defined
as a preprocessor variable only.  This broke the build of ppp.  This
problem still exists in the old-style directories.

Debugging-help-supplied-by: brian
24 years agoMove even more programs to the second floppy as the kernel bloats.
grog [Mon, 20 Dec 1999 02:10:55 +0000 (02:10 +0000)]
Move even more programs to the second floppy as the kernel bloats.

24 years agoInstall the crunched binaries into /sbin, not /stand. This was
grog [Mon, 20 Dec 1999 02:10:16 +0000 (02:10 +0000)]
Install the crunched binaries into /sbin, not /stand.  This was
originally done to track down yet another case of lost init, and is
not strictly necessary, but it seems more logical to have binaries in
/sbin than in /stand.  Previously /sbin and /bin were symlinks to
/stand.  Now /bin and /stand are symlinks to /sbin.

24 years agoHandle building individual targets better. It's still broken; the
grog [Mon, 20 Dec 1999 02:07:42 +0000 (02:07 +0000)]
Handle building individual targets better.  It's still broken; the
only way to be sure the build works correctly is to do a 'make all'.
But with these changes, it's easier to test individual targets.  In
particular, ensure that the vnode file systems are mounted before
writing to them.

Ensure that we don't get CVS directories on our floppies.

Use kgzip instead of kzip to compress the loader.  This saves a few
kB.

Remove some test cruft.

24 years agoClean up lun width determination based upon f/w revisions
mjacob [Mon, 20 Dec 1999 01:35:04 +0000 (01:35 +0000)]
Clean up lun width determination based upon f/w revisions
for the parallel SCSI cards (4.55..4.65 :: 8.55..8.65).

24 years agoClean up some f/w revision checking wrt enabling fast posting.
mjacob [Mon, 20 Dec 1999 01:34:01 +0000 (01:34 +0000)]
Clean up some f/w revision checking wrt enabling fast posting.
Make sure we set defaults sanely for dual-bus adapters.

24 years agoadd initiator-only mode f/w for 1040 && 1080/1280/1240
mjacob [Mon, 20 Dec 1999 01:30:52 +0000 (01:30 +0000)]
add initiator-only mode f/w for 1040 && 1080/1280/1240

24 years agoallow (broken) apps to use mixer ioctls on dsp devices. eg: vmware
cg [Mon, 20 Dec 1999 00:56:51 +0000 (00:56 +0000)]
allow (broken) apps to use mixer ioctls on dsp devices. eg: vmware

Submitted by: "Vladimir N. Silyaev" <vsilyaev@mindspring.com>

24 years agoWhoops, this function is supposed to return a boolean status, not
jkh [Mon, 20 Dec 1999 00:16:10 +0000 (00:16 +0000)]
Whoops, this function is supposed to return a boolean status, not
flags.

24 years agoAdd import of ntpd 4.x
imp [Sun, 19 Dec 1999 23:51:50 +0000 (23:51 +0000)]
Add import of ntpd 4.x
Add movement of /etc/sendmail.cf to /etc/mail/sendmail.cf

24 years agoDo better things with router configuration (use proper display variable,
jkh [Sun, 19 Dec 1999 22:38:59 +0000 (22:38 +0000)]
Do better things with router configuration (use proper display variable,
for one thing - it's router_enable to check, not router).

24 years agostop playing if we underrun; if there is more data to come, the next write
cg [Sun, 19 Dec 1999 22:32:55 +0000 (22:32 +0000)]
stop playing if we underrun; if there is more data to come, the next write
will restart

24 years agoWhoops, I broke the doc browser (not that anyone would notice since nobody
jkh [Sun, 19 Dec 1999 22:28:41 +0000 (22:28 +0000)]
Whoops, I broke the doc browser (not that anyone would notice since nobody
READS the docs, but anyway.. :).  Fix it.

24 years agonote to self: vibra16c is not vibra16x
cg [Sun, 19 Dec 1999 22:28:31 +0000 (22:28 +0000)]
note to self: vibra16c is not vibra16x

24 years agofix for ess cards to use auto-init dma mode, so they work
cg [Sun, 19 Dec 1999 22:25:26 +0000 (22:25 +0000)]
fix for ess cards to use auto-init dma mode, so they work

24 years agoInstall sendmail.cf into /etc/mail.
obrien [Sun, 19 Dec 1999 22:05:32 +0000 (22:05 +0000)]
Install sendmail.cf into /etc/mail.

The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade
our repository to that version, we will get the change.  It is best to make
the path change in 4.0-R (which may not have the latest Sendmail Inc. version,
than to change in mid-4.x stream when we may upgrade.

Ok'ed by: Peter (quite a while ago)

24 years agoMerge changes from GENERIC into PCCARD (cdrom)
imp [Sun, 19 Dec 1999 21:55:29 +0000 (21:55 +0000)]
Merge changes from GENERIC into PCCARD (cdrom)
Merge changes from PCCARD into NEWCARD (cdrom and markm's comments)

24 years agoD'oh! Inserted a clear() in a *very* wrong place with my last commit.
jkh [Sun, 19 Dec 1999 20:41:06 +0000 (20:41 +0000)]
D'oh!  Inserted a clear() in a *very* wrong place with my last commit.

24 years agoBorrow phk's axe and chop off the old soundcard-CDROM devices. We get
billf [Sun, 19 Dec 1999 20:33:05 +0000 (20:33 +0000)]
Borrow phk's axe and chop off the old soundcard-CDROM devices. We get
about 40k of savings from this, and these abominations are still in LINT
if anyone needs to use them.

Reviewed by: jkh

24 years agoAdd libcc_fbsd.a that contains libc and libiberty routines needed in
obrien [Sun, 19 Dec 1999 20:22:42 +0000 (20:22 +0000)]
Add libcc_fbsd.a that contains libc and libiberty routines needed in
bootstraping on FreeBSD specifically.

3.2 upgrade path tested by: marcel

24 years agoInstall sendmail.cf into /etc/mail.
obrien [Sun, 19 Dec 1999 19:55:19 +0000 (19:55 +0000)]
Install sendmail.cf into /etc/mail.

The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade
our repository to that version, we will get the change.  It is best to make
the path change in 4.0-R (which may not have the latest Sendmail Inc. version,
than to change in mid-4.x stream when we may upgrade.

Ok'ed by: Peter (quite a while ago)

24 years agoBah, I got the MFC and this commit backwards. :)
jkh [Sun, 19 Dec 1999 19:42:02 +0000 (19:42 +0000)]
Bah, I got the MFC and this commit backwards. :)

24 years agoSync with reality.
phantom [Sun, 19 Dec 1999 19:12:14 +0000 (19:12 +0000)]
Sync with reality.

PR: docs/15036
Submitted by: Jake Burkholder <jburkhol@home.com>

24 years agoremove unused mixer stuff
cg [Sun, 19 Dec 1999 18:18:55 +0000 (18:18 +0000)]
remove unused mixer stuff

24 years agogeneral tidyup
cg [Sun, 19 Dec 1999 17:51:32 +0000 (17:51 +0000)]
general tidyup

24 years agoComment and order to reduce diffs. No functional change.
markm [Sun, 19 Dec 1999 17:12:19 +0000 (17:12 +0000)]
Comment and order to reduce diffs. No functional change.

24 years agoI missed the LDADD/DPADD for -lmd in the secure cases. :-(
peter [Sun, 19 Dec 1999 16:50:33 +0000 (16:50 +0000)]
I missed the LDADD/DPADD for -lmd in the secure cases. :-(

Pointed out by: marcel

24 years agoSecond part of bin/3648: add -flags to search for specific flags.
roberto [Sun, 19 Dec 1999 15:43:19 +0000 (15:43 +0000)]
Second part of bin/3648: add -flags to search for specific flags.
I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore
due to its age so I adapted it.

PR: bin/3648
Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>

24 years agoRewriting of flags_to_string() and string_to_flags() to use an array.
roberto [Sun, 19 Dec 1999 15:31:24 +0000 (15:31 +0000)]
Rewriting of flags_to_string() and string_to_flags() to use an array.

PR: bin/3648
Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>

24 years agomove make_dev operations for audio channels to pcm_addchan(). in theory,
cg [Sun, 19 Dec 1999 15:27:24 +0000 (15:27 +0000)]
move make_dev operations for audio channels to pcm_addchan().  in theory,
with modifications to MAKEDEV this will allow use of multiple output streams
on cards supporting it, eg trident 4dwave.

24 years agofix a bug in sndstat output, tidy up a few bits
cg [Sun, 19 Dec 1999 15:07:56 +0000 (15:07 +0000)]
fix a bug in sndstat output, tidy up a few bits

24 years agogeneralise the code a bit, and add an irq handler so that the child devices
cg [Sun, 19 Dec 1999 14:44:08 +0000 (14:44 +0000)]
generalise the code a bit, and add an irq handler so that the child devices
can share the irq

24 years agoremove the restriction limiting the vibra16x to 8 bit
cg [Sun, 19 Dec 1999 14:21:38 +0000 (14:21 +0000)]
remove the restriction limiting the vibra16x to 8 bit

Noticed By: Clive Lin <clive@CirX.ORG>

24 years agoThis commit was generated by cvs2svn to compensate for changes in r54820,
peter [Sun, 19 Dec 1999 14:14:37 +0000 (14:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r54820,
which included commits to RCS files with non-trunk default branches.

24 years agoImport fparseln(3) from NetBSD. It's used for easily dealing with \
peter [Sun, 19 Dec 1999 14:14:37 +0000 (14:14 +0000)]
Import fparseln(3) from NetBSD.  It's used for easily dealing with \
escaped lines etc.  (used by mailwrapper)

24 years ago- Supported the bd_getbigeom function and use this function to get BIOS
nyan [Sun, 19 Dec 1999 14:05:46 +0000 (14:05 +0000)]
- Supported the bd_getbigeom function and use this function to get BIOS
  geometry.
- Use i386/libi386/bootinfo.c instead of pc98/libpc98/bootinfo.c.

Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>

24 years agoImport NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
peter [Sun, 19 Dec 1999 13:50:37 +0000 (13:50 +0000)]
Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
chosen mailer.

Obtained from: NetBSD

24 years agoThis commit was generated by cvs2svn to compensate for changes in r54816,
peter [Sun, 19 Dec 1999 13:50:37 +0000 (13:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r54816,
which included commits to RCS files with non-trunk default branches.

24 years agoDon't ignore return value from tsleep().
phk [Sun, 19 Dec 1999 12:36:41 +0000 (12:36 +0000)]
Don't ignore return value from tsleep().

Spotted by: charnier

24 years agoRemove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV.
green [Sun, 19 Dec 1999 09:42:15 +0000 (09:42 +0000)]
Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV.
MAKEDEV can now run (with /sbin/chown and /bin/chgrp, still) without
any /usr.  The default PATH for MAKEDEV is now "/sbin:/bin" to prevent
against further spammage of /usr programs in MAKEDEV.  In the event
of an emergency, the variable "MAKEDEVPATH" can be used to replace
PATH, but I don't know what that emergency could be.
   Let me know if you have any problems.  I've tested it as well as
I could, which basically means everything except for RocketPorts.

Reviewed in principle by: peter

24 years agoUse symbolic values rather than constants in TARGET_DEFAULT.
obrien [Sun, 19 Dec 1999 07:40:17 +0000 (07:40 +0000)]
Use symbolic values rather than constants in TARGET_DEFAULT.

Submitted by: bde on -current

24 years agoo Hide pcic_chip functions inside file
imp [Sun, 19 Dec 1999 07:39:10 +0000 (07:39 +0000)]
o Hide pcic_chip functions inside file
o Attach children in a better way than before.
o Remove some dead code
o collapse the socket attach routines into pcic_attach

24 years agoMFC: can't stop tweaking this compulsively.
jkh [Sun, 19 Dec 1999 07:02:46 +0000 (07:02 +0000)]
MFC: can't stop tweaking this compulsively.

24 years agocosmetics missed in last commit.
jkh [Sun, 19 Dec 1999 06:50:44 +0000 (06:50 +0000)]
cosmetics missed in last commit.

24 years agoUse a unified CPP_SPEC.
obrien [Sun, 19 Dec 1999 06:42:24 +0000 (06:42 +0000)]
Use a unified CPP_SPEC.

24 years agoMore cosmetic surgery and a nasty null pointer bug in index.c fixed.
jkh [Sun, 19 Dec 1999 06:34:22 +0000 (06:34 +0000)]
More cosmetic surgery and a nasty null pointer bug in index.c fixed.

24 years agoAllow LINT to build again.
green [Sun, 19 Dec 1999 06:22:11 +0000 (06:22 +0000)]
Allow LINT to build again.

The wd(4) family had to be disabled;  wd(4) and ata(4) are mutually
exclusive, even at link level.

24 years agoSecond pass commit to introduce new ACL and Extended Attribute system
rwatson [Sun, 19 Dec 1999 06:08:07 +0000 (06:08 +0000)]
Second pass commit to introduce new ACL and Extended Attribute system
calls, vnops, vfsops, both in /kern, and to individual file systems that
require a vfsop_ array entry.

Reviewed by: eivind

24 years agoFirst pass commit to introduce new ACL and Extended Attribute system calls.
rwatson [Sun, 19 Dec 1999 05:54:46 +0000 (05:54 +0000)]
First pass commit to introduce new ACL and Extended Attribute system calls.
The second pass commit with all the supporting code will happen shortly
afterwards.

Reviewed by: eivind

24 years agoi82365_isasubr is gone, remove from building module.
imp [Sun, 19 Dec 1999 05:49:56 +0000 (05:49 +0000)]
i82365_isasubr is gone, remove from building module.

24 years agoBe paranoid about refreshing after an action.
jkh [Sun, 19 Dec 1999 04:06:46 +0000 (04:06 +0000)]
Be paranoid about refreshing after an action.

24 years agoM_PREPEND-related cleanups (unregisterifying struct mbuf *s).
green [Sun, 19 Dec 1999 01:55:37 +0000 (01:55 +0000)]
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).

24 years agoI've been style(9)izing mbuf.h and making the macros more resilient
green [Sun, 19 Dec 1999 01:47:16 +0000 (01:47 +0000)]
I've been style(9)izing mbuf.h and making the macros more resilient
with guidance from EE.  This is as far as I'm going without using
inline functions.

Reviewed by: eivind

24 years ago-Wall fixes.
billf [Sun, 19 Dec 1999 00:21:51 +0000 (00:21 +0000)]
-Wall fixes.

XXX: This code is sick, and so are some of the "fixes".

24 years agoFix a broken macro usage. It had no semicolon.
green [Sat, 18 Dec 1999 23:26:26 +0000 (23:26 +0000)]
Fix a broken macro usage.  It had no semicolon.

Noticed by: eivind

24 years agoSince VOP_LOCK can be used to up and downgrade locks, it is not possible
eivind [Sat, 18 Dec 1999 23:01:52 +0000 (23:01 +0000)]
Since VOP_LOCK can be used to up and downgrade locks, it is not possible
to say anything about the lockstate before and after it.  Thus, change the
lockspec from U L U to ? ? ?.

24 years agoDo NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any code
eivind [Sat, 18 Dec 1999 22:57:38 +0000 (22:57 +0000)]
Do NOT unlock dvp if LOCKPARENT && vp == dvp.  Does not affect any code
presently in the tree.

24 years agomake vibra16x cards announce what they are in /dev/sndstat
cg [Sat, 18 Dec 1999 22:47:23 +0000 (22:47 +0000)]
make vibra16x cards announce what they are in /dev/sndstat

24 years agofix the buffer repetition on ^c problem
cg [Sat, 18 Dec 1999 22:24:50 +0000 (22:24 +0000)]
fix the buffer repetition on ^c problem

24 years agomake the vibra16x work for playback at least, record is untested
cg [Sat, 18 Dec 1999 22:21:47 +0000 (22:21 +0000)]
make the vibra16x work for playback at least, record is untested

24 years agoCorrect the documentation of LOCKPARENT - it does not reliably result in the
eivind [Sat, 18 Dec 1999 20:50:48 +0000 (20:50 +0000)]
Correct the documentation of LOCKPARENT - it does not reliably result in the
parent being locked, but rather plays some hide and seek (does not lock if
dvp == vp).

Also add a BUGS section noting that this is undesired behaviour.

24 years agoRelax the requirements for doing WDMA2, this should enable DMA
sos [Sat, 18 Dec 1999 20:06:30 +0000 (20:06 +0000)]
Relax the requirements for doing WDMA2, this should enable DMA
on non ATA[234] compliant disks.

Move all PCI dependent stuff under #ifdef NPCI > 0

24 years agoWoops, I'm so sorry I forgot this! From the last mbuf.h change:
green [Sat, 18 Dec 1999 20:04:19 +0000 (20:04 +0000)]
Woops, I'm so sorry I forgot this!  From the last mbuf.h change:

m_mballoc_wakeup() (inline) -> MMBWAKEUP() (macro)
m_clalloc_wakeup() (inline) -> MCLWAKEUP() (macro)

Noticed by: peter

24 years agoMake this compile again.
peter [Sat, 18 Dec 1999 19:33:59 +0000 (19:33 +0000)]
Make this compile again.

GENERIC-broken-by: imp
24 years ago Fix compilation warning on alpha when converting pointer to integer
dillon [Sat, 18 Dec 1999 19:20:05 +0000 (19:20 +0000)]
Fix compilation warning on alpha when converting pointer to integer
    to generate hash index.

Reviewed by:  Andrew Gallatin <gallatin@cs.duke.edu>

24 years agoMake NDFREE unlock VP if appropriate and not asked not to, as documented in
eivind [Sat, 18 Dec 1999 17:12:15 +0000 (17:12 +0000)]
Make NDFREE unlock VP if appropriate and not asked not to, as documented in
the manpage for namei().  This capability is not yet used attempted used
anywhere in the source tree.

24 years agoRevert -lmd changes now that libcrypt doesn't expose this binutils/ld
peter [Sat, 18 Dec 1999 16:42:33 +0000 (16:42 +0000)]
Revert -lmd changes now that libcrypt doesn't expose this binutils/ld
bug any more.

24 years agoRevert the libcrypt/libmd stuff back to how it was. This should not have
peter [Sat, 18 Dec 1999 13:55:17 +0000 (13:55 +0000)]
Revert the libcrypt/libmd stuff back to how it was.  This should not have
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design).  libcrypt has
been adjusted to not need the runtime -lmd.  It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.

24 years agoI've been Bruceified! As penance, I've fixed my error (improper ordering,
green [Sat, 18 Dec 1999 13:52:44 +0000 (13:52 +0000)]
I've been Bruceified!  As penance, I've fixed my error (improper ordering,
moving #ifdefs to the non-historically-correct place, indentation bugs),
and I've also completely restyle(9)d mbuf.h.  There shouldn't be any
KNF issues with it anymore, nor should there be any internal
discrepencies.
   (Oh, I also fixed a small bug, but it was benign.  The spl was not
    released in MCLALLOC if M_NOWAIT and there were no free mclusters.)

Not objected to by: bde

24 years agoCorrect the logical ID of Avance Asound 110.
tanimura [Sat, 18 Dec 1999 12:17:02 +0000 (12:17 +0000)]
Correct the logical ID of Avance Asound 110.

Submitted by: Bryan Liesner <bleez@netaxs.com>

24 years agoUse long long format specifiers and cast each parameter to long long.
marcel [Sat, 18 Dec 1999 12:12:12 +0000 (12:12 +0000)]
Use long long format specifiers and cast each parameter to long long.
This avoids the ugly #if ARCH/#else/#endif construct.

Prompted to by: bde
Could have thought of this himself: marcel

24 years agoProvide complete coverage in switch statement to quiet -Wall.
obrien [Sat, 18 Dec 1999 09:56:15 +0000 (09:56 +0000)]
Provide complete coverage in switch statement to quiet -Wall.

24 years agospell isa right on sn0 line
imp [Sat, 18 Dec 1999 07:49:54 +0000 (07:49 +0000)]
spell isa right on sn0 line

24 years agoMerge GENERIC into PCCARD
imp [Sat, 18 Dec 1999 07:47:34 +0000 (07:47 +0000)]
Merge GENERIC into PCCARD
Merge PCCARD into NEWCARD

24 years agoRemove vestiages of now obsolete zp and ze drivers.
imp [Sat, 18 Dec 1999 06:27:31 +0000 (06:27 +0000)]
Remove vestiages of now obsolete zp and ze drivers.

Forgotten by: phk

24 years agoAdd sn device: smc 91xx based ethernet controllers
imp [Sat, 18 Dec 1999 06:23:03 +0000 (06:23 +0000)]
Add sn device: smc 91xx based ethernet controllers

24 years agoDriver for the smc91xx series of ethernet chips. Ported from PAO to
imp [Sat, 18 Dec 1999 06:11:22 +0000 (06:11 +0000)]
Driver for the smc91xx series of ethernet chips.  Ported from PAO to
3.3R and then to -current.  The pccard support has been left in the
driver, but is presently non-functional because we are using the
isa_compat layer for the moment.

Obtained From: PAO
Sponsored by: Timing Solutions

24 years agoInitialize a var to quiet -Wall.
obrien [Sat, 18 Dec 1999 04:47:43 +0000 (04:47 +0000)]
Initialize a var to quiet -Wall.

24 years agoSwitch over to the OpenBSD fts.c, fixing lots of things.
green [Sat, 18 Dec 1999 04:36:14 +0000 (04:36 +0000)]
Switch over to the OpenBSD fts.c, fixing lots of things.

Obtained from: OpenBSD

24 years agoYet more cosmetic fixes (I have a little time to kill while waiting for
jkh [Sat, 18 Dec 1999 03:13:19 +0000 (03:13 +0000)]
Yet more cosmetic fixes (I have a little time to kill while waiting for
something else, so I might as well tweak 3.4's look-and-feel for the better
while I'm at it - final release build should be sometime later on tonite).

24 years agoLearn to do pointer arithmatic (doh!)
brian [Sat, 18 Dec 1999 02:31:36 +0000 (02:31 +0000)]
Learn to do pointer arithmatic (doh!)

24 years agoAdd more strategic screen clears
jkh [Sat, 18 Dec 1999 02:29:24 +0000 (02:29 +0000)]
Add more strategic screen clears

24 years agoBetter screen handling in X desktop setup.
jkh [Sat, 18 Dec 1999 02:04:02 +0000 (02:04 +0000)]
Better screen handling in X desktop setup.
Don't get cute with nested dialogs now.

24 years agoRemove duplicate entry
cpiazza [Sat, 18 Dec 1999 01:26:38 +0000 (01:26 +0000)]
Remove duplicate entry

24 years agoSpelling fixes. first change from openbsd second from netbsd
cpiazza [Sat, 18 Dec 1999 01:13:18 +0000 (01:13 +0000)]
Spelling fixes.  first change from openbsd second from netbsd

24 years agoFix some minor POSIX/SUSv2 compliance nits.
jasone [Sat, 18 Dec 1999 01:00:42 +0000 (01:00 +0000)]
Fix some minor POSIX/SUSv2 compliance nits.

PR: kern/11982

24 years agoFix bugs in the MP fragment reassembly code that can cause a panic.
archie [Fri, 17 Dec 1999 23:29:04 +0000 (23:29 +0000)]
Fix bugs in the MP fragment reassembly code that can cause a panic.

24 years agoBe more consistant in using perl vs. perl5. We were using perl5 in the
peter [Fri, 17 Dec 1999 22:07:43 +0000 (22:07 +0000)]
Be more consistant in using perl vs. perl5.  We were using perl5 in the
kernel builds so as not to confuse with perl4 when bootstrapping from old
systems.  I don't know if this is still applicable but it shouldn't hurt
to be consistant at least.

Also copy vnode_if.sh to vnode_if.pl.  Doing a 'sh vnode_if.sh' when it
was a perl script was kinda silly.

24 years agoMake a dlopen failure consistant with dlsym(). "Shouldn't happen."
peter [Fri, 17 Dec 1999 20:21:45 +0000 (20:21 +0000)]
Make a dlopen failure consistant with dlsym().  "Shouldn't happen."

24 years agopatch glitch
peter [Fri, 17 Dec 1999 20:19:28 +0000 (20:19 +0000)]
patch glitch