]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoMove data to share
ache [Sun, 17 Oct 1999 13:44:48 +0000 (13:44 +0000)]
Move data to share

24 years agoadd mklocale
ache [Sun, 17 Oct 1999 13:42:03 +0000 (13:42 +0000)]
add mklocale

24 years agorestore 8859-5, remove BUILD_TOOLS define
ache [Sun, 17 Oct 1999 11:00:45 +0000 (11:00 +0000)]
restore 8859-5, remove BUILD_TOOLS define

24 years agoNote that we support the PCI version of the Digi SYNC/570i cards.
jhay [Sun, 17 Oct 1999 09:43:51 +0000 (09:43 +0000)]
Note that we support the PCI version of the Digi SYNC/570i cards.

24 years agoAdd support for the PCI version of the Digi SYNC/570i cards.
jhay [Sun, 17 Oct 1999 09:40:04 +0000 (09:40 +0000)]
Add support for the PCI version of the Digi SYNC/570i cards.

24 years agoCorrect a stupid type which prevented us from working with any device
dfr [Sun, 17 Oct 1999 06:48:47 +0000 (06:48 +0000)]
Correct a stupid type which prevented us from working with any device
which needed port resources.

24 years agoPut an upper bound on the number of BUSY status retries we'll do (use the
mjacob [Sat, 16 Oct 1999 23:53:09 +0000 (23:53 +0000)]
Put an upper bound on the number of BUSY status retries we'll do (use the
retry count for the ccb). This is probably not quite the right thing, but it
is better than silently hanging on (possibly broken) h/w which is what we
do now.

Reviewed by:Justin/Ken: they weren't entirely happy about it but didn't say no.

24 years agoProtect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. This
mjacob [Sat, 16 Oct 1999 23:31:34 +0000 (23:31 +0000)]
Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. This
seems to handle the case of timeouts firing during probe but after a device
has gone away. It really does help.
Obtained from:gibbs@freebsd.org

24 years agoMFS: forego->forgo
nsayer [Sat, 16 Oct 1999 21:05:11 +0000 (21:05 +0000)]
MFS: forego->forgo

24 years agospell check != grammar check. :-)
nsayer [Sat, 16 Oct 1999 20:18:35 +0000 (20:18 +0000)]
spell check != grammar check. :-)

24 years agoAdd `n' to the synopsis.
obrien [Sat, 16 Oct 1999 16:17:54 +0000 (16:17 +0000)]
Add `n' to the synopsis.

Forgotten by: sheldonh

24 years agoThe CTL0044 is more properly known as a "Creative SB AWE64 Gold".
obrien [Sat, 16 Oct 1999 15:57:33 +0000 (15:57 +0000)]
The CTL0044 is more properly known as a "Creative SB AWE64 Gold".

24 years agoAdd Allied Telesis CentreCOM LA-PCM_V2 entry.
kuriyama [Sat, 16 Oct 1999 13:52:43 +0000 (13:52 +0000)]
Add Allied Telesis CentreCOM LA-PCM_V2 entry.

Submitted by: sanpei@sanpei.org
PR: conf/14301

24 years agoCorrect a few diagnostics
brian [Sat, 16 Oct 1999 13:28:04 +0000 (13:28 +0000)]
Correct a few diagnostics

24 years agoSync w/ sys/i386/isa/isa_compat.h revision 1.16.
kato [Sat, 16 Oct 1999 13:14:59 +0000 (13:14 +0000)]
Sync w/ sys/i386/isa/isa_compat.h revision 1.16.

24 years agoSync w/ sys/i386/conf/options.i386 revision 1.122.
kato [Sat, 16 Oct 1999 13:13:00 +0000 (13:13 +0000)]
Sync w/ sys/i386/conf/options.i386 revision 1.122.

24 years agoMerge form sys/i386/conf/GENERIC revision 1.195.
kato [Sat, 16 Oct 1999 13:11:49 +0000 (13:11 +0000)]
Merge form sys/i386/conf/GENERIC revision 1.195.

24 years agosync with earlier change removing broken locale.
jkh [Sat, 16 Oct 1999 12:49:33 +0000 (12:49 +0000)]
sync with earlier change removing broken locale.

24 years agoYP/NIS code: remove unnecessary endgrent() calls which can cause fail on
ache [Sat, 16 Oct 1999 12:31:49 +0000 (12:31 +0000)]
YP/NIS code: remove unnecessary endgrent() calls which can cause fail on
next try over chroot (descriptor closed). getgrnam() used already handles
endgrent() properly and honors _gr_stayopen. Automatically call
setgroupent(1) when _pw_stayopen is set (for YP/NIS code).

24 years agoProperly fix building posix sources this time.
marcel [Sat, 16 Oct 1999 12:18:10 +0000 (12:18 +0000)]
Properly fix building posix sources this time.

Reported by: markm

24 years agoFix longstanding bug "unused stayopen" introduced in rev1.11
ache [Sat, 16 Oct 1999 11:50:37 +0000 (11:50 +0000)]
Fix longstanding bug "unused stayopen" introduced in rev1.11

PR: 14201

24 years agoDon't ntohl() the signature before printing it... it's already
brian [Sat, 16 Oct 1999 09:18:15 +0000 (09:18 +0000)]
Don't ntohl() the signature before printing it... it's already
been done.

Spotted by: Gert-Jan Vons <gert-jan@bigfoot.com>

24 years agoRelax the check for class=storage, subclass=ide to just class=storage.
dfr [Sat, 16 Oct 1999 09:00:49 +0000 (09:00 +0000)]
Relax the check for class=storage, subclass=ide to just class=storage.
This allows ata to probe correctly for the HPT366 on Abit's BP6.

24 years agoAdd Alpha and proper x86 support to GCC 2.95.1.
obrien [Sat, 16 Oct 1999 08:44:43 +0000 (08:44 +0000)]
Add Alpha and proper x86 support to GCC 2.95.1.
[ Functionally speaking, this covers revs 1.{2,3} ]

24 years agoMerge rev 1.2 (FreeBSD native support -- do not search the multitude of
obrien [Sat, 16 Oct 1999 08:39:06 +0000 (08:39 +0000)]
Merge rev 1.2 (FreeBSD native support -- do not search the multitude of
extended include file paths that do not exist) into GCC 2.95.1.

24 years agoGo back to stock file -- our mods are OBE.
obrien [Sat, 16 Oct 1999 08:34:33 +0000 (08:34 +0000)]
Go back to stock file -- our mods are OBE.

24 years agoMerge our -fformat-extensions and printf0() into GCC 2.95.1.
obrien [Sat, 16 Oct 1999 08:28:26 +0000 (08:28 +0000)]
Merge our -fformat-extensions and printf0() into GCC 2.95.1.

24 years agoStick with the stock version of this.
obrien [Sat, 16 Oct 1999 08:21:54 +0000 (08:21 +0000)]
Stick with the stock version of this.

24 years agoUse this stock version of this.
obrien [Sat, 16 Oct 1999 08:13:35 +0000 (08:13 +0000)]
Use this stock version of this.

24 years agoUse the stock file here. I cannot determine if our previous (rev 1.2)
obrien [Sat, 16 Oct 1999 08:12:02 +0000 (08:12 +0000)]
Use the stock file here.  I cannot determine if our previous (rev 1.2)
changes for ObjC are still appropriate.

24 years agoUse stock file here.
obrien [Sat, 16 Oct 1999 08:10:36 +0000 (08:10 +0000)]
Use stock file here.

24 years agoBring our profiling tweaks from rev 1.2 into GCC 2.95.1.
obrien [Sat, 16 Oct 1999 08:08:21 +0000 (08:08 +0000)]
Bring our profiling tweaks from rev 1.2 into GCC 2.95.1.

24 years agoMerge BDE's printf format error fixes into GCC 2.95.1.
obrien [Sat, 16 Oct 1999 07:57:37 +0000 (07:57 +0000)]
Merge BDE's printf format error fixes into GCC 2.95.1.

24 years agoUse the stock file here.
obrien [Sat, 16 Oct 1999 07:56:14 +0000 (07:56 +0000)]
Use the stock file here.

24 years agoUse the stock GCC 2.95.1 file here. Our previous (rev 1.2) changes are OBE.
obrien [Sat, 16 Oct 1999 07:53:19 +0000 (07:53 +0000)]
Use the stock GCC 2.95.1 file here.  Our previous (rev 1.2) changes are OBE.

24 years agoMerge rev 1.2 into GCC 2.95.1.
obrien [Sat, 16 Oct 1999 07:35:28 +0000 (07:35 +0000)]
Merge rev 1.2 into GCC 2.95.1.

24 years agoFix conflicts.
obrien [Sat, 16 Oct 1999 07:12:34 +0000 (07:12 +0000)]
Fix conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52287,
obrien [Sat, 16 Oct 1999 07:10:09 +0000 (07:10 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52287,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of the GCC 2.95.1 compilers
obrien [Sat, 16 Oct 1999 07:10:09 +0000 (07:10 +0000)]
Virgin import of the GCC 2.95.1 compilers

24 years ago- Convert this driver to newbus.
mdodd [Sat, 16 Oct 1999 06:26:44 +0000 (06:26 +0000)]
- Convert this driver to newbus.
- Generally clean things up.
- PnP now supported.

Will convert to bus_space, ifmedia and add a DEVICE_IDENTIFY() method
for autodetection.  As it stands

device ex0 at isa0

should find a card if one is present.

I feel less dirty now.

24 years agoVirgin import of the GCC 2.95.1 compilers
obrien [Sat, 16 Oct 1999 06:09:09 +0000 (06:09 +0000)]
Virgin import of the GCC 2.95.1 compilers

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52284,
obrien [Sat, 16 Oct 1999 06:09:09 +0000 (06:09 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52284,
which included commits to RCS files with non-trunk default branches.

24 years agoRemove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.
obrien [Sat, 16 Oct 1999 05:42:50 +0000 (05:42 +0000)]
Remove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.
Also remove the "-d" domain option, as if someone is savey enough to want
this, they are savey enought to make a custom amd_flags in /etc/rc.conf.

24 years agoConvert the mx driver to miibus.
wpaul [Sat, 16 Oct 1999 05:24:13 +0000 (05:24 +0000)]
Convert the mx driver to miibus.

In order to make this work, I created a pseudo-PHY driver to deal with
Macronix chips that use the built-in NWAY support and symbol mode port.
This is actually all of them, with the exception of the original MX98713
which presents its NWAY support via the MII serial interface.

The mxphy driver actually manipulates the controller registers directly
rather than using the miibus_readreg()/miibus_writereg() bus interface
since there are no MII registers to read. The mx driver itself pretends
that the NWAY interface is a PHY locayed at MII address 31 for the sole
purpose of allowing the mxphy_probe() routine to know when it needs to
attach to a host controller.

24 years agoRemove name field from controller information. Fix name setting in
imp [Sat, 16 Oct 1999 05:11:46 +0000 (05:11 +0000)]
Remove name field from controller information.  Fix name setting in
pc98 case that I missed before.  Attempt to get the irq for the PCIC
first from the loader env var and second from the config system.  I've
been able to boot my laptop with a kernel that hardwired the irq to
10.  This should allow boot -c to finally start working for pcic irq,
but I've not tested that.  Add $FreeBSD$ to slot.h.

24 years agoVirgin import of GCC 2.95.1's libio -- the C++ iostream facility.
obrien [Sat, 16 Oct 1999 03:54:25 +0000 (03:54 +0000)]
Virgin import of GCC 2.95.1's libio -- the C++ iostream facility.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52279,
obrien [Sat, 16 Oct 1999 03:54:25 +0000 (03:54 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52279,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of GCC 2.95.1's libstdc++
obrien [Sat, 16 Oct 1999 03:52:48 +0000 (03:52 +0000)]
Virgin import of GCC 2.95.1's libstdc++

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52277,
obrien [Sat, 16 Oct 1999 03:52:48 +0000 (03:52 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52277,
which included commits to RCS files with non-trunk default branches.

24 years agoUse a much larger buffer for message log retrieval until we are sure that
msmith [Sat, 16 Oct 1999 03:21:20 +0000 (03:21 +0000)]
Use a much larger buffer for message log retrieval until we are sure that
32 bytes is safe.

Handle successful completion of message log retrieval commands.

With these changes, the driver correctly handles the consequences of drive
death and replacement in a reliable array.  Note that the massive backlog
of I/O during handling of such an event can kill the system if softupdates
is enabled.

24 years agoFix mlx_diagnose_command so that it actually works. I can't believe this
msmith [Sat, 16 Oct 1999 03:08:46 +0000 (03:08 +0000)]
Fix mlx_diagnose_command so that it actually works.  I can't believe this
has been broken since implemented.

24 years agoSave the drive device_t so that we can print it later.
msmith [Sat, 16 Oct 1999 01:47:46 +0000 (01:47 +0000)]
Save the drive device_t so that we can print it later.

24 years agoSave the drive device_t correctly so we can print it later.
msmith [Sat, 16 Oct 1999 01:46:59 +0000 (01:46 +0000)]
Save the drive device_t correctly so we can print it later.

The drive number is 5 bits, not 4, in the read/write command.

24 years agoGrrrrr. Put the $FreeBSD$ in a Bad Place.
obrien [Fri, 15 Oct 1999 21:49:40 +0000 (21:49 +0000)]
Grrrrr.  Put the $FreeBSD$ in a Bad Place.

24 years agoEliminate remaining part of incorrect PCI bus numbering sanity check on systems with...
tegge [Fri, 15 Oct 1999 21:38:15 +0000 (21:38 +0000)]
Eliminate remaining part of incorrect PCI bus numbering sanity check on systems with more than one PCI bus.

24 years agoUse BWX instructions on EV6 as well as EV5.
gallatin [Fri, 15 Oct 1999 21:08:52 +0000 (21:08 +0000)]
Use BWX instructions on EV6 as well as EV5.

This gets the AlphaServer DS10 booting.

24 years agoRegister the fact we want expand_main_function() to invoke __main.
obrien [Fri, 15 Oct 1999 20:56:19 +0000 (20:56 +0000)]
Register the fact we want expand_main_function() to invoke __main.

24 years agoMerge rev 1.2 (a.out support) into EGCS 1.1.2.
obrien [Fri, 15 Oct 1999 20:48:35 +0000 (20:48 +0000)]
Merge rev 1.2 (a.out support) into EGCS 1.1.2.

24 years agoWhen more than one timer is expired at once, allow for the possibility
brian [Fri, 15 Oct 1999 20:44:34 +0000 (20:44 +0000)]
When more than one timer is expired at once, allow for the possibility
that the first timer ends up doing a timer_Stop() on the second.

When this happens, remove the timer from the pending list so that
we still call any subsequent timers.

This bug has been here for several years, but has only been tickled
recently with my device layering changes.

With enormous thanks for the perseverance of: Ruslan Ermilov <ru@ucb.crimea.ua>

24 years agoWhen we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWN
brian [Fri, 15 Oct 1999 20:36:04 +0000 (20:36 +0000)]
When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWN
rather than CLOSE_NORMAL.

24 years agoRedefine CRTS_IFLOW and CCTS_OFLOW on the mac.
brian [Fri, 15 Oct 1999 20:30:44 +0000 (20:30 +0000)]
Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.

Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>

24 years agoUntil we actually support SBus, there's no reason to keep the f/w in the tree.
mjacob [Fri, 15 Oct 1999 19:00:50 +0000 (19:00 +0000)]
Until we actually support SBus, there's no reason to keep the f/w in the tree.

24 years agoNew pccard kernel config requirement
imp [Fri, 15 Oct 1999 17:34:56 +0000 (17:34 +0000)]
New pccard kernel config requirement

24 years ago-Wall fix: ambigious else
billf [Fri, 15 Oct 1999 17:33:24 +0000 (17:33 +0000)]
-Wall fix: ambigious else

24 years agoAdd new file for pccard compatibilty code. Add it to files so it gets
imp [Fri, 15 Oct 1999 17:32:32 +0000 (17:32 +0000)]
Add new file for pccard compatibilty code.  Add it to files so it gets
pulled in as well.

24 years agoReorganize the attachement point for pcic (it was unattached and
imp [Fri, 15 Oct 1999 17:29:21 +0000 (17:29 +0000)]
Reorganize the attachement point for pcic (it was unattached and
floating before).  Attach pccard devices to pcic, one per slot
(although this may change to one per pcic).  pcic is now attached to
isa (to act as a bridge) and pccard is attached to pcic, cbb and
pc98ic (the last two are card bus bridge and the pc98ic version of
pcic, neither of which are in the tree yet).  Move pccard compat code
into pccard/pccard_compat.c.

THIS REQUIRES A CONFIG FILE CHANGE.  You must change your pcic/card
entries to be:
# PCCARD (PCMCIA) support
controller pcic0 at isa?
controller pcic1 at isa?
controller card0

The old system was upside down and this corrects that problem.  It
will make it easier to add support for YENTA pccard/card bus bridges.

Much more cleanup needs to happen before newbus devices can have
pccard attachments.  My previous commit's comments were premature.

24 years agoFix ``MAKEDEV acd''
brian [Fri, 15 Oct 1999 16:20:58 +0000 (16:20 +0000)]
Fix ``MAKEDEV acd''

Spotted by: Mark Knight <mkn@FreeBSD.org.uk>

24 years agoInclude opt_bktr.
roger [Fri, 15 Oct 1999 13:35:55 +0000 (13:35 +0000)]
Include opt_bktr.
Without it the kernel config options, like OVERRIDE_TUNER, where not
getting passed to the driver.

Bug noticed by: Marc Fonvieille <fonvi@club-internet.fr>

24 years ago"Plag and play" -> "Plug and Play"
phantom [Fri, 15 Oct 1999 13:01:12 +0000 (13:01 +0000)]
"Plag and play" -> "Plug and Play"

24 years agoSync with reallity (USERCONFIG_BOOT option was removed long time ago)
phantom [Fri, 15 Oct 1999 12:50:18 +0000 (12:50 +0000)]
Sync with reallity (USERCONFIG_BOOT option was removed  long time ago)
mdoc(7)'fy

24 years agoAdd mount_nwfs program. Now -current can mount NetWare volumes.
bp [Fri, 15 Oct 1999 09:59:48 +0000 (09:59 +0000)]
Add mount_nwfs program. Now -current can mount NetWare volumes.

24 years agoAdd libncp to the list of known libraries.
bp [Fri, 15 Oct 1999 08:54:09 +0000 (08:54 +0000)]
Add libncp to the list of known libraries.

24 years agoAcutally our style is "options\x20\x09".
obrien [Fri, 15 Oct 1999 07:07:43 +0000 (07:07 +0000)]
Acutally our style is "options\x20\x09".

As BDE says:  "options\x09\x09foo" looks quite different from
"options\x20\x09foo" after adding a one or two character prefix.

Notice by: BDE

24 years agoDocument the use of pseudo_AF_HDRCMPLT with BPF.
msmith [Fri, 15 Oct 1999 05:07:26 +0000 (05:07 +0000)]
Document the use of pseudo_AF_HDRCMPLT with BPF.

24 years agoImplement pseudo_AF_HDRCMPLT, which controls the state of the 'header
msmith [Fri, 15 Oct 1999 05:07:00 +0000 (05:07 +0000)]
Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header
completion' flag.  If set, the interface output routine will assume that
the packet already has a valid link-level source address.  This defaults
to off (the address is overwritten)

PR: kern/10680
Submitted by: "Christopher N . Harrell" <cnh@mindspring.net>
Obtained from: NetBSD

24 years ago- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
mdodd [Fri, 15 Oct 1999 03:12:48 +0000 (03:12 +0000)]
- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
  now lives in the respective bus front end files.
- Add various function prototypes to if_edvar.h
- Clean up some debugging code that snuck into if_ed_isa.c
- Turn on the right bits in files.i386

24 years agoMake it easier to have completely new bus attachment points for pccard
imp [Fri, 15 Oct 1999 03:10:13 +0000 (03:10 +0000)]
Make it easier to have completely new bus attachment points for pccard
devices.  There may still be problems with said drivers, if so please
let me know.

o Move attach-like functionality to the nbk attach compatibility code.
o Smarter probe code: for the compatibility code probe succeeds if
  strcmp succeeds, for noncompatibility you can do anything you like.
o Get rid of some compiler warnings introduced in last commit.

24 years agoBreak out the bus front end code into separate files.
mdodd [Fri, 15 Oct 1999 01:28:04 +0000 (01:28 +0000)]
Break out the bus front end code into separate files.

Note that these haven't been turned on nor has the old code
been removed from if_ed.c.  The next commit will address that.

24 years agoMake some small tweaks:
wpaul [Thu, 14 Oct 1999 21:49:17 +0000 (21:49 +0000)]
Make some small tweaks:

- When setting/clearing promisc mode, just update the filter, don't
  reset the whole interface.

- Call xl_init() in xl_ifmedia_upd() when setting miibus media modes. This
  fixes a problem with the 3c905B-COMBO where switching from 10base5/AUI
  or 10base2/BNC to a 10/100 mode doesn't always work right.

- Attempt to reset the interface in xl_init() so that we know we're getting
  the receive and transmit rings reset properly.

24 years ago* Implement bus_set/get/delete_resource for pci.
dfr [Thu, 14 Oct 1999 21:38:33 +0000 (21:38 +0000)]
* Implement bus_set/get/delete_resource for pci.
* Change the hack used on the alpha for mapping devices into DENSE or
  BWX memory spaces to a simpler one. Its still a hack and should be
  a seperate api to explicitly map the resource.
* Add $FreeBSD$ as necessary.

24 years agoAdd PNPBIOS option.
dfr [Thu, 14 Oct 1999 21:25:36 +0000 (21:25 +0000)]
Add PNPBIOS option.

24 years ago* Add some verbose logging to the PnP parser and fix a couple of bugs.
dfr [Thu, 14 Oct 1999 21:03:03 +0000 (21:03 +0000)]
* Add some verbose logging to the PnP parser and fix a couple of bugs.
* Move pnp_eisaformat() to pnp.c, declared in <isa/pnpvar.h>.
* Turn the pnpbios code into an enumerator for the isa bus. This allows
  all devices known to the bios to be probed automatically.

Currently the pnpbios code is dependant on the PNPBIOS option. As the code
is tested more and when more drivers are converted this will be made the
default. I have PnP changes in the wings for fdc, atkbd, psm, pcaudio, and
joy. Sio already works with pnpbios.

24 years agoRemove one of the locales which is currently breaking the build.
jkh [Thu, 14 Oct 1999 19:20:01 +0000 (19:20 +0000)]
Remove one of the locales which is currently breaking the build.

24 years agoRevive ps_usertramp, it's still referenced by COMPAT_SUNOS code.
luoqi [Thu, 14 Oct 1999 17:29:53 +0000 (17:29 +0000)]
Revive ps_usertramp, it's still referenced by COMPAT_SUNOS code.

Reviewed by: bde

24 years agoRecognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID =
kato [Thu, 14 Oct 1999 13:59:52 +0000 (13:59 +0000)]
Recognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID =
0x7XX.

Pointed out by: Brian Somers <brian@Awfulhak.org>

24 years agoLike it or not, we use ^I's not 0x20 to align things in this file.
obrien [Thu, 14 Oct 1999 11:34:19 +0000 (11:34 +0000)]
Like it or not, we use ^I's not 0x20 to align things in this file.

24 years agoMissed the second argument of fdrop().
green [Thu, 14 Oct 1999 10:50:06 +0000 (10:50 +0000)]
Missed the second argument of fdrop().

Submitted by: jhay

24 years agoAdd sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.
marcel [Thu, 14 Oct 1999 10:08:53 +0000 (10:08 +0000)]
Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.

Pointed out by: jdp

24 years agoRemove osig* from NOASM. It bogus now.
marcel [Thu, 14 Oct 1999 10:00:39 +0000 (10:00 +0000)]
Remove osig* from NOASM. It bogus now.

24 years agoMake the contents, layout, and comments match sys/i386/conf/GENERIC as
obrien [Thu, 14 Oct 1999 09:52:28 +0000 (09:52 +0000)]
Make the contents, layout, and comments match sys/i386/conf/GENERIC as
much as possible.  This commit also adds the `bpf' pseudo-device.

24 years agoUnder some condition vnode can reference itself.
bp [Thu, 14 Oct 1999 09:35:37 +0000 (09:35 +0000)]
Under some condition vnode can reference itself.

24 years agoIsolate old constant NCP_VOLNAME_LEN.
bp [Thu, 14 Oct 1999 08:57:54 +0000 (08:57 +0000)]
Isolate old constant NCP_VOLNAME_LEN.

24 years agoMake libncp actually compiled.
bp [Thu, 14 Oct 1999 06:40:46 +0000 (06:40 +0000)]
Make libncp actually compiled.

Reviewed by: mdodd

24 years agoFix a race condition with shared fd tables and writev(). It's
green [Thu, 14 Oct 1999 05:37:52 +0000 (05:37 +0000)]
Fix a race condition with shared fd tables and writev().  It's
still not safe to consider file table sharing secure.
Submitted by: Ville-Pertti Keinonen <will@iki.fi>

24 years agoAdd a missing spl lowering.
green [Thu, 14 Oct 1999 05:16:16 +0000 (05:16 +0000)]
Add a missing spl lowering.

Submitted by: Ville-Pertti Keinonen <will@iki.fi>

24 years agoAdd support for the version 4 firmware interface and the DAC960 PG and
msmith [Thu, 14 Oct 1999 02:54:06 +0000 (02:54 +0000)]
Add support for the version 4 firmware interface and the DAC960 PG and
PJ cards.  This will probably also support the AcceleRAID and
eXtremeRAID cards, but nobody has volunteered one for testing, so I
haven't enabled their PCI device IDs.

Slightly clean up communication between the disk devices and the
controller device as per new practice, and move some more register-
related items int mlxreg.h from mlxvar.h.

Remove some unnecessary read-modify-write operations to the card
control registers; they don't behave like that.

Increase the status polling interval to 10 seconds.  It's still possible
to load the card up to the point where a status poll will find the
previous poll still running, but this will reduce the incidence of
complaints.

24 years agoIn longjmp, call sigreturn instead of osigreturn. The latter isn't
jdp [Thu, 14 Oct 1999 01:16:51 +0000 (01:16 +0000)]
In longjmp, call sigreturn instead of osigreturn.  The latter isn't
visible from userland any more.

Reviewed by: luoqi

24 years agoAllow in/out to work in DOS programs.
imp [Wed, 13 Oct 1999 23:48:35 +0000 (23:48 +0000)]
Allow in/out to work in DOS programs.

Submitted by: Parag Patel
PR: bin/8486

24 years agoDefault to no backspace/delete swapping.
imp [Wed, 13 Oct 1999 23:40:49 +0000 (23:40 +0000)]
Default to no backspace/delete swapping.
Add a title "DOS" to the X window.

Submitted by: Parag Patel <parag@cgt.com>
PR: bin/8486

Note: The pr was closed a long time ago when the original patch was
applied, rather than the amended one.

24 years agoRemove reference to obsolete initsd function.
grog [Wed, 13 Oct 1999 23:00:30 +0000 (23:00 +0000)]
Remove reference to obsolete initsd function.

This should have been committed yesterday.

Broke-world-for: USW2 Root <root@usw2.freebsd.org>