]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-12-22 impDon't require ${SYSDIR}/../COPYRIGHT to exist. Fall...
2014-12-22 impMake this compile when TERM_EMU is not defined.
2014-12-22 delphijFix multiple ntp vulnerabilities.
2014-12-22 smhFix panic when resizing ZFS zvol's
2014-12-22 smhRefactor zvol locking to minimise diff with upstream
2014-12-22 jhbExplicitly treat timeouts when waiting for IBF or OBF...
2014-12-22 roygervt: register the memory regions used by the vt drivers
2014-12-22 smhStandardise on illumos for #ifdef's in zvol.c
2014-12-22 emasteAdd AArch64 machine time and relocations for readelf
2014-12-22 emasteSet up default shstrtab entries at shstrtab initialization
2014-12-22 loosRemove some leftovers from OMAP3 support.
2014-12-22 loosSimplify the use of locks where possible, remove the...
2014-12-22 glebiusIn sbappend*() family of functions clear M_PROTO flags...
2014-12-22 glebiusAdd flag VM_ALLOC_NOWAIT for vm_page_grab() that preven...
2014-12-22 glebiusDo not clear flag that vm_page_alloc() doesn't support.
2014-12-22 glebiusDocument flags of vm_page allocation functions.
2014-12-22 ngieUpdate the text for building texinfo with build-tools...
2014-12-22 ngieBuild selective portions of gnu/usr.bin/texinfo as...
2014-12-22 ianReplace the clock divisor terms with values that also...
2014-12-21 ianAdd -march=armv7a to the kernel compile for all ARM...
2014-12-21 ngieAdd __FreeBSD_version guards around hsearch_r to ease...
2014-12-21 ianAllow -march=armv7a on the gcc command line, for compat...
2014-12-21 jillessh: Move some code from onint() to onsig(), making...
2014-12-21 jillessh: Remove EXP_REDIR.
2014-12-21 andrewFix the unwinder to get past functions with no stack...
2014-12-21 andrewPull out the fdt mapping code into intr.c. The arm_intr...
2014-12-21 ianEliminate a "cast discards qualifiers" warning when...
2014-12-21 ianEliminate a redundant declaration.
2014-12-21 ianRemove a volatile qualifier on return type that is...
2014-12-21 andrewFurther reduce the diff between the arm_intrng gic...
2014-12-21 smhSwitch zfsboot installer force 4K option to use vfs...
2014-12-21 ianAllow whitspace to appear between device name and unit...
2014-12-21 andrewReduce the diff between the lpc interrupt controller...
2014-12-21 andrewReduce the diff in the Ti aintc between head and arm_intrng
2014-12-21 smhstyle (9) nits
2014-12-21 andrewReduce the diff between head and arm_intrng with the...
2014-12-21 smhReturn the error from ahci_setup_interrupt in ahci_attach
2014-12-21 andrewReduce the diff to the arm_intrng project branch by...
2014-12-21 smhClamp ahci max irq's to AHCI_MAX_IRQS
2014-12-21 smhAdd a constant AHCI_MAX_IRQS removing magic number
2014-12-21 tuexenDon't check twice that inp is not NULL.
2014-12-21 kibAdd VN_OPEN_NAMECACHE flag for vn_open_cred(9), which...
2014-12-21 kibHandle MAKEENTRY cnp flag in the VOP_CREATE(). Curious...
2014-12-21 bruefferVarious mdoc fixes and a few EOL whitespace removals.
2014-12-21 bruefferVarious mdoc fixes.
2014-12-21 andrewFix the indentation to simplify comparing the ARM confi...
2014-12-21 andrewtart to clean up the armv6 kernel configs by reducing...
2014-12-21 bruefferFix various mdoc issues and some EOL whitespace.
2014-12-21 bruefferRemove EOL whitespace.
2014-12-21 bruefferFix various mdoc issues.
2014-12-21 impWhere appropriate, use the modern terms for the one...
2014-12-21 adrianUpdate ieee80211_sta_tim_notify() to do double duty...
2014-12-21 adrianBreak out the unicast/multicast TIM bit setting into...
2014-12-21 adrianAdd more debugging to try and track down this scan...
2014-12-20 adrianAdd some more debugging to the scan cancel methods...
2014-12-20 glebiusRevert r274494, r274712, r275955 and provide extra...
2014-12-20 tuexenFix and harmonize the validation of PR-SCTP policies.
2014-12-20 adrianRemove some hard-coded IE assembly over to use net80211...
2014-12-20 neelEmulate writes to the IA32_MISC_ENABLE MSR.
2014-12-20 adrianDocument where in scan_task the scan state can change...
2014-12-20 rpauloDriver for CPU frequency/voltage control on the Raspber...
2014-12-20 andrewClean up the style of the CUBIEBOARD2 config file
2014-12-20 andrewClean up to use the standard style of "options \t"...
2014-12-20 kibIncrease allowed size of the microcode blob to 32KB...
2014-12-20 mavReport initiator id in portlist XML in more formalized...
2014-12-20 mavReport XML parsing errors.
2014-12-20 glebiusAdd to sbappendstream_locked() a check against NULL...
2014-12-20 tuexenCleanup the code.
2014-12-20 mavReplace ctl_min() macro with MIN().
2014-12-20 neelVarious 8259 device model improvements:
2014-12-20 ianLog mmc and sd command failures. Reporting of routine...
2014-12-20 ianAdd a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERT...
2014-12-20 ianWhen command and data interrupts have been aggregated...
2014-12-20 impRemove comments relevant to 6.x only.
2014-12-20 impRemove support for FreeBSD 7 and really old FreeBSD...
2014-12-19 ianRewrap long lines; no functional changes.
2014-12-19 ianAdd code to set and reset open-drain mode on the bus...
2014-12-19 mavConstify some static data.
2014-12-19 mavReduce number of places where global control_softc...
2014-12-19 bennoAdjust the test of a KASSERT to better match the intent.
2014-12-19 impBump the largest record we can cope with from 1k to...
2014-12-19 andrewAdd support for empty ranges properties within the...
2014-12-19 brCorrect the end address of the memory regions.
2014-12-19 lwhsuFix `make depend` in sys/modules
2014-12-19 delphijPlug a memory leak.
2014-12-19 adrianRemove a private copy of ieee80211_add_ssid().
2014-12-19 adrianMake ieee80211_add_ssid() public.
2014-12-19 mavSlightly polish iSCSI parameters negotiation.
2014-12-19 delphijAdd missing continue: we can't proceed further if the
2014-12-18 delphijMFV r275914:
2014-12-18 mavPass real optimal transfer size supported by backend.
2014-12-18 delphijSync with NetBSD, mainly address NetBSD bug #43355:
2014-12-18 emasteInclude section name in strip warning message
2014-12-18 ngieFix accidental MK_DEBUG_FILES=no addition to NXBMAKE...
2014-12-18 ngieDon't build full clang toolchain or clang extras in...
2014-12-18 ngieDocument STRIP_CMD in build(7) and note its importance...
2014-12-18 ngieFix building/installing tests when TESTSBASE != /usr...
2014-12-18 jamieSetgid before running a command as a specified user...
2014-12-18 impDon't deselect the card too soon. To set the block...
2014-12-18 impRemove -fno-strict-alias, as it is no longer needed.
next