]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-02-03 Glen BarberMore 'tests' package fixes.
2016-02-02 Glen BarberFix build.
2016-02-02 Glen BarberMFH
2016-02-02 Glen BarberFirst pass to fix the 'tests' packages.
2016-02-02 Devin TeskeFor +=/-=, add . and / to convenience characters
2016-02-02 Devin TeskeReplace (Qo \ Qc) with (Qo (space) Qc)
2016-02-02 Svatopluk KrausUse pmap_preboot_map_attr() directly in arm_devmap_boot...
2016-02-02 Bryan DreweryDeduplicate distrib-dirs logic from r289086 in distribu...
2016-02-02 Svatopluk KrausMake pmap_preboot_map_attr() vm subsystem compliant...
2016-02-02 Pedro F. GiffuniMFV r295109:
2016-02-02 Glen BarberInclude virecover in vi package.
2016-02-02 Glen BarberCreate ee(1) package.
2016-02-02 Bryan DreweryAdjust install .WAITs for lib/ and etc/ to allow parall...
2016-02-02 Bryan DreweryAdd order for installworld/distribution.
2016-02-02 Maxim SobolevRoot out files that don't really belong here and could...
2016-02-02 Andrew TurnerIncrease the size of PHYS_AVAIL_SIZE to allow firmware...
2016-02-02 Andrew TurnerEnsure we don't overflow the phys_avail array. Some...
2016-02-02 Glen BarberCreate a package for autofs(5)
2016-02-02 Glen BarberCreate a package for vi(1) and related files.
2016-02-02 Andrew TurnerIncrease the space we use after the kernel to 8MiB...
2016-02-02 Andrew TurnerOnly look for the ranges property when we have children...
2016-02-02 Adrian ChaddUse MIPS24K now.
2016-02-02 Adrian ChaddUse CPU_MIPS24K now in AR933x based boards.
2016-02-02 Adrian ChaddMove MIPS32 Release 2 and Release 3 CPUs to use the...
2016-02-02 Michal MelounARM: All remaining functions in cpufunc_asm_arm10.S...
2016-02-02 Hajimu UMEMOTOMake dynamic link of libiconv from ports work again.
2016-02-02 Hans Petter... Use LIBADD instead of LDADD.
2016-02-02 Michal MelounARM: Remove last unused function, cpu_flush_prefetchbuf(),
2016-02-02 Andrew TurnerAdd suppor to loader.efi to load files off hte network...
2016-02-02 Svatopluk KrausRemove all remaining references to old and not more...
2016-02-02 Andrew TurnerImplement single stepping on arm64. We need to set...
2016-02-02 Svatopluk KrausFix setting of protection bits for page table entries...
2016-02-02 Andrew TurnerCorrectly handle the case where copystr(9) is given...
2016-02-02 Dag-Erling... Document our modified default value for PermitRootLogin.
2016-02-02 Adrian ChaddRename some CPU_MIPSxxx options and add new CPU_MIPSxxx...
2016-02-02 Adrian ChaddFix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE...
2016-02-02 Alfred PerlsteinIncrease max allowed backlog for listen sockets
2016-02-02 Conrad Meyerkcrypto_aes: Use separate sessions for AES and SHA1
2016-02-01 Marius StroblAs it turns out, one of the more or less recent changes...
2016-02-01 John BaldwinRestore the ABI of 'struct fpreg' on powerpc.
2016-02-01 Svatopluk KrausRemove all stuff related to __ARM_ARCH >= 6 from pmap...
2016-02-01 Svatopluk KrausRemove not needed <machine/pte.h> includes.
2016-02-01 Glen BarberFix naming inconsistency with lib32 debug packages.
2016-02-01 Gleb SmirnoffThese files were getting sys/malloc.h and vm/uma.h...
2016-02-01 Andriy GaponMFV r294821: 6529 Properly handle updates of variably...
2016-02-01 Michal MelounARM: Rename remaining instances of cpufunc_id() to...
2016-02-01 Michal MelounARM: Remove never used cpu_tlb_flushI and cpu_tlb_flush...
2016-02-01 Enji CooperDelete argsize to fix a -Wunused-but-set-variable warni...
2016-02-01 Enji CooperRemove `r_tmp` to fix a -Wunused-but-set-variable warni...
2016-02-01 Enji CooperAdd #include <string.h> to mute warning from clang...
2016-02-01 Enji CooperUse the pidfile support added to ggated(8) in r294973...
2016-02-01 Enji CooperAdd an additional 1 second sleep to after calling ggate...
2016-02-01 Marcelo AraujoClean up unused-but-set-variable spotted by gcc-4.9.
2016-02-01 Marcelo AraujoClean up unused-but-set-variable spotted by gcc-4.9.
2016-02-01 Justin HibbitsUse the correct type to pmap_mapdev() in nexus_activate...
2016-02-01 Pedro F. GiffuniImport openresolv 3.7.2
2016-02-01 Devin TeskeUtilize new `-v var_to_set' of f_snprintf()
2016-01-31 Devin TeskeMove awk(1)-dependent recipes to the bottom
2016-01-31 Devin TeskeMove f_isinteger() to the top
2016-01-31 Devin TeskeMove f_vsprintf() below f_sprintf()
2016-01-31 Devin TeskeMove f_sprintf() above f_snprintf()
2016-01-31 Devin TeskeOptimize f_substr() to use built-ins only
2016-01-31 Devin TeskeOptimize f_sprintf() for bash
2016-01-31 Devin TeskeReset OPTIND to 1 in f_device_find()
2016-01-31 Ian LeporeAdd make universe targets "kernels" and "worlds".
2016-01-31 Andrew TurnerFix the logic in the ddb command 'show ktr /a'. Prior...
2016-01-31 Michal MelounARM: Fix END() symbol for cpu_ident function. I forgot...
2016-01-31 Michal MelounARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_f...
2016-01-31 Michal MelounARM: Next round of cpufunc.* cleaning. Nobody uses...
2016-01-31 Steven HartlandFix ixgbe flow control autoneg reporting
2016-01-31 Steven HartlandConfigure ixgbe phy & gbic power
2016-01-31 Michal MelounARM: First round of cpufunc.* cleaning. All abort_fixup...
2016-01-31 Michal MelounARM: Rename ARM specific VM_MEMATTR_WT memory attribute...
2016-01-31 Michal MelounARM: Convert spaces to tabs, fix formatting.
2016-01-31 Michal MelounARM: Next round of cleanup in swtch-v*.S.
2016-01-30 Warner LoshImplement power command to list all power modes, find...
2016-01-30 Ian LeporeMake pfctl(8) work on strict-alignment platforms, by...
2016-01-30 Jilles Tjoelkersh: Don't allocate a redirtab if there are no redirections.
2016-01-30 Jilles Tjoelkersh(1): Document 'cd -'.
2016-01-30 Jilles Tjoelkertest: Optimize operator lookup.
2016-01-30 Enji CooperUse the correct type for i when iterating over `buf...
2016-01-30 Enji CooperFix the type for hw.ncpu, so sysctlbyname doesn't consi...
2016-01-30 Michael TuexenAdd missing parentheses. This was reported by ccaughie...
2016-01-30 Enji CooperRevert r295062 to unbreak buildworld
2016-01-30 Michael TuexenUpdate the path mtu when turning on/off UDP encapsulati...
2016-01-30 Allan JudeThe zfsboot automated part of bsdinstall now supports...
2016-01-30 Michal MelounARM: Remove TLB IPI.
2016-01-30 Michael TuexenDon't allow a remote encapsulation port change during the
2016-01-30 Michal MelounARM: Cleanup mp_machdep.c. SMP is supported only on...
2016-01-30 Michael TuexenDon't change the remote UDP encapsulation port for...
2016-01-30 Michael TuexenIgnore peer addresses in a consistent way also when...
2016-01-30 Michal MelounARM: Don't misuse ARM_TP_ADDRESS as ARMv4 / ARMv6 selector.
2016-01-30 Michal MelounEHCI: Correct address of EHCI_USBMODE_LPM register...
2016-01-30 Michal MelounARM: Split swtch.S into common, ARMv4 and ARMv6 parts...
2016-01-30 Warner LoshPreliminary EFI support. Based, in part, on patches...
2016-01-30 Warner LoshTwo new variables: NANO_ROOT and NANO_ALTROOT. These...
2016-01-30 Warner LoshTwo new config files. One that has UEFI booting, and...
2016-01-30 Warner LoshImplement power command to list all power modes, find...
2016-01-30 Maxim SobolevThis seems like a very trivial bug that should have...
2016-01-30 Glen BarberFix periodic(8) and rc(8) script inclusion to rcmds...
next