]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-10-25 nwhitehornFix a manifestation of GCC bug 16625 that caused ld...
2010-10-25 dimSync: merge r214221 through r214352 from ^/head.
2010-10-25 dimApply commit f6c8fecc6fe3d5532691867a7f27820bb1c426a9...
2010-10-25 dimApply commit d3a5e914c6ff07c426b026b0cda8d044fd1cdabe...
2010-10-25 aeReimplemented "gpart destroy -F". Now it does all work...
2010-10-25 thomasFix typo in comment.
2010-10-25 nwhitehornThe EHCI_CAPLENGTH and EHCI_HCIVERSION registers are...
2010-10-25 nwhitehornDon't create spurious /dev entries.
2010-10-25 jhbUse 'saveintr' instead of 'savecrit' or 'eflags' to...
2010-10-25 jhbUse intr_disable() and intr_restore() instead of frobbi...
2010-10-25 ivorasReduce the difference between hirunningspace and lorunn...
2010-10-25 davidxuUse function tdfind() to find a thread.
2010-10-25 davidxuFix typo.
2010-10-25 davidxuGet cpuset in pthread_attr_get_np() and free it in...
2010-10-25 bzFactor out DDB commands from r204145, r204279 into...
2010-10-25 mavMake hw.snd.vpc_0db to be also a loader tunable.
2010-10-25 mavAdd missing mtx_destroy() on channel attach failure.
2010-10-25 avgadd dates along with revision numbers in UPDATING entry...
2010-10-25 mavDo some whitespace and `identify` output cleanup.
2010-10-24 julianAdd Makefile entry to install two new example files.
2010-10-24 julianAdd a jails directory in the examples section
2010-10-24 julianAdd two scripts that demonstrate how to make and
2010-10-24 jillessh: Ignore double-quotes in arithmetic rather than...
2010-10-24 jillessh: Do not allow overriding a special builtin with...
2010-10-24 bzAdd initial inet DDB support for show in_ifaddr and...
2010-10-24 yongariAdd TSO support over VLAN for i82550/i82551. Controller...
2010-10-24 yongariUse bge_chipid to compare controller ids. r214251 incor...
2010-10-24 jillessh: Make sure defined functions can actually be called.
2010-10-24 jillessh: Check whether dup2 was successful for >&FD and...
2010-10-24 jillessh: Add a test trying to close a descriptor that is...
2010-10-24 mavMake da driver to handle some probably broken Android...
2010-10-24 pjdBefore this change on first connect between primary...
2010-10-24 pjdImplement nv_exists() function that returns true if...
2010-10-24 pjdMove all NV defines into nv.c, they are not used extern...
2010-10-24 jillessh: Change ! within a pipeline to start a new pipeline...
2010-10-24 jillessh: Add some testcases for alias expansion.
2010-10-24 brucecMostly revert r203420, and add similar functionality...
2010-10-24 jhUse .Dv with NULL.
2010-10-24 jhDocument make_dev_p(9).
2010-10-24 pjdSimplify code a bit.
2010-10-24 pjdPlug memory leak.
2010-10-24 pjdPlug memory leaks.
2010-10-24 pjdLoad geom_gate.ko module after parsing arguments.
2010-10-24 uqsflex: add missing ifdef magic to create/hide prototypes
2010-10-24 hselaskyRemove stray semicolon.
2010-10-24 marius- Given that as of r214264 all PHY drivers using mii...
2010-10-24 marius- Add IFM_10_2 and IFM_10_5 media via tlphy(4) only...
2010-10-24 mariusTake advantage of mii_phy_add_media()/mii_phy_setmedia().
2010-10-24 marius- Take advantage of mii_phy_dev_probe().
2010-10-24 rwatsonAdd microbenchmark for create/unlink of a zero-byte...
2010-10-24 jchandraFix PIC_RETURN when abicalls are not defined.
2010-10-24 nyanMFi386: the part of revision 213226.
2010-10-24 nyanMFi386: revision 214210
2010-10-24 emasteMove variable declarations into the conditional block...
2010-10-23 rmacklemModify the experimental NFSv4 server's file handle...
2010-10-23 yongariApply the same workaround for SDI flow control used...
2010-10-23 bzMake the IPsec SADB embedded route cache a union to...
2010-10-23 rwatsonAdd missing DTrace probe invocation to mac_vnode_check_...
2010-10-23 traszRemove workaround for ZFS bug; fix was committed to...
2010-10-23 davidxuIn thr_exit() and kthread_exit(), only remove thread...
2010-10-23 uqsRemove mention of non-existant -o flag for debugging...
2010-10-23 bschmidtThe firmware does pad notifications to an even number...
2010-10-22 pjd- Improve error messages, so instead of 'Not fully...
2010-10-22 pjdClose a race between checking if device is already...
2010-10-22 pjdAdd State tag, so 'geli status' will report active...
2010-10-22 pjdEncryption keys array might be NULL if device is suspen...
2010-10-22 pjdMove sc_akeyctx and sc_ivctx initialization to the...
2010-10-22 rmacklemModify the file handle hash function in the experimenta...
2010-10-22 dimMost of binutils now compiles at WARNS=3, except for...
2010-10-22 dimIn case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in...
2010-10-22 hselaskyAdd possibility to generate devctl notifications regard...
2010-10-22 dimSync: merge r214077 through r214219 from ^/head.
2010-10-22 yongariAdd workaround for BCM5906 A1 controller silicon bug...
2010-10-22 yongariEnable TX MAC state machine lockup fix for both BCM5755...
2010-10-22 dimRemove some spaces from __sym_compat() macro, since...
2010-10-22 dimUpdate gcc's auto-host.h header for binutils 2.17:...
2010-10-22 dimGarbage collect gnu/lib/libiberty and gnu/lib/libg2c...
2010-10-22 dimFix gdb compilation with new binutils:
2010-10-22 dimMake contrib/binutils/opcodes/mips-dic.c compile withou...
2010-10-22 rdivackyAvoid using memcpy() for copying 32bit chunks. This...
2010-10-22 dimMake contrib/binutils/bfd/coff-x86_64.c compile without...
2010-10-22 jhb- Add a new PCI quirk to whitelist an old chipset that...
2010-10-22 rwatsonValidate syscall_timing test names before starting...
2010-10-22 bcrRevert to r214147, errno is not clobbered as originally
2010-10-22 marcelUnbreak ia64.
2010-10-22 impMore simplifications
2010-10-22 impRemove unnecessary variable.
2010-10-21 impFix two typos
2010-10-21 impMore support for IMAGE installations
2010-10-21 impMinor tweaks in compression support:
2010-10-21 rwatsonUniversally use uintmax_t in syscall_timing; rearrange...
2010-10-21 dimUpdate makeinfo include paths, and configuration settin...
2010-10-21 dimUpdate ldscript extension list.
2010-10-21 dimUse one file per line in SRCS= definition, to make...
2010-10-21 delphijCall chainevh callback when we are invoked with neither...
2010-10-21 dimApply upstream changes to genscripts.sh, while attempti...
2010-10-21 dimRemove weird double-pasted sections in armelfb?_fbsd.sh.
2010-10-21 dimRegenerate config.h for ld.
2010-10-21 dimRemove bignum-copy.c from SRCS=, as it no longer exists...
2010-10-21 dimUse one file per line in SRCS= definition, to make...
next