freebsd.git
2015-09-27 ngieMFhead @ r288313
2015-09-27 allanjudeFix whitespace error in ls(1) detected by igor
2015-09-27 allanjudeUse one fewer made up words in the ls(1) man page
2015-09-27 loosSet the #address-cells and #size-cells for the I2C...
2015-09-27 mavAdd to CTL initial support for CDROMs and removable...
2015-09-27 jillesfnmatch(): Remove exponential behaviour as in sh r229201.
2015-09-27 bzFix what looks like a consistent copy&paste error.
2015-09-27 bzCompare the correct variable to see if memory allocatio...
2015-09-27 mrAdd support to systat to display zfs arc cache status...
2015-09-27 ngieReplace N #defines with nitems to simplify ifconfig...
2015-09-27 ngieEnable parallel subdirectory building with sys/modules...
2015-09-27 delphijMFV r288243: nc from OpenBSD 5.8.
2015-09-27 melifaroEliminate nd6_nud_hint() and its TCP bindings.
2015-09-27 jeff - Collapse vfs_vmio_truncate & vfs_vmio_release into...
2015-09-27 ngieRemove MLINKS to more non-existent mbuf(9) macros
2015-09-27 melifarortsock requests for deleting interface address lles...
2015-09-27 ngiePosthumously remove all references to MFREE(9)
2015-09-27 adrianEnforce consistent limits of daemons run from rc.subr:
2015-09-27 adrianTrack the command response code buffer size and verify...
2015-09-26 alcThe conversion of kmem_alloc_attr() from operating...
2015-09-26 markjRemove a check for a condition that is always false...
2015-09-26 adrianFree the TX/RX list buffers /before/ tearing down net80...
2015-09-26 markjDocument the interface for applying advice up to the...
2015-09-26 adrianOops - commit the correct manpage content for otusfw.4.
2015-09-26 markjFix argument ordering in vn_printf().
2015-09-26 cemRevert r288270 to fix the build
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-26 hselaskyFix spelling.
2015-09-26 jpaetzelIncrease group limit for kerberized NFSv4
2015-09-26 cemDocument bus_get_resource(9).
2015-09-26 bdreweryHookup mkcsmapper_static and mkesdb_static for all...
2015-09-26 bdreweryRevert r288268. Wrong change committed.
2015-09-26 bdreweryHookup mkcsmapper_static and mkesdb_static for all...
2015-09-26 bdreweryRemove redundant .NOPATH.
2015-09-26 bdreweryAdd more SUBDIR_PARALLEL.
2015-09-26 ianWait up to 10 seconds for late-initializing network...
2015-09-26 mavAllow LOG SENSE command on non-disk devices.
2015-09-26 adrianDon't duplicate checks; net80211 now does this for us.
2015-09-26 mavRemove concept of control device.
2015-09-26 mavMove ioctl frontend defines where they belong.
2015-09-26 mavRemove few more unused variables.
2015-09-26 mavRemove some duplicate, legacy, dead and questionable...
2015-09-26 kibMake the __bitcount*() functions unconditionally availa...
2015-09-26 adrian* Add 11n HT40 support - i needed to send both HTINFO...
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-26 adrianFix a bug in the TX command handling - log when a too...
2015-09-26 adrianAdd man pages for the AR9170 and AR9170 firmware.
2015-09-26 adrianAdd an initial driver for the AR9170 series draft-11n...
2015-09-26 adrianUpdate USB device IDs for the upcoming AR9170 support.
2015-09-26 bdreweryMETA_MODE: Make it easier to keep the bootstrap-tools...
2015-09-26 bdreweryAdd SUBDIR_PARALLEL.
2015-09-26 bdreweryRemove disconnected directories.
2015-09-26 mavPass to sobind() copy of the address, not the original.
2015-09-26 bdreweryAdd missing CLEANFILES.
2015-09-26 adrianPerform some rather amusing layering violations to...
2015-09-25 bzCompare the newly allocated array elements to NULL...
2015-09-25 bdreweryRemove 'set -e' that are no longer needed as it is...
2015-09-25 bdreweryExplicitly enable .MAKE.ALWAYS_PASS_JOB_QUEUE for bmake.
2015-09-25 mavProperly lock LUN in ctl_failover_lun().
2015-09-25 cemMFV c3ccd112: Correct off-by-ones in free_exception...
2015-09-25 emasteRemove apostrophe from AP's for consistency (arm64...
2015-09-25 bdreweryAdd missing binutils ldscripts.
2015-09-25 bdreweryFix subdir -j build after r287983 by adding missing...
2015-09-25 emasteBuild ofwdump(8) on MIPS too
2015-09-25 emastexinstall: renumber UCB clauses to avoid skipping #3
2015-09-25 bdreweryFix emulation ldscripts not being installed since r131832.
2015-09-25 mavFix bit masks changed for the wrong commands in r288221.
2015-09-25 bdreweryMETA_MODE: Remove DEP_MACHINE from Makefile.depend...
2015-09-25 bdreweryMETA_MODE: Checkin a proper Makefile.depend.
2015-09-25 bdreweryMETA_MODE: Remove DEP_RELDIR from Makefile.depend files.
2015-09-25 bdreweryAdd missing SVN keywords.
2015-09-25 mavConstify ctl_serialize_table.
2015-09-25 cemsbuf: Process more than one char at a time
2015-09-25 mavRemove some dead code found by Clang analyzer.
2015-09-25 mavRemove stale comments and some excessive empty lines.
2015-09-25 bdreweryThe bsd.progs.mk -> bsd.prog.mk rework did not pan...
2015-09-25 bdreweryPROGS: Let the parent run the children in parallel.
2015-09-25 gremboFix non-POSIX-compliant use of getaddrinfo in libfetch
2015-09-25 kibUse per-cpu values for base and last in tc_cpu_ticks...
2015-09-25 mavSwitch I/O time accounting from system time to uptime.
2015-09-25 mavCollect DMA statistics on secondary HA node.
2015-09-25 mavMake HA handle datamove and done in a universal way...
2015-09-25 phkFix two cases where "const" were washed off pointers...
2015-09-25 mavRemove some control_softc references.
2015-09-25 bdreweryMETA_MODE: Fix staging not respecting _DIR overrides.
2015-09-25 jpaetzelFix typo.
2015-09-25 emasteAdd double size 16x32 VGA ROM font
2015-09-25 delphijMFV r288063: make dataset property de-registration...
2015-09-25 emasteRemove EOL whitespace from Makefile.inc1
2015-09-25 bdreweryDon't recurse with cleanobj.
2015-09-24 bdreweryRemove unneeded dependency of '.o: .h' that bsd.prog...
2015-09-24 bdreweryAdd missing CLEANFILES.
2015-09-24 bdreweryRemove unneeded dependency line.
2015-09-24 emasteRename ELFOSABI_SYSV to ELFOSABI_NONE to match current...
2015-09-24 emastereadelf: Correct typo HPUS -> HPUX
2015-09-24 hselaskyImplement support for reading USB quirks from the kerne...
2015-09-24 bdreweryFix running make in src directories without a Makefile...
2015-09-24 adrianFix up error path handling after the recent churn.
2015-09-24 emasteCorrect UPDATING entry date
2015-09-24 emasteInstall kernel debug data under /usr/lib/debug
next