freebsd.git
2017-01-14 dimMerge llvm, clang, lld and lldb release_40 branch r2920...
2017-01-14 dimVendor import of llvm release_40 branch r292009:
2017-01-11 dimMerge ^/head r311812 through r311939.
2017-01-11 mavPretend we support some IOCTLs to not scary upper layers.
2017-01-11 dimUse proper prototypes in struct boot_module_t
2017-01-11 dimMake EFI_RESERVED_SERVICE a proper prototype
2017-01-11 sbrunoRestore v6 offload caps for igb(4) class devices.
2017-01-11 dumbbellcommitters-ports.dot: Add myself
2017-01-11 dimDon't include <errno.h> in reloc_elf.c, as it includes...
2017-01-11 asomersFix build of usr.bin/tail with GCC
2017-01-11 ngieConsolidate __NetBSD__ #ifdef
2017-01-11 ngieImport testcase updates with code contributed back...
2017-01-11 ngieFix whitespace in comment
2017-01-11 ngieAdd acpi_if.h and opt_acpi.h to Makefile to unbreak...
2017-01-11 ngiePartially revert r311236
2017-01-11 hrsAdd more #ifdef INET and INET6.
2017-01-11 ngieFix up r311227
2017-01-11 delphijMFV r311913:
2017-01-11 jhibbitsForce all TOC references in asm to include '@toc'
2017-01-11 gonzo[sdhci] Add ACPI platform support for SDHCI driver
2017-01-11 markjHave DTrace handle faults when dereferencing a lock...
2017-01-11 markjIgnore LC_SLEEPABLE when testing whether a mutex is...
2017-01-11 ianFollow r311103: add "pool" to the keywords that rc...
2017-01-11 cemRevert r311843, r311667
2017-01-10 dimUpdate various libclang_rt Makefiles.
2017-01-10 mmBuild libarchive tests missing in r311899
2017-01-10 mmMFV r311899:
2017-01-10 markjCoalesce TLB shootdowns of global PTEs in pmap_advise...
2017-01-10 markjDo not set BIO_DONE if the BIO specifies a completion...
2017-01-10 sbrunoSet CFLAGS correctly for sys/modules/em
2017-01-10 mmUpdate vendor/libarchive to git 22f2d190639e6bd496a3b82...
2017-01-10 mjgsparc64: add atomic_fcmpset
2017-01-10 mavAdd checks for received mode page length.
2017-01-10 pfgRemove unused __gnu_inline() attribute.
2017-01-10 asomersFix memory leaks during "tail -r" of an irregular file
2017-01-10 asomersFix typo from change 310985 in ObsoleteFiles.inc
2017-01-10 asomersATFify the geom gate tests.
2017-01-10 mavDo not wait for HA thread shutdown if scheduler is...
2017-01-10 gonzo[efi] Build EFI bits with -fPIC on ARM
2017-01-10 gonzo[efi] Fix .rel.data.* being erroneously merged into...
2017-01-10 gonzo[efi] Fix off-by-one error in ARM .bss zeroing code...
2017-01-10 pluknetFix build without IEEE80211_DEBUG.
2017-01-10 kibFix acquisition of nested write compat rtld locks.
2017-01-10 lwhsuReplace using of objdump with elfdump
2017-01-10 npThe iw_cxgb and iw_cxgbe drivers should not use a FreeB...
2017-01-10 kibUse ANSI C definitions, update comment.
2017-01-10 arybchiksfxge(4): avoid unnecessary mbuf data prefetch
2017-01-10 bzTeach crunchide about EM_S390 to make bootstrapping...
2017-01-10 andrewAdd acpi_if.h to SRCS so we have it when building ahci_...
2017-01-10 andrewAdd an ACPI attachment to the existing ahci_generic...
2017-01-10 mavFix malloc(M_WAITOK) under mutex, introduced at r311787.
2017-01-10 ngieDiff reduce with upstream by removing signal.h #include
2017-01-10 ngieMerge ^/vendor/NetBSD/tests/dist@r311868
2017-01-10 ngieMerge the grammar fix for lib/libc/gen/raise_test:raise...
2017-01-10 adrian[net80211] add VHT mediatype initialisation and update...
2017-01-10 adrian[net80211] Add default parameters for 11ac.
2017-01-10 adrian[net80211] add VHT action frame placeholders for when...
2017-01-10 lerAdd my birthday to calendar.freebsd
2017-01-10 adrian[net80211] add missing VHTCAP declaration changes.
2017-01-10 adrian[net80211] add CHAN_VHT2G/CHAN_VHT5G macros.
2017-01-10 adrian[net80211] add VHT EDCA parameters for WME/QoS mode.
2017-01-10 adrian[net80211] create a helper function to calculate the...
2017-01-10 sbrunoAdd copywrite notices, 2-clause BSD.
2017-01-10 adamwAs much as I've enjoyed being listed as emeritus for...
2017-01-10 lerAdd myself to committers-ports.dot
2017-01-10 mjgcd9660: fix up compilation on sparc after r311665
2017-01-10 ianUse the post-reset hook to force the controller to...
2017-01-10 sbrunoMigrate e1000 to the IFLIB framework:
2017-01-10 npcxgbe(4): Attach to the 2x25 debug card. This is for...
2017-01-10 bmsAllow udbp(4) to claim Belkin "Windows Easy Transfer...
2017-01-10 npcxgbe(4): Refresh t4_msg.h, mainly for definitions...
2017-01-10 avosrtwn_pci(4): fix possible race while accessing 'matched...
2017-01-10 bmsAdd PID for Belkin F5U258 "Windows Easy Transfer Cable...
2017-01-10 cemAdjust ACPI_EXPORT_SYMBOL for AcpiGetTableWithSize
2017-01-09 cemcd9660: typedef cd_ino_t in preference to #define
2017-01-09 cemcd9660: Add a prototype for cd9660_vfs_hash_cmp
2017-01-09 sbrunoWhite space cleanup from an cut-n-paste.
2017-01-09 avosrtwn_usb(4): do not try to modify global static structure.
2017-01-09 sbrunoRemove unused mtx_held() macro.
2017-01-09 dimMerge compiler-rt trunk r291476.
2017-01-09 dimUpdate the libc++ Makefile to be more like the other...
2017-01-09 dimMerge libc++ trunk r291476, update Makefile, ObsoleteFi...
2017-01-09 dimMerge llvm, clang, lld and lldb trunk r291476.
2017-01-09 npcxgbe(4): Enable automatic cidx flush for all control...
2017-01-09 npcxgbe(4): The wraparound logic in start_wrq_wr() should...
2017-01-09 adrian[rsu] add support for the "green" rsu NICs.
2017-01-09 dimVendor import of compiler-rt trunk r291476:
2017-01-09 dimVendor import of clang trunk r291476:
2017-01-09 dimVendor import of llvm trunk r291476:
2017-01-09 mariusIn dummynet(4), random chunks of memory are casted...
2017-01-09 kibForcibly remove the cached items from pseudofs vncache...
2017-01-09 dimMerge ^/head r311808 through r311811.
2017-01-09 dimAvoid taking the address of a packed struct member...
2017-01-09 dimAdd additional libc++ 4.0.0 headers.
2017-01-09 dimMerge ^/head r311692 through r311807.
2017-01-09 dimAdd recently added libc++ headers to OptionalObsoleteFi...
2017-01-09 dimAfter r311565, also remove llvm-ranlib from ObsoleteFil...
2017-01-09 mavRewrite CTL statistics in more simple and scalable...
2017-01-09 ianAdd sdhci_handle_card_present_locked() that can be...
2017-01-09 marius- Add support for Intel Apollo Lake and Bay Trail eMMC...
next