]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-09-18 traszKernel part of reroot support - a way to change rootfs...
2015-09-18 kibDo not execute exception handlers with disabled interrupts.
2015-09-18 kibClear exclusive monitors when handling data aborts...
2015-09-18 andrewDon't read the floating-point registers for now. We...
2015-09-18 mavKill HA link and shutdown the threads on shutdown.
2015-09-18 mavUpdate list of opcodes to 5/26/15.
2015-09-18 mavUpdate list of ASC/ASCQ codes from 5/20/12 to 8/12/15.
2015-09-18 adrianAdd in a temporary (hah!) workaround for net80211 scann...
2015-09-18 adrianRefactor out the tx buffer free code into a routine...
2015-09-18 melifaro* Simplify logic besides llchange variable.
2015-09-18 traszThe "automount" rc script should depend on "automountd...
2015-09-18 adrianSet AMPDU density/size parameters during vap creation.
2015-09-18 adrianAdd a very hacked up station only A-MPDU negotiation...
2015-09-18 adrianAdd an external facing function to manually set the...
2015-09-18 adrianAdd initial 11n support to if_rsu.
2015-09-18 adrianExpose the wme_info IE method.
2015-09-17 alcEliminate (many) unnecessary calls to pmap_remove_all...
2015-09-17 bdreweryRegenerate
2015-09-17 bdrewerymakeman: Fix handling of env-only vars by using SRC_ENV...
2015-09-17 bdreweryTrim space
2015-09-17 mavReplicate initiators WWPNs and names between HA peers.
2015-09-17 bdreweryAdd a check to ensure that the env-only mkopts are...
2015-09-17 delphijEliminate unneeded copying of vdev data, goto, etc...
2015-09-17 bdreweryRegenerate
2015-09-17 bdreweryOptimize makeman slightly by removing uneeded cat and...
2015-09-17 jhbThe EFI boot loader allocates a single chunk of contigu...
2015-09-17 mavReplicate port->init_devid to HA peer.
2015-09-17 bdrewerysrc.conf.5: Make it self-documenting that the mkopts...
2015-09-17 glebiusRemove extra tabs.
2015-09-17 jhbVarious small cleanups to EFI loader Makefiles.
2015-09-17 delphijUse strlcpy() instead of strncpy() because subsequent...
2015-09-17 bdreweryDocument src-env.conf and note its use for MAKEOBJDIRPR...
2015-09-17 bdreweryInclude bsd.mkopt.mk after local.sys.env.mk (which...
2015-09-17 glebiusUse proper byteswap macro. This isn't a functional...
2015-09-17 mavWhen reporting TPT UA, report which of thresholds was...
2015-09-17 rstoneFix /sbin/route to never look up (invalid) interface...
2015-09-17 bdreweryFix makeman creating obj directories due to turning...
2015-09-17 desWhen chrooted, we need to strip the chroot directory...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-17 desimport unbound 1.5.4
2015-09-17 sbrunoAdd Intel Skylake/I219 Support
2015-09-17 mavReport number of failed XCOPY segment.
2015-09-17 mavReport proper medium error code for VERIFY commands.
2015-09-17 bzRemove more unused variables leading to compile time...
2015-09-17 adrian.. oops, flip on QoS.
2015-09-17 jkimRemove an entry. It was re-added in r287780.
2015-09-17 bzRemove unused variable leading to compile errors.
2015-09-17 bdreweryRegenerate
2015-09-17 bdreweryUpdate META_MODE dependencies.
2015-09-17 bdreweryDocument NO_SILENT for META_MODE.
2015-09-17 bdreweryRework r287900 to keep arm64/aarch64 stable in the...
2015-09-17 bdreweryLet makeman run 'make showconfig' without hitting the...
2015-09-17 adrianBring over the QoS logic from the Linux r92su driver.
2015-09-17 bdreweryGet arm64/aarch64 into 'make targets' output to fix...
2015-09-17 bdreweryMETA_MODE: Default OBJROOT to the traditional /usr...
2015-09-17 bdreweryMETA_MODE: Allow MAKEOBJDIRPREFIX to work more closely...
2015-09-17 adrianProgram the firmware setup stuff with the current hardw...
2015-09-17 adrianUse the H2C endpoint for sending firmware commands...
2015-09-17 adrianAdd 11n and QoS methods.
2015-09-17 adrianPrepare for 11n - get the number of endpoints and wheth...
2015-09-17 adrianBump RX_LIST_COUNT so we don't fall behind during activ...
2015-09-17 adrianUse DELAY() rather than usb_pause_mtx() - the latter...
2015-09-17 bdreweryMETA_MODE: Don't define the default MAKEOBJDIR twice...
2015-09-17 smhFix kqueue write events for files > 2GB
2015-09-16 bdreweryUpdate META_MODE architectures for universe
2015-09-16 zbbBlock secondary ITS instances from attaching on ARM64
2015-09-16 zbbRelease memory for CPUs that fail to init on ARM64
2015-09-16 zbbAdd domain support to PCI bus allocation
2015-09-16 desIf forwarders were specified on the command line, creat...
2015-09-16 bdreweryMETA_MODE: Don't create obj directories automatically...
2015-09-16 mavFix reading after end of file for file-backed LUNs.
2015-09-16 glebiusIn tcp_ctlinput() separate the (ip == NULL) block from...
2015-09-16 bdreweryMETA_MODE: Fix OBJROOT ending in two // when it does...
2015-09-16 jhbAlways clear TDB_USERWR before fetching system call...
2015-09-16 bdreweryFix check from r287867 for valid MAKEOBJDIR from top...
2015-09-16 mavMake COMPARE AND WRITE report offset of difference.
2015-09-16 bdreweryError and give better feedback for invalid MAKEOBJDIR...
2015-09-16 mavFix fixed sense writing when passed more data then...
2015-09-16 bdreweryIgnore CCACHE_DIR for meta mode decisions.
2015-09-16 jhbWhen a process group leader exits, all of the processes...
2015-09-16 melifaroFix build broken by r287861.
2015-09-16 melifaroSimplify the way of attaching IPv6 link-layer header.
2015-09-16 mavFrontends don't need to set errors themselves.
2015-09-16 aeUse KASSERT for some checks, that are late to do.
2015-09-16 melifaroConstantify lookup key in several nd6_* functions.
2015-09-16 olegRemove superfluous m_freem().
2015-09-16 mavDon't flap the HA link if sysctl is reset to the same...
2015-09-16 kevloUse M_WAITOK rather than M_NOWAIT since it's not used...
2015-09-16 kevloFix a debug message which didn't quite get it right...
2015-09-16 kevloRemove checks for a NULL return value from M_WAITOK...
2015-09-16 melifaroUnify loopback route switching:
2015-09-16 bdrewerySimilar to r287844, create 'symlinks' cookie in proper...
2015-09-16 bdreweryCreate 'copies' cookie in proper place in META_MODE.
2015-09-16 allanjudeAdd a number of models to the bsdinstall GPT hack blacklist
2015-09-16 allanjudeMake ifconfig always exit with an error code if an...
2015-09-16 adrianAdd ASUS Sandybridge laptops to the similar x2apic...
2015-09-15 markjEnsure that the MAD agent's delayed taskqueue is comple...
2015-09-15 emastearm64: add kbd.c to the build for ukbd to fix the build
2015-09-15 mjgsysctl: switch sysctllock to a sleepable rmlock, take 2
2015-09-15 jhbThreads holding a read lock of a sleepable rm lock...
next