]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-10-04 Alexander V... Sync to HEAD@r272516.
2014-10-04 Alexander V... Add "ipfw_ctl3" FEATURE to indicate presence of new...
2014-10-04 Alexander V... Switch ipfw to use rmlock for runtime locking.
2014-10-04 Alexander V... Bump max rule size to 512 opcodes.
2014-10-04 Edward Tomasz... Make autofs use shared vnode locks.
2014-10-04 Xin LIMFV r272499:
2014-10-04 Xin LIAdd a new sysctl, vfs.zfs.vol.unmap_enabled, which...
2014-10-04 Xin LIDiff reduction with upstream. The code change is not...
2014-10-04 Adrian ChaddAdd in decode for the AR9300 RX descriptor.
2014-10-04 Xin LIMFV r272496:
2014-10-04 Xin LIMFV r272495:
2014-10-04 Mateusz GuzikPlug capability races.
2014-10-04 Xin LIMFV r272494:
2014-10-04 Mateusz GuzikAdd sequence counters with memory barriers.
2014-10-04 Xin LIMFV r272493:
2014-10-04 Xin LI5174 add sdt probe for blocked read in dbuf_read()
2014-10-04 Xin LI5149 zvols need a way to ignore DKIOCFREE
2014-10-04 Xin LI5148 zvol's DKIOCFREE holds zfsdev_state_lock too long
2014-10-04 Xin LI5161 add tunable for number of metaslabs per vdev
2014-10-04 Xin LI5163 arc should reap range_seg_cache
2014-10-04 Xin LI5164 space_map_max_blksz causes panic, does not work
2014-10-04 Xin LI5147 zpool list -v should show individual disk capacity
2014-10-04 Yoshihiro TakahashiMerge pc98's machdep.c into i386/i386/machdep.c.
2014-10-04 Yoshihiro TakahashiReduce diffs against i386.
2014-10-04 Yoshihiro Takahashi- MFi386: Add compile-with option for tau32-ddk.c.
2014-10-04 Mark JohnstonRemove an incorrect and useless debug print.
2014-10-03 Mark JohnstonHook up support for userland CTF support in DTrace...
2014-10-03 Andrey V. ElsukovAdd GUID of FreeBSD slice to GPT scheme.
2014-10-03 Marcel MoolenaarUpdate baseline files for EBR, MBR and PC98 now that...
2014-10-03 Marcel MoolenaarAdd mkimg_chs() for those schemes that need the LBA...
2014-10-03 Xin LIAdd dependencies to various libraries to libzfs and...
2014-10-03 Steven HartlandRefactor ZFS ARC reclaim checks and limits
2014-10-03 Jilles Tjoelkersh: Fix LINENO and prompt after $'\0 and newline.
2014-10-03 Peter GrehanAdd new fields in the FADT, required by IASL 20140926-64.
2014-10-03 Hans Petter... When we fail to get a USB reference we should just...
2014-10-03 Hans Petter... Fix XHCI driver for devices which have more than 15...
2014-10-03 Alexander V... Make linear_skipto turned off by default.
2014-10-03 Alexander V... Document new table values.
2014-10-03 Andrew TurnerAllow vld and vst instructions to use the canonical...
2014-10-03 Li-Wen HsuBump .Dd
2014-10-03 Steven HartlandFix various issues with zvols
2014-10-03 Andrew TurnerAdd all the dmb/dsb optional limitations, including...
2014-10-03 Andrew TurnerAllow the optional limitation on dmb instructions as...
2014-10-03 Edward Tomasz... Fix autofs debug macros.
2014-10-03 Edward Tomasz... Make autofs(4) use shared lock for lookups, instead...
2014-10-03 Michael TuexenUPD and UDPLite require a checksum. So check for it.
2014-10-03 Hiroki SatoFix a bug in r272297 which prevented dumpdev from setting.
2014-10-03 Marcelo AraujoFix failures and warnings reported by newpynfs20090424...
2014-10-03 Kevin Lobump .Dd
2014-10-03 Kevin LoMention umoscom(4) and uslcom(4).
2014-10-02 Enji CooperImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 Steve KarglRemove whitespace and 2 blank lines.
2014-10-02 Mark JohnstonHave dtrace(1) handle SIGPIPE by cleaning up and exitin...
2014-10-02 Gavin AtkinsonAdd HARDWARE section of urnis(4) driver to try to gain...
2014-10-02 George V. Neville... Fixup the setting of the baud rate.
2014-10-02 Luigi Rizzoadd CAP_EVENT for the libpcap device so we will be...
2014-10-02 John BaldwinRequire p_cansched() for changing a process' protection...
2014-10-02 Hiroki SatoRevert r272390.
2014-10-02 Jung-uk KimRemove obsolete Makefile for acpi.ko.
2014-10-02 Hiroki SatoSeparate option handling from SIOC[SG]LAGG to SIOC...
2014-10-02 Brad Davis- Add a test for bug 191427 where pw(8) will go into...
2014-10-02 Jung-uk KimMerge ACPICA 20140926.
2014-10-02 Pedro F. Giffunistrptime(3): Update manpage for %U and %W.
2014-10-02 Rui PauloRemove the extra CFLAGS now that the driver has been...
2014-10-02 Pedro F. Giffunistrptime: %s format fix.
2014-10-02 Hans Petter... Make sure we always set the maximum number of valid...
2014-10-02 Jean-Sébastien... vt(4): Save/restore keyboard mode & LED states when...
2014-10-02 Glen BarberMerge the following revisions from ^/projects/release...
2014-10-02 George V. Neville... Properly handle a case that should never happen (the...
2014-10-02 Hans Petter... Add new USB ID.
2014-10-02 Alexander MotinUse REPORT LUNS command for SPC-2 devices with LUN...
2014-10-02 Michael TuexenCheck for UDP/IPv6 packets that the length in the UDP...
2014-10-02 Alexander MotinMake disconnected LUN 0 don't remain in half-configured...
2014-10-02 Edward Tomasz... Call uma_zfree() outside of lock, and improve comment.
2014-10-02 Michael TuexenFix the checksum computation for UDPLite/IPv6. This...
2014-10-02 Edward Tomasz... Make autofs timeout handling use timeout task instead...
2014-10-02 Alexander MotinRestore CAM_QUIRK_NOLUNS check, lost in previous commit.
2014-10-02 Alexander MotinRework the logic of sequential SCSI LUN scanner.
2014-10-02 Ganbold TsagaankhuuAdd uart driver for Qualcomm MSM 7000/8000 series chips.
2014-10-02 Baptiste DaroussinMake sure to not skip any argument when converting...
2014-10-02 Ganbold TsagaankhuuAllow timer0 to run at full 24MHz not at 24MHz/16 by...
2014-10-02 Hiroki SatoVirtualize net.link.vlan.soft_pad.
2014-10-02 Neel NatuGet rid of code that dealt with the hardware not being...
2014-10-02 Andrey V. ElsukovDo not strip outer header when operating in transport...
2014-10-02 Hiroki SatoResurrect set_rcvar() as a function to define a rc...
2014-10-02 Hiroki SatoAdd an additional routing table lookup when m->m_pkthdr...
2014-10-02 Hiroki SatoAdd IFCAP_HWSTATS.
2014-10-02 Xin LIDiff reduction with kernel code: instruct the compiler...
2014-10-01 Pedro F. Giffunistrptime: fix bug introduced in r272273.
2014-10-01 Hiroki SatoVirtualize lagg(4) cloner. This change fixes a panic...
2014-10-01 Alexander V... Free radix mask entries on main radix destroy.
2014-10-01 Marcel MoolenaarImprove performance of mking(1) by keeping a list of...
2014-10-01 Will AndrewsRevise r272363 by collapsing the tests into a for loop.
2014-10-01 Marcel MoolenaarSuffix the cookie constants with ULL to silence warning...
2014-10-01 Devin TeskeOptimize program flow for execution speed. Also fix...
2014-10-01 Mark JohnstonAdd a sysctl, net.inet.icmp.tstamprepl, which can be...
2014-10-01 Benjamin KadukSome cleanup for sfxge.4
2014-10-01 Glen BarberSeparate release/scripts/mk-vmimage.sh to machine-specific
2014-10-01 Will AndrewsEmbellish a comment regarding the reliability of DEBUG_...
2014-10-01 Andrew TurnerClean up detection of hard-float ABIs. As with big...
next