sos
877683a848
Open devices RDONLY for ioctls. That makes it work on open devices to which
...
GEOM doesn't allow WR access.
2005-06-06 20:46:51 +00:00
brooks
c05aa0dd93
Add _dhcp user/group as required by the OpenBSD dhclient.
2005-06-06 20:19:56 +00:00
ps
10d5de225b
Fix for a bug in the change that walks the scoreboard backwards from
...
the tail (in tcp_sack_option()). The bug was caused by incorrect
accounting of the retransmitted bytes in the sackhint.
Reported by: Kris Kennaway.
Submitted by: Noritoshi Demizu.
2005-06-06 19:46:53 +00:00
brueffer
046434d141
Note read-only support for NVIDIA MediaShield.
2005-06-06 19:08:12 +00:00
brooks
3252beb54b
Send link state change notifications to /dev/devctl. This is needed to
...
start the OpenBSD dhclient when links come up.
2005-06-06 19:08:11 +00:00
des
741e51c695
Fix libssh dependency.
2005-06-06 19:01:01 +00:00
sam
94d1a1ef3f
Misc keycache changes:
...
o purge ath_initkeytable; it's not needed
o add multicast key search support for supporting multiple group keys
(disabled for now; requires updated hal)
o create keycache entry for stations using open auth so they get h/w
antenna management support
o add keycache -> node mapping table; eliminates mac-based lookup in
the net80211 layer
2005-06-06 16:39:21 +00:00
des
6ea5ed6d7a
Make libssh an INTERNALLIB like it is in {Net,Open}BSD.
2005-06-06 16:13:07 +00:00
maxim
833755d1b8
o Typo.
...
Submitted by: Jung-uk Kim
2005-06-06 16:10:58 +00:00
sos
1408d92f09
Apply the usual woodoo for 64bitness.
2005-06-06 15:49:09 +00:00
wilko
0f06e53c5f
When operating the diopter adjustment knob with your eye to the view-
...
finder, be careful not to put your fingers or fingernails in your eye.
-- found in the users manual of the Nikon D2x camera,
a camera for professional photographers
%
2005-06-06 15:43:00 +00:00
sos
5211f7a307
Add support for nVidia's software RAID "MediaShield".
...
HW Sponsored by: Yahoo!
2005-06-06 13:35:24 +00:00
maxim
352d50072c
o Fix the release dates of FreeBSD 1.1, 1.1.5.1, 2.0, add the release
...
date of FreeBSD 1.1.5.
o URL to "Unix at 25" is reachable now.
PR: misc/81931
Submitted by: Gavin Atkinson
MFC after: 3 days
2005-06-06 13:08:22 +00:00
wilko
25345d0616
Until someone who owns the various TGA-based cards has time to fix the
...
driver it is better to not include the driver in GENERIC as it panics
the system on probing a TGA.
2005-06-06 10:53:10 +00:00
ru
adf06d9d3d
Allow to override the compiler, linker, and assembler used to build 32-bit
...
shim libraries on amd64.
2005-06-06 09:39:46 +00:00
philip
2828ecf11a
Fix a silly little typo I just spotted.
2005-06-06 06:47:33 +00:00
imp
e5bbab0ebd
Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still need to do this
2005-06-06 06:05:32 +00:00
davidxu
c2895a92bd
Fix a bug relavant to debugging, a masked signal unexpectedly interrupts
...
a sleeping thread when process is being debugged.
PR: GNU/77818
Tested by: Sean C. Farley <sean-freebsd at farley org>
2005-06-06 05:13:10 +00:00
sam
5bab97118d
add force flag to enmic/demic crypto api for use in xmit fragmentation
...
and h/w mic verification
Reviewed by: avatar
2005-06-06 04:04:38 +00:00
sam
64ebe3db68
hookup wpa tools to the build
2005-06-06 03:58:02 +00:00
sobomax
4761ca06ab
Add -R modifier for the mode when pkg_create(8) creates package file
...
from the locally installed package. When this modifier is specified
pkg_create(8) will also create package files for all packages on
which that locally installed package depends.
MFC after: 5 days
2005-06-06 03:24:14 +00:00
imp
06f74fb9d7
Correct comment
2005-06-06 03:22:51 +00:00
obrien
3747899cae
Remove RCng files that were brought in from NetBSD, but we ended up not
...
using them (or did and no longer do).
2005-06-06 02:51:26 +00:00
thompsa
f1995c4e85
Change ipv6 packet filtering to match ipv4. It now checks pfil_member and
...
pfil_bridge to determine which interfaces to filter on.
Approved by: mlaier (mentor)
2005-06-06 02:41:29 +00:00
sam
e3651a7bbf
freebsd pieces of hostapd support
2005-06-06 02:13:42 +00:00
brooks
2c51347b03
Remove some variables the last commit stopped using so the code compiles.
2005-06-06 02:12:12 +00:00
brooks
121a997522
Add missing Va in ifi_epoch entry.
2005-06-06 00:21:28 +00:00
sobomax
9f5f77a9e2
Add entry for recoverdisk.
2005-06-06 00:18:17 +00:00
csjp
c7b82f2db4
Append a newline character to the usage string.
...
MFC after: 3 days
2005-06-05 23:49:35 +00:00
imp
3eabfec4f1
As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE
2005-06-05 23:08:59 +00:00
imp
34604e92da
Use same RID we allocated the resource with to free it
2005-06-05 23:05:26 +00:00
imp
1989bcdb2c
These registers are saved by pci bus code. Remove from #if 0'd code anyway
2005-06-05 22:57:32 +00:00
imp
a0b037e618
Power state management now done in PCI bus code
2005-06-05 22:53:09 +00:00
imp
53aade8a93
The PCI bus code saves/restores these config registers now.
2005-06-05 22:50:55 +00:00
imp
b8cb205624
Powerstate stuff now done in PCI bus driver
2005-06-05 22:48:15 +00:00
imp
05e710de71
The PCI bus code saves/restores these config registers now.
2005-06-05 22:45:19 +00:00
sam
eb7b540c92
apply important fixes from development branch
2005-06-05 22:41:14 +00:00
sam
8e870af29c
import/upgrade instructions
2005-06-05 22:36:46 +00:00
sam
bd8aec8d4d
This commit was generated by cvs2svn to compensate for changes in r147021,
...
which included commits to RCS files with non-trunk default branches.
2005-06-05 22:35:03 +00:00
sam
21e78f430e
Stripped down import of hostapd v0.3.7
2005-06-05 22:35:03 +00:00
sam
c4dae948ad
freebsd pieces of wpa supplicant support
...
Reviewed by: brooks
2005-06-05 21:18:53 +00:00
sos
d5b041c0d9
Make nVidia SATA hotplug support DTRT.
...
HW sponsored by: Yahoo!
2005-06-05 21:18:26 +00:00
sam
e0939fddf8
fix for ctrl interface socket setup
...
Submitted by: brooks
2005-06-05 21:13:08 +00:00
sam
ee5b2d618f
import/ugprade instructions
2005-06-05 20:55:01 +00:00
sam
22428bd35b
This commit was generated by cvs2svn to compensate for changes in r147013,
...
which included commits to RCS files with non-trunk default branches.
2005-06-05 20:52:14 +00:00
sam
2b0ba7bae5
Stripped down import of wpa_supplicant v0.3.8
2005-06-05 20:52:14 +00:00
sos
86f5e64b88
Unbreak the ICH6 AHCI support in !48Bit mode.
2005-06-05 18:37:56 +00:00
mux
89a1617cda
Install ports defined in PORTS_MODULES at make reinstall time too.
...
Reviewed by: imp
2005-06-05 18:34:16 +00:00
des
af7fe6f7d6
Forgot to bump the version addendum.
2005-06-05 18:30:53 +00:00
gallatin
c6980c2b7a
Allow sends sent from non page-aligned userspace addresses to be
...
considered for zero-copy sends.
Reviewed by: alc
Submitted by: Romer Gil at Rice University
2005-06-05 17:13:23 +00:00