]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-08-17 jillessh: Avoid overflow in atoi() when parsing HISTSIZE.
2014-08-17 neelRemove LOG_ODELAY because it does nothing.
2014-08-17 bzRemove keyboard entropy [1] from r270105.
2014-08-17 impAdd missing license to at91_common.c. It was committed...
2014-08-17 impDefine at91_master_clock in only one file to eliminate...
2014-08-17 impConvert the HL201 config file to use FDT.
2014-08-17 jillessh: Reject integer overflow in number and is_number.
2014-08-17 jillessh: Don't hardcode relative paths in the tests stderr...
2014-08-17 seAdd a few missing entries and fix entries that are...
2014-08-17 luigistaticize two functions, and use proper format for...
2014-08-17 traszBring in the new automounter, similar to what's provide...
2014-08-17 hselaskyAdd missing DPADD to Makefile.
2014-08-17 ianWhen the initarm_* routines were renamed to platform_...
2014-08-17 ianRename the old initarm_* functions to the new platform_...
2014-08-16 melifaroClean up unused definitions.
2014-08-16 melifaro* Use standard net/sff8472.h header for sff bits and...
2014-08-16 markjFactor out the common code for function boundary tracin...
2014-08-16 ianMove the imx6 sysctl temperature info to hw.imx6 where...
2014-08-16 melifaroAdd support for reading i2c SFP/SFP+ data from NIC...
2014-08-16 luigiUpdate to the current version of netmap.
2014-08-16 peterUse mount protocol version 3 by default for showmount...
2014-08-16 luigiprint additional debugging info in virtqueue_dump()
2014-08-16 roygernet: move interface removal notification up in if_detac...
2014-08-16 kibComplete r254667, do not destroy pmap lock if KVA alloc...
2014-08-16 adrianAdd if_ath_alq code into the non-module build.
2014-08-15 jillessh: Mask off shift distance (<< and >>) in arithmetic.
2014-08-15 ngieMake the USB and ZFS devd configuration files optional...
2014-08-15 ngieFix atmconfig compilation when MK_ATM == yes and MK_BSN...
2014-08-15 impImplement the FDT static pinctl/pinmux spec for Atmel...
2014-08-15 markjCorrect the order of arguments passed to LIST_INSERT_AF...
2014-08-15 glebiusDo not lookup source node twice when pf_map_addr()...
2014-08-15 glebiuspf_map_addr() can fail and in this case we should drop...
2014-08-15 bzRemove bogus ; at the end of the if condition in order...
2014-08-15 kibImplement 'fast path' for the vm page fault handler...
2014-08-15 glebiusFix synproxy with IPv6. pf_test6() was missing a check...
2014-08-15 kevloChange pr_output's prototype to avoid the need for...
2014-08-14 impPrint the symbolic bit names for the status when we...
2014-08-14 rmacklemTry to clarify how file systems are exported for NFSv4.
2014-08-14 asomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-14 gavinSync list of supported devices in the man page with...
2014-08-14 gavinUpdate iwn(4) and iwnfw(4) man pages to reflect all...
2014-08-14 glebius- Count global pf(4) statistics in counter(9).
2014-08-14 gavinUpdate i386/NOTES and amd64/NOTES files to contain...
2014-08-14 gavinAllow iwn105fw and iwn135 firmwares to be compiled...
2014-08-14 neelReword comment to match the interrupt mode names from...
2014-08-14 gjbUpdate the URL to the phabricator instance.
2014-08-14 impcreate_$ARCH_diskimage never really took off. Collapse...
2014-08-14 impOnly install the boot loader if it actually exists...
2014-08-14 impins is only set and unused, but only when we're not...
2014-08-14 impDisable all inline warnings on gcc >= 4.3. Not sure...
2014-08-14 impDelete pp_isadma. It isn't use, and the code that used...
2014-08-14 impStreamline format extensions. Either the compiler suppo...
2014-08-14 alcAvoid pointless (but harmless) actions on unmanaged...
2014-08-14 asomersSkip pgrep-j and pkill-j if jail or jls is not installed.
2014-08-14 seAdd support for NEWCONS to kbdmap and vidfont.
2014-08-14 smhAdded 4K quirks for Corsair Force GT and Samsung 840...
2014-08-14 emasteFix euro symbol in copied keymaps
2014-08-14 smhRenamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfp
2014-08-14 delphijAdd a new loader tunable, vm.kmem_zmax which allows...
2014-08-14 delphijRe-instate UMA cached backend for 4K - 64K allocations...
2014-08-14 neelUse the max guest memory address when creating its...
2014-08-14 acheBump version because challenge buffer size changed
2014-08-14 impAdd AIC to at91sam9260 support, now that it is needed...
2014-08-14 impAdd support for multipass to Atmel, for both FDT and...
2014-08-14 impStart to add FDT support.
2014-08-14 impAdd support for FDT and !FDT configs on Atmel, though...
2014-08-14 impFrom https://sourceware.org/ml/newlib/2014/msg00113...
2014-08-13 dimStop telling people to directly report llvm or clang...
2014-08-13 pfgUse "NO NAME" as the default unnamed label.
2014-08-13 emasteRemove trailing whitespace
2014-08-13 adrianMake the libbsdstat useful again.
2014-08-13 emasteCopy country-code .iso syscons keymaps for vt(4)
2014-08-13 dimSupplement r259111 by also using correct casts in gcc...
2014-08-13 tuexenAdd support for the SCTP_PR_STREAM_STATUS and SCTP_PR_A...
2014-08-13 pluknetFixed ENOMEM description.
2014-08-13 kibAdd a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs...
2014-08-13 kibStyle.
2014-08-13 kibIf vm_page_grab() allocates a new page, the page is...
2014-08-13 ngieAdd missing BSD.tests.dist entry for lib/libutil to...
2014-08-13 ngieIntegrate lib/libutil into the build/kyua
2014-08-13 ngiePort date/bin/tests to ATF
2014-08-13 ngieConvert bin/sh/tests to ATF
2014-08-13 pfgMinor style tweaks.
2014-08-13 rpauloMake sure the DTrace header files are built before...
2014-08-13 neelFix typo when displaying the HPET timer unit number.
2014-08-13 neelMinor cleanup:
2014-08-12 impTruncate the ctfmerge command line, like we do with...
2014-08-12 gjbFix a typo in a comment: s/interprete/interpret/
2014-08-12 jhbCorrect a comment brought over from amd64. i386 doesn...
2014-08-12 ngieComplete the usr.bin/yacc kyua integration work I origi...
2014-08-12 marck(belatedly) Document FreeBSD 9.3-R
2014-08-12 dvlAdd Dan Langille (myself) to committers-ports.dot file...
2014-08-12 acheAccording to opie code and even direct mention in opie...
2014-08-12 tuexenChange SCTP sysctl from auth_disable to auth_enable...
2014-08-12 umeFix broken pointer overflow check ns_name_unpack()
2014-08-12 gavinClarify descriptions of pthread_cond_wait() and pthread...
2014-08-12 umeUpdate our stub resolver to final version of libbind.
2014-08-12 umeBring the md5 functions into libc for internal use...
2014-08-12 hselasky- Fix radix tree memory leakage when unloading modules...
2014-08-12 tuexenAdd support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF...
next