]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-12-31 Alexander V... Implement interface link header precomputation API.
2015-12-31 Marcelo AraujoWrap using #ifdef 'notyet' those variables and statemen...
2015-12-31 Marcelo AraujoClean up unused-but-set-variable spotted by gcc-4.9.
2015-12-31 Marcelo AraujoClean up unused-but-set-variable spotted by gcc-4.9.
2015-12-31 Marcelo AraujoClean up unused-but-set-variable spotted by gcc-4.9.
2015-12-30 Allan JudeBump __FreeBSD_version because r292782 removes sys...
2015-12-30 Ian LeporeAdd the MOVT/MOVW types to the list of relocs which...
2015-12-30 Allan JudeBreak up opencrypto/xform.c so it can be reused piecemeal
2015-12-30 Konstantin... Force nullfs vnode reclaim after unlinking, to potentia...
2015-12-30 Marius StroblChange the - hopefully - last piece of ktr(9) to use...
2015-12-30 Enji CooperRename `recvfd` and `sendfd` variables in recvfd/sendfd...
2015-12-30 Jonathan T... Add the appropriate case statement for IPV6_BINDMULTI...
2015-12-30 Jonathan T... Fix a file descriptor leak in mdXhl.c (which is used...
2015-12-30 Andrew TurnerDecode and print the ID_AA64* registers on boot. These...
2015-12-30 Bjoern A. ZeebThis code is not in modules that need KPI stability...
2015-12-30 Dimitry AndricDrop the clang patch which adds recognition of 'CC...
2015-12-30 Hans Petter... Add support for modifying coalescing parameters runtime.
2015-12-30 Hans Petter... Allow I2C to read address 0x51 as well as address 0x50.
2015-12-30 Steven HartlandFix use of uninitialised Nflag
2015-12-30 Hans Petter... 10G ER/LR should present itself as LR.
2015-12-30 Marius Strobl- (Ab)use udivx for dividing the u_int pc_cpuid when...
2015-12-30 Enji CooperIntegrate tools/regression/sockets/unix_passfd into...
2015-12-30 Dimitry AndricAdd some more obsolete files, left over from the clang...
2015-12-30 Justin HibbitsAdd platform support for QorIQ SoCs.
2015-12-30 Warner LoshUse __alignof__ instead of assuming int64_t to get...
2015-12-30 Justin HibbitsOptimize zero_page for book-e mmu.
2015-12-30 Justin HibbitsRewrite tid_flush() in C.
2015-12-30 Devin TeskeFix stack leak introduced by SVN r97201 (nextboot_conf...
2015-12-30 Marius StroblAdapt CATR() to r283283.
2015-12-30 John BaldwinDocument the recently added support for ptrace(2) LWP...
2015-12-29 John BaldwinAdd ptrace(2) reporting for LWP events.
2015-12-29 John BaldwinCall kern_thr_exit() instead of duplicating it.
2015-12-29 Ian LeporeBring some of the recent locore-v4.S improvements into...
2015-12-29 Konstantin... Add standard extended feature bit 6 from the Intel...
2015-12-29 Ian LeporeFix the error checking for the ubenv command. This...
2015-12-29 Jilles Tjoelkersh: Split subevalvar() in #/##/%/%% and =/? parts.
2015-12-29 Enji CooperFix getopt(3) argument after r290180; I forgot to chang...
2015-12-29 Jonathan T... When checking the inp_ip_minttl restriction for IPv6...
2015-12-29 Marius Strobl- Add entries for the more prominent members of the...
2015-12-29 Pedro F. Giffunipax: prevent possible buffer overflow
2015-12-29 David ChisnallImprovements to BSD-licensed DTC.
2015-12-29 Martin Wilke- Sort ports-secteam
2015-12-29 Pedro F. Giffuniext2: recognize ext4 INCOMPAT_RECOVER flag
2015-12-29 Martin Wilke- Add myself to ports-secteam
2015-12-29 Ian LeporeCorrect the code for sign-extending a 16 bit value...
2015-12-29 Hans Petter... Update metadata for "tools/tools/bus_autoconf" after...
2015-12-29 Ulrich SpörleinFix type mismatches for malloc(3) and Co.
2015-12-29 Ulrich SpörleinFix type mismatches for malloc(3) and Co.
2015-12-29 Xin LIhyperv: vmbus: run non-blocking message handlers in...
2015-12-29 Xin LIhyperv: vmbus: remove the per-channel control_work_queue
2015-12-29 Justin HibbitsUpdate capabilities of e500mc, e5500, e6500.
2015-12-29 Baptiste DaroussinSimplify code for parsing extra groups
2015-12-29 Baptiste DaroussinRemove useless assignement of linelen
2015-12-28 Baptiste DaroussinRestore dryrun support for pw groupmod
2015-12-28 Marius Strobl- Add an entry for the SIIG Cyber 2SP1 PCIe adapter...
2015-12-28 Devin TeskeAdd interests/maintainerships + notes
2015-12-28 Hans Petter... Add support for CQE zipping. CQE zipping reduces PCI...
2015-12-28 Hans Petter... Add support for sysctl tunables to 10-stable and older...
2015-12-28 Garrett Wollmanin6_if2idlen: treat bridge(4) interfaces like other...
2015-12-28 Hans Petter... Make the eeprom dump function more readable and rename...
2015-12-28 Hans Petter... Reduce memory consumption when allocating kobject strin...
2015-12-28 Devin TeskeExplicitly set permissions on entropy files
2015-12-28 Alexander V... Add SFF-8024 Extended Specification Compliance
2015-12-28 Xin LIEliminate unneeded includes.
2015-12-28 Marcelo AraujoThe sdp opens the database with PERM_SECURE mode and...
2015-12-28 Enji CooperRemove retval to fix a -Wunused-but-set-variable warnin...
2015-12-28 Enji Cooper- Remove unused but set ssize in shutdown_send_sigpipe
2015-12-28 Enji CooperClean trailing whitespace
2015-12-28 Enji Cooper- Fix an improperly sized buffer for `pathname` [1]
2015-12-28 Enji CooperFix style(9) a bit and ensure that error from initializ...
2015-12-28 Marcelo AraujoAdd on systat -vm the ability to display the physical...
2015-12-28 Enji CooperPlace cancel and error under #ifdef DEBUG to mute
2015-12-28 Enji CooperStaticize several variables that are used exclusively...
2015-12-28 Enji Cooper- Explicitly initialize ch to 0
2015-12-28 Cy SchubertCorrect __FreeBSD__ check.
2015-12-27 Warner LoshUse a macro to create the names for the library path...
2015-12-27 Warner LoshThe FILE structure has a mbstate_t in it. This structur...
2015-12-27 Warner LoshThere's currently some issues with armv7-class of CPUs...
2015-12-27 Allan JudeAdd some additional GPT partition types
2015-12-27 Allan JudeReplace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
2015-12-27 Allan JudeFix incorrect error message in geom map
2015-12-27 Dmitry ChaginVerify that tv_sec value specified in settimeofday...
2015-12-27 Konstantin... Add missed relpbuf() for a smallfs page-in.
2015-12-27 Ed SchoutenReplace implementation of hsearch() by one that scales.
2015-12-27 Adrian ChaddFix missing path conversion from the previous commit...
2015-12-27 Alexander MotinAllocate separate scratch space for scanner purposes.
2015-12-27 Alexander MotinSplit DMA buffers for request, response and ATIO queues.
2015-12-27 Konstantin... Typo.
2015-12-26 Jamie GrittonLet old-style (shell-based) jail configuration handle...
2015-12-26 Jilles Tjoelkersh: Add tests for #/##/%/%% on $* and $@.
2015-12-26 Allan JudeFix includes in usr.sbin/fstyp/zfs.c
2015-12-26 Adrian ChaddDisable the firwmare licence check for rsu and urtwn.
2015-12-26 Ian LeporeEnhance rc.d/netwait script to wait for late-attaching...
2015-12-26 Bjoern A. ZeebAdd missing #ifdef INET after r292674 to allow NOIP...
2015-12-26 Adrian Chadd[mdio] Add MDIO support for "extended" registers as...
2015-12-26 Konstantin... Do not substitute interpeter if the brand interpreter...
2015-12-26 Baptiste Daroussinprocfs(5) is not required by ps(1) and w(1) anymore
2015-12-26 Alexander MotinUse single DMA tag for scratch areas of all virtual...
2015-12-26 Dmitry ChaginReturn EINVAL in case of incorrect sigev_signo value...
2015-12-26 Dmitry ChaginDo not allow access to emuldata for non Linux processes.
next