]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix kernel panic when inheriting properties without default.
[FreeBSD/FreeBSD.git] / sys /
2016-08-31 Alexander MotinFix kernel panic when inheriting properties without...
2016-08-31 Andrey V. ElsukovRemove redundant sanity checks from ipsec[46]_common_in...
2016-08-31 Bruce EvansAdd some locking to sc_cngetc().
2016-08-31 Jared McNeillAdd support for Allwinner A64 USB PHY.
2016-08-31 Bjoern A. ZeebAfter r305113, try to properly replace the magic number...
2016-08-31 Luiz Otavio O SouzaAdd a driver for the AM335x bandgap sensor, an on-die...
2016-08-31 Luiz Otavio O SouzaAllow the use of control module extensions to cope...
2016-08-31 Luiz Otavio O SouzaReplace more magic numbers with the proper register...
2016-08-31 Luiz Otavio O SouzaReplace a magic number with the proper register name.
2016-08-31 Sepherosa Ziehauhyperv/timesync: Rework time adjustment policy
2016-08-31 Sepherosa Ziehauhyperv/hn: Consolidate NVS transaction execution.
2016-08-31 Nathan WhitehornBack out misfired extra file in r305108.
2016-08-31 Nathan WhitehornRefix operation on sparse CPU mappings as in r302372...
2016-08-31 Warner LoshCreate a hook 'post-initialize' for people that want...
2016-08-31 Oleksandr TymoshenkoUpdate VCHIQ driver to upstream version 4eda74f2
2016-08-30 Olivier HouchardNuke obio_bs_tag, it was used before it was initialized...
2016-08-30 Olivier HouchardSome old arm ports don't load the kernel at the beginni...
2016-08-30 Olivier HouchardGarbage collect bits forgotten in r295267.
2016-08-30 Mateusz Guzikfd: add fdeget_locked and use in kern_descrip
2016-08-30 Pedro F. GiffuniMFV r302423:
2016-08-30 Mateusz Guzikfd: simplify fd testing in fget_locked by casting to...
2016-08-30 Bryan DreweryReduce duplicated logic for !SMP
2016-08-30 Ed Masteiscsi_initiator: make logout_req::reason unsigned char
2016-08-30 Andrew TurnerBecause we need to use a break-before-make sequence...
2016-08-30 Bruce EvansFix keyboard polling "on/off" to support recursion...
2016-08-30 Bruce EvansStart adding locking to sc_cngetc().
2016-08-30 Jared McNeillAdd support for Allwinner A64 watchdog timer.
2016-08-30 Mark JohnstonRestore swap pager readahead after r292373.
2016-08-30 Sepherosa Ziehauhyperv/hn: Remove unnecessary NULL check.
2016-08-30 Sepherosa Ziehauhyperv/hn: Log packet message alignment.
2016-08-30 Sepherosa Ziehauhyperv/hn: Remove the useless rndis_device and related...
2016-08-30 Kevin LoZap M_IOVEC.
2016-08-30 Sepherosa Ziehauhyperv/hn: Switch to new RNDIS transaction execution...
2016-08-30 Sepherosa Ziehauhyperv/hn: Factor out func to exec RNDIS transaction...
2016-08-30 Sepherosa Ziehauhyperv/hn: Remove unused function
2016-08-30 Sepherosa Ziehauhyperv/hn: Switch to new RNDIS set for RX filters.
2016-08-30 Sepherosa Ziehaunet/rndis: Packet types are defined by NDIS; not RNDIS...
2016-08-30 Sepherosa Ziehauhyperv/hn: Indentation and field comment fixup for...
2016-08-30 Sepherosa Ziehauhyperv/hn: Move OIDs to net/rndis.h; they are standard...
2016-08-30 Justin HibbitsAttach and LAW problems to fix
2016-08-30 Justin HibbitsAdd support for NXP/Freescale etsec2 ethernet controller
2016-08-30 Oleksandr TymoshenkoFix TI PRUSS driver panic with INVARIANTS enabled
2016-08-30 Nathan WhitehornSome versions of SLOF do not append the partition numbe...
2016-08-29 John BaldwinImplement 'devctl clear driver' to undo a previous...
2016-08-29 John BaldwinUse device_verbose() to undo device_quiet() when detach...
2016-08-29 Enji CooperFix typo
2016-08-29 Conrad Meyerioat(4): Add additional CTR tracing during reset
2016-08-29 Conrad Meyerioat(4): Don't "complete" DMA descriptors prematurely
2016-08-29 Jared McNeillWhen the EFI implementation (like U-Boot) does not...
2016-08-29 Enji CooperMFhead @ r305013
2016-08-29 Bruce EvansAdd screen locking calls to sc cn grab and ungrab....
2016-08-29 Bruce EvansShorten banal comments about zeroing and copying pages...
2016-08-29 Bruce EvansOn amd64, declare sse2_pagezero() and start using it...
2016-08-29 Ed SchoutenUse both the MACHINE and MACHINE_CPUARCH directories...
2016-08-29 Martin MatuskaRedo MFV r304866:
2016-08-29 Bruce EvansRestore the nontemporal pagezero() under the name sse2_...
2016-08-29 Sepherosa Ziehauhyperv/hn: Switch to new RNDIS set for RSS parameters.
2016-08-29 Sepherosa Ziehauhyperv/hn: Fix # of channels setting, if RSS is not...
2016-08-29 Sepherosa Ziehauhyperv/hn: Switch to new RNDIS query for RSS capabiliti...
2016-08-29 Sepherosa Ziehauhyperv/hn: Switch to new RNDIS query for link status...
2016-08-29 Sepherosa Ziehauhyperv/hn: Add definition for NDIS media state.
2016-08-29 John BaldwinAdd missing array subscript.
2016-08-28 Justin HibbitsCheck all compatible strings on uart devices in powerpc
2016-08-28 Landon J. Fullerbhnd(4): Apply the siba chipid ncore fixup in bhnd_read...
2016-08-28 Peter WemmThe read-ahead code from r298230 made it likely the...
2016-08-28 Dimitry AndricFollow-up to r304953, in which I broke the build: appar...
2016-08-28 Landon J. Fullerbhnd(4): Add a bhnd bus method for fetching the device...
2016-08-28 Bruce EvansExpand error messages: print symbol names, parentheses...
2016-08-28 Konstantin BelousovComplete r304953.
2016-08-28 Bruce EvansFix vm86 initialization, part 1 of 2 and a half.
2016-08-28 Bruce EvansFix vm86 initialization, part 1 of 2 and a half.
2016-08-28 Bjoern A. ZeebBack out r304907, Ed had fixed it apparently earlier...
2016-08-28 Dimitry AndricDefine ipfilter's SOLARIS macro in a defined and portab...
2016-08-28 Mariusz ZaborskiRemove duplicated declaration.
2016-08-28 Adrian Chadd[ath_hal] add USB PHY control registers for hornet...
2016-08-28 Justin HibbitsFix UART PPS capture mode printing
2016-08-28 Adrian Chadd[mips] move AR91XX_BASE to std.AR91XX.
2016-08-28 Adrian Chadd[mips] migrate the QCA955X_BASE file to std.QCA955X...
2016-08-28 Adrian ChaddUse ALT_BREAK_TO_DEBUGGER as well.
2016-08-28 Adrian Chadd.. and since others are using wdr3600/wdr4300 right...
2016-08-28 Adrian ChaddSince i'm using carambola 2 for more debugging, enable...
2016-08-28 Adrian Chadd[mips] make AR933X boards use ALT_BREAK_TO_DEBUGGER...
2016-08-28 Adrian Chadd[mips] QCA955x config file changes to bring things...
2016-08-27 Mateusz Guzikvfs: provide a common exit point in namei for error...
2016-08-27 Alexander MotinDecode some new ATA commands found in ACS-3.
2016-08-27 Konstantin BelousovConsistently delimit each vnode description block with...
2016-08-27 Mariusz ZaborskiAdd missed header file for cnv.h .
2016-08-27 Mariusz ZaborskiFix style issue in the cnv API.
2016-08-27 Mariusz ZaborskiAdd cnv API.
2016-08-27 Bjoern A. ZeebDo not try to build cloudabi32 for pc98.
2016-08-27 Andrew TurnerPrint both the kernel read and write translation in...
2016-08-27 Andriy Voskoboinykiwm: fix few comment typos.
2016-08-27 Ed SchoutenProperly use MACHINE_CPUARCH for finding cloudabi*_sysv...
2016-08-27 Andriy Voskoboinykiwm: add 'command accepted' debug notification (copied...
2016-08-27 Landon J. FullerImplement siba(4) support for bhnd_(read|write)_config.
2016-08-27 Navdeep Parharcxgbe(4): Provide more details about the card in the...
2016-08-27 Landon J. Fullerbhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd...
2016-08-27 Landon J. Fuller[mips/broadcom]: Replace static frequency table with...
2016-08-27 Landon J. Fullerbhnd(4): Initial PMU/PWRCTL power and clock management...
2016-08-26 Martin MatuskaMFV r304866:
next