David E. O'Brien
362b2ba213
This commit was generated by cvs2svn to compensate for changes in r51922,
...
which included commits to RCS files with non-trunk default branches.
1999-10-04 08:17:54 +00:00
David E. O'Brien
04626017cb
Virgin import of EGCS 1.1.2's libio -- the C++ iostream facility.
1999-10-04 08:17:54 +00:00
David E. O'Brien
1b66e37f0a
This commit was generated by cvs2svn to compensate for changes in r51920,
...
which included commits to RCS files with non-trunk default branches.
1999-10-04 08:12:38 +00:00
David E. O'Brien
43d36c40e7
Virgin import of EGCS 1.1.2's libstdc++
1999-10-04 08:12:38 +00:00
Poul-Henning Kamp
fd1976ec67
Remove unused B_FORMAT #define
1999-10-04 07:40:23 +00:00
Daniel Eischen
3c6967023c
Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical ID
...
0x8024b04e) so that the cards description is used instead of overriding
it. While I'm here, add an ID for the SUP2080 and the SUP2030.
PR: kern/13983
Submitted by: Kurt D. Zeilenga <Kurt@OpenLDAP.Org> (SUP2030)
dfr (rest of change)
Reviewed by: dfr
1999-10-03 22:25:19 +00:00
Eivind Eklund
181d21375b
Allow compilation with older versions of GCC, in order to make it possible
...
to bootstrap and work with -current from older versions of FreeBSD.
1999-10-03 21:15:25 +00:00
Andrew Gallatin
9b2591a0a4
A band-aid to prevent multi-hose alpha chipsets (aka tsunami) from
...
panic'ing because the hose is not filled in. We should probably extend the
pciioctl interface to take hoses into account..
1999-10-03 21:09:30 +00:00
Nick Hibma
d42053426e
Change from using a dv_xname in struct device to using
...
device_get_nameunit().
Remove including of device.h
1999-10-03 20:33:43 +00:00
Nick Hibma
aa9b0faecb
Check for a valid irq number before calling BUS_SETUP_INTR.
...
Requested-By: msmith
1999-10-03 20:23:25 +00:00
Brian Feldman
bf3367d091
Nuke the FIODTYPE compatibility bits. It's time.
1999-10-03 18:49:51 +00:00
Daniel Eischen
c0d3a0d572
Add logical device ID for the Diamond SupraExpress 56K PnP modem:
...
Vendor ID SUP2480 (0x8024b04e), Serial Number 0x00001334
PnP Version 1.0, Vendor Version 0
Device Description: SupraExpress 56i Sp V.90
Reviewed by: dfr
1999-10-03 17:50:09 +00:00
David E. O'Brien
d0847d9cf1
Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".
...
Reviewed by: dfr
1999-10-03 17:45:54 +00:00
Marcel Moolenaar
e1a1647870
Link ucontext.h to sys/ucontext.h
...
Pointed out by: bde
1999-10-03 15:12:26 +00:00
Daniel C. Sobral
d06bac74f7
Revert to 1.15, since, as pointed out by bde, 1.16 is wrong and evil.
...
Add $FreeBSD$.
1999-10-03 13:38:53 +00:00
Marcel Moolenaar
77237db2b5
Reinstate the 4th argument to old signal handlers. Don't set it
...
when the handler uses siginfo_t.
1999-10-03 13:04:17 +00:00
Marcel Moolenaar
0afa439d45
Fix style bugs caused by using the wrong file to copy from. That one
...
gets fixed later on.
Reinstate the mysterious 4th argument to signal handlers and add some
comments on that.
1999-10-03 12:55:58 +00:00
Poul-Henning Kamp
3b6fb88590
Before we start to mess with the VFS name-cache clean things up a little bit:
...
Isolate the namecache in its own file, and give it a dedicated malloc type.
1999-10-03 12:18:29 +00:00
Doug Rabson
a2e6dbb39d
Disable pnp devices before running heuristic probes. This allows us to
...
'hide' those devices from those probes so that they don't get probed and
then re-probed later when the pnp probe is run.
1999-10-03 12:13:06 +00:00
Marcel Moolenaar
1b779c59bf
Fix style bugs
...
Submitted by: bde
1999-10-03 10:41:40 +00:00
Marcel Moolenaar
a9fb3603bb
Fix style bugs and ordering
...
Submitted by: bde
1999-10-03 10:40:11 +00:00
Marcel Moolenaar
7bde11602e
Restore -traditional compilation
...
Submitted by: bde
1999-10-03 10:35:03 +00:00
Marcel Moolenaar
d71408a5d7
Don't use const and volatile directly. Use the macros. This fixes
...
the breakage for K&R sources.
1999-10-03 10:33:40 +00:00
David E. O'Brien
bdc228c639
Virgin import of EGCS 1.1.2
1999-10-03 09:19:40 +00:00
David E. O'Brien
72a8915368
This commit was generated by cvs2svn to compensate for changes in r51899,
...
which included commits to RCS files with non-trunk default branches.
1999-10-03 09:19:40 +00:00
Bruce Evans
503e666658
Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the
...
kernel, but gcc provides a pessimal builtin for it.
Makefile.i386:
Added a variable (CONF_CFLAGS) for configuration-specific compiler flags.
LINT:
Use CONF_CFLAGS to inhibit use of gcc builtins.
1999-10-03 07:09:31 +00:00
Poul-Henning Kamp
bc8427c52d
Fix building non-crypto releases.
1999-10-03 06:43:57 +00:00
Bruce Evans
036a60b7b9
Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR.
1999-10-03 04:12:07 +00:00
Bruce Evans
87d902672f
Fixed the hack for using "../libgcc/Makefile" in libgcc_r/Makefile.
...
${LIB} was wrong at dependency-parsing time, so dependencies for
libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a
were always out of date.
1999-10-03 02:43:20 +00:00
Brian Somers
20e5b092e0
Set the i4b bandwidth - i4b doesn't report it via tcgetattr.
...
Suggested by: Joe Karthauser <joe@uk.FreeBSD.org>
1999-10-03 02:15:55 +00:00
Andrey A. Chernov
eea7efeb2f
sv_SE collate
...
add one missing dependance
PR: 13928
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-03 02:13:26 +00:00
Andrey A. Chernov
09d2aa2966
ISO8859-5 time definition
1999-10-03 01:41:17 +00:00
Andrey A. Chernov
0c7899d082
ISO8859-5 collate
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 01:22:22 +00:00
Andrey A. Chernov
ae303f0b9e
allow comments in map files
1999-10-03 01:21:33 +00:00
Andrey A. Chernov
3eefc574c3
ISO8859-5 locale
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 00:56:29 +00:00
Andrey A. Chernov
26279dd9dd
add ru_RU->ru_SU alias for 8859-5
1999-10-03 00:48:24 +00:00
Andrey A. Chernov
b7d9493ed1
add ru_SU.ISO_8859-5 locale dirs
1999-10-03 00:44:56 +00:00
David E. O'Brien
dc76ff5a60
Virgin import of EGCS 1.1.2
1999-10-02 21:54:32 +00:00
David E. O'Brien
360a324402
This commit was generated by cvs2svn to compensate for changes in r51885,
...
which included commits to RCS files with non-trunk default branches.
1999-10-02 21:54:32 +00:00
David E. O'Brien
929da3a6b2
* We have /var/tmp, not /usr/tmp. So use that where EGCS used the latter.
...
* In the absence of the env vars TMPDIR, TMP, TEMP (which override this
ordering), attempt to create temperary files in /tmp, P_tmpdir (/var/tmp),
/usr/tmp, and . until successful.
1999-10-02 21:50:07 +00:00
Matt Jacob
cb02c78a0c
add SA_1FM_AT_EOD option for scsi_sa- this causes a default behaviour of
...
one filemark at end of media for tapes otherwise neither quirked nor known.
1999-10-02 20:23:52 +00:00
Matthew N. Dodd
7366fe57d4
Fix includes. I missed this the first time around.
1999-10-02 20:22:26 +00:00
Søren Schmidt
dc722a14c7
In some drivers we use two devices to be able to boot.
...
So if si_iosize_max is allready set, dont mess with it..
Also just log the problem with maxphys not being set once.
designed by: phk
tested by: sos
1999-10-02 20:21:49 +00:00
Matt Jacob
9f050ed597
Document SA_1FM_AT_EOD option.
1999-10-02 20:20:32 +00:00
Matt Jacob
f219e08f02
Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),
...
and add a config option that allows one to default to 1FM@EOD for tapes
otherwise unquirked or unknown as to which to prefer. Note that tcopy
will be broken for these tapes until tcopy is fixed.
1999-10-02 20:17:16 +00:00
Matthew Dillon
fa9f8da4d2
Print a warning that includes the mount source when the foreground
...
mount fails prior to going into the background when a background NFS
mount is requested.
PR: misc/12376
1999-10-02 19:42:46 +00:00
Marcel Moolenaar
075ff1d959
o Add $FreeBSD$ as a rcsid instead of in a comment
...
o Remove bitrotted #undef directives
o Actually set errno now and order the functions
Submitted by: bde
1999-10-02 19:37:14 +00:00
Marcel Moolenaar
9102cd0abd
Remove the inline versions of sigaddset, sigdelset, sigemptyset,
...
sigfillset and sigismember.
Submitted by: bde
1999-10-02 19:33:23 +00:00
Marcel Moolenaar
e25ad0cbaf
o Add $FreeBSD$ as a rcsid instead of in a comment.
...
o Fix formatting
o Return the error if sigprocmask fails instead of undefined data.
Submitted by: bde
1999-10-02 19:24:24 +00:00
Matthew N. Dodd
fe76c677ea
Use the PRVERB() macro instead of 'if (bootverbose) printf()...
...
Add debuging for all failure cases in aha_cmd().
Always check DATAIN_REG_READY even if we're ready to exit the
read loop.
The last fix allows the AHA-1640 MCA SCSI adapter to operate
correctly and likely fixes problems on a few other oddball
adapters. (I suspect my Dell Drive Array in 1540 mode needs this.)
Reviewed by: Warner Losh
1999-10-02 17:40:07 +00:00