| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
available globally.
|
| |
|
|
|
|
|
|
|
|
|
| |
"make depend; make clean; make -n" works.
- Preseve kernel's .depend if it already exists and its creation
is interrupted.
Reported/reviewed by: bde
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
method is defined, to avoid memory being modified after free.
Temporarily increase refcount in destroy_devl() to avoid a double free
if dev_rel() is called while waiting for thread count to reach zero.
|
|
|
|
|
|
| |
PR: docs/85127
Submitted by: Gary W. Swearingen (partially)
MFC after: 3 days
|
|
|
|
| |
and with some code that uses rwlock(9).
|
| |
|
|
|
|
|
|
|
| |
enable/disable auto_linklocal even in single user mode.
Discussed with: re@, gnn@
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
If ipv6_enable is not set to "YES", net.inet6.ip6.auto_linklocal
is turned to 0 at boot.
Discussed with: re@, gnn@
MFC after: 3 days
|
|
|
|
|
|
| |
report errors -- just warnings).
Submitted by: ru@
|
|
|
|
| |
writing this node.
|
|
|
|
| |
Noticed in the sun4v tinderbox log.
|
|
|
|
|
|
| |
The style changes are required as a result of the CONSOLE_DRIVER macro.
Approved by: rwatson (mentor)
|
| |
|
|
|
|
| |
tinderbox for a couple of days.
|
|
|
|
|
|
|
|
| |
assert it rather than recursing.
Reported by: mjacob
Pointy hat: jhb
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
need a special inverted EAPD quirk.
- Add "eapdinv" config for future testing purposes.
Tested by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
#freebsd-azalia @ irc.freenode.net
|
|
|
|
| |
Pointy hat to: jhb
|
|
|
|
| |
for sparc64.
|
|
|
|
|
|
|
|
| |
differently.
This pulls in changes by jmg from perforce and makes them sun4v only for now.
Approved by: scottl (acting as backup for mentor rwatson)
|
|
|
|
|
|
|
|
| |
size aligned requiring heavy usage of vm_page_alloc_contig
This change makes vm_page_alloc_contig SMP safe
Approved by: scottl (acting as backup for mentor rwatson)
|
|
|
|
|
|
| |
accidentally match with HP vendorid / 0x103c.
Reported by: Robert Noland <rnoland@2hip.net>
|
|
|
|
| |
sufficient (or fixed if not).
|
|
|
|
| |
Submitted by: rdivacky
|
|
|
|
|
| |
PR: kern/101162
Submitted by: CoolDavid (Tseng Guo-Fu) <cooldavid cdpa.nsysu.edu.tw>
|
|
|
|
|
|
|
|
|
| |
removals, including failures, into the callwheel.
XXX: Most of the CTR() macros are called with callout_lock spin mutex
held, thus won't be logged into file, if KTR_ALQ is used. Moving the
CTR() macros out from the spinlocked code would require copying of all
arguments. I'm too lazy to do this.
|
|
|
|
| |
Submitted by: Alexander Motin <mav alkar.net>
|
| |
|
|
|
|
| |
Submitted by: maxim
|
| |
|
|
|
|
| |
Submitted by: Alexander Motin <mav alkar.net>
|
|
|
|
| |
IS_IP6_FLOW_ID() exactly for that.
|
| |
|
|
|
|
|
|
|
|
|
| |
entries' by src:port and dst:port pairs. IPv6 part is non-functional
as ``limit'' does not support IPv6 flows.
PR: kern/103967
Submitted by: based on Bruce Campbell patch
MFC after: 1 month
|
| |
|
|
|
|
|
| |
- Rearrange the curly braces so that this piece of code is more
readable.
|
| |
|
| |
|
|
|
|
| |
convention as the rest of openfirm.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(PICs) rather than interrupt sources. This allows interrupt controllers
with no interrupt pics (such as the 8259As when APIC is in use) to
participate in suspend/resume.
- Always register the 8259A PICs even if we don't use any of their pins.
- Explicitly reset the 8259As on resume on amd64 if 'device atpic' isn't
included.
- Add a "dummy" PIC for the local APIC on the BSP to reset the local APIC
on resume. This gets suspend/resume working with APIC on UP systems.
SMP still needs more work to bring the APs back to life.
The MFC after is tentative.
Tested by: anholt (i386)
Submitted by: Andrea Bittau <a.bittau at cs.ucl.ac.uk> (3)
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
commands (such as IPC_RMID) were bogusly failing with EFAULT.
Tested by: jkim
|
| |
|
|
|
|
|
|
| |
PR: kern/99870
Submitted by: jkim
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
| |
vnode_pager_generic_getpages(): (1) that VOP_BMAP() is unsupported by the
underlying file system and (2) an error in performing the VOP_BMAP().
Previously, vnode_pager_generic_getpages() assumed that all errors were
of the first type. If, in fact, the error was of the second type, the
likely outcome was for the process to become permanently blocked on a busy
page.
MFC after: 3 weeks
Reviewed by: tegge
|
|
|
|
|
|
|
| |
for hidden APs when we are not comming from iwi_config.
Reported by: Andrew N. Below
MFC after: 3 days
|