freebsd.git
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-11 dimMerge ^/head r287527 through r287679.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 cyRevert ip_fil_freebsd.c -r287674. This should not have...
2015-09-11 cyFix ipfilter bug 3600459 NAT bucket count wrong.
2015-09-11 avgradeon_suspend_kms: don't mess with pci state that...
2015-09-11 mavMake ctld restart on primary HA node less invasive...
2015-09-11 mavClose races between device close and request processing.
2015-09-11 tuexenEnsure that ERROR chunks are always padded by implement...
2015-09-11 mavReference/release devices on every I/O, rather on open...
2015-09-11 mavAdd support for PPP-Max-Payload PPPoE tag (RFC4638).
2015-09-11 cyRevert $FreeBSD$.
2015-09-11 cyFix mutex errors.
2015-09-11 cyFixup typos in comments.
2015-09-11 delphijUse strlcpy() in favor of strncpy() as it's defined...
2015-09-11 markjUse a common subroutine to fetch and zero protocol...
2015-09-11 impbufdonebio is now unused. Retire it too.
2015-09-11 markjRemove prototypes for undefined functions from netstat.h.
2015-09-11 markjDocument stack_save_td(9) and stack_save_td_running(9).
2015-09-11 markjAdd stack_save_td_running(), a function to trace the...
2015-09-11 markjRemove the arg0 field from struct amd64_frame. Its...
2015-09-11 markjMerge stack(9) implementations for i386 and amd64 under...
2015-09-11 markjMFV r283513:
2015-09-11 markjMFV r283512:
2015-09-11 markjRemove the v_cache_min and v_cache_max sysctls. They...
2015-09-11 impdev_strategy and dev_strategy_csw are unused since...
2015-09-11 sjgHandle default MAKEOBJDIR for META_MODE.
2015-09-10 dteskeFix argument quoting and remove unnecessary braces
2015-09-10 delphijlogin.c doesn't really need libutil.h, don't include it.
2015-09-10 delphij - Avoid accessing window properties directly, instead...
2015-09-10 jhbAdd a comment that to clarify how to determine the...
2015-09-10 dimAmend 287626 by adding lib/libclang_rt/safestack.
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-10 kibDo not hold the process around the vm_fault() call...
2015-09-10 mavReimplement CTL High Availability.
2015-09-10 mavRemove unused target and initiator IDs.
2015-09-10 tuexenZero out a local variable also when PURIFY is not defined.
2015-09-10 mavDisable CTL_IO_DELAY feature.
2015-09-10 hrsRemove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten...
2015-09-10 hselaskyUpdate USB quirk.
2015-09-10 hrsUse read to parse a line instead of set.
2015-09-10 hrs- Add uid check.
2015-09-10 hrsUpdate only static routes when an interface is specifie...
2015-09-10 hrs- Remove #ifdef HAVE_POLL_H.
2015-09-10 hrs- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These...
2015-09-10 hrs- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These...
2015-09-10 hrsDo not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.
2015-09-10 hrsRemove IN6_IFF_NOPFX. This flag was no longer used.
2015-09-10 hrs- Remove GIF_{SEND,ACCEPT}_REVETHIP.
2015-09-10 adrianAlso make kern.maxfilesperproc a boot time tunable.
2015-09-09 jhbUse _exit() instead of exit() in child processes create...
2015-09-09 jhbAdd a test to verify that a traced process sees its...
2015-09-09 jhbProperly size the children[] arrays in the follow fork...
2015-09-09 kibFor open("name", O_DIRECTORY | O_CREAT), do not try...
2015-09-09 takawatafix compare argument for address type.
2015-09-09 andrewRework copyinstr to:
2015-09-09 hrs- Fix SIGSEGV when sa == NULL. NULL check in getnamein...
2015-09-09 hselaskyAdd new USB ID.
2015-09-09 kibRemove a check which caused spurious SIGSEGV on usermod...
2015-09-09 delphijw(1) is not setgid binary since r53279, so remove the...
2015-09-09 jhibbitsAdd PVR identifier for E6500, from the reference.
2015-09-09 kevloCorrect setting R92C_TDECTRL_BLK_DESC_NUM_M bit.
2015-09-08 jkimRevert r287578. This patch requires more review.
2015-09-08 allanjudeCorrectly case FreeBSD in my entry in the tips file
2015-09-08 allanjudeAdd an additional check to service(8) -e incase rcvar...
2015-09-08 baptRemove extra debug that crept in
2015-09-08 baptImplement pubkey support for the bootstrap
2015-09-08 jkimEnable 802.11n support.
2015-09-08 jkimSort and remove duplicate compiler flags.
2015-09-08 allanjudeservice(8) -e does not respect /etc/rc.conf.d/* entries
2015-09-08 gargaRemove duplicate entry for Sierra Wireless Aircard 875
2015-09-08 garga- Fix Sierra MC7354 ID from a bad copy/paste, correct...
2015-09-08 dumbbelldrm/ttm: Drain taskqueue if taskqueue_cancel_timeout...
2015-09-08 baptFix indentation, no functional changes
2015-09-08 andrewEnable mincore_test on arm64, we now have a working...
2015-09-08 andrewAdd support for pmap_mincore on arm64 by walking the...
2015-09-08 impThe swap pager is compatible with direct dispatch....
2015-09-08 andrewAllow us to set the console device tree node. This...
2015-09-08 jimharrisisci: check return value of pci_alloc_msix()
2015-09-08 jimharrisisci: explicitly enable/disable PCI busmaster
2015-09-08 traszMake it possible to use acl_create_entry_np(3) to use...
2015-09-08 ngieRevert r286984 (adding opt_random.h to sys/modules...
2015-09-08 ngieRemove opt_random.h header pollution from sys/random...
2015-09-08 kibStyle. Use ANSI definition, wrap long lines, no initia...
2015-09-08 kibIn the pthread_once(), if the initializer has already...
2015-09-08 kevloEnable TSF timer in monitor mode.
2015-09-08 kevloAdd TSF field into TX/RX radiotap headers
2015-09-08 kevloFix comparison in run_key_set_cb().
2015-09-08 kevlo- Remove empty key_update_* functions.
2015-09-08 alcTo simplify upcoming changes to the inactive queue...
2015-09-08 gnnUpdate DTrace nfs scripts to track the proper provider...
2015-09-07 adrianDon't call enable_all_rings if the adapter has been...
2015-09-07 loosFix off-by-one bugs.
2015-09-07 dimIn libz's inflateMark(), avoid left-shifting a negative...
2015-09-07 mjgfd: make rights a mandatory argument to fgetvp_rights
2015-09-07 mjgfd: make the common case in filecaps_copy work lockless
2015-09-07 marcelAs expected, things aren't as simple as hoped. Conseque...
2015-09-07 cemFollow-up to r287442: Move sysctl to compiled-once...
2015-09-07 andrewUse load-acquire semantics while waiting for td_lock...
2015-09-07 tuexenRFC 4960 requires that packets containing an INIT chunk...
next