| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | need to make intr_bind call architecture specific for | jfv | 2009-06-24 | 1 | -2/+2 |
* | - Apply the same naming rules of LVM names as done in the LVM code itself. | lulf | 2009-06-24 | 1 | -16/+27 |
* | Wrap a PR_VNET inside "#ifdef VIMAGE" since that the only place it applies. | jamie | 2009-06-24 | 1 | -0/+2 |
* | Designate special builtins as such in command -V and type. | jilles | 2009-06-24 | 3 | -4/+16 |
* | Various ifmedia related fixes in cxgb(4), including: | np | 2009-06-24 | 1 | -109/+118 |
* | Bump __FreeBSD_version for SYSVIPC ABI change (along with other changes | jhb | 2009-06-24 | 1 | -1/+1 |
* | Regen. | jhb | 2009-06-24 | 10 | -156/+245 |
* | Add 10Gbase-T to known ethernet media types. | np | 2009-06-24 | 1 | -0/+3 |
* | About to add 10Gbase-T to known media types, this is just a whitespace | np | 2009-06-24 | 1 | -9/+9 |
* | Sync with NetBSD: | delphij | 2009-06-24 | 3 | -10/+10 |
* | In case of prisons with their own network stack, permit | jamie | 2009-06-24 | 1 | -0/+128 |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | rwatson | 2009-06-24 | 7 | -60/+41 |
* | Fix CARP build. | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Fix lint issue. | jfv | 2009-06-24 | 1 | -2/+2 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 21 | -129/+818 |
* | Add a dying flag to prevent races at detach. | gallatin | 2009-06-24 | 2 | -0/+7 |
* | Fix typo. | cognet | 2009-06-24 | 1 | -1/+1 |