120106 Commits

Author SHA1 Message Date
cvs2svn
426c6cabbb This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-09-02 09:56:29 +00:00
oleg
f0f5b11d4e MFC rev. 1.141-1.142
- Do not leak memory while flushing rules.
  Noticed by:	yar

- Remove useless NULL pointer check: we are using M_WAITOK flag
  for memory allocation.
  Submitted by:	Andrey Elsukov <bu7cher at yandex dot ru>
2006-09-02 08:07:36 +00:00
marck
f4069c6f5a MFC rev 1.23:
Chase after phk@: remove reference to (now obsoleted) NMBCLUSTERS.
2006-09-02 06:41:55 +00:00
ssouhlal
6a73ffa242 MFC r1.217:
The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in
  subr_taskqueue.c:r1.32

  Reported by:    rdivacky
2006-09-02 05:42:16 +00:00
jkoshy
61f2eb1f5a MFC r1.15: "Manual page tweaks." 2006-09-02 04:35:40 +00:00
marcel
7644b9ad9f MFC TLS fixes. 2006-09-02 01:16:56 +00:00
marcel
27e7d48201 MFC TLS fixes. 2006-09-02 00:59:35 +00:00
dougb
d6ed2ea2fa MFC revision 1.4 which silently ignores errors while sourcing rc.conf*
files, simplifies the file rotation logic, and makes it slightly
more secure.
2006-09-01 23:58:46 +00:00
marcel
cd70756478 MFC rev 1.112: properly set the thread pointer. 2006-09-01 22:32:33 +00:00
marcel
114c7f9fbf MFC rev 1.18: Provide stub implementation for bus_space_map(). 2006-09-01 22:26:28 +00:00
marcel
7dffde3aeb MFC rev 1.5: Fixed FP_R*.
Original fix: bde@
2006-09-01 22:19:57 +00:00
marcel
b96ac0af1d Diff reduction: MFC -r1.204. 2006-09-01 22:15:57 +00:00
sam
d6843a35be fix botched MFC of eapol version override
Reminded by:	Dominique Goncalves
2006-09-01 20:21:17 +00:00
se
3fd28a9ea7 MFC: 1.77 Fix logic for skipping of idle processes. 2006-09-01 18:12:10 +00:00
jhb
2831d11999 MFC: Expose the _sx_assert() prototype for both INVARIANTS and
INVARIANT_SUPPORT.
2006-09-01 16:50:45 +00:00
yar
7ff481e6e3 MFC rev 1.58:
Recognize the existence of `auth' and `auth-type'
  capabilities but tell they do nothing in the base system.
2006-09-01 15:12:39 +00:00
yar
c900301bcd MFC rev 1.6, 1.7:
Install pkill/pgrep to /bin to the benefit of rc scripts.
Create compatibility symlinks from /usr/bin though.

Approved by:	re (mux & kensmith)
2006-09-01 14:32:35 +00:00
phk
b89f706d10 MFC 1.37 + 1.38:
Save errno before trying mutex lock.

Properly return length of rendered characters to printf code.
2006-09-01 12:33:22 +00:00
delphij
a54c02ba9b MFen 1.73.2.15 -> 1.73.2.29 2006-09-01 10:04:43 +00:00
mjacob
6890c127fa MFC the current stable state of isp.
The high points for next RELENG_6 release are:

+ Fix 2322/6322 firmware loading- this card works a lot better with
loaded f/w.

+ Fix a considerable number of 2KLogin issues.

+ Clean all mailbox structures prior to use.

+ Remove some obsolete code within defines that haven't been
enabled in years.

+ Make Loop ID 125 a legal hard address (which it is).

+ Force HARD ADDRESS acquisition for all f/w revisions > 2.2.5

+ Use RIO_16BIT for 2200 cards >= 1.17.0 f/w, and enable
fast posting.

+ Honor ZIO nvram settings for 23XX cards.

+ Add an ISP_CRASHED state so that if we get a DMA error and the f/w
crashes we can unstall any mailbox commands that might have been
waiting.

+ Catch RISC PAUSED errors on interrupts.

+ Plus many, many more!
2006-09-01 05:55:14 +00:00
mjacob
93def5648a MFC 2322 firmware. 2006-09-01 04:47:18 +00:00
anholt
dbc153ae1c MFC r1.30: Add support for the Intel E7505 AGP bridge. 2006-09-01 02:39:25 +00:00
thomas
c2188edda6 MFC rev. 1.21 to RELENG_6: Code factoring and simplification.
PR:		bin/102354
Submitted by:	Ricardo Nabinger Sanchez <rnsanchez@gmail.com>
2006-08-31 21:01:41 +00:00
thomas
855c799d22 MFC rev. 1.18 to RELENG_6:
Remove extraneous trailing \0 in string literal.
2006-08-31 18:15:24 +00:00
thomas
ddcdf152c7 MFC rev. 1.19 to RELENG_6:
Set alarm timer for grace period from the grace_period variable.
PR:	bin/102176
2006-08-31 18:13:02 +00:00
thomas
fea1ea69db MFC to RELENG_6:
* rev. 1.21:
Don't push a map on a master server which will fail anyway.
PR:	bin/72881

* rev. 1.22:
Remove unsafe use of asynchronous I/O and improve error handling.
PR:	bin/102143
2006-08-31 18:10:32 +00:00
dwmalone
0f1fb984cd MFC 1.96: Treat "Bits" as bits not bytes.
MFC 1.95: Fix me6 keyword by getting parens in the right place.
2006-08-31 16:26:01 +00:00
bmah
363b5b5026 Delete release note added by mistake: padlock(4) driver support for
VIA C7.  Although padlock(4) supports some of the crypto functionality
on the VIA C7, I mistakenly thought that its functionality on RELENG_6
was equivalent to that on HEAD, which isn't true, at least not yet.

Pointed out by:	pjd (about a month ago)
2006-08-31 15:01:58 +00:00
bmah
b8a7df19aa MFC: net.inet.ip.portrange.reserved{high,low} work for IPv6, netcat
from OpenBSD 3.9.
2006-08-31 14:52:38 +00:00
delphij
465c3c8352 MFC netcat from OpenBSD 3.9-RELEASE.
Requested by:	krion
2006-08-31 08:44:45 +00:00
brueffer
78291f6f9c MFC: rev. 1.482 + 1.483
Build ipw(4) and iwi(4) modules on i386 and amd64 only.

Approved by:	rwatson (mentor)
2006-08-31 06:18:45 +00:00
thomas
59e86a4238 MFC rev. 1.15 to RELENG_6:
(sm_mon_1_svc): Fix debugging output.
2006-08-30 20:37:31 +00:00
bmah
58b58ea230 New errata: SA-06:18.ppp.
Update two existing errata entries with pointer to EN-06:02.net (which
fixes them); add a new entry for the third item fixed by EN-06:02.net
(a local kernel panic not previously mentioned).

Remove merge plans for snapshot/deadlock fixes; due to the effort
involved, the likely fix for 6.1 users will be to update to 6.2.
2006-08-30 18:03:44 +00:00
ru
d43770dc90 MFC: Remove obsolete information about minor device numbering
and provide an example of how to lock a speed.
2006-08-30 14:40:54 +00:00
cperciva
5f4103ed9b MFC rev. 1.4:
When stopping powerd, set the CPU frequency back to its maximum value
  (i.e., what it was almost certainly at before powerd was started).
2006-08-30 10:20:44 +00:00
marck
96ad63efad MFC rev 1.1380:
Resurrect reference to (contemporary) kern.ipc.nmbclusters.
2006-08-30 04:54:17 +00:00
bmah
fedf6fb67a MFC: SA-06:18.ppp. 2006-08-29 22:28:34 +00:00
brueffer
df5315f1d2 MFC: rev. 1.10 + 1.11
- Use our standard section 4 SYNOPSIS layout.
- Remove the references to the README.  All information the references
  refer to are actually more up to date in our manpages.
2006-08-29 19:17:47 +00:00
brueffer
c7a5292e67 MFC: rev. 1.109 - 1.111 (applicable parts)
- Added missing file system/network module entries
- Removed obsolete network module entry
- Capitalized (Fast|Gigabit) Ethernet
2006-08-29 19:11:12 +00:00
brueffer
9a0c7dc6ea MFC: rev. 1.507
Follow the lead of mxge(4) and build the module for ixgb(4).

Originally it wasn't enabled since the hardware wasn't commonplace,
but as 10GE hardware is becoming more widely used, building the module
by default should be beneficial.

Approved by:	rwatson (mentor)
2006-08-29 18:56:25 +00:00
delphij
ca2a1f08da Note less 394 MFC. 2006-08-29 18:47:09 +00:00
delphij
908e4226c9 MFC: less 3.9.4 2006-08-29 18:36:51 +00:00
ru
531caf1f57 MFC: 1.25: Add an example of how to set up a 3-wire serial terminal. 2006-08-29 16:31:11 +00:00
emax
1e44d848e8 MFC:
Define mtu as u_int16_t not as int. This should fix problem with rfcomm
on sparc64.

Reported by:	Andrew Belashov <bel at orel dot ru>
Tested by:	Andrew Belashov <bel at orel dot ru>
2006-08-28 16:44:06 +00:00
jhb
339058b16d MFC: Make use of stoppcbs[] for running threads. 2006-08-28 15:02:57 +00:00
jhb
8ccc159c89 MFC: Remove special handling for PC == 0. 2006-08-28 15:02:27 +00:00
brueffer
32f32e9fbd MFC: rev. 1.169 (applicable parts)
Add several missing NIC drivers, remove an obsolete one (ix).

Approved by:	rwatson (mentor)
2006-08-28 09:10:46 +00:00
simon
5633b1ad20 MFC 1.21:
Move the setup of "diskless" /etc magic files from install_etc() to a
separate function which is called right after install_etc().
2006-08-28 08:46:49 +00:00
ru
2e77c5834f MFC: Install scripts laundry. 2006-08-28 08:16:06 +00:00
cvs2svn
4bb46736ef This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-08-28 08:13:57 +00:00