Robert Watson
f2565d68a4
Move universally to ANSI C function declarations, with relatively
...
consistent style(9)-ish layout.
2007-05-10 15:58:48 +00:00
Dag-Erling Smørgrav
c2b49d4f49
Bump __FreeBSD_version for the addition of flopen(3) to libutil.
...
Requested by: delphij
2007-05-10 15:37:27 +00:00
Scott Long
4d190d01ab
The version string scheme embeds the freebsd major release version,
...
something that I wasn't aware of with the last import. Adjust the
string accordingly for 7-CURRENT.
2007-05-10 15:36:58 +00:00
Scott Long
ddfae47b9d
Collapse the mfi_ld object. Add an ioctl to help management apps map
...
array Id's to FreeBSD device names.
2007-05-10 15:33:41 +00:00
Dag-Erling Smørgrav
8f9085389f
Well gag me with a spoon... I'm so used to working at high WARNS levels
...
that I make stupid fundamental mistakes like this when I don't.
2007-05-10 15:01:42 +00:00
Dag-Erling Smørgrav
b252bedcc9
Remove superfluous unexpanded RCS tag.
2007-05-10 14:56:07 +00:00
Dag-Erling Smørgrav
3884dc6768
Use flopen(3).
...
MFC after: 3 weeks
2007-05-10 14:54:53 +00:00
Dag-Erling Smørgrav
3dea593400
DTRT when O_NONBLOCK is specified.
...
MFC after: 3 weeks
2007-05-10 14:52:57 +00:00
Dag-Erling Smørgrav
9667055264
I'm tired of seeing this done incorrectly and non-portably, so add a
...
flopen(3) function which reliably opens and locks a file.
MFC after: 3 weeks
2007-05-10 14:43:31 +00:00
Ollivier Robert
703ec91e6a
zfs & zpool have been moved from /usr/sbin into /sbin. The corresponding
...
libraries in /usr/lib has been replaced by symlinks into /lib already.
Requested by: pjd
2007-05-10 13:25:27 +00:00
Stephen McKay
5bdc94fa35
Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.
...
With this change, my D-Link DGE-530T rev A1 is operational again.
2007-05-10 13:10:34 +00:00
Xin LI
113ca08427
We need four disks these days, so reflect this.
...
Pointed out by: phk
PR: docs/112571
2007-05-10 12:51:08 +00:00
Yoshihiro Takahashi
a1d83124ce
Another merging from sbin/fdisk/fdisk.8.
...
PR: 109929
Submitted by: Alex Kozlov
2007-05-10 12:33:00 +00:00
Ken Smith
eb173edb43
The amd64 monthly snapshots began overflowing disc1 (and that's without any
...
packages...).
2007-05-10 12:04:29 +00:00
Yaroslav Tykhiy
99bb95ae79
Update nologin(5) to match the modern reality of login.conf(5) and PAM.
2007-05-10 11:22:24 +00:00
Kevin Lo
6ac646b3b7
Hook wlan_amrr up to the build.
2007-05-10 08:53:57 +00:00
Ariff Abdullah
a6f9c6fb5f
Don't hold mutex while releasing bus resources.
2007-05-10 01:46:51 +00:00
Kevin Lo
00465d5ab3
Add wlan_amrr. ural(4) uses amrr as transmit rate control.
2007-05-10 01:39:50 +00:00
Kevin Lo
02dff35642
Add wlan_amrr. ural(4) uses amrr as transmit rate control.
2007-05-10 01:32:17 +00:00
Matt Jacob
b065259568
Need sys/cdevs.h for the macro FBSDID to work.
2007-05-09 23:19:55 +00:00
Robert Watson
6ab3b958fc
Update stale comment on protecting UMA per-CPU caches: we now use
...
critical sections rather than mutexes.
2007-05-09 22:53:34 +00:00
Pawel Jakub Dawidek
68e752c31c
Increase debug level - this message is not that important.
2007-05-09 22:32:49 +00:00
Andrey A. Chernov
3e5246ce3e
Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.src
...
PR: 51085
Submitted by: Yamazaki Atsushi <ats@mbi.nifty.com>
2007-05-09 21:34:51 +00:00
Christian Brueffer
40da762194
Forced commit to note that the previous revision also contained the following:
...
New release note:
- Linux 2.6.16 compat support
Submitted by: rdivacky
2007-05-09 20:24:17 +00:00
Christian Brueffer
d371e44cc1
New release notes:
...
- mpt(4), isp(4), ciss(4) MPSAFE
- rum(4) driver added
- hptiop(4) driver added
Updated release notes:
- em(4) driver updated to 6.5.0
- small fixes in the top -j entry
- twa(4) update to 3.60.03.006
2007-05-09 20:22:10 +00:00
Christian Brueffer
b4b5bc78aa
Add some newly supported controllers.
2007-05-09 20:05:43 +00:00
George V. Neville-Neil
559d3390d0
Integrate the Camellia Block Cipher. For more information see RFC 4132
...
and its bibliography.
Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp>
MFC after: 1 month
2007-05-09 19:37:02 +00:00
Maxim Konovalov
bd1d3456dc
o Teach get_mac_addr_mask() to not silently accept incorrect MAC
...
addresses.
o Swap a couple of magic 6s by ETHER_ADDR_LEN.
PR: bin/80913
Submitted by: Andrey V. Elsukov
MFC after: 1 month
2007-05-09 18:31:49 +00:00
Scott Long
f73e86c383
It turns out that the hptiop driver isn't portable after all. Confine it to
...
amd64 and i386 for now.
2007-05-09 15:55:45 +00:00
Randall Stewart
ad81507eed
Two major items here:
...
- All printf that was surrounded by #ifdef SCTP_DEBUG moves to
a macro that does all of this. This removes all printfs from
the code and makes the code more portable and easier to
read.
- Static Analysis (cisco) - found a few bugs, but mostly we
add checks for NULL pointers and such to make the tool
happy. We now pass the Cisco SA tools checks except for
where it does not understand tailq/lists. We still need
to look at the coverity tools output too (this is like
the cisco SA tool) and see if it wants us to fix any other
items. Hopefully this will be the last major churn in the
code other than bug fixes.
2007-05-09 13:30:06 +00:00
Yoshihiro Takahashi
a39259958d
Reduce diffs against fdisk/fdisk.8.
2007-05-09 11:46:31 +00:00
Maxim Konovalov
856d5abeed
o Fix typo: comments start by "#" not "*".
2007-05-09 11:43:04 +00:00
Maxim Konovalov
d30d90dc80
o Fix style(9) bugs introduced in the last commit.
...
Pointed out by: bde
2007-05-09 11:39:46 +00:00
Yoshihiro Takahashi
997ede1de7
- A partition number is allowed to 1-8.
...
- Remove non-exist -b flag.
- Add reference to boot98cfg and newfs.
- s/disklabel/bsdlabel/
2007-05-09 11:38:58 +00:00
Kevin Lo
eb6e110a7a
- Remove dependency on deprecated if_watchdog ABI.
...
- Move amrr code into net80211 itself.
- Handle ->INIT state transition in ural_newstate() to eliminate the race.
Tested with a ASUS WL-167g.
2007-05-09 09:32:41 +00:00
Yaroslav Tykhiy
ac95c07889
tl(4) appears to support long frames.
...
Tested by: Peter Jeremy <peterjeremy at optushome dot com dot au>
2007-05-09 09:02:11 +00:00
David Xu
00784f8b10
backout experimental adaptive spinning mutex for product use.
2007-05-09 08:39:33 +00:00
Scott Long
4439f8b4b6
Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.
...
The driver relies on CAM.
Many thanks to Highpoint for providing this driver.
2007-05-09 07:07:26 +00:00
Maxim Konovalov
10fe523e99
o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build.
...
PR: kern/112517
Submitted by: vd
2007-05-09 06:09:40 +00:00
Marcel Moolenaar
5100f9e95b
Write the output parameter (if present) for the add, create, delete
...
destroy and modify verbs.
2007-05-09 05:37:53 +00:00
Maxim Konovalov
a88ee16ddd
o Add "line" device to a list of mixer(8) devices.
...
PR: docs/112520
Submitted by: Pietro Cerutti
MFC after: 1 week
2007-05-09 05:33:54 +00:00
Christian Brueffer
80af48d5c8
Add rum(4).
2007-05-09 05:18:04 +00:00
Christian Brueffer
77213b87eb
Bump date for previous commit, also new sentence -> new line.
2007-05-09 05:05:50 +00:00
Scott Long
4511a5c893
Import version 3.60.03.006 of the TWA driver:
...
This patch does the following:
- Remove un-necessary code that is not even compiling into the driver
under TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST defines.
- Remove bundled firmware image and associated "files" entry for tw_cl_fwimg.c
- Remove bundled firmware flashing routines. We now have tw_update userspace
FreeBSD controller flash utility.
- Fix driver crash on load due to shared interrupt.
- Fix 2 lock leaks for Giant lock.
- Fix CCB leak.
- Add support for 9650SE controllers.
Many thanks to 3Ware/AMCC for continuing to support FreeBSD.
2007-05-09 04:16:32 +00:00
Stephane E. Potvin
c085f6bbf6
Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.
...
Approved by: njl (mentor, blanket)
2007-05-09 02:37:58 +00:00
Marcel Moolenaar
c8dffc524a
When reverting the creation of a partitioning scheme on a provider,
...
the failure to probe an existing partitioning scheme means that no
previous partitioning scheme existed. Don't error. Just destroy the
geom.
2007-05-09 01:46:42 +00:00
Jack F Vogel
9d483ba8a9
A couple bug fixes that I've had internally at Intel. First is a long
...
time workaround for problems with 82571 adapters and LAAs, one port
getting reset can cause the other to have its RAR[0] also reset,
thus overwriting an LAA. This fix works around it by also keeping
the address in the last array member.
The other bug is specific to the new 575 adapter, its transmit code
logic in handling hwassists was too crude, it broken when doing
bridges. I am much happier with the new logic,we may want to change
the legacy path at some point to something similar.
Reviewed by: pdeuskar
Approved by: pdeuskar
2007-05-09 00:41:45 +00:00
John Baldwin
2e025791ce
Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses
...
an APIC ID of 38 for its second CPU):
- Add a new MAX_APIC_ID constant for the highest valid APIC ID for modern
systems.
- Size the various arrays in the MADT, MP Table, and SMP code that are
indexed by APIC IDs to allow for up to MAX_APIC_ID.
- Explicitly go through and assign logical cpu ids to local APICs before
starting any of the APs up rather than doing it while starting up the
APs. This step is now where we honor MAXCPU.
MFC after: 1 week
2007-05-08 22:01:04 +00:00
John Baldwin
0026c92c3e
Add destroyed cookie values for sx locks and rwlocks as well as extra
...
KASSERTs so that any lock operations on a destroyed lock will panic or
hang.
2007-05-08 21:51:37 +00:00
John Baldwin
c0bfd70306
Teach 'show lock' to properly handle a destroyed mutex.
2007-05-08 21:50:46 +00:00