]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-02-27 David E. O... Use sys/boot/userboot/libstand/ and not /usr/lib/libsta...
2015-02-27 David E. O... Remove duplicated -I.
2015-02-27 David E. O... Update r279018 so it only applies to Clang version...
2015-02-27 David E. O... These CTF tools do not use anything from libctf, so...
2015-02-27 Kenneth D.... Fix I/O size calculation for pass(4) driver requests...
2015-02-27 Warner LoshMake sched_random() return an unsigned number, and...
2015-02-27 Nathan WhitehornUse appropriate alternative to -msoft-float for clang...
2015-02-27 Nathan WhitehornFix unitialized variable.
2015-02-27 Jayachandran C.Allow creating subclass of FDT simplebus
2015-02-27 Konstantin... Fix typo. Note that this is mostly innocent, since...
2015-02-27 Xin LISet altroot if the user have specified it via -o altroot.
2015-02-27 Gleb SmirnoffUse m_getjcl() instead of old mbuf(9) KPIs.
2015-02-27 Jung-uk KimWhen a file is executed and the path starts with `...
2015-02-27 Pedro F. Giffunieui64_line(): plug memory leak.
2015-02-27 Konstantin... The VNASSERT in vflush() FORCECLOSE case is trying...
2015-02-27 Ian LeporeAllow the kern.osrelease and kern.osreldate sysctl...
2015-02-27 Ian LeporeDetect, report and use 8-bit bus if is available.
2015-02-27 Ian LeporeMMC: Signal HC capability to (e)MMC.
2015-02-27 Andrew TurnerFix sched_ule on sparc64, gcc complains sched_random...
2015-02-27 Andrew TurnerRemove SMP support from the Wandboard-Solo and have...
2015-02-27 Andrew Turnersched_random is only called for SMP, only define it...
2015-02-27 Konstantin... Since all generations of Intel CPUs have errata which...
2015-02-27 Andrew Rybchenkosfxge: expect required init_state on data path and...
2015-02-27 Adrian ChaddFix kern/196290 - don't announce 11n HTINFO rates if...
2015-02-27 Warner LoshCreate sched_rand() and move the LCG code into that...
2015-02-27 Kenneth D.... Remove an obsolete comment in devstat(3) about the...
2015-02-27 Jayachandran C.Move PCI bus below simplebus for Broadcom XLP
2015-02-27 Pedro F. GiffuniHint out check for unsigned negative values.
2015-02-27 Gleb SmirnoffHide struct ifmultiaddr under _KERNEL, too.
2015-02-27 Jayachandran C.Improve additional interrupt ACK for Broadcom XLP
2015-02-26 Ian LeporeAdd casting to make atomic ops work for pointers. ...
2015-02-26 Kenneth D.... Add FreeBSD stable/10 version checks for the availabili...
2015-02-26 Nathan WhitehornFix unitialized variable that broke sh on PowerPC start...
2015-02-26 Ed MasteSupport CROSS_BINUTILS_PREFIX with in-tree compiler
2015-02-26 Konstantin... Use pthread_mutex_trylock(3) to implement mtx_trylock(3).
2015-02-26 Roger Pau Monnéxen/intr: fix fallout from r278854
2015-02-26 Andrey V. ElsukovWhen gpart(8) is trying automatically determine the...
2015-02-26 Edward Tomasz... Use LIBADD.
2015-02-26 Edward Tomasz... Make the uefikeys script output slightly more obvious.
2015-02-26 Alexander MotinFor some uniformity move ahci_ch_init() call under...
2015-02-26 Konstantin... Implements EOI suppression mode, where LAPIC on EOI...
2015-02-26 Konstantin... Check that the pointer to the thread return value is...
2015-02-26 Edward Tomasz... Add key/cert generation script for uefisign(8).
2015-02-26 Edward Tomasz... Add uefisign(8) reference to uefi(8) manual page.
2015-02-26 Edward Tomasz... Add uefisign(8), UEFI Secure Boot signing utility.
2015-02-26 Edward Tomasz... Add missing error check.
2015-02-26 Dimitry AndricFix a number of -Wcast-qual warnings under sys/arm...
2015-02-26 Dimitry AndricIn sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6...
2015-02-26 Dimitry AndricSince newer versions of compiler-rt require unwind...
2015-02-26 Dimitry AndricMake libcxxrt's parsing of DWARF exception handling...
2015-02-26 Jayachandran C.Remove run-time allocation of XLP IRQs
2015-02-26 Jayachandran C.Add netlogic,xlp-pic as interrupt controller for XLP
2015-02-26 Jayachandran C.Fix up interrupt definitions for Broadcom XLP
2015-02-25 Ed MasteGNU nm: Avoid NULL dereference
2015-02-25 Adrian ChaddRemove taskqueue_start_threads_pinned(); there's noa...
2015-02-25 Adrian ChaddMigrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().
2015-02-25 Ed Mastenm: avoid crash in print_lineno if func->name is NULL
2015-02-25 Hans Petter... Update to upstream version 2.10
2015-02-25 Xin LIExplicitly crypt_set_format("des") and bail out if we
2015-02-25 Marcel MoolenaarFix "netstat -hdw 1" output.
2015-02-25 Konstantin... For now, disable x2APIC mode when Xen is detected,...
2015-02-25 Konstantin... Propagate errors from _thr_umutex_unlock2 through mutex...
2015-02-25 Konstantin... When failing to claim ownership of a umtx_pi, restore...
2015-02-25 Konstantin... When unlocking a contested PI pthread mutex, if the...
2015-02-25 Hans Petter... Fix a special case in ip_fragment() to produce a more...
2015-02-25 Alexander MotinReplace constant with proper sizeof().
2015-02-25 Alexander MotinFix memory leak on incorrect initiator portal.
2015-02-25 Alexander MotinAdd checks for malloc() failures.
2015-02-25 Alexander MotinFix potential NULL dereference.
2015-02-25 Hans Petter... Add ugen keyword to USB pnpinfo. Remove extra space...
2015-02-25 Colin PercivalAdjust wording slightly to emphasize that random(3...
2015-02-25 Andrew Rybchenkosfxge: add to config files
2015-02-25 Andrew Rybchenkosfxge: use tab to indent instead of spaces
2015-02-25 Andrew Rybchenkosfxge: correct limit for number of Rx queues
2015-02-25 Xin LIFix integer overflow in IGMP protocol.
2015-02-25 Kenneth D.... Fix several problems found by Coverity.
2015-02-24 Glen BarberAdd a CLOUDPACKAGE variable to contain a list of target...
2015-02-24 Brad DavisFix a race condition by allowing up to 5 seconds of...
2015-02-24 Adrian ChaddChange uses of taskqueue_start_threads_pinned() ->...
2015-02-24 Stephen McConnell- Updated all files with 2015 Avago copyright, and...
2015-02-24 Nathan WhitehornNew pmap implementation for 64-bit PowerPC processors...
2015-02-24 Navdeep Parharcxgbe(4): allow tx hardware checksumming on the netmap...
2015-02-24 Glen BarberRemove a stale comment.
2015-02-24 Glen BarberAdd 'cloudware-install' target to handle copying cloud
2015-02-24 Ed MasteUnconditionally install debug directory hierarchy
2015-02-24 Simon J. GerratyIf sys.mk were found via the magic path .../share/mk
2015-02-24 Navdeep Parharcxgbe(4): set up congestion management for netmap rx...
2015-02-24 Navdeep Parharcxgbe(4): do not set the netmap rxq interrupts on a...
2015-02-24 Navdeep Parharcxgbe(4): wait for the hardware to catch up before...
2015-02-24 Navdeep Parharcxgbe(4): request an automatic tx update when a netmap...
2015-02-24 Hans Petter... Pass macro arguments properly.
2015-02-24 Hans Petter... Fix order of arguments in the TRACEBUF_INITIALIZER...
2015-02-24 Pedro F. Giffunimsun: drop unnecessary checks (part 2).
2015-02-24 Ruslan BukinEnable 'receive timeout' interrupt allowing us to not
2015-02-24 Konstantin... Keep a reference on the coredump vnode for vn_fullpath...
2015-02-24 Zbigniew BodekChange struct attribute to avoid aligned operations...
2015-02-24 Zbigniew BodekFix endianness on FDT read in ARM GIC
2015-02-24 Andrey V. ElsukovFix possible memory leak and several races in the IPsec...
2015-02-24 Hans Petter... Ensure that the XHCI driver will refresh the control...
2015-02-24 Luigi RizzoAdd native netmap support to ixl.
next