]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-12-20 mavReplace ctl_min() macro with MIN().
2014-12-20 neelVarious 8259 device model improvements:
2014-12-20 ianLog mmc and sd command failures. Reporting of routine...
2014-12-20 ianAdd a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERT...
2014-12-20 ianWhen command and data interrupts have been aggregated...
2014-12-20 impRemove comments relevant to 6.x only.
2014-12-20 impRemove support for FreeBSD 7 and really old FreeBSD...
2014-12-19 ianRewrap long lines; no functional changes.
2014-12-19 ianAdd code to set and reset open-drain mode on the bus...
2014-12-19 mavConstify some static data.
2014-12-19 mavReduce number of places where global control_softc...
2014-12-19 bennoAdjust the test of a KASSERT to better match the intent.
2014-12-19 impBump the largest record we can cope with from 1k to...
2014-12-19 andrewAdd support for empty ranges properties within the...
2014-12-19 brCorrect the end address of the memory regions.
2014-12-19 lwhsuFix `make depend` in sys/modules
2014-12-19 delphijPlug a memory leak.
2014-12-19 adrianRemove a private copy of ieee80211_add_ssid().
2014-12-19 adrianMake ieee80211_add_ssid() public.
2014-12-19 mavSlightly polish iSCSI parameters negotiation.
2014-12-19 delphijAdd missing continue: we can't proceed further if the
2014-12-18 delphijMFV r275914:
2014-12-18 mavPass real optimal transfer size supported by backend.
2014-12-18 delphijSync with NetBSD, mainly address NetBSD bug #43355:
2014-12-18 emasteInclude section name in strip warning message
2014-12-18 ngieFix accidental MK_DEBUG_FILES=no addition to NXBMAKE...
2014-12-18 ngieDon't build full clang toolchain or clang extras in...
2014-12-18 ngieDocument STRIP_CMD in build(7) and note its importance...
2014-12-18 ngieFix building/installing tests when TESTSBASE != /usr...
2014-12-18 jamieSetgid before running a command as a specified user...
2014-12-18 impDon't deselect the card too soon. To set the block...
2014-12-18 impRemove -fno-strict-alias, as it is no longer needed.
2014-12-18 andrewAdd AArch64 64-bit relocation values. These will be...
2014-12-18 kibThe VOP_LOOKUP() implementations for CREATE op do not...
2014-12-18 adrianFix the scan handling for 11b->11g upgrades in a world...
2014-12-18 dteskeIn bsdinstall's distextract, replace mixed_gauge()...
2014-12-18 jhibbitsMake gas parse '__tls_get_addr(foo@tlsgd)'.
2014-12-17 adrianUpdate the use of bus space macros to be more correct.
2014-12-17 adrianUse the correct macro for listing the maximum bus space...
2014-12-17 tuexenAdd a missing break.
2014-12-17 tuexenPlug a memory leak in an error code path.
2014-12-17 ngieFix sporadic build failures due to race when running...
2014-12-17 ngieParallelize building gnu/usr.bin/groff
2014-12-17 mavAdd configuration options to override physical and...
2014-12-17 mavMake sequence numbers checks more strict.
2014-12-17 emasteDo not strip all when stripping an explicit symbol
2014-12-17 brAdd configuration files for BERI soft-core synthesized on
2014-12-17 brMove memory node to the root, so fdt_get_mem_regions...
2014-12-17 bro Add PIO[2,3] devices information
2014-12-17 brUse memory regions information provided in FDT.
2014-12-17 tuexenInitilize the msg_flags field consistently in all code...
2014-12-17 glebAdjust printf format specifiers for dev_t and ino_t...
2014-12-17 glebAdjust printf format specifiers for dev_t and ino_t...
2014-12-17 delphijMFV r275844:
2014-12-17 bryanvPrefix all the vxlan ifconfig commands so they are...
2014-12-17 neelFix 8259 IRQ priority resolver.
2014-12-17 bdreweryBump Dd for r275846
2014-12-17 mckusickAdd some additional clarification and fix a few gammer...
2014-12-17 willInitialize an argument to NULL instead of expecting...
2014-12-16 mavDo not count RCTD bit set as an error.
2014-12-16 brooksAdd an UPDATING entry and warning about the change...
2014-12-16 pfgsed: Bounds check the file path used in the 'w' command.
2014-12-16 kibThe iret instruction may generate #np and #ss fault...
2014-12-16 willMake NanoBSD source-able from other scripts.
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-16 aeAdd ability to not specify a zone identifier twice...
2014-12-16 brdAdd tests for pw -N
2014-12-16 kibAdd missed break.
2014-12-16 kibAdd missed break.
2014-12-16 edRename cpack*() to CMPLX*().
2014-12-16 glebsbin/shutdown: Support time units as in 'shutdown ...
2014-12-16 neelFor level triggered interrupts clear the PIC IRR bit...
2014-12-16 yongariFix a bug introdiced in r217548. According to NS DP838...
2014-12-15 emasteUse standard BSD license disclaimer text
2014-12-15 dchaginProperly sort Xr to silence mandoc warnings.
2014-12-15 delphijMFV r275784:
2014-12-15 delphijMFV r275783:
2014-12-15 emasteCorrect elftoolchain strip(1) memory size calculation
2014-12-15 jhbCheck for SS_NBIO in so->so_state instead of sb->sb_fla...
2014-12-15 kibMarkup fixes for kqueue(2), no content changes.
2014-12-15 kuriyamaFix incorrect type of "invalids" argument in __iconv...
2014-12-15 emasteRemove empty generated file upon gperf failure
2014-12-15 brFix typo.
2014-12-15 kibAdd a facility for non-init process to declare itself...
2014-12-15 brFollow r275792 eliminating fdt_data_verify().
2014-12-15 brEliminate fdt_data_verify(). The verification it procee...
2014-12-15 hselaskyRegenerate usb.conf .
2014-12-15 hselaskyResolve USB driver identification conflict.
2014-12-15 delphijMFV r275551:
2014-12-15 delphijMFV r275550:
2014-12-15 delphijMFV r275549:
2014-12-14 rpauloMove ofw_cpu.c to sys/dev/ofw so that it can be used...
2014-12-14 dimUpdate clang patch for r275759 to use correct test...
2014-12-14 desAdd a vigr(8) utility which does for /etc/group what...
2014-12-14 jillessh: Make sure output suitable as shell input is also...
2014-12-14 desClean up, reindent, add a special case for NIS / LDAP...
2014-12-14 dimAdd clang patch corresponding to r275759.
2014-12-14 dimPull in r221170 from upstream clang trunk (by Roman...
2014-12-14 dimUpdate patch-r274286-llvm-r201784-asm-dollar.diff, so
2014-12-14 traszFix bug that made automount(8) never unmount stale...
next