Age | Commit message (Expand) | Author |
2011-12-31 | Implement a concatenating discipline for softraid. | Joel Sing |
2011-12-31 | Add rsu(4) to the sgi GENERICs (but not the RAMDISKs as it requires firmware | Miod Vallat |
2011-12-30 | I had the opportunity to glance at HP-UX's /etc/conf/graf/gr_98705.h, so | Miod Vallat |
2011-12-30 | Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_T | Miod Vallat |
2011-12-29 | Escape hardware-checksumming if interface is in a bridge, this is | Christiano F. Haesbaert |
2011-12-28 | Cleanup the metadata initialisation process - have sr_meta_init() | Joel Sing |
2011-12-28 | Avoid the use of an invalid disklabel by setting a DK_LABELVALID flag | Joel Sing |
2011-12-28 | An all-zero DUID is considered to be a blank DUID - ensure that we do not | Joel Sing |
2011-12-28 | The sparc64 installboot is for sparc64 only - remove all of the non-sparc64 | Joel Sing |
2011-12-27 | Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) | Alexander Bluhm |
2011-12-26 | Add the missing ECX cpu flags from CPUID at 0x80000001. | Christiano F. Haesbaert |
2011-12-26 | Provide default set chunk state and set volume state functions which | Joel Sing |
2011-12-25 | Initialise discipline function pointers with defaults and only override | Joel Sing |
2011-12-25 | Move chunk state debugging code to a more useful location. | Joel Sing |
2011-12-25 | Fix the documented CAVEAT by forcing the TX gain to minus infinity when | Miod Vallat |
2011-12-24 | Default to a much smaller input gain on the MIC line, to improve recording | Miod Vallat |
2011-12-24 | Remove the ability to ptrace via procfs, as no one is using it, so fixing | Philip Guenthe |
2011-12-24 | i386 has MD TCB, so add the #define. Not sure how I overlooked | Philip Guenthe |
2011-12-24 | Need <machine/pcb.h> for TSEG_GS | Philip Guenthe |
2011-12-23 | Switch the Ricoh RU823 SD/MMC in SD2.0 mode (upon which it changes itself | Mark Kettenis |
2011-12-23 | Use the generic PCI power management code instead of rolling our own. | Mark Kettenis |
2011-12-23 | Fix arcofi interrupt number by counting bits from the right side; still untested | Miod Vallat |
2011-12-22 | Add 16-bit modes to arcofi(4). Big-endian signed is native, others require some | Miod Vallat |
2011-12-22 | Fix RFC reference section | sperreault |
2011-12-21 | Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e | Miod Vallat |
2011-12-21 | Just use pd->sidx and pd->didx to reverse the state key arguments | Marco Pfatschbacher |
2011-12-21 | Allow intr_dispatch() on hp300 to be used on the clock interrupt level | Miod Vallat |
2011-12-21 | Compute mandatory UDP checksum for IPv6 packets | sperreault |
2011-12-21 | don't attempt to run pf_translate on fragments: it will fail miserably. | Mike Belopuhov |
2011-12-20 | respect the MNT_FORCE flag in ntfs_unmount and proceed even if there's | Mike Belopuhov |
2011-12-19 | improve the icmp direction check to deal correctly with af-to states | Mike Belopuhov |
2011-12-19 | fxp_init could bail out on errors without calling slpx. | Marco Pfatschbacher |
2011-12-19 | regen | Mark Kettenis |
2011-12-19 | Add TI XIO2221 FireWire. | Mark Kettenis |
2011-12-19 | add BCM57765, same diff jsg@ ok kettenis@ | Stuart Henderson |
2011-12-19 | sync | Stuart Henderson |
2011-12-19 | add BCM57765 ID, same diff jsg@ ok kettenis@ | Stuart Henderson |
2011-12-19 | Fix checksum of UDP/TCP packets following RFC 3948. This is required for | YASUOKA Masahiko |
2011-12-17 | Initialize the (abridged) tag word correctly. | Mark Kettenis |
2011-12-16 | regen. | Federico G. Schwindt |
2011-12-16 | fix typo. | Federico G. Schwindt |
2011-12-16 | fix function names on diagnostic messages. | Federico G. Schwindt |
2011-12-14 | regen | Robert Nagy |
2011-12-14 | implement prctl() for COMPAT_LINUX | Robert Nagy |
2011-12-14 | Handle rthreads consistently in ktrace by moving the flags and vnode into | Philip Guenthe |
2011-12-13 | Fix auto-boot failure problem. The controller name should be a | Kenji Aoyama |
2011-12-12 | fixup af-to regression with match rules | Mike Belopuhov |
2011-12-12 | add missing m_freem's into the error code paths. there's no change | Mike Belopuhov |
2011-12-11 | Suspend other rthreads before dumping core or execing; make them exit | Philip Guenthe |
2011-12-09 | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. | Nicholas Marriott |