imp
fb7adefd2d
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
2002-10-11 07:00:30 +00:00
obrien
ef04e46415
Really update for 2.13 10-Oct-2002 import. (this time for sure Rocky)
2002-10-11 06:48:16 +00:00
obrien
9ec27cc871
Update for 2.13 10-Oct-2002 import.
2002-10-11 06:28:05 +00:00
obrien
bd7ac0d55d
Update for 2.13 10-Oct-2002 import - Identify the version correctly
2002-10-11 06:23:02 +00:00
obrien
4b0c6b0a8a
Don't do WARNS setting here.
2002-10-11 06:20:41 +00:00
obrien
32d8add601
Use the stock version of this.
2002-10-11 06:19:00 +00:00
obrien
613e6f63e2
Bring the binutils_2_13_20021110 snap version of this to the HEAD branch.
2002-10-11 06:18:04 +00:00
obrien
8d7f2d507e
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
...
into Binutils 2.13.1 snap.
2002-10-11 06:15:47 +00:00
obrien
1f2dbc61b9
Bring the binutils_2_13_20021110_snap version of this to the HEAD branch.
2002-10-11 06:14:49 +00:00
obrien
4b470f1e18
Bring the 2.13 snap version of this to the HEAD branch.
2002-10-11 06:13:48 +00:00
obrien
0a591eea77
Use the stock 2.13.1 snapshot version of this.
2002-10-11 06:13:25 +00:00
obrien
e3b6ac2c7e
Merge rev 1.2 (FreeBSD a.out configuration support) into the
...
Binutils 2.13_20021110 snap.
2002-10-11 06:13:00 +00:00
obrien
e11e512299
We use the stock version of this file.
2002-10-11 06:11:27 +00:00
obrien
410fa7b84e
Merge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.13_20021110.
2002-10-11 06:11:03 +00:00
obrien
8fe243d22d
Merge rev 1.8 ("ELF_DYNAMIC_INTERPRETER") into Binutils 2.13_20021110 snap.
2002-10-11 06:10:28 +00:00
obrien
f81eaaf0a0
On second thought, garbage collect the OLD_BRANDELF_METHOD. FreeBSD 5.0
...
is a good point to break from this historical ABI-breaking method.
2002-10-11 06:09:39 +00:00
obrien
a71610b8de
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))
2002-10-11 06:08:01 +00:00
obrien
4b591cff8c
Use the vendor's 2.13.1_snap vendor version of this file as in rev 1.5.
2002-10-11 06:06:01 +00:00
obrien
c7c5a06b61
We use the stock version of this file as in rev 1.4.
2002-10-11 06:05:36 +00:00
obrien
aae950e69c
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.
2002-10-11 06:01:20 +00:00
obrien
4e4a001541
This commit was generated by cvs2svn to compensate for changes in r104834,
...
which included commits to RCS files with non-trunk default branches.
2002-10-11 06:01:20 +00:00
imp
164fbccb93
Add Planex GWNS11H
...
Submitted by: hanai-san
2002-10-11 05:43:38 +00:00
imp
0005d653fc
sync to 1.35 of pccarddevs
2002-10-11 05:40:45 +00:00
imp
2eec8fe31f
Add a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).
...
Add PLANEX GWNS11H submitted by hanai-san.
2002-10-11 05:40:13 +00:00
imp
23099be287
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.
2002-10-11 04:30:59 +00:00
mckusick
16ad96c43c
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.
2002-10-11 01:04:14 +00:00
tjr
d62abf19a3
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.
2002-10-10 22:56:18 +00:00
davidc
c6135e53fb
Correct the offset of the 'jfs' entry in fstypenames.
2002-10-10 22:09:32 +00:00
dillon
4ede9e7449
turn off debugging by default if bandwidth delay product limiting is
...
turned on (it is already off in -stable).
2002-10-10 21:41:30 +00:00
jmallett
acfa6aea13
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.
2002-10-10 19:27:48 +00:00
dillon
2b25357133
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
2002-10-10 19:21:50 +00:00
schweikh
c554f3f243
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
2002-10-10 19:16:10 +00:00
mjacob
ffa0658041
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
2002-10-10 17:30:06 +00:00
mjacob
e879d17197
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
2002-10-10 17:29:05 +00:00
green
e16c978cb1
Document the -n option and fix manpage Fl usage.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-10 17:19:43 +00:00
green
22299c9847
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
2002-10-10 17:16:00 +00:00
green
8d1b432ebc
Correct argc verification (don't crash).
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-10 17:11:20 +00:00
rwatson
919bffa046
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.
2002-10-10 17:02:11 +00:00
rwatson
0e095252a2
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
2002-10-10 16:47:21 +00:00
jhb
d647bc5f85
- 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)
2002-10-10 16:42:54 +00:00
rwatson
0a548c25a2
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
2002-10-10 16:37:12 +00:00
jhb
3c7ee81a0c
Update "UNIX History" URL.
...
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
2002-10-10 14:47:03 +00:00
jhb
0d9bf2e4d4
- 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>
2002-10-10 14:21:01 +00:00
jhb
c2567dbf52
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>
2002-10-10 14:17:42 +00:00
robert
b1e943b5c6
Fix another spelling mistake.
2002-10-10 14:16:08 +00:00
robert
32fcba3d7e
Correct a spelling mistake.
2002-10-10 14:14:44 +00:00
nyan
ea540fe3cd
Fixed a warning if COM_MULTIPORT option is not defined.
...
Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
2002-10-10 14:14:29 +00:00
nyan
ebafe6791c
Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.
2002-10-10 14:03:00 +00:00
rwatson
683f085f65
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
2002-10-10 13:59:58 +00:00
nyan
9aac0c23ab
Fixed SBUS_RA_*_region_* functions.
2002-10-10 13:38:50 +00:00