]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-05-29 arybchiksfxge: do not use DEBUG_FLAGS to enable extra debug...
2015-05-29 rpauloacpi_ibm: add per-model default events mask.
2015-05-29 gjbExport 'BOARDNAME' when differs from the KERNCONF.
2015-05-29 gjbSort configuration options for consistency with other...
2015-05-28 brooksRevert r102953
2015-05-28 jhbCreate a separate kobj interface for leaf-driver PCI...
2015-05-28 pfgProvide VOP_GETPAGES_ASYNC() for extfs.
2015-05-28 tuexenReport the MTU consistently as specified in
2015-05-28 tuexenTake source and destination address into account when...
2015-05-28 tuexenRetire SCTP_DONT_DO_PRIVADDR_SCOPE which was never...
2015-05-28 tuexenFix a bug where messages would not be sent in SHUTDOWN_...
2015-05-28 slmThe wrong commit message was given with r283632. This...
2015-05-28 slmThe wrong commit message was given with r283632. To...
2015-05-28 tuexenUse macros for overhead in a consistent way. No functio...
2015-05-28 neelFix non-deterministic delays when accessing a vcpu...
2015-05-28 tuexenSome more debug info cleanup.
2015-05-28 pkelseyProvide an unambiguous description of the potential...
2015-05-28 tuexenFix and cleanup the debug information. This has no...
2015-05-28 tuexenAddress some compiler warnings. No functional change.
2015-05-28 jhbTweak the description of when waitpid() doesn't return...
2015-05-28 bzSimilarly to other architecture, add the include for...
2015-05-28 scottlFollow-up r283636 with a fix to the other abuses of...
2015-05-28 pkelseyAdd CAP_FCNTL to the lease file capsicum rights, and...
2015-05-27 glebiusTo avoid sleeping in firmware_get() with bwi mutex...
2015-05-27 glebiusIn bwi_mac_fw_alloc():
2015-05-27 glebiusSetup the interrupt handler after bwi_attach(). If...
2015-05-27 glebius- Don't request BUS_DMA_ALLOCNOW for dma tags, that...
2015-05-27 rmacklemMake the size of the hash tables used by the NFSv4...
2015-05-27 slmThis setting of stop_at_shutdown should have been remov...
2015-05-27 jhbTrim spurious colon.
2015-05-27 kibAdd missed {}.
2015-05-27 jhbExport a list of VM objects in the system via a sysctl...
2015-05-27 kibBump __FreeBSD_version for the r283602, which changed...
2015-05-27 jhbAdd <sys/user.h> to the SYNOPSIS of the kinfo_get*...
2015-05-27 gjbInvert the build date and svn revision to match the...
2015-05-27 emasteUpdate to ELF Tool Chain r3223
2015-05-27 glebiusMove counter.h include into ieee80211_freebsd.h. Should...
2015-05-27 jhbUse the cpuset API more consistently:
2015-05-27 glebiusAdd SIOCGI2C ioctl support to the driver. Would work...
2015-05-27 pluknetDocument recent p_flag2 additions.
2015-05-27 kibEnabled rewritten PCID support by default.
2015-05-27 kibAfter r283600, NODELAY flag to inodedep_lookup() functi...
2015-05-27 kibRight now, dounmount() is called with unreferenced...
2015-05-27 kibAdd V_MNTREF flag to the vn_start_write(9) and
2015-05-27 kibCurrently, softupdate code detects overstepping on...
2015-05-27 arybchiksfxge: mask ifmedia options (pauses) when looking for...
2015-05-26 gjbFix a typo.
2015-05-26 gavinFix spelling mistake in comment.
2015-05-26 emastememmem(3): empty little string matches the beginning...
2015-05-26 gjbUse SVNREVISION and BUILDDATE if passed into the make(1)
2015-05-26 gonzoPrint error message if autoload fails due to missing...
2015-05-26 desImport new moduli from OpenBSD. Although there is...
2015-05-26 aePrint leading zeroes of UFS2 fs_id like we do for UFS1.
2015-05-26 gjbReindent after r283575.
2015-05-26 gjbRemove duplicate exists() sanity check.
2015-05-26 gjbSet STAGE_TARGETS only if RELEASEDIR exists.
2015-05-26 gjbRemove a continuation on error, since the relevant...
2015-05-26 baptFix build WITHOUT_CDDL by unconditionnaly adding libpro...
2015-05-26 nyanMFi386: r283407
2015-05-26 glebiusProvide ieee80211_get_counter() that sums up ieee802com
2015-05-26 glebiusAdd two counters to ieee80211com, that will be used...
2015-05-26 glebiusMake ieee80211broadcastaddr global, so that drivers...
2015-05-26 glebiusReduce diff before functional changes:
2015-05-26 jhbDo not allow a process to reap an orphan (a child curre...
2015-05-26 adrianMigrate the scan iterator lock typedefs out into ieee80...
2015-05-26 adrianMigrate the 802.11s locks out into ieee80211_freebsd...
2015-05-26 delphijMFuser/delphij/zfs-arc-rebase@r281754:
2015-05-26 loosRemove unused mutex and softc variables.
2015-05-26 baptConsiders cases when NO_SHARED?=[no|NO] as dynamically...
2015-05-25 ianEnsure that all arm kernel configs contain ALT_BREAK_TO...
2015-05-25 jhbAdd KTR tracing for some MI ptrace events.
2015-05-25 dchaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-25 baptntp is now again libreadline free, so only build librea...
2015-05-25 baptFix overlinking again after recent ntp updates
2015-05-25 glebiusCleanup compat shims for FreeBSD versions that predate...
2015-05-25 glebiusChange three methods in struct ieee80211com, namely...
2015-05-25 glebiusWhen sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR...
2015-05-25 adrianConvert malloc/free back to #define's, as part of OS...
2015-05-25 glebiusSet ic_softc in all 802.11 drivers. Not required right...
2015-05-25 adrianUpdate wpi(4) to use the new mgmt RX API.
2015-05-25 adrianBegin plumbing ieee80211_rx_stats through the receive...
2015-05-25 glebiusUse ic_printf() instead of if_printf().
2015-05-25 glebiusStore softc in ic_softc and access it without using...
2015-05-25 glebiusAdd void * member to struct ieee80211com, so that drive...
2015-05-25 glebiusRemove unused include.
2015-05-25 glebiusUse name from ieee80211com instead of parent ifnet...
2015-05-25 glebiusDon't compare array to NULL.
2015-05-25 glebiusMake net80211 drivers supply their device name to the...
2015-05-25 dimUpgrade our copy of clang and llvm to 3.6.1 release.
2015-05-25 avgzfs: fixes for a full stream received into an existing...
2015-05-25 avgdsl_dataset_promote_check: ensure that shared snaps...
2015-05-25 markmUnbreak build where WANT_GDB == "no', as libreadline...
2015-05-25 roygerxen: make sure xenpv bus is the last to attach
2015-05-25 kibRemove excess Giant acquisition around the dounmount...
2015-05-25 arybchiksfxge: add 7xxx NICs family support
2015-05-25 markjUse the correct number of arguments for the
2015-05-25 markjRemove unused references to calltrap.
2015-05-25 markjlockstat(1): document the -V option.
2015-05-25 markjRemove a reference to the PBDRY flag, which itself...
2015-05-25 rodrigcFor objcopy, use --input-target and --output-target
next