]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoGet rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().
asmodai [Sun, 2 Apr 2000 09:25:15 +0000 (09:25 +0000)]
Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().
These got replaced by BUS_SETUP_INTR().

This once again illustrates an API change without informing -doc, so
that these sort post cleanup actions could've been avoided.

And then people wonder why the docs suck so much at times.

Reviewed by: peter

24 years ago- Add temporary workaround to fool some "clever" KVM switch products
yokota [Sun, 2 Apr 2000 08:28:21 +0000 (08:28 +0000)]
- Add temporary workaround to fool some "clever" KVM switch products
  which think they know the IntelliMouse 4-byte packet and believe,
  wrongly, that any other protocols use 3-byte packets.
- Update a couple of comment lines for A4 Tech mice.

24 years ago- Reflect recent update.
yokota [Sun, 2 Apr 2000 08:25:34 +0000 (08:25 +0000)]
- Reflect recent update.

24 years agoFix two problems in the ch(4) driver.
ken [Sun, 2 Apr 2000 07:49:09 +0000 (07:49 +0000)]
Fix two problems in the ch(4) driver.

- Mike Smith discovered a panic in the changer probe code if the probe
  command (mode sense) fails.  So we need to release the CCB used in the
  probe before we unlock the peripheral.  (i.e. the same fix mjacob put in
  the CD and DA drivers)

- A newline was missing in a warning message.  (PR kern/17512)

PR: kern/17512
Submitted by: Louis Mamakos <louie@uu.net> (newline fix)

24 years agounfinished sblive driver, playback/mixer only for now - not enabled in
cg [Sun, 2 Apr 2000 07:41:17 +0000 (07:41 +0000)]
unfinished sblive driver, playback/mixer only for now - not enabled in
conf/files

i don't seem to be clearing the cache right resulting in a short initial
burst of noise, despite doing the same as creative and alsa.  i'm committing
now so more eyes can pore over the code.

24 years agoOne in a while, something happens so uncannily that you get knocked off
green [Sun, 2 Apr 2000 07:02:48 +0000 (07:02 +0000)]
One in a while, something happens so uncannily that you get knocked off
your feet.  The conversion of the "snp" device to a dynamically growing
device driver was done just a few days ago by Brooks Davis!  Shame on
me for not finding that PR :(

This is a forced commit of tty_snoop.c to give the submitter proper credit,
as most of the patch submitted is actually exactly the same code (by some
large amount of entropy).  Brooks also submitted the change to LINT to
set the example of "snp" usage to not include a number, as that number is
now deprecated, so that is also in this commit.

PR: 17629
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>

24 years agoReflect the recent update in moused.c.
yokota [Sun, 2 Apr 2000 06:34:49 +0000 (06:34 +0000)]
Reflect the recent update in moused.c.

24 years ago if USB support is not compiled into the kernel,
jmb [Sun, 2 Apr 2000 06:28:40 +0000 (06:28 +0000)]
if USB support is not compiled into the kernel,
and has not been loaded via a kldload,
running usbd(8) will autoload the "usb.ko" kld.

thanks to Peter Wemm for enlightening me on the
differences between kldfind(2) and modfind(2).

24 years agoReplace the prefix for yylval to less confusing one.
shin [Sun, 2 Apr 2000 05:08:07 +0000 (05:08 +0000)]
Replace the prefix for yylval to less confusing one.
(Sorry, this should be committed with previous commit to Makefile.)

24 years agoEnable installation of picobsd.8
grog [Sun, 2 Apr 2000 04:32:44 +0000 (04:32 +0000)]
Enable installation of picobsd.8

24 years agoTry and make the kernel build again without INET6.
ps [Sun, 2 Apr 2000 03:49:25 +0000 (03:49 +0000)]
Try and make the kernel build again without INET6.

24 years agoMake mergemaster only take single letters for options as well as loop
alfred [Sun, 2 Apr 2000 02:47:15 +0000 (02:47 +0000)]
Make mergemaster only take single letters for options as well as loop
asking a question again if given an invalid input instead of assuming
what the user wants.  /etc is not the place to make assumptions when
given invalid input.

Reformat some of the more convoluted code into seperate functions instead
of being inline using tabs instead of space indents.

Allow the user to view merged files they created with sdiff.

Allow the user to redisplay the diff between the installed file and
the new file again.

Time wasted waiting for review: 1 month 2 weeks

24 years ago Change the write-behind code to take more care when starting
dillon [Sun, 2 Apr 2000 00:55:28 +0000 (00:55 +0000)]
Change the write-behind code to take more care when starting
    async I/O's.  The sequential read heuristic has been extended to
    cover writes as well.  We continue to call cluster_write() normally,
    thus blocks in the file will still be reallocated for large (but still
    random) I/O's, but I/O will only be initiated for truely sequential
    writes.

    This solves a number of annoying situations, especially with DBM (hash
    method) writes, and also has the side effect of fixing a number of
    (stupid) benchmarks.

Reviewed-by: mckusick
24 years agoUnstaticize this driver. You can have as many snoop devices as you can
green [Sun, 2 Apr 2000 00:35:37 +0000 (00:35 +0000)]
Unstaticize this driver.  You can have as many snoop devices as you can
mknod :)

Clean things up a lot while I'm here.  A lot of KNF changes.

24 years agoSupport per socket based IPv4 mapped IPv6 addr enable/disable control.
shin [Sat, 1 Apr 2000 22:35:47 +0000 (22:35 +0000)]
Support per socket based IPv4 mapped IPv6 addr enable/disable control.

Submitted by: ume

24 years agoReplace the prefix for yylval to less confusing one.
shin [Sat, 1 Apr 2000 22:28:36 +0000 (22:28 +0000)]
Replace the prefix for yylval to less confusing one.

Suggested by: bruce

24 years agofail in attach if we seem to have no ac97 codec
cg [Sat, 1 Apr 2000 22:24:03 +0000 (22:24 +0000)]
fail in attach if we seem to have no ac97 codec

24 years agoDon't compile in IPsec support when NOIPSEC is defined.
shin [Sat, 1 Apr 2000 21:48:07 +0000 (21:48 +0000)]
Don't compile in IPsec support when NOIPSEC is defined.

PR: bin/17739
Submitted by: Omachonu Ogali <oogali@intranova.net>

24 years agobump the buffer size from 4k to 16k. should improve performance under load.
cg [Sat, 1 Apr 2000 21:28:09 +0000 (21:28 +0000)]
bump the buffer size from 4k to 16k.  should improve performance under load.

24 years agoRemove spurious .Fc which caused this manpage to be closed
asmodai [Sat, 1 Apr 2000 20:31:07 +0000 (20:31 +0000)]
Remove spurious .Fc which caused this manpage to be closed
prematurely.

24 years agoCalculate any delayed checksums before handing an mbuf off to a
jlemon [Sat, 1 Apr 2000 18:51:03 +0000 (18:51 +0000)]
Calculate any delayed checksums before handing an mbuf off to a
divert socket.  This fixes a problem with ppp/natd.

Reviewed by: bsd (Brian Dean, gotta love that login name)

24 years agoAdd additional path for info to /usr/X11R6/info. This will allow
asmodai [Sat, 1 Apr 2000 15:30:57 +0000 (15:30 +0000)]
Add additional path for info to /usr/X11R6/info.  This will allow
people to actually look at the info files for gdk and gtk for example.

24 years agoMerged from sys/isa/sio.c revisions 1.293 and 1.294.
kato [Sat, 1 Apr 2000 11:27:31 +0000 (11:27 +0000)]
Merged from sys/isa/sio.c revisions 1.293 and 1.294.

24 years agoMerged from sys/conf/options.i386 rev 1.134.
kato [Sat, 1 Apr 2000 11:10:04 +0000 (11:10 +0000)]
Merged from sys/conf/options.i386 rev 1.134.

24 years agoAdd notes about pci support.
imp [Sat, 1 Apr 2000 06:46:17 +0000 (06:46 +0000)]
Add notes about pci support.

24 years agoAdd support for pci modems. ONLY CONTROLLER BASED MODEMS. This
imp [Sat, 1 Apr 2000 06:14:21 +0000 (06:14 +0000)]
Add support for pci modems.  ONLY CONTROLLER BASED MODEMS.  This
doesn't support winmodems, softmodems, hcf or any other modem that
relies on the host to do any sort of soft control for any aspect of
the modem's function.  There are two modems known to work:
3COM FaxModem PCI.
ActionTec 56k VoiceMessaging PCI Modem
and the following modem might work
Multitech PCI FaxModem (not sure about this)
and the serial pci cards might work too.  I have neither these
hardware items so I can't add support for them.

24 years agodevice_set_unit() DO NOT USE THIS. This was approved before 4.0
imp [Sat, 1 Apr 2000 06:06:37 +0000 (06:06 +0000)]
device_set_unit() DO NOT USE THIS.  This was approved before 4.0
release for inclusion into the release, but bde talked me out of
committing the module that needs this until after the release.  It is
after the release now. :-)

24 years agoUpdate to latest working version.
msmith [Sat, 1 Apr 2000 00:35:15 +0000 (00:35 +0000)]
Update to latest working version.

 - Add periodic status monitoring routine.  Currently just detects
   lost commands, further functionality pending data from AMI.
   Add some new commands states; WEDGED (never coming back) and
   LATE (for when a command that wasmarked as WEDGED comes bacj,

 - Remove a number of redundant efforts to poll the card for completed
   commands.  This is what interrupt handlers are for.

 - Limit the maximum number of outstanding I/O transactions.  It seems
   that some controllers report more than they can really handle,
   and exceding this limit can cause the controller to lock up.

 - Don't use 'wait' mode for anything where the controller might not
   be able to generate interrupts.  (Keep the 'wait' mode though sa it
   will become useful when we start taking userspace commands.

 - Use a similar atomic locking trategy to the Mylex driver to prevent
   some reentrancy problems.

 - Correctly calculate the block count for non-whoile-bloch transfers
   (actually illegal).

 - Use the dsik device's si_drv1 field instead of b_driver1 in the
   buf struct to pass the driver identifier arond.

 - Rewrite amr_start and amr_done() along the lines of the Mylex driver
   in order to improve robustnes.

 - Always force the PCI busmaster bit on.

24 years agoFix a bug in rsh that caused the remote process to hang waiting on
bsd [Sat, 1 Apr 2000 00:14:50 +0000 (00:14 +0000)]
Fix a bug in rsh that caused the remote process to hang waiting on
input even if the '-n' flag to rsh is used.  The write side of the
socket should be closed to allow the remote process to see EOF.

Submitted by:  Brad Chisholm <sasblc@unx.sas.com>

24 years agoAllow authname to be changed at any phase, just emit a warning
brian [Fri, 31 Mar 2000 21:08:43 +0000 (21:08 +0000)]
Allow authname to be changed at any phase, just emit a warning
if it's not DEAD or ESTABLISH

24 years agoUpdate status for sound on AS200 and Miata. It works..
wilko [Fri, 31 Mar 2000 21:01:17 +0000 (21:01 +0000)]
Update status for sound on AS200 and Miata. It works..

24 years agoUse INADDR_NONE with PacketAliasSetTarget() if no args are given to
brian [Fri, 31 Mar 2000 20:42:24 +0000 (20:42 +0000)]
Use INADDR_NONE with PacketAliasSetTarget() if no args are given to
``nat target'', and suggest the use of ``nat target default'' as an
interesting possibility.

24 years agoAllow PacketAliasSetTarget() to be passed the following:
brian [Fri, 31 Mar 2000 20:36:29 +0000 (20:36 +0000)]
Allow PacketAliasSetTarget() to be passed the following:
  INADDR_NONE:   Incoming packets go to the alias address (the default)
  INADDR_ANY:    Incoming packets are not NAT'd (direct access to the
                 internal network from outside)
  anything else: Incoming packets go to the specified address

Change a few inaddr::s_addr == 0 to inaddr::s_addr == INADDR_ANY
while I'm there.

24 years agoAdd signal strength cache structures.
dmlb [Fri, 31 Mar 2000 20:13:03 +0000 (20:13 +0000)]
Add signal strength cache structures.

24 years agoUse the right value for IFQ_MAXLEN and fix brokeness with gatewaying http from windows.
dmlb [Fri, 31 Mar 2000 20:12:30 +0000 (20:12 +0000)]
Use the right value for IFQ_MAXLEN and fix brokeness with gatewaying http from windows.

Add signal strength cache and antenna selection (untested as firmware v4 doesn't return the antenna).

KNF

24 years agoDon't use too-large stack buffers.
dfr [Fri, 31 Mar 2000 19:35:41 +0000 (19:35 +0000)]
Don't use too-large stack buffers.

Submitted by: Nikolai Saoukh <nms@otdel-1.org>

24 years ago- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
yokota [Fri, 31 Mar 2000 16:05:46 +0000 (16:05 +0000)]
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
- Fix non-destructive, underline text cursor.

24 years agoSynced with following files:
kato [Fri, 31 Mar 2000 16:03:02 +0000 (16:03 +0000)]
Synced with following files:
  src/sys/boot/i386/Makefile.inc 1.1
  src/sys/boot/i386/btx/btx/btx.s 1.15
  src/sys/boot/i386/btx/btxldr/Makefile 1.8
  src/sys/boot/i386/btx/btxldr/btxldr.s 1.9
  src/sys/boot/i386/libi386/biosdisk.c 1.29
  src/sys/boot/i386/loader/Makefile 1.42
  src/sys/boot/i386/loader/main.c 1.18
(entry point address of loader was not changed.)

Reviewed by: nyan

24 years agoChange the return value of kvm_read/kvm_write to be -1 on error, to
nectar [Fri, 31 Mar 2000 15:04:25 +0000 (15:04 +0000)]
Change the return value of kvm_read/kvm_write to be -1 on error, to
match the documented interface.

Previously it returned 0 on error.

PR: bin/10511

24 years agoInstead of checking for a non-zero return value from kvm_read, check
nectar [Fri, 31 Mar 2000 15:02:10 +0000 (15:02 +0000)]
Instead of checking for a non-zero return value from kvm_read, check
whether we read as many bytes as we expected.

24 years agoUndo the damage done to this file in my last commit
brian [Fri, 31 Mar 2000 14:31:36 +0000 (14:31 +0000)]
Undo the damage done to this file in my last commit

24 years agoAdd the ``nat target'' command.
brian [Fri, 31 Mar 2000 14:26:23 +0000 (14:26 +0000)]
Add the ``nat target'' command.

24 years agoWhen an incoming packet is received that is not specifically
brian [Fri, 31 Mar 2000 14:03:37 +0000 (14:03 +0000)]
When an incoming packet is received that is not specifically
redirected and when no target address has been specified, NAT
the destination address to the alias address rather than
allowing people direct access to your internal network from
outside.

24 years agoRemove unwanted debug output.
yokota [Fri, 31 Mar 2000 12:35:33 +0000 (12:35 +0000)]
Remove unwanted debug output.

PR: bin/17617
Submitted by: Allan Saddi <asaddi@philosophysw.com>

24 years agoAdd a NO_MAILWRAPPER knob to make.conf and wrap it around
sheldonh [Fri, 31 Mar 2000 09:23:54 +0000 (09:23 +0000)]
Add a NO_MAILWRAPPER knob to make.conf and wrap it around
mailwrapper(8) for folks who find it annoying to have their development
version of sendmail blown away by ``make world''.

PR: 17394

24 years agoOops, PCVT_FREEBSD is useless too. Add new PCVT_GREENSAVER option.
hm [Fri, 31 Mar 2000 09:05:19 +0000 (09:05 +0000)]
Oops, PCVT_FREEBSD is useless too. Add new PCVT_GREENSAVER option.

24 years agoRemove useless PCVT_FREEBSD and PCVT_EMU_MOUSE. Add PCVT_GREENSAVER.
hm [Fri, 31 Mar 2000 09:02:39 +0000 (09:02 +0000)]
Remove useless PCVT_FREEBSD and PCVT_EMU_MOUSE. Add PCVT_GREENSAVER.

24 years agoremove useless PCVT_EMU_MOUSE option.
hm [Fri, 31 Mar 2000 08:58:50 +0000 (08:58 +0000)]
remove useless PCVT_EMU_MOUSE option.

24 years agoexchange rc.local for a more modern, up to date and ready to run
hm [Fri, 31 Mar 2000 08:39:34 +0000 (08:39 +0000)]
exchange rc.local for a more modern, up to date and ready to run
example configuration startup script.

24 years agoAdd support for "green" screensaver mode.
hm [Fri, 31 Mar 2000 08:30:24 +0000 (08:30 +0000)]
Add support for "green" screensaver mode.

24 years agoAdd support for "green" saver mode.
hm [Fri, 31 Mar 2000 08:29:21 +0000 (08:29 +0000)]
Add support for "green" saver mode.

24 years agoPR: kern/2327
hm [Fri, 31 Mar 2000 08:28:18 +0000 (08:28 +0000)]
PR: kern/2327
Submitted by: Brian Campbell (brianc@netrover.com)

Add a "green" saver mode to pcvt.

24 years agoFixes to parse more complex ISA PnP configurations.
dfr [Fri, 31 Mar 2000 07:12:12 +0000 (07:12 +0000)]
Fixes to parse more complex ISA PnP configurations.

Submitted by: Nikolai Saoukh <nms@Brigada-A.Ethereal.RU>
PR:       kern/17219

24 years agoRecognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.
peter [Fri, 31 Mar 2000 07:09:08 +0000 (07:09 +0000)]
Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.

PR: 17702
Submitted by: Scot W. Hetzel <hetzels@westbend.net>

24 years agoFix PnP memory range calculations.
dfr [Fri, 31 Mar 2000 07:07:51 +0000 (07:07 +0000)]
Fix PnP memory range calculations.

Submitted by: Nikolai Saoukh <nms@Brigada-A.Ethereal.RU>
PR:       kern/16712

24 years agoRefresh the aout ldconfig info so things like compat22 when installed can
billf [Fri, 31 Mar 2000 01:03:41 +0000 (01:03 +0000)]
Refresh the aout ldconfig info so things like compat22 when installed can
be detected by netscape and such.

PR: bin/17659
Submitted by: Murray Stokelay <murray@cdrom.com>
Approved by: jkh

jkh made updates that conflict with the submitters patch, so I updated
accordingly, any mistakes are mine, not the submitters.

24 years agoAvoid dividing by zero when beeping with a zero pitch. This was bad.
billf [Thu, 30 Mar 2000 22:39:48 +0000 (22:39 +0000)]
Avoid dividing by zero when beeping with a zero pitch. This was bad.

PR: alpha/17637
Submitted by: Bosko Milekic <bmilekic@dsuper.net>
Reported by: Dennis Lindroos <lindroos@nls.fi>

24 years agoFix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.
iwasaki [Thu, 30 Mar 2000 18:47:00 +0000 (18:47 +0000)]
Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.
This don't hurt anything.
PCI/CardBus Bridge -> PCI-CardBus Bridge

Submitted by: Takeshi Shibagaki <sibagaki@lsi.melco.co.jp>
Obtained from: bsd-nomads ML in Japan

24 years agoAdded description of TurboLaser (AlphaServer 8x00) that is now
wilko [Thu, 30 Mar 2000 18:09:40 +0000 (18:09 +0000)]
Added description of TurboLaser (AlphaServer 8x00) that is now
supported thanks to Matt Jacob.

Reviewed by: Matt Jacob

24 years ago- default config file changed from /etc/pccard.conf to
iwasaki [Thu, 30 Mar 2000 16:01:37 +0000 (16:01 +0000)]
- default config file changed from /etc/pccard.conf to
  /etc/defaults/pccard.conf in pccardd. But system default pccardd
  config file is still /etc/pccard.conf.sample specified in /etc/rc.conf
  for the testing this changes.
- improved `include' keyword function for error handling.
- now that resource pool (io, irq, mem) can be overridden.
- pccard config entries is searched following the first match rule if
  there are more than two entries which have the same card identifier.

Note that the /etc/defaults/pccard.conf related files is not committed
at this time, will come a week later.  I'll prepare the test version
of /etc/defaults/pccard.conf, /etc/pccard.conf and other files soon.

Reviewed by: imp and nomads in Japan.

24 years agoCorrect FreeBSD id place. Also correct vendor rcsid.
shin [Thu, 30 Mar 2000 15:23:44 +0000 (15:23 +0000)]
Correct FreeBSD id place. Also correct vendor rcsid.

Specified by: bde

Reviewed by: bde

24 years agoFix the buildkernel and installkernel targets for the case where
sheldonh [Thu, 30 Mar 2000 13:06:53 +0000 (13:06 +0000)]
Fix the buildkernel and installkernel targets for the case where
KERNEL specifies multiple kernels.

PR: 17536
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>

24 years agoRemove #ifdef for sem_wakeup() - we just use wakeup().
peter [Thu, 30 Mar 2000 11:35:25 +0000 (11:35 +0000)]
Remove #ifdef for sem_wakeup() - we just use wakeup().

24 years agoCorrect address parsing
brian [Thu, 30 Mar 2000 10:46:20 +0000 (10:46 +0000)]
Correct address parsing

Pointed out by: Maxim Sobolev <sobomax@altavista.net>

24 years agoSeparated serial boot block interface routine into NS16550 stuff and
kato [Thu, 30 Mar 2000 09:25:03 +0000 (09:25 +0000)]
Separated serial boot block interface routine into NS16550 stuff and
i8251 stuff.

24 years agoWhile I'm in here, remove an unused variable.
sheldonh [Thu, 30 Mar 2000 09:23:28 +0000 (09:23 +0000)]
While I'm in here, remove an unused variable.

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>

24 years agoSearch for the proper hints file in an ELF world.
jkh [Thu, 30 Mar 2000 08:18:19 +0000 (08:18 +0000)]
Search for the proper hints file in an ELF world.

24 years agoGet the installed headers list right.
obrien [Thu, 30 Mar 2000 08:09:42 +0000 (08:09 +0000)]
Get the installed headers list right.

24 years agoMove linprocfs to the i386-only section so the Alpha buildworld has a
peter [Thu, 30 Mar 2000 08:04:01 +0000 (08:04 +0000)]
Move linprocfs to the i386-only section so the Alpha buildworld has a
chance at finishing..

24 years agoAdd new rtmsg types which already defined in kernel.
shin [Thu, 30 Mar 2000 07:18:04 +0000 (07:18 +0000)]
Add new rtmsg types which already defined in kernel.

24 years agoMake sysv-style shared memory tuneable params fully runtime adjustable
peter [Thu, 30 Mar 2000 07:17:05 +0000 (07:17 +0000)]
Make sysv-style shared memory tuneable params fully runtime adjustable
via sysctl.  It's done pretty simply but it should be quite adequate.
Also move SHMMAXPGS from $machine/include/vmparam.h as the comments that
went with it were wrong... we don't allocate KVM space for the pages so
that comment is bogus..  The only practical limit is how much physical
ram you want to lock up as this stuff isn't paged out or swap backed.

24 years agoTry and make the Alpha kernel compile. There are still some loose ends
peter [Thu, 30 Mar 2000 06:44:50 +0000 (06:44 +0000)]
Try and make the Alpha kernel compile.  There are still some loose ends
(eg: common declarations in includes that I think are causing gensetdefs
 warnings) that need to be tied up, but it compiles and runs.

24 years agoOldconfig cs driver. Obsoleted by newbus driver in sys/dev/cs.
imp [Thu, 30 Mar 2000 05:19:38 +0000 (05:19 +0000)]
Oldconfig cs driver.  Obsoleted by newbus driver in sys/dev/cs.

Implicitly submitted by: max@rsu.ru

24 years agoNewBus the cs driver.
imp [Thu, 30 Mar 2000 05:16:16 +0000 (05:16 +0000)]
NewBus the cs driver.

Submitted by: max@rsu.ru

24 years agoAdded 640KB and 1232KB formats, which were standard MS-DOS formats of
kato [Thu, 30 Mar 2000 03:41:09 +0000 (03:41 +0000)]
Added 640KB and 1232KB formats, which were standard MS-DOS formats of
2DD and 2HD disks in Japan.

Submitted by: Shigeharu TAKENO <shige@iee.niit.ac.jp>
Pointed out by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoThis commit was generated by cvs2svn to compensate for changes in r58809,
obrien [Thu, 30 Mar 2000 03:23:37 +0000 (03:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r58809,
which included commits to RCS files with non-trunk default branches.

24 years agoBring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
obrien [Thu, 30 Mar 2000 03:23:37 +0000 (03:23 +0000)]
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
branch as of March 29th, 2000.  [these are changes March 7-29th]

24 years agoSwitch over to using the GCC 2.95 Objc library code.
obrien [Thu, 30 Mar 2000 02:40:49 +0000 (02:40 +0000)]
Switch over to using the GCC 2.95 Objc library code.

24 years agoIf `ipfw fwd' loops an mbuf back to ip_input from ip_output and the
jlemon [Thu, 30 Mar 2000 02:16:40 +0000 (02:16 +0000)]
If `ipfw fwd' loops an mbuf back to ip_input from ip_output and the
mbuf is marked for delayed checksums, then additionally mark the
packet as having it's checksums computed.  This allows us to bypass
computing/checking the checksum entirely, which isn't really needeed
as the packet has never hit the wire.

Reviewed by: green

24 years agoPrevent buffer overflow.
shin [Thu, 30 Mar 2000 01:50:15 +0000 (01:50 +0000)]
Prevent buffer overflow.

PR: bin/17657
Submitted by: tanimura

24 years agoBypass IPsec for traceroute invoked by root.
shin [Thu, 30 Mar 2000 01:33:39 +0000 (01:33 +0000)]
Bypass IPsec for traceroute invoked by root.

PR: bin/17606
Submitted by: Louis Mamakos <louie@TransSys.COM

24 years agoInclude param.o in the list of files that we scan for linker sets.
peter [Wed, 29 Mar 2000 23:20:35 +0000 (23:20 +0000)]
Include param.o in the list of files that we scan for linker sets.
Without this, we cannot put sysctl nodes in there.

24 years agoTwo fixes for the RealTek:
wpaul [Wed, 29 Mar 2000 20:06:15 +0000 (20:06 +0000)]
Two fixes for the RealTek:

- Only call m_pullup() when necessary.

- Check return value from rl_encap() in rl_start() to avoid panic when
  we run out of mbufs. (Fixes PR kern/17582)

PR: kern/17582

24 years agoRegenerate.
wpaul [Wed, 29 Mar 2000 19:46:41 +0000 (19:46 +0000)]
Regenerate.

24 years agoAdd vendor/product ID for two more KLSI-based devices, including a
wpaul [Wed, 29 Mar 2000 19:44:48 +0000 (19:44 +0000)]
Add vendor/product ID for two more KLSI-based devices, including a
USB ethernet adapter being handed out by @Home.

24 years agoFix buffer overflow copying the ``kernel'' command-line argument into
sheldonh [Wed, 29 Mar 2000 17:22:10 +0000 (17:22 +0000)]
Fix buffer overflow copying the ``kernel'' command-line argument into
buffers.  The buffers have been resized from the irrelevant BUFSIZ
to the more relevant MAXPATHLEN + 1.

Reported by: Mike Heffner <spock@techfour.net>

24 years agoSlight cleanup of aarp code
julian [Wed, 29 Mar 2000 17:12:09 +0000 (17:12 +0000)]
Slight cleanup of aarp code
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
PR: kern/17583

This PR is still open as Ther is still ongoing investigation.

24 years agoChanges for PC-98.
kato [Wed, 29 Mar 2000 15:10:28 +0000 (15:10 +0000)]
Changes for PC-98.

24 years agoRegen.
gehenna [Wed, 29 Mar 2000 15:08:02 +0000 (15:08 +0000)]
Regen.

24 years agoAdd ID (Keisokugiken Corp. HKS-0200 USBDAQ)
gehenna [Wed, 29 Mar 2000 15:07:20 +0000 (15:07 +0000)]
Add ID (Keisokugiken Corp. HKS-0200 USBDAQ)

24 years agoFix english.
shin [Wed, 29 Mar 2000 15:03:28 +0000 (15:03 +0000)]
Fix english.

Specified by: sheldonh

24 years ago - Added PC-98 Cbus frontend.
nyan [Wed, 29 Mar 2000 14:32:34 +0000 (14:32 +0000)]
 - Added PC-98 Cbus frontend.
 - Move dev/aic/aic_isa.c entry from conf/files to conf/files.MACHINE
   because PC-98 uses different file.

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

24 years agoNewbusify mse driver.
nyan [Wed, 29 Mar 2000 14:23:16 +0000 (14:23 +0000)]
Newbusify mse driver.

24 years agoMerge from vendor branch.
ru [Wed, 29 Mar 2000 14:01:46 +0000 (14:01 +0000)]
Merge from vendor branch.

PR: 17431
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz

24 years agoPC-98 BIOS copies the DX register into its work area. The value of it
kato [Wed, 29 Mar 2000 13:45:40 +0000 (13:45 +0000)]
PC-98 BIOS copies the DX register into its work area.  The value of it
shows `CPUID' and it is useful to identify CPU.  So, it is copied from
BIOS work area to the cpu_id variable (PC-98 only).

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoCommented out apm0. It could cause hang-up.
kato [Wed, 29 Mar 2000 13:39:15 +0000 (13:39 +0000)]
Commented out apm0.  It could cause hang-up.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r58782,
ru [Wed, 29 Mar 2000 13:31:51 +0000 (13:31 +0000)]
This commit was generated by cvs2svn to compensate for changes in r58782,
which included commits to RCS files with non-trunk default branches.

24 years agoNew timezone data.
ru [Wed, 29 Mar 2000 13:31:51 +0000 (13:31 +0000)]
New timezone data.

Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz

24 years agoRatoc REX-9880/83 support (PC-98 only). This commit added functions
kato [Wed, 29 Mar 2000 12:44:19 +0000 (12:44 +0000)]
Ratoc REX-9880/83 support (PC-98 only).  This commit added functions
fe_read_eeprom_rex() and fe_init_rex().  These functions should be
useful for REX-5580 series (for PC-AT).  But they are included in
`#ifdef PC98' to avoid warnings by unused static functions.  If you
try to support REX-5580, please be aware of these functions.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years ago - Supported display suspended mode.
nyan [Wed, 29 Mar 2000 12:29:27 +0000 (12:29 +0000)]
 - Supported display suspended mode.
 - Switch on/off not only text screen but also graphic screen.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)