]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-08-28 philipAdd libxo(3) support to last(1).
2018-08-28 mwUse ip/ipv6 structures in al_eth only if they are supported
2018-08-28 markjAdd missing endpwent() and endgrent() calls to nfsuserd(8).
2018-08-28 impRegen src.conf.5 after r338347.
2018-08-28 impAdd big, nasty abandonware tags to this code.
2018-08-28 impPut building of drm and drm2 modules behind options.
2018-08-27 kevansFix bsdbox build WITH_OFED
2018-08-27 gallatinReject IPv4 SO_REUSEPORT_LB groups when looking up...
2018-08-27 mckusickWhen doing a -S "safe copy", the install command should...
2018-08-27 andrewEnsure we have a large enough stack for the lua loader
2018-08-27 andrewUse the correct register when storing the arm VFP state.
2018-08-26 delphijRemove arc4random_stir and arc4random_addrandom from...
2018-08-26 sbrunor338270 had the side effect of no longer installing...
2018-08-26 markmRemove the Yarrow PRNG algorithm option in accordance...
2018-08-26 cpercivaDisable atkbd0 and atkdbc0 in EC2 AMIs. This has the...
2018-08-26 brdFix the install location of hcsecd.conf
2018-08-25 brdRemove trailing slash in pathname so that valid METALOG...
2018-08-25 alcEliminate the arena parameter to kmem_free(). Implicit...
2018-08-25 mmelFix wrong offset calculation for R_ARM_TLS_TPOFF32...
2018-08-25 cpercivaSpeed up vt(4) by keeping a record of the most recently...
2018-08-25 markjFix column alignment in per-thread mode.
2018-08-25 impAdd in a missing newline
2018-08-25 kibRemove dead code in i386 cpu_throw().
2018-08-25 kibUnify amd64 and i386 vmspace0 pmap activation.
2018-08-25 kevanslualoader: Fix override of module_path on loader prompt
2018-08-24 bzUnbreak RSS builds after r338257. Folding both RSS...
2018-08-24 npUnbreak VLANs after r337943.
2018-08-24 mariusThe read accessors generated by __BUS_ACCESSOR() have...
2018-08-24 kevanslibbe(3)/bectl(8): Make consistent with beadm
2018-08-24 glebiusEither "free" or "allocated" is misleading here, since...
2018-08-24 manurelease: arm64: Enable overlays for PINE64 and PINE64-LTS
2018-08-24 manurelease: arm: Setup overlays if board config defines...
2018-08-24 manuarm64: Add DTS overlays for A64
2018-08-24 markmLimit the amount of "fast" entropy. We don't need nearl...
2018-08-24 markmFix braino of mine where the reseeds would happen far...
2018-08-24 tuexenFix a shadowed variable warning.
2018-08-24 mavUnblock speculative prefetcher also on pool creation.
2018-08-24 gjbUpdate head from ALPHA2 to ALPHA3 as part of the 12...
2018-08-24 impRevert drm2 removal.
2018-08-23 glebiusFix comment. The actual meaning of ub_cnt is the opposite.
2018-08-23 mariusFollowing r335259, don't copy boot1 from the running...
2018-08-23 allanjudebsdinstall/zfsboot: Enable new UEFI+GELI support
2018-08-23 mckusickProper spelling of consolidation.
2018-08-23 marius- Use le32dec(9) for decoding EXT_CSD values where...
2018-08-23 markjAdd a per-pagequeue pdpages counter.
2018-08-23 bzReduce the log level of tcpd_warn calls from ERR to...
2018-08-23 markjEnsure that queue state is cleared when vm_page_dequeue...
2018-08-23 mariusObtain the bus mode (MMC or SD) from the directly super...
2018-08-23 markjConfigure -zifunc-noplt for amd64 kernels.
2018-08-23 tuexenUse arc4rand() instead of read_random() in the SCTP...
2018-08-23 manua10_timer: Update the driver so we can use it on other SoC
2018-08-23 manuaw_mmc: Handle MMCBR_IVAR_RETUNE_REQ
2018-08-23 arichardsonDon't build skein_block_asm.s if we don't have an as...
2018-08-23 arichardsonOnly bootstrap localedef if ${MK_LOCALES} != "no"
2018-08-23 arichardsonFix non-FreeBSD host lib32 build for TARGET=amd64
2018-08-23 arichardsonAllow bootstrapping md5 on Linux, MacOS and FreeBSD...
2018-08-23 arichardsonHandle -DNO_ROOT for `make compat` in include/
2018-08-23 arichardsonDon't use absolute path to sed when building usr.bin...
2018-08-23 mariusRemove a duplicated interface capability bit missed...
2018-08-23 kevansRemove hyper-v leftovers when WITHOUT_HYPERV is set
2018-08-23 kevansstand: fdt: Drop some write-only assignments/variables...
2018-08-23 marius- According to section 2.2.5 of the SDHCI specification...
2018-08-23 pkelseyFix warning about crossing INT32_MAX boundary in comput...
2018-08-23 kevanslualoader: Accept that people use unquoted values in...
2018-08-23 asomerstftp(1): switch default transfer mode to binary
2018-08-23 bzMFp4 bz_ipv6_fast:
2018-08-23 kpxen/netfront: Ensure curvnet is set
2018-08-23 kevanslualoader: Fix (add) Xen support
2018-08-23 npcxgbe(4): Use fcmpset instead of cmpset when appropriate.
2018-08-23 pkelseyExtend tbrsize heuristic in pfctl(8) to provide a sensi...
2018-08-23 markjRemove a redundant #ifdef _KERNEL.
2018-08-23 markjAdd an lld option to emit PC-relative relocations for...
2018-08-23 kevansefiloader: Setup FDT in autoload to fix overlays clobbe...
2018-08-23 manuarm64: GENERIC: Compile allwinner dtbs
2018-08-23 manudtb: Allwinner: Add aarch64 dts files
2018-08-23 manudtb: aarch64 uses vendor subdirectories, handle that
2018-08-23 manumake_dtb: Always add root directory in the include...
2018-08-23 manudts: Import DTS for arm64
2018-08-23 gargausr.sbin/ndp: Cleanup in preparation to add libxo support
2018-08-23 araujoAdd manpage entry for the new bhyve options -s "help...
2018-08-23 tuexenDon't use the explicit number 32 for the length of...
2018-08-23 impForgot to bump .Dd in r338233 like I promised in the...
2018-08-23 impAdd a special note to UPDATING for the devmatch stuff...
2018-08-23 impImplement blacklisting for devmatch
2018-08-23 impWhen trying to match the nomatch event passed to us...
2018-08-23 impAdd a new device flag: DF_ATTACHED_ONCE
2018-08-23 impRemove sorting of matches and print all the matches...
2018-08-23 impImprove devmatch driver loading
2018-08-23 impCreate devctl freeze/thaw.
2018-08-23 kevansdtc(1): Update to 0892ec7; HACKING and implicit header...
2018-08-23 kevansRemove ZFS leftovers when WITHOUT_ZFS is set
2018-08-23 kevansbectl(8): Man page and usage cleanup
2018-08-23 kevansbectl(8): jail: Tear down jail by default after command...
2018-08-23 cemdevstat(9): Constify function parameters that can be...
2018-08-23 kevansfdt_fixups: relocate the /chosen node after applying...
2018-08-23 npcxgbev(4): Updates to the VF driver to cope with recent...
2018-08-23 rmacklemFix the nfsuserd.8 man page for the changes made to...
2018-08-22 asomerstftpd: Fix data corruption bug with netascii
2018-08-22 gonzo[ig4] Fix I/O timeout issue with Designware I2C control...
2018-08-22 cemKASSERT: Make runtime optionality optional
next