]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoUpdate for Groff 1.18.1.
Ruslan Ermilov [Fri, 11 Oct 2002 12:24:44 +0000 (12:24 +0000)]
Update for Groff 1.18.1.

21 years agoNew Russian hyphenation patterns from the teTeX distribution.
Ruslan Ermilov [Fri, 11 Oct 2002 12:20:02 +0000 (12:20 +0000)]
New Russian hyphenation patterns from the teTeX distribution.
Use the new .hpfa request to append them to English patterns.

21 years agoRussian hyphenation patterns from teTeX.
Ruslan Ermilov [Fri, 11 Oct 2002 12:13:17 +0000 (12:13 +0000)]
Russian hyphenation patterns from teTeX.

21 years ago- Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
Maxim Sobolev [Fri, 11 Oct 2002 11:43:09 +0000 (11:43 +0000)]
- Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
  BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test

21 years agoDo not allow empty GIDs for non-NIS entries.
Maxim Konovalov [Fri, 11 Oct 2002 11:35:30 +0000 (11:35 +0000)]
Do not allow empty GIDs for non-NIS entries.

MFC after: 2 weeks

21 years agokoi8-r was repo-copied to ru.KOI8-R by joe@.
Ruslan Ermilov [Fri, 11 Oct 2002 11:00:51 +0000 (11:00 +0000)]
koi8-r was repo-copied to ru.KOI8-R by joe@.

21 years agoRemove an unused variable.
Poul-Henning Kamp [Fri, 11 Oct 2002 10:36:22 +0000 (10:36 +0000)]
Remove an unused variable.

21 years agoTrapdoor access to cd%da and cd%c so they still work, but do not let them
Poul-Henning Kamp [Fri, 11 Oct 2002 10:35:17 +0000 (10:35 +0000)]
Trapdoor access to cd%da and cd%c so they still work, but do not let them
show up in /dev.

21 years agoSync with 2.13. Reduce forking by using multiple sed expressions rather
David E. O'Brien [Fri, 11 Oct 2002 10:07:46 +0000 (10:07 +0000)]
Sync with 2.13.  Reduce forking by using multiple sed expressions rather
than piping thru tr(1).  Also prefer case over for+test, as case will
handle regex's nicely.

Note we can't exactly follow the real 2.13 genscripts.sh as we wind up with
multiple "'s in search paths.  It is too late tonight to track down why.

21 years agoUse malloc(9)'s M_ZERO rather than explicit bzero(9) call.
Poul-Henning Kamp [Fri, 11 Oct 2002 09:59:22 +0000 (09:59 +0000)]
Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.

21 years agowitch over to the new FreeBSD bfd vec and emulation
David E. O'Brien [Fri, 11 Oct 2002 09:36:20 +0000 (09:36 +0000)]
witch over to the new FreeBSD bfd vec and emulation

21 years agoSwitch over to the new FreeBSD emulation and bfd vec
David E. O'Brien [Fri, 11 Oct 2002 09:31:55 +0000 (09:31 +0000)]
Switch over to the new FreeBSD emulation and bfd vec

21 years agoGroff 1.18.1 comes in with ANSI color support, enabled by default.
Ruslan Ermilov [Fri, 11 Oct 2002 09:16:24 +0000 (09:16 +0000)]
Groff 1.18.1 comes in with ANSI color support, enabled by default.
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)

So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature.  I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font.  Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104871,
David E. O'Brien [Fri, 11 Oct 2002 09:15:11 +0000 (09:15 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104871,
which included commits to RCS files with non-trunk default branches.

21 years agoImport of Binutils from the FSF 2.13 branch (just pre-.1 release).
David E. O'Brien [Fri, 11 Oct 2002 09:15:11 +0000 (09:15 +0000)]
Import of Binutils from the FSF 2.13 branch (just pre-.1 release).
These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.

21 years agoillegal.cc was renamed to invalid.cc. Bring in the fix
Ruslan Ermilov [Fri, 11 Oct 2002 09:03:04 +0000 (09:03 +0000)]
illegal.cc was renamed to invalid.cc.  Bring in the fix
that makes almost all characters above 128 "valid".

21 years agoUpgrade to Groff 1.18.1.
Ruslan Ermilov [Fri, 11 Oct 2002 08:58:14 +0000 (08:58 +0000)]
Upgrade to Groff 1.18.1.

21 years agoMerge Groff 1.18.1 changes.
Ruslan Ermilov [Fri, 11 Oct 2002 08:54:44 +0000 (08:54 +0000)]
Merge Groff 1.18.1 changes.

21 years agoUse stock (FSF) version of this file.
Ruslan Ermilov [Fri, 11 Oct 2002 08:54:15 +0000 (08:54 +0000)]
Use stock (FSF) version of this file.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104865,
Ruslan Ermilov [Fri, 11 Oct 2002 08:53:48 +0000 (08:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104865,
which included commits to RCS files with non-trunk default branches.

21 years agoRemoved files not present in v1.18.1 import.
Ruslan Ermilov [Fri, 11 Oct 2002 08:53:48 +0000 (08:53 +0000)]
Removed files not present in v1.18.1 import.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104862,
Ruslan Ermilov [Fri, 11 Oct 2002 08:52:17 +0000 (08:52 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104862,
which included commits to RCS files with non-trunk default branches.

21 years agoVirgin import of FSF groff v1.18.1
Ruslan Ermilov [Fri, 11 Oct 2002 08:52:17 +0000 (08:52 +0000)]
Virgin import of FSF groff v1.18.1

21 years agoYesterday was the 10th month of the year, not the 11st.
David E. O'Brien [Fri, 11 Oct 2002 08:40:19 +0000 (08:40 +0000)]
Yesterday was the 10th month of the year, not the 11st.

21 years ago*sigh* The GNU folks want to layer and abstract yet another standard API.
David E. O'Brien [Fri, 11 Oct 2002 07:42:20 +0000 (07:42 +0000)]
*sigh* The GNU folks want to layer and abstract yet another standard API.
This time remove the xregex redirection and just directly use their own
gnuregex.

21 years agoTypo fixed on Vendor branch
David E. O'Brien [Fri, 11 Oct 2002 07:06:21 +0000 (07:06 +0000)]
Typo fixed on Vendor branch

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104858,
David E. O'Brien [Fri, 11 Oct 2002 07:06:21 +0000 (07:06 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104858,
which included commits to RCS files with non-trunk default branches.

21 years agoadd some devices from NetBSD
Warner Losh [Fri, 11 Oct 2002 07:03:09 +0000 (07:03 +0000)]
add some devices from NetBSD

21 years agoSome renamings from pccarddevs
Warner Losh [Fri, 11 Oct 2002 07:02:31 +0000 (07:02 +0000)]
Some renamings from pccarddevs
Add Linksys WCF11
Bay eMobility 11B

21 years agosync to 1.36 of pccarddevs
Warner Losh [Fri, 11 Oct 2002 07:00:53 +0000 (07:00 +0000)]
sync to 1.36 of pccarddevs

21 years agoMerge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:
Warner Losh [Fri, 11 Oct 2002 07:00:30 +0000 (07:00 +0000)]
Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:
o NETGEAR2 -> NETGEAR_2
o PLANEX2 -> PLANEX_2
o ACTIONTEC HWC01170 -> ACTIONTEC PRISM
o linksys iwn2 -> iwn3
o Add: Ositech, DLINK_3, BAY emobility, buffalo lpc3_clt, netgear fa410TX.
  dynalink accton EN2216, corega ether II PCC TD, dlink dfe670TXD,
  dynalink l10c

Obtained from: NetBSD

21 years agoReally update for 2.13 10-Oct-2002 import. (this time for sure Rocky)
David E. O'Brien [Fri, 11 Oct 2002 06:48:16 +0000 (06:48 +0000)]
Really update for 2.13 10-Oct-2002 import.  (this time for sure Rocky)

21 years agoUpdate for 2.13 10-Oct-2002 import.
David E. O'Brien [Fri, 11 Oct 2002 06:28:05 +0000 (06:28 +0000)]
Update for 2.13 10-Oct-2002 import.

21 years agoUpdate for 2.13 10-Oct-2002 import - Identify the version correctly
David E. O'Brien [Fri, 11 Oct 2002 06:23:02 +0000 (06:23 +0000)]
Update for 2.13 10-Oct-2002 import - Identify the version correctly

21 years agoDon't do WARNS setting here.
David E. O'Brien [Fri, 11 Oct 2002 06:20:41 +0000 (06:20 +0000)]
Don't do WARNS setting here.

21 years agoUse the stock version of this.
David E. O'Brien [Fri, 11 Oct 2002 06:19:00 +0000 (06:19 +0000)]
Use the stock version of this.

21 years agoBring the binutils_2_13_20021110 snap version of this to the HEAD branch.
David E. O'Brien [Fri, 11 Oct 2002 06:18:04 +0000 (06:18 +0000)]
Bring the binutils_2_13_20021110 snap version of this to the HEAD branch.

21 years agoMerge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
David E. O'Brien [Fri, 11 Oct 2002 06:15:47 +0000 (06:15 +0000)]
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
into Binutils 2.13.1 snap.

21 years agoBring the binutils_2_13_20021110_snap version of this to the HEAD branch.
David E. O'Brien [Fri, 11 Oct 2002 06:14:49 +0000 (06:14 +0000)]
Bring the binutils_2_13_20021110_snap version of this to the HEAD branch.

21 years agoBring the 2.13 snap version of this to the HEAD branch.
David E. O'Brien [Fri, 11 Oct 2002 06:13:48 +0000 (06:13 +0000)]
Bring the 2.13 snap version of this to the HEAD branch.

21 years agoUse the stock 2.13.1 snapshot version of this.
David E. O'Brien [Fri, 11 Oct 2002 06:13:25 +0000 (06:13 +0000)]
Use the stock 2.13.1 snapshot version of this.

21 years agoMerge rev 1.2 (FreeBSD a.out configuration support) into the
David E. O'Brien [Fri, 11 Oct 2002 06:13:00 +0000 (06:13 +0000)]
Merge rev 1.2 (FreeBSD a.out configuration support) into the
Binutils 2.13_20021110 snap.

21 years agoWe use the stock version of this file.
David E. O'Brien [Fri, 11 Oct 2002 06:11:27 +0000 (06:11 +0000)]
We use the stock version of this file.

21 years agoMerge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.13_20021110.
David E. O'Brien [Fri, 11 Oct 2002 06:11:03 +0000 (06:11 +0000)]
Merge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.13_20021110.

21 years agoMerge rev 1.8 ("ELF_DYNAMIC_INTERPRETER") into Binutils 2.13_20021110 snap.
David E. O'Brien [Fri, 11 Oct 2002 06:10:28 +0000 (06:10 +0000)]
Merge rev 1.8 ("ELF_DYNAMIC_INTERPRETER") into Binutils 2.13_20021110 snap.

21 years agoOn second thought, garbage collect the OLD_BRANDELF_METHOD. FreeBSD 5.0
David E. O'Brien [Fri, 11 Oct 2002 06:09:39 +0000 (06:09 +0000)]
On second thought, garbage collect the OLD_BRANDELF_METHOD.  FreeBSD 5.0
is a good point to break from this historical ABI-breaking method.

21 years agoMerge our ELF branding into Binutils 2_13_20021011 snapshot.
David E. O'Brien [Fri, 11 Oct 2002 06:08:01 +0000 (06:08 +0000)]
Merge our ELF branding into Binutils 2_13_20021011 snapshot.
(note that this will be the last Binutils update to offer our original
method of ELF branding (WANT_OLD_BRANDELF_METHOD))

21 years agoUse the vendor's 2.13.1_snap vendor version of this file as in rev 1.5.
David E. O'Brien [Fri, 11 Oct 2002 06:06:01 +0000 (06:06 +0000)]
Use the vendor's 2.13.1_snap vendor version of this file as in rev 1.5.

21 years agoWe use the stock version of this file as in rev 1.4.
David E. O'Brien [Fri, 11 Oct 2002 06:05:36 +0000 (06:05 +0000)]
We use the stock version of this file as in rev 1.4.

21 years agoImport of Binutils from the FSF 2.13 branch (just pre-.1 release).
David E. O'Brien [Fri, 11 Oct 2002 06:01:20 +0000 (06:01 +0000)]
Import of Binutils from the FSF 2.13 branch (just pre-.1 release).
These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104834,
David E. O'Brien [Fri, 11 Oct 2002 06:01:20 +0000 (06:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104834,
which included commits to RCS files with non-trunk default branches.

21 years agoAdd Planex GWNS11H
Warner Losh [Fri, 11 Oct 2002 05:43:38 +0000 (05:43 +0000)]
Add Planex GWNS11H

Submitted by: hanai-san

21 years agosync to 1.35 of pccarddevs
Warner Losh [Fri, 11 Oct 2002 05:40:45 +0000 (05:40 +0000)]
sync to 1.35 of pccarddevs

21 years agoAdd a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).
Warner Losh [Fri, 11 Oct 2002 05:40:13 +0000 (05:40 +0000)]
Add a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).
Add PLANEX GWNS11H submitted by hanai-san.

21 years agoo Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, then
Warner Losh [Fri, 11 Oct 2002 04:30:59 +0000 (04:30 +0000)]
o Set CBB_CARD_OK just before CARD_ATTACH_CARD.  If ATTACH_CARD fails, then
  clear the bit.  This allows ata driver to attach its children because
  it needs the interrupts enabled to succeed.

Submitted by: iwasaki-san

o Spell CardBus as CardBus, not Cardbus or CardBUS while I'm here.

21 years agoWhen considering a vnode for reuse in getnewvnode, we call
Kirk McKusick [Fri, 11 Oct 2002 01:04:14 +0000 (01:04 +0000)]
When considering a vnode for reuse in getnewvnode, we call
vcanrecycle to check a free vnode's availability. If it is
available, vcanrecycle returns an error code of zero and the
vnode in question locked. The getnewvnode routine then used
to call vn_start_write with the V_NOWAIT flag. If the filesystem
was suspended while taking a snapshot, the vn_start_write would
fail but getnewvnode would fail to unlock the vnode, instead
leaving it locked on the freelist. The result would be that the
vnode would be locked forever and would eventually hang the
system with a race to the root when it was attempted to recycle
it. This fix moves the vn_start_write check into vcanrecycle
where it will properly unlock the vnode if it is unavailable
for recycling due to filesystem suspension.

Sponsored by: DARPA & NAI Labs.

21 years agoAdd a UTF-8 encoding method, which will eventually replace the antique
Tim J. Robbins [Thu, 10 Oct 2002 22:56:18 +0000 (22:56 +0000)]
Add a UTF-8 encoding method, which will eventually replace the antique
"UTF2" method. Although UTF-8 and the old UTF2 encoding are compatible
for 16-bit characters, the new UTF-8 implementation is much more strict
about rejecting malformed input and also handles the full 31 bit range
of characters.

21 years agoCorrect the offset of the 'jfs' entry in fstypenames.
Chad David [Thu, 10 Oct 2002 22:09:32 +0000 (22:09 +0000)]
Correct the offset of the 'jfs' entry in fstypenames.

21 years agoturn off debugging by default if bandwidth delay product limiting is
Matthew Dillon [Thu, 10 Oct 2002 21:41:30 +0000 (21:41 +0000)]
turn off debugging by default if bandwidth delay product limiting is
turned on (it is already off in -stable).

21 years agoMove utilitarian routines to util.c, which isn't the same as the old
Juli Mallett [Thu, 10 Oct 2002 19:27:48 +0000 (19:27 +0000)]
Move utilitarian routines to util.c, which isn't the same as the old
compatability-geared util.c.  These are things like message printers
and the PrintAddr function for traversing lists.  Other general-purpose
utilities inside make(1) can go here, in time.

21 years agoUpdate various comments mainly related to retransmit/FIN that I
Matthew Dillon [Thu, 10 Oct 2002 19:21:50 +0000 (19:21 +0000)]
Update various comments mainly related to retransmit/FIN that I
documented while working on a previous bug.

Fix a PERSIST bug.  Properly account for a FIN sent during a PERSIST.

MFC after: 7 days

21 years agoDocument that write(2) et al can return EROFS for attempts to write the
Jens Schweikhardt [Thu, 10 Oct 2002 19:16:10 +0000 (19:16 +0000)]
Document that write(2) et al can return EROFS for attempts to write the
disk label area.

PR: 43891
Submitted by: Diomidis D. Spinellis <dds@istlab.dmst.aueb.gr>
MFC after: 3 days

21 years agoGet the most recent 2300 f/w that's on the QLogic intranet- fixes lots
Matt Jacob [Thu, 10 Oct 2002 17:30:06 +0000 (17:30 +0000)]
Get the most recent 2300 f/w that's on the QLogic intranet- fixes lots
of buglets and quite a few bugs.

MFC after: 1 day

21 years agoFrom PHK's flex tool- we can get -1 returned from xpt_path_target_id,
Matt Jacob [Thu, 10 Oct 2002 17:29:05 +0000 (17:29 +0000)]
From PHK's flex tool- we can get -1 returned from xpt_path_target_id,
so don't index off of it.

MFC after: 1 day

21 years agoDocument the -n option and fix manpage Fl usage.
Brian Feldman [Thu, 10 Oct 2002 17:19:43 +0000 (17:19 +0000)]
Document the -n option and fix manpage Fl usage.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoAdd an -n option to write the trailing nul byte to the extattr when
Brian Feldman [Thu, 10 Oct 2002 17:16:00 +0000 (17:16 +0000)]
Add an -n option to write the trailing nul byte to the extattr when
using setextattr(8) to write a string.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoCorrect argc verification (don't crash).
Brian Feldman [Thu, 10 Oct 2002 17:11:20 +0000 (17:11 +0000)]
Correct argc verification (don't crash).

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoHook up strsep(3) to libkern following a repo-copy by Peter. This will
Robert Watson [Thu, 10 Oct 2002 17:02:11 +0000 (17:02 +0000)]
Hook up strsep(3) to libkern following a repo-copy by Peter.  This will
allow us to avoid nasty by-hand string parsing stuff in a number of
places in the kernel, reducing the risk of unexpected consequences
for kernel correctness.

21 years agoAdd -h flags to each of the *extattr(8) commands, indicating that
Robert Watson [Thu, 10 Oct 2002 16:47:21 +0000 (16:47 +0000)]
Add -h flags to each of the *extattr(8) commands, indicating that
the command should not follow the symlink if the target file is a
symlink.  Invoke the extattr_*_link(2) version of the system call
in that situation, instead of extattr_*_file(2).  This is
consistent with other attribute management tools in the system.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years ago- Fix a missort in the Time section.
John Baldwin [Thu, 10 Oct 2002 16:42:54 +0000 (16:42 +0000)]
- Fix a missort in the Time section.
- Specify date for OS X 10.1.
- Whitespace fix for NetBSD 1.5.3 release date.

Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> (mostly)

21 years agoUse basename(3) to derive the name of the binary from argv[0].
Robert Watson [Thu, 10 Oct 2002 16:37:12 +0000 (16:37 +0000)]
Use basename(3) to derive the name of the binary from argv[0].

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Submitted by: green

21 years agoUpdate "UNIX History" URL.
John Baldwin [Thu, 10 Oct 2002 14:47:03 +0000 (14:47 +0000)]
Update "UNIX History" URL.

Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>

21 years ago- Sort references in the Time section alphabetically.
John Baldwin [Thu, 10 Oct 2002 14:21:01 +0000 (14:21 +0000)]
- Sort references in the Time section alphabetically.
- Remove U25 time reference as it is never referenced.

Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>

21 years agoUpdate BSD family tree to include FreeBSD 4.6.2, NetBSD 1.6, and Mac OS X
John Baldwin [Thu, 10 Oct 2002 14:17:42 +0000 (14:17 +0000)]
Update BSD family tree to include FreeBSD 4.6.2, NetBSD 1.6, and Mac OS X
10.2.

Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>

21 years agoFix another spelling mistake.
Robert Drehmel [Thu, 10 Oct 2002 14:16:08 +0000 (14:16 +0000)]
Fix another spelling mistake.

21 years agoCorrect a spelling mistake.
Robert Drehmel [Thu, 10 Oct 2002 14:14:44 +0000 (14:14 +0000)]
Correct a spelling mistake.

21 years agoFixed a warning if COM_MULTIPORT option is not defined.
Yoshihiro Takahashi [Thu, 10 Oct 2002 14:14:29 +0000 (14:14 +0000)]
Fixed a warning if COM_MULTIPORT option is not defined.

Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>

21 years agoRemove '-DUFS1_ONLY' from CFLAGS. It is not needed.
Yoshihiro Takahashi [Thu, 10 Oct 2002 14:03:00 +0000 (14:03 +0000)]
Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.

21 years agoIncremental style improvements: more consistently avoid assignments
Robert Watson [Thu, 10 Oct 2002 13:59:58 +0000 (13:59 +0000)]
Incremental style improvements: more consistently avoid assignments
in conditionals; remove some excess vertical whitespace; remove a
bug in the return handling of the delete_vp() case for MAC.

Spotted by: bde

21 years agoFixed SBUS_RA_*_region_* functions.
Yoshihiro Takahashi [Thu, 10 Oct 2002 13:38:50 +0000 (13:38 +0000)]
Fixed SBUS_RA_*_region_* functions.

21 years agoFix IPOPT_TS processing: do not overwrite IP address by timestamp.
Maxim Konovalov [Thu, 10 Oct 2002 12:03:36 +0000 (12:03 +0000)]
Fix IPOPT_TS processing: do not overwrite IP address by timestamp.

PR: misc/42121
Submitted by: Praveen Khurjekar <praveen@codito.com>
Reviewed by: silence on -net
MFC after: 1 month

21 years agoMake sure strsep() gets a nul-terminated string.
Giorgos Keramidas [Thu, 10 Oct 2002 10:07:19 +0000 (10:07 +0000)]
Make sure strsep() gets a nul-terminated string.

Reviewed by: phk

21 years agoAdd BSD/OS 4.3.
Maxim Konovalov [Thu, 10 Oct 2002 08:57:39 +0000 (08:57 +0000)]
Add BSD/OS 4.3.

Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Reviewed by: grog
MFC after: 1 week

21 years agoAllow ubsa(4) driver to be build as a kernel module.
Alexander Kabaev [Thu, 10 Oct 2002 05:03:09 +0000 (05:03 +0000)]
Allow ubsa(4) driver to be build as a kernel module.

Approved by: obrien

21 years agoAdd multilib_options variable definition.
Alexander Kabaev [Thu, 10 Oct 2002 04:56:35 +0000 (04:56 +0000)]
Add multilib_options variable definition.

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:53:46 +0000 (04:53 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.8  printf format error fixes

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:53:15 +0000 (04:53 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.10  -mno-align-long-strings
  1.11  Allow the specification of LONG_TYPE_SIZE on the command line.

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:52:41 +0000 (04:52 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.11  -mno-align-long-strings

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:52:03 +0000 (04:52 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.2  Localize the version number

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:51:11 +0000 (04:51 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.2  -fformat-extensions
  1.7  FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha
  1.14 -O0 -O1 should optimize alignment for time, not size

Approved by: obrien

21 years agoUse the stock 3.2.1-prerelease file.
Alexander Kabaev [Thu, 10 Oct 2002 04:50:29 +0000 (04:50 +0000)]
Use the stock 3.2.1-prerelease file.

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:49:03 +0000 (04:49 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.\\{2,15\\}     FREEBSD_NATIVE
  1.\\{5,13\\}     ELF, and objformat support
  1.\\{16,23,25\\} Better cross building control
  1.21           'GCC_OPTIONS'
  1.27           cross-arch MD_EXEC_PREFIX fixes
                 cc -print-search-dir fixes
  1.28           Read specs from /usr/libdata/gcc/specs, if available

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:47:27 +0000 (04:47 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.2 kernel printf enchancements framework

Approved by: obrien

21 years agoMerge FreeBSD modifications into gcc 3.2.1-prerelease:
Alexander Kabaev [Thu, 10 Oct 2002 04:46:44 +0000 (04:46 +0000)]
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
  1.2 kernel printf enchancements framework
  1.3 suppress warnings on K&R main

Approved by: obrien

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104758,
Alexander Kabaev [Thu, 10 Oct 2002 04:41:00 +0000 (04:41 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104758,
which included commits to RCS files with non-trunk default branches.

21 years agoGcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on October...
Alexander Kabaev [Thu, 10 Oct 2002 04:41:00 +0000 (04:41 +0000)]
Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104756,
Alexander Kabaev [Thu, 10 Oct 2002 04:40:48 +0000 (04:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104756,
which included commits to RCS files with non-trunk default branches.

21 years agoGcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo gcc-3_2-branc...
Alexander Kabaev [Thu, 10 Oct 2002 04:40:48 +0000 (04:40 +0000)]
Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104754,
Alexander Kabaev [Thu, 10 Oct 2002 04:40:44 +0000 (04:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104754,
which included commits to RCS files with non-trunk default branches.

21 years agoGcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo gcc-3_2-branch on...
Alexander Kabaev [Thu, 10 Oct 2002 04:40:44 +0000 (04:40 +0000)]
Gcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST.