| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
new FAST_IPSEC based IPsec stack.
Approved by: re
Reviewed by: bz
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re (implicitly)
|
|
|
|
|
|
|
| |
so systems should be relatively unaffected. Users can then simply enable
powerd(8) in rc.conf to take advantage of it.
Approved by: re
|
|
|
|
|
|
|
|
| |
and replace with software-testable sysctl node (security.audit) that
can be used to detect kernel audit support.
Obtained from: TrustedBSD Project
Approved by: re (kensmith)
|
|
|
|
|
| |
Pointed out by: Pawel Worach
Approved by: re (rwatson)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Simon Schubert <corecode@fs.ei.tum.de>
- Defer flushing unsolicited response into taskqueue thread rather
than handle it directly in interrupt handler, since few of its
operations (like measuring/calibrating jack impedance) are quite
expensive.
- Misc. debugging cleanups.
Tested by: joel
Approved by: re (hrs)
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
Note: The offending quirk should have been made model/codec specific,
but since there were no records / log which model requires it, the quirk
logic had to be inverted (blacklist instead of whitelist).
Tested by: Arkadiy Dudevitch <dudevitch@englerllc.com>
Approved by: re (hrs)
MFC after: 3 days
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
|
| |
of KAME IPsec
Reviewed by: bz
Approved by: re
Supported by: Secure Computing
|
|
|
|
|
|
|
| |
change the date to today instead of leaving the date when the patch was done.
Move the block to the top.
Approved by: re (kensmith)
|
|
|
|
|
|
| |
Reviewed by: bz
Approved by: re
Supported by: Secure Computing
|
|
|
|
|
|
|
|
| |
This commit includes all remaining changes for the time being including
user space updates.
Submitted by: bz
Approved by: re
|
|
|
|
|
|
|
| |
"Looks like Alexander chimed in with "I'm comfortable with that until we
can import a fixed GCC"."
Approved by: re (kensmith)
|
|
|
|
|
|
|
|
|
| |
This commit includes only the kernel files, the rest of the files
will follow in a second commit.
Reviewed by: bz
Approved by: re
Supported by: Secure Computing
|
|
|
|
|
|
|
| |
interface has been deprecated since 5.1, wi(4) wireless interfaces are managed
via the net80211 stack and ifconfig.
Approved by: re (rwatson)
|
|
|
|
|
|
|
| |
grammar issues and capitalize Jumbo Frames.
Approved by: re (blanket)
MFC after: 3 days
|
|
|
|
| |
Approved by: re(KEN)
|
|
|
|
|
|
|
|
| |
holding the page queues lock. Thus, the page table pages released by
pmap_remove() and pmap_remove_pages() can be freed after the page queues
lock is released.
Approved by: re (kensmith)
|
|
|
|
|
|
|
| |
additional values causing a conflict.
Submitted by: sam
Approved by: re (kensmith)
|
|
|
|
|
|
|
|
| |
correct system and user time stats.
Approved by: re
Reported by: kris
Discussed with: Attilio
|
|
|
|
|
|
|
|
|
|
|
|
| |
- provide dummy routines for ic_scan_curchan and ic_scan_mindwell, we do not support those operations.
- add ieee80211_scan_done() to tell the scanning module that all channels have been scanned.
- pass IEEE80211_S_SCAN state off to net80211 so it can initiate scanning
- fix overflow in the rates array
- scale the rate value passed back from the firmware scan to the units that net80211 uses.
Submitted by: Token
Reviewed by: sam, avatar
Approved by: re (kensmith)
|
|
|
|
|
|
|
|
|
|
|
|
| |
operating channel and use this in the scan cache rather than directly using
ic_curchan. Some firmware cards can only do a full scan and so ic_curchan does
not have the correct value.
Also add IEEE80211_CHAN2IEEE to directly dereference ic_ieee from the channel
to be used in the fast path.
Reviewed by: sam, sephe
Approved by: re (kensmith)
|
|
|
|
|
|
|
|
|
| |
to be index by IEEE channel number but that is no longer the case and it needs
to be searched for.
Submitted by: avatar
Reviewed by: sam
Approved by: re (kensmith)
|
|
|
|
|
|
|
|
|
|
| |
(1) Add size parameter to usbd_get_string()
(2) Properly limit speed when a full speed hub is plugged into a high
speed hub.
Submitted by: Hans Petter Selasky
PR: 80773, 79725
Approved by: re@ (kensmith)
|
|
|
|
|
|
|
|
|
|
| |
yet supported by this driver. Support will be committed soon, or a
filter on all the 'newer' devices will be installed before the
release.
Approved by: re@ (blanket)
Obtained from: NetBSD, OpenBSD
Small Furry Animals by: Pink Floyd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be marked as HTTP/1.1 but "Connection: Keep-Alive" is added; this convinces
HTTP/1.0 servers and proxies to hold the TCP connection open despite not
being able to use HTTP pipelining.
This dramatically cuts down on the number of TCP connections (and thus port
numbers) used by portsnap when talking to an HTTP/1.0 proxy (e.g., squid),
and has the side benefit of improving performance in those cases.
Tested by: simon
Approved by: re (kensmith)
MFC After: 1 week
|
|
|
|
|
|
|
|
| |
switch (i.e. lid) is set to have an action of NONE. This is not an
invalid state, so silently return. This fixes the warning:
"acpi: request to enter state S6 failed (err 22)"
Approved by: re
|
|
|
|
|
|
| |
Submitted by: Jason Harris
PR: 107495
Approved by: re@ (blanket)
|
|
|
|
|
|
| |
Submitted by: Ulrich Spoerlein
PR: 114154
Approved by: re@ (blanket)
|
|
|
|
|
|
| |
Submitted by: Mark Andrews
PR: 103702
Approved by: re@ (blanket)
|
|
|
|
|
|
| |
submitted by: Toni Schmidbauer
PR: 96133
Approved by: re@ (blanket)
|
|
|
|
|
|
| |
Submitted By: Kay Abendroth
PR: usb/106070
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (kensmith)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
|
|
| |
Submitted by: Jeff Anton
PR: 108810
Approved by: re@ (blanket)
|
|
|
|
|
|
| |
Submitted by: Gipsy<wint3r@securimail.com>
PR: 108427
Approved by: re@ (blanket)
|
|
|
|
|
|
| |
Submitted by: Dmitry Marakasov
PR: 101757
Approved by: re (blanket)
|
|
|
|
|
|
| |
Submitted by: User & <dhenin@cypries.cyclopes.org>
PR: 94439
Approved by: re (blanket)
|
|
|
|
|
|
| |
Submitted by: Daniel Hartmeier
PR: 94132
Approved by: re (blanket)
|
|
|
|
|
|
| |
Submitted by: Arno J. Klaassen
PR: 88939
Approved by: re@ (blanket)
|
|
|
|
| |
Approved by: re (followup to previous commit)
|
|
|
|
|
|
| |
Submitted by: Arnoud Engelfriet
PR: 68412
Approved by: re (blanket)
|
|
|
|
|
|
| |
Submitted by: Michael Haro
PR: 61234
Approved by: re (bmah)
|
|
|
|
|
|
|
|
|
| |
the command. Make UFI devices return 'success' when asked to do a
SYNC_CACHE. There's no support for write caching in the UFI spec, so
this is the most appropriate action to undertake.
Reviewed by: scottl
Approved by: re@ (blanket)
|
|
|
|
| |
Approved by: re@ (Blanket)
|
|
|
|
| |
Approved by: re@ (blanket)
|