]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-04-24 Warner LoshLIBMILTER can be defined always. No need to restrict...
2014-04-24 Warner LoshAlways define LIBLDNS. We don't need to only define...
2014-04-24 Warner LoshTurns out that bash whines line a spoiled three year...
2014-04-24 Warner LoshChannel my inner hobgoblin and make all functions enclo...
2014-04-24 Warner LoshMore like gone in 11...
2014-04-24 Ed MasteCorrect min/max cluster counts for FAT12/16/32
2014-04-24 Rick MacklemThe PR reported that the old NFS server did not set...
2014-04-24 Alan SomersFix host and network routes for new interfaces when...
2014-04-24 Alexander MotinRemove limits on size of READ/WRITE operations.
2014-04-24 Steven HartlandEliminate duplicate checks in vdev_geom_io_intr error...
2014-04-24 Alexander MotinMake CAM target CTL frontend respect SIM I/O size limit...
2014-04-24 Steven HartlandRemove duplicate SYSCTL_DECL(_debug_acpi) which was...
2014-04-24 Roger Pau Monnéxen: fix copyright header
2014-04-24 Steven HartlandAdd Linux socket call decoding to truss
2014-04-24 Edward Tomasz... Modify CTL iSCSI frontend to properly handle situations...
2014-04-24 Steven HartlandFix jailed raw sockets not setting the correct source...
2014-04-24 Steven HartlandIncrease ACPI_MAX_TASKS to be 4 x the number of CPU...
2014-04-24 Edward Tomasz... Style fixes.
2014-04-24 Edward Tomasz... Grammar fix.
2014-04-24 Bryan VenteicherWait for the callout to finish before unloading the...
2014-04-24 Bryan VenteicherUpdate the date that was missed in r263259
2014-04-24 Kevin LoFix panic by adding mtx_assert() to urtwn_init_locked...
2014-04-24 Steven HartlandAdd information about supported NCQ functionality to...
2014-04-24 Warner LoshInclude bsd.opts.mk before Makefile.inc so Makefile...
2014-04-24 Warner LoshHoist CR convenience function up from dhcpd config...
2014-04-24 Warner LoshSwitch to using pkgng for all package management. Add...
2014-04-24 Warner LoshAdd a routine for easy workaround any umount issues...
2014-04-24 Warner LoshIntroduce NANO_PKG_META_BASE to allow moving where...
2014-04-24 Warner LoshNo need for true here, remove it.
2014-04-24 Warner LoshOverride the parallel make target to use all CPUs.
2014-04-24 Adrian ChaddBegin fleshing out support for net80211 provided (legac...
2014-04-24 Adrian ChaddAdd a capability to indicate that the net80211 stack...
2014-04-24 Steven HartlandAdd some new ATA defines for SATA 3.1 spec
2014-04-24 Steven HartlandSilence compiler warning due to missing return in idmap...
2014-04-24 Steven HartlandEliminated optarg global being used outside of the...
2014-04-24 Steven HartlandAdd the ability to set a minimum ashift size for ZFS...
2014-04-24 Steven HartlandExposed debug.acpi.max_tasks and debug.acpi.max_threads...
2014-04-24 Peter GrehanAllow the guest to read the TSC via MSR 0x10.
2014-04-23 Rick MacklemRemove an unnecessary level of indirection for an argument.
2014-04-23 Adrian ChaddAllow frames to be transmitted in either RUN or SLEEP...
2014-04-23 Adrian ChaddAllow the state of the interface to be "up" if the...
2014-04-23 Rick MacklemModify the NFSv4 client's Pathconf RPC (actually a...
2014-04-23 Devin TeskeUpdate zfsboot to coincide with r264840 to bsdconfig...
2014-04-23 Devin TeskeImplement GEOM based media device classification. You...
2014-04-23 Michael TuexenDon't free an mbuf twice. This only happens in very...
2014-04-23 John Baldwin- Format the usage so that it fits in 80 cols and follo...
2014-04-23 Xin LIMFV r264830:
2014-04-23 Xin LIMFV r264829:
2014-04-23 Alexander MotinDisable UNMAP support for STEC 842 SSDs.
2014-04-23 Marius Strobl- Sprinkle const and static as appropriate.
2014-04-23 Marius StroblAdd quirk to configure headphones redirection on Intel...
2014-04-23 Xin LI4745 fix AVL code misspellings
2014-04-23 Xin LI3897 zfs filesystem and snapshot limits
2014-04-23 Ed MasteAdd patches corresponding to r264826 and r264827
2014-04-23 Ed MasteMerge Clang r202185:
2014-04-23 Ed MasteMerge LLVM r202188:
2014-04-23 Neel NatuChange the vlapic timer frequency to be in the ballpark...
2014-04-23 Ed SchoutenMake usage printing more consistent with other tools.
2014-04-23 Ian LeporeAllow .WAIT to appear in SUBDIR= lists, to provide...
2014-04-23 Baptiste DaroussinUpdate to byacc 20140409
2014-04-23 Kevin LoOops, revert r264801.
2014-04-23 Kevin LoAdd a missing break.
2014-04-23 Hans Petter... - Get transmit loop more in line with the other serial...
2014-04-23 Adrian ChaddWrap the rate control re-init code in a lock, to serial...
2014-04-23 Bryan DreweryFix grammar error and trailing newline.
2014-04-23 Glen BarberMove xdev knobs from release/arm/release.sh and into an
2014-04-23 Glen BarberPlay musical-KNOBS a bit more with release/arm/release.sh.
2014-04-22 Baptiste DaroussinImport byacc 20140409
2014-04-22 Baptiste DaroussinImport libucl 0.4.0
2014-04-22 Baptiste DaroussinImport libucl 0.4.0
2014-04-22 Baptiste DaroussinSimplify reading pw.conf(5) by using getline(3)
2014-04-22 Ed MasteFix installworld failure when kerberos source files...
2014-04-22 George V. Neville... Check that port is started when MAC filter is set
2014-04-22 Xin LIUse calloc() in favor of malloc + memset.
2014-04-22 Luiz Otavio... Keep geom_uncompress(4) in line with geom_uzip(4),...
2014-04-22 Tycho NightingaleFactor out common ioport handler code for better hygien...
2014-04-22 John Baldwin- Fix an off by one error when checking for the stop...
2014-04-22 John BaldwinDon't claim the adapter is idle if it is clearing a...
2014-04-22 Rick MacklemFixes mkdir for the NFSv2 client that was broken by...
2014-04-21 Pedro F. GiffuniVarious style(9) fixes and typos in grep, sort and...
2014-04-21 Pedro F. GiffuniAdd parameterized position handling to printf(1).
2014-04-21 Julio MerinoPrevent building tests when bootstrapping make.
2014-04-21 Julio MerinoAdd placeholder Kyuafiles for various top-level hierarc...
2014-04-21 Xin LIUse case insensitive match in portsnap.
2014-04-21 Rick MacklemAdd {} braces so that the code conforms to the indentation.
2014-04-21 Rick MacklemFor an NFSv4 mount with the "nocto" option, don't get the
2014-04-21 Jilles Tjoelkerlibc/stdio: Fail fdopen() on an execute-only fd.
2014-04-21 Glen Barberurndis(4) will first appear in 9.3-RELEASE.
2014-04-21 Jilles Tjoelkerlibc: Add fopen() test to regression Makefile.
2014-04-21 Andrew TurnerRename the fp{get,set}* files so they no longer conflic...
2014-04-21 Adrian ChaddRewrite the cleanup code to, well, actually work right.
2014-04-21 Adrian Chadd* Modify the debugging output from pause/resume to...
2014-04-21 Adrian ChaddMake sure bf_next is NULL'ed out when we're completing...
2014-04-21 Eitan Adlerbsd-family-tree: Add missing releases
2014-04-21 Adrian ChaddFix a cleanup hang if cleanup gets called _during_...
2014-04-20 Rick MacklemModify the NFSv4 client create/mkdir RPC so that it...
2014-04-20 Michael TuexenAdd consistency checks to ensure that fragments of...
2014-04-20 Glen BarberApply a slightly different color hammer to arm/release.sh:
2014-04-20 Ian LeporeRemove uncessary cache and TLB maintenance ops.
2014-04-20 Michael TuexenSend also a packet containing an ABORT chunk in respons...
next