| Commit message (Expand) | Author | Age | Files | Lines |
* | - Restore the behavior of pre-allocating IDT vectors for MSI interrupts. | jhb | 2009-06-25 | 8 | -110/+154 |
* | Make ata-{dma,sata}.c dependent on atacore build option. | raj | 2009-06-25 | 1 | -2/+2 |
* | temporarily disable optional uarts; apparently we hang when probing them | sam | 2009-06-25 | 1 | -9/+9 |
* | Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries | jhb | 2009-06-25 | 1 | -1/+0 |
* | Add some tests for r194975 and r194977. | jilles | 2009-06-25 | 1 | -0/+35 |
* | Rename man4/if_bridge.4 to man4/bridge.4 in order to be consistent with other | thompsa | 2009-06-25 | 2 | -2/+2 |
* | Change intr_bind to bus_bind_intr, also limit this to | jfv | 2009-06-25 | 1 | -6/+4 |
* | Change intr_bind to bus_bind_intr, thanks to John Baldwin | jfv | 2009-06-25 | 1 | -6/+4 |
* | Fix some weirdnesses in the NetBSD IFS code, | jilles | 2009-06-25 | 1 | -2/+3 |
* | Use the correct cast for the arguments passed to freebsd_shmctl() in | jhb | 2009-06-25 | 1 | -1/+1 |
* | Improve IFS expansion using code from NetBSD. | jilles | 2009-06-25 | 1 | -61/+80 |
* | Fix the build by using proper format. | rdivacky | 2009-06-25 | 1 | -1/+1 |
* | Don't use the preprocessor while inside function-like macro | marius | 2009-06-25 | 1 | -12/+18 |
* | Tweak comment. | trasz | 2009-06-25 | 1 | -2/+2 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 9 | -9/+65 |
* | Manual page tweaks. | trasz | 2009-06-25 | 1 | -2/+2 |
* | Initialize max_vblank_count earlier. | rnoland | 2009-06-25 | 2 | -8/+12 |
* | Support shadow.byname and shadow.byuid maps, protecting them by | brian | 2009-06-25 | 7 | -33/+98 |
* | Keep track of the hardware counter more aggressively while interrupts | rnoland | 2009-06-25 | 1 | -0/+4 |
* | Fix one use of atomic for refcount missed in last commit. | rnoland | 2009-06-25 | 1 | -1/+1 |
* | Additional vblank cleanups. | rnoland | 2009-06-25 | 1 | -26/+29 |
* | Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(), | rwatson | 2009-06-25 | 2 | -2/+2 |
* | Ensure that we always hold the lock when calling vblank_disable_fn() | rnoland | 2009-06-25 | 1 | -0/+5 |
* | Tweak the oshmctl() compile fix: convert the K&R definition to ANSI. | jhb | 2009-06-25 | 1 | -7/+1 |
* | - Make pprint print through fd 3, so it can be used in customisation | n_hibma | 2009-06-25 | 1 | -1/+6 |
* | Fix c194955 - somehow I managed all the new files, tripling their | trasz | 2009-06-25 | 17 | -4664/+0 |
* | Bump manual page timestamps. | trasz | 2009-06-25 | 19 | -19/+19 |
* | Add NFSv4 ACL support to libc. | trasz | 2009-06-25 | 42 | -171/+7813 |
* | Raise the default size of the EFI partition on ia64 from 100MB to 400MB. | jhb | 2009-06-25 | 1 | -1/+1 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 15 | -28/+149 |
* | Include SMP support in the MPC85XX kernel by default. | raj | 2009-06-25 | 1 | -0/+1 |
* | Enable all populated TWSI (I2C) controllers on Marvell SOCs. | raj | 2009-06-25 | 4 | -4/+9 |
* | update the manpage to track existing options (including --iso), | luigi | 2009-06-25 | 1 | -66/+84 |
* | Switch cmd argument of ioctl to u_long as elsewhere in the kernel. | rdivacky | 2009-06-25 | 5 | -8/+8 |
* | Clean up reference management in in6_update_ifa and in6_unlink_ifa, and | rwatson | 2009-06-25 | 1 | -7/+3 |
* | Fix ibcs2_ipc.c build by adding missing limits.h include. | rwatson | 2009-06-25 | 1 | -0/+1 |
* | oshmctl() now requires a sysv_shm.c-local function prototype. | rwatson | 2009-06-25 | 1 | -0/+4 |
* | Make a DVD for ia64. | marcel | 2009-06-25 | 1 | -0/+1 |
* | updates AMRR statistics with tx complete status that if not the tx rate | weongyo | 2009-06-25 | 1 | -0/+3 |
* | uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries. | weongyo | 2009-06-25 | 1 | -1/+2 |
* | - Use DPCPU for SCHED_STATS. This is somewhat awkward because the | jeff | 2009-06-25 | 2 | -23/+55 |
* | - Add a sysctl_dpcpu_long to support long typed pcpu stats. | jeff | 2009-06-25 | 2 | -10/+20 |
* | Fix two known problems in clnt_rc.c, plus issues w.r.t. smp noted | rmacklem | 2009-06-25 | 1 | -42/+74 |
* | - Add the right includes to use kmem_alloc(). This was broken by my | jeff | 2009-06-25 | 1 | -0/+7 |
* | Lock around access to nc_file and netconfig_info ("ni"). The RPC | delphij | 2009-06-24 | 1 | -3/+49 |
* | Make sysinstall search for /dev/daXa and register such devices as USB disks. | cperciva | 2009-06-24 | 8 | -2/+180 |
* | - fix dummynet 'fast' mode for WF2Q case. | oleg | 2009-06-24 | 6 | -29/+102 |
* | This adds a new "stdio" mode to cxgbtool - it's an interactive mode | np | 2009-06-24 | 1 | -18/+83 |
* | Merge from p4: CH154790,154793,154874 | bz | 2009-06-24 | 2 | -0/+848 |
* | Make CPU bind call architecture specific to satisfy LINT | jfv | 2009-06-24 | 1 | -2/+2 |