Age | Commit message (Expand) | Author |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2012-01-06 | Remove extra and trailing spaces. | Alexandr Shadchin |
2012-01-06 | Remove unused Makefile. | Alexandr Shadchin |
2012-01-06 | Attach ath(4) to cardbus and add it to bsd.rd | Martin Pieuchot |
2012-01-05 | Remove dead code from #if 0: we do not have an ipsrcchk_rt anywhere else. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-05 | C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. | Mark Kettenis |
2012-01-05 | sync | Theo de Raadt |
2012-01-05 | new vertex device; Jakub TuD^Mek | Theo de Raadt |
2012-01-05 | suspend/resume support for vr(4); from brynet@gmail.com | Theo de Raadt |
2012-01-05 | Prevent integer wrap-around in pmemrange. | Ariane van der Steldt |
2012-01-04 | Make sure the types of INTPTR_MIN/MAX and UINTPTR_MIN/MAX match the type we | Mark Kettenis |
2012-01-04 | Fix use after free in cache_lookup() - found by Pedro | Bob Beck |
2012-01-04 | Add support for SiS 1183 SATA. From/tested by Loganaden Velvindron. | Jonathan Gray |
2012-01-04 | regen | Jonathan Gray |
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 |