Age | Commit message (Expand) | Author |
2012-01-04 | SiS 1183 SATA from Loganaden Velvindron, and add 1182 SATA while here. | Jonathan Gray |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2012-01-03 | When used with socket splicing, tcp_usrreq() might get called with | Alexander Bluhm |
2012-01-03 | Instead of having two functions pf_free_fragment() and pf_remove_fragment() | Alexander Bluhm |
2012-01-03 | C++11 is based on C99, so make sure __ISO_C_VISIBLE gets set to 1999 if the | Mark Kettenis |
2012-01-02 | Enable arcofi(4), tested on 705 by Tobias Ulmer. | Miod Vallat |
2012-01-02 | Do not advertize this device as full-duplex. While I believe the Siemens chip | Miod Vallat |
2012-01-02 | Use the correct multiplier for older SUNIX 406x 8-serial cards. Problem | Stuart Henderson |
2012-01-02 | regen | Mark Kettenis |
2012-01-02 | Add SiS 1184 RAID and 1185 AHCI, as found on the SiS 966 chipset. | Mark Kettenis |
2012-01-01 | Improve/clean up sparc64 installboot: | Joel Sing |
2012-01-01 | copyright++ | Federico G. Schwindt |
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 |