summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtsol should not be run on the wireless NIC interfaces directly,dougb2009-06-261-0/+3
* Revert the entry about pf and ipfw starting before netifdougb2009-06-261-6/+0
* Reverse the effect of r193198 for pf and ipfw which will once againdougb2009-06-266-6/+6
* Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() insteadrwatson2009-06-262-5/+5
* Update various IPFW-related modules to use if_addr_rlock()/rwatson2009-06-263-10/+10
* Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() ratherrwatson2009-06-262-5/+5
* Define four wrapper functions for interface address locking,rwatson2009-06-262-0/+44
* Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizingrwatson2009-06-261-21/+40
* Implement %z for strptime.delphij2009-06-251-0/+28
* Correct a typo (which you can use to in order -> which you can use in orderdelphij2009-06-251-1/+1
* Fix dynamic (re)allocation logic in jailparam_set and jailparam_get.jamie2009-06-251-34/+72
* mvec routines should have no knowledge of the SG engine.np2009-06-253-17/+17
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadattilio2009-06-252-7/+19
* Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't knowtrasz2009-06-252-2/+3
* Fix a bug reported by pho@ where one can induce a panic by decreasingsnb2009-06-251-1/+4
* Fix kernels compiled without SMP support. Make intr_next_cpu() availablejhb2009-06-254-4/+20
* Add the KNOWN-DEFECTS file back in for the 9.6.1 release.dougb2009-06-251-1/+1
* This is the solution that ISC committed after 9.6.1-release fordougb2009-06-251-0/+9
* Remove COMPAT_43 from sun4v's GENERIC.ed2009-06-251-1/+0
* We shouldn't need to drop and reaquire the lock here.rnoland2009-06-251-7/+5
* Update to the final release version of BIND 9.6.1. It has the followingdougb2009-06-2536-581/+796
|\
| * Vendor import of BIND 9.6.1dougb2009-06-2536-581/+796
| * Update note about IDN and XML support, and combine it with thedougb2009-06-011-7/+5
| * Add a comment about the new dist-9.4 directory and using it for 7-stabledougb2009-06-011-0/+1
| * Update relative to the BIND 9.6.1rc1 importdougb2009-05-311-9/+8
| * The isc-config.sh file is actually used in the configure stagedougb2009-05-311-1/+3
| * Vendor import of BIND 9.6.1rc1dougb2009-05-311-0/+149
* | In lf_iteratelocks_vnode, increment state->ls_threads around iteratingkib2009-06-251-1/+10
* | Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-2512-20/+20
* | Remove the d_spare2_t typedef. The d_spare2 field was replaced byjhb2009-06-251-2/+0
* | Decided to limit the interrupt bind to multiqueuejfv2009-06-251-2/+4
* | Return errors from intr_event_bind() to the caller of intr_set_affinity().jhb2009-06-251-2/+1
* | Some more cleanups for vblank code on Intel.rnoland2009-06-252-27/+18
* | - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.jhb2009-06-258-110/+154
* | Make ata-{dma,sata}.c dependent on atacore build option.raj2009-06-251-2/+2
* | temporarily disable optional uarts; apparently we hang when probing themsam2009-06-251-9/+9
* | Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binariesjhb2009-06-251-1/+0
* | Add some tests for r194975 and r194977.jilles2009-06-251-0/+35
* | Rename man4/if_bridge.4 to man4/bridge.4 in order to be consistent with otherthompsa2009-06-252-2/+2
* | Change intr_bind to bus_bind_intr, also limit this tojfv2009-06-251-6/+4
* | Change intr_bind to bus_bind_intr, thanks to John Baldwinjfv2009-06-251-6/+4
* | Fix some weirdnesses in the NetBSD IFS code,jilles2009-06-251-2/+3
* | Use the correct cast for the arguments passed to freebsd_shmctl() injhb2009-06-251-1/+1
* | Improve IFS expansion using code from NetBSD.jilles2009-06-251-61/+80
* | Fix the build by using proper format.rdivacky2009-06-251-1/+1
* | Don't use the preprocessor while inside function-like macromarius2009-06-251-12/+18
* | Tweak comment.trasz2009-06-251-2/+2
* | Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-259-9/+65
* | Manual page tweaks.trasz2009-06-251-2/+2
* | Initialize max_vblank_count earlier.rnoland2009-06-252-8/+12
OpenPOWER on IntegriCloud