summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Support shadow.byname and shadow.byuid maps, protecting them bybrian2009-06-257-33/+98
* | Keep track of the hardware counter more aggressively while interruptsrnoland2009-06-251-0/+4
* | Fix one use of atomic for refcount missed in last commit.rnoland2009-06-251-1/+1
* | Additional vblank cleanups.rnoland2009-06-251-26/+29
* | Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),rwatson2009-06-252-2/+2
* | Ensure that we always hold the lock when calling vblank_disable_fn()rnoland2009-06-251-0/+5
* | Tweak the oshmctl() compile fix: convert the K&R definition to ANSI.jhb2009-06-251-7/+1
* | - Make pprint print through fd 3, so it can be used in customisationn_hibma2009-06-251-1/+6
* | Fix c194955 - somehow I managed all the new files, tripling theirtrasz2009-06-2517-4664/+0
OpenPOWER on IntegriCloud