]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Pass the last exception trap frame to kdb_trap. This allows show registers
[FreeBSD/FreeBSD.git] / sys /
2017-07-26 Andrew TurnerPass the last exception trap frame to kdb_trap. This...
2017-07-26 Ed SchoutenUpgrade to the latest sources generated from the CloudA...
2017-07-26 Konstantin BelousovMark name_PCTRIE_LOOKUP_LE() generated function unused.
2017-07-26 Adrian Chadd[iwm] Sync rs (rate-selection) API definitions from...
2017-07-26 Adrian Chadd[iwm] Add iwm_mvm_send_lq_cmd() from Linux iwlwifi...
2017-07-26 Adrian Chadd[iwm] Sync statistics API definitions with Linux iwlwifi.
2017-07-26 Adrian Chadd[iwm] Cleanup mbufq draining. Add iwm_xmit_queue_drain...
2017-07-26 Adrian Chadd[iwm] if_iwm - Use chan list from ieee80211_scan_state...
2017-07-26 Scott LongQuiet a message that sounds far more dire than it reall...
2017-07-25 Marius StroblImprove the clarity of a comment added in r321385 by...
2017-07-25 Ian LeporeUse the MD __size_t to avoid a dependency on/include...
2017-07-25 Bryan DreweryAllow -DNO_SKIP_DEPEND to override the _SKIP_DEPEND...
2017-07-25 Sean Brunobnxt: Implement interrupt coalescing options using...
2017-07-25 Sean BrunoRevert r307901 - Inform CC modules about loss events.
2017-07-25 Sean BrunoRevert r308180 - Set slow start threshold more accurrat...
2017-07-25 Sean BrunoDon't hold the RM lock during lagg_proto_addport()...
2017-07-25 Sean BrunoDrop ixgbe RX lock during TCP_LRO processing. This...
2017-07-25 Andriy Gaponspa_import_rootpool should be able to handle an importe...
2017-07-25 Michael TuexenRemove duplicate statement.
2017-07-25 Dmitry ChaginReplace unnecessary _KERNEL by double-include protection.
2017-07-24 Bryan DreweryAllow disabling dependency tracking if DEPEND_CFLAGS...
2017-07-24 Bryan DrewerySlightly simplify logic for which depend file is expected.
2017-07-24 Navdeep Parharcxgbe(4): Display some more TOE parameters related...
2017-07-24 Alan CoxChange the interactions of the interface functions...
2017-07-24 Simon J. GerratyImport bmake-20170720
2017-07-24 Sepherosa Ziehauhyperv/hn: Ignore LINK_SPEED_CHANGE status.
2017-07-24 Sepherosa Ziehaurndis: Add LINK_SPEED_CHANGE status
2017-07-24 Sepherosa Ziehauhyperv/hn: Export VF list and VF-HN mapping
2017-07-24 Sepherosa Ziehauethernet: Add ethernet interface attached event and...
2017-07-23 Andriy Voskoboinyknet80211: do not allow to unload rate control module...
2017-07-23 Ian LeporeAdd common code to support realtime clocks that store...
2017-07-23 Vladimir KondratyevChange my email address to wulf@FreeBSD.org in copyrigh...
2017-07-23 Vladimir Kondratyevevdev: Macroize common locking sequences
2017-07-23 Vladimir Kondratyevevdev: style(9), sort headers alphabetically
2017-07-23 Alan CoxAddress a compilation warning on some architectures...
2017-07-23 Navdeep Parharcxgbe(4): Install the firmware bundled with the driver...
2017-07-23 Alan CoxUtilize pmap_enter(..., psind=1) in vm_fault_soft_fast...
2017-07-23 Marius Stroblo Add support for eMMC HS200 and HS400 bus speed modes...
2017-07-23 Adrian Chadd[ar933x] make carambola2 work again!
2017-07-23 Adrian Chadd[ar933x] re-add the ar71xx_apb device for AR933x.
2017-07-23 Alan CoxAdd support for pmap_enter(..., psind=1) to the amd64...
2017-07-23 Alan CoxIn vm_page_ps_test(), always check that the base pages...
2017-07-22 Ryan Libbylinuxkpi compiler.h: avoid gcc -Wunused-value in dummy...
2017-07-22 Konstantin BelousovDo not allocate struct kinfo_vmobject on stack.
2017-07-22 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-07-22 Dmitry ChaginStyle(9) whitespace fix.
2017-07-21 Dimitry AndricMerge ^/head r321307 through r321350.
2017-07-21 Dimitry AndricSet tentative merge dates, bump __FreeBSD_version.
2017-07-21 Konstantin BelousovImprove publication of the newly allocated snapdata.
2017-07-21 Konstantin BelousovUnlock correct lock in ffs_snapblkfree().
2017-07-21 Konstantin BelousovAccount for lock recursion when transfering snaplock...
2017-07-21 Sean BrunoDo not update stats counter in SWI context. Defer...
2017-07-21 Ryan Libby__pcpu: gcc -Wredundant-decls
2017-07-21 Ruslan BukinFix style: change spaces to tabs.
2017-07-21 Michael TuexenFix getsockopt() for listening sockets when using SO_SN...
2017-07-21 Luiz Otavio O SouzaRestore the changes done in r313982: Replace zero with...
2017-07-21 Justin HibbitsCompile the atomic64 emulation for powerpcspe
2017-07-21 Luiz Otavio O SouzaUpdate netmap_user.h with the current version of netmap...
2017-07-21 Justin HibbitsAdd cpufreq support for P1022 and MPC8536
2017-07-21 Luiz Otavio O SouzaDo not allow the use of the loopback interface in netmap.
2017-07-21 Luiz Otavio O SouzaFix a couple of typos in a comment.
2017-07-21 Rick Macklemr320062 introduced a bug when doing NFSv4.1 mounts...
2017-07-20 Rick MacklemRevert r321308. I'll commit a better fix soon.
2017-07-20 Rick Macklemr320062 introduced a bug when doing NFSv4.1 mounts...
2017-07-20 Dimitry AndricMerge ^/head r321239 through r321306.
2017-07-20 Dimitry AndricFix printf format warning in iflib.c
2017-07-20 Dimitry AndricFix printf format warning in zfs_module.c
2017-07-20 Ed Masteadd arm64 objcopy output target for embedfs
2017-07-20 Michael TuexenDeal with listening socket correctly.
2017-07-20 Michael TuexenFix the explicit EOR mode. If the final messages is...
2017-07-20 Sepherosa Ziehauhyperv/storvsc: Force SPC3 for CDROM attached.
2017-07-20 Ryan Libbyefi: restrict visibility of EFIABI_ATTR-declared functions
2017-07-20 Enji CooperSome trivial style(9) fixes
2017-07-19 Sean BrunoRestore igb(4) code dropped during iflib conversion
2017-07-19 Brooks DavisInclude ARCH_FLAGS in CFLAGS when building modules.
2017-07-19 Sean BrunoDon't cache mbuf pointers if the number of descriptors...
2017-07-19 Konstantin BelousovAdd pctrie_init() and vm_radix_init() to initialize...
2017-07-19 Dimitry AndricMerge ^/head r320994 through r321238.
2017-07-19 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-19 David C SomayajuluRaise the watchdog timer interval to 2 ticks, there...
2017-07-19 Konstantin BelousovDisable stack growth when accessed by AIO daemons.
2017-07-19 Ed Mastezfs: Fix a typo in the delay_min_dirty_percent sysctl...
2017-07-19 Konstantin BelousovRemove unused function swap_pager_isswapped().
2017-07-19 Kenneth D. MerryFix spurious timeouts on commands sent to mps(4) and...
2017-07-19 Michael TuexenAvoid shadowed variables.
2017-07-19 Michael TuexenUse memset/memcpy instead of bzero/bcopy.
2017-07-19 Andrey V. ElsukovAdd HPE FlexFabric 10Gb 4-port 536FLR-T device id to...
2017-07-19 Michael TuexenFix the accounting and add code to detect errors in...
2017-07-19 Edward Tomasz Napi... Rename vfs.nfsd.enable_uidtostring to vfs.nfs.enable_ui...
2017-07-19 Navdeep Parharcxgbe/t4_tom: Log more details about the newly ESTABLIS...
2017-07-18 Konstantin BelousovConvert assertion that only vmspace owner grows the...
2017-07-18 Emmanuel VadotAllwinner EHCI: Do not fail if we cannot get a phy
2017-07-18 Andrew TurnerAdd support for passing FPU_KERN_NOCTX to fpu_kern_ente...
2017-07-18 Andriy Gaponfix a regression in r320452, ZFS ABD import
2017-07-18 Enji CooperFix whitespace regression accidentally checked in via...
2017-07-18 Ryan Libbyqlnx: gcc build errors
2017-07-18 Justin HibbitsMake ZFS not crash on mount on 32-bit systems
2017-07-18 Navdeep Parharcxgbe(4): New ioctls to flash bootrom and boot config...
2017-07-17 Alan CoxTidy up before making another round of functional chang...
2017-07-17 Adrian Chadd[iwm] actually use the new rxon function now.
next