]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
We can't access periph after ctlfe_free_ccb().
[FreeBSD/FreeBSD.git] / sys /
2017-02-24 Alexander MotinWe can't access periph after ctlfe_free_ccb().
2017-02-24 Alexander MotinUnify ATIO/INOT CCBs requeuing.
2017-02-24 Konstantin BelousovProperly handle possible underflow in vm_fault_prefault().
2017-02-24 Andriy Gaponzfs: clean up unused files and definitions
2017-02-24 Alexander MotinSome code cleanup.
2017-02-24 Adrian Chadd[iwm] Add support for Firmware paging, needed for newer...
2017-02-24 Warner LoshCast values to (int) before comparing them to the range...
2017-02-24 Warner LoshKDTRACE_HOOKS isn't guaranteed to be defined. Change...
2017-02-23 Pedro F. Giffuniat91: double assignment.
2017-02-23 Mateusz Guzikmtx: microoptimize lockstat handling in spin mutexes...
2017-02-23 Brooks DavisFix and shorten BERI kernel builds during universe.
2017-02-23 Eric van GyzenAdd sem_clockwait_np()
2017-02-23 Navdeep Parharcxgbe/iw_cxgbe: Minor changes for T6.
2017-02-23 Pedro F. Giffunivxge(4): Yet another (minor) mismatch.
2017-02-23 Pedro F. Giffunirt_attach(): double assignment.
2017-02-23 Michael TuexenTCP window updates are only sent if the window can...
2017-02-23 Enji CooperUnbreak if_iwm.ko after r314076
2017-02-23 Alan SomersFix the xnb(4) unit tests
2017-02-23 Alan SomersMisc Coverity fixes in xnb(4)
2017-02-23 Pedro F. Giffunibktr(4): double assignment.
2017-02-23 Pedro F. Giffunidev/vxe: double assignments.
2017-02-23 Pedro F. Giffunidev/ce: double assignment.
2017-02-23 Roger Pau Monnéxen/gndev: use UOFF_TO_IDX instead of OFF_TO_IDX
2017-02-23 Hans Petter SelaskyImplement __test_and_clear_bit() and __test_and_set_bit...
2017-02-23 Dmitry ChaginRight clock defines specified in linux_timer.h.
2017-02-23 Navdeep ParharAvoid NULL dereference in a couple of sysctl handlers...
2017-02-23 Emmanuel VadotDo not check divider length if we have a div table.
2017-02-23 Jonathan T. LooneyFix a panic during boot caused by inadequate locking...
2017-02-22 John BaldwinUse LDFLAGS with CC instead of _LDFLAGS.
2017-02-22 Toomas Soomeloader: update symlink support in zfs reader
2017-02-22 Hans Petter SelaskyConvert magic values into macros in the LinuxKPI scatte...
2017-02-22 Hans Petter SelaskyOptimise unmapped LinuxKPI page allocations.
2017-02-22 Hans Petter SelaskyImprove LinuxKPI scatter list support.
2017-02-22 Andriy Gapondon't use C99 static array indices with older GCC versions
2017-02-22 Andriy Gaponfix a typo in __STDC_VERSION__ in __min_size requirements
2017-02-22 Marius Strobl- Allow different slicers for different flash types...
2017-02-22 Roger Pau Monnéxen/timer: mark the Xen PV timer as not safe for suspension
2017-02-22 Alexander MotinSlightly polish isp_dump_atpd().
2017-02-22 Konstantin BelousovMore fixes for regression in r313898 on i386.
2017-02-22 Alexander MotinFix multiple problems around LUN disable under load.
2017-02-22 Adrian Chadd[iwm] Move iwm_dma_contig_alloc/_free functions to...
2017-02-22 Adrian Chadd[iwm] Switch 7265D and 3165 devices to 7265D firmware.
2017-02-22 Adrian Chadd[iwmfw] add 7265D firmware.
2017-02-22 Adrian Chaddadd 7265D firmware.
2017-02-22 Adrian ChaddAdd 7265D firmware.
2017-02-22 Adrian Chadd[iwm] Move struct iwm_cfg chipset configs to if_iwm_700...
2017-02-22 Adrian Chadd[iwm] Simplify device id matching code a bit.
2017-02-22 Adrian Chadd[iwm] Remove OpenBSD-specific comment. Beautify pci...
2017-02-22 Ian LeporeRevert to this driver's historic behavior: assume an...
2017-02-22 Adrian Chadd[iwm] Fix typo in commit a7697ea01c11fd493aec52260a02f3...
2017-02-22 Adrian Chadd[iwm] Get rid of unneeded IWM_FWDMASEGSZ and IWM_FWMAXS...
2017-02-22 Pedro F. Giffunisys: Replace zero with NULL for pointers.
2017-02-22 Adrian Chadd[iwm] With the previous commits, this DELAY no longer...
2017-02-22 Adrian Chadd[iwm] Sync IWM_MVM_ALIVE waiting and start_fw handling...
2017-02-22 Adrian Chadd[iwm] Synchronize firmware loading code with Linux...
2017-02-22 Ian LeporeRemove a variable that has been unused since r311735...
2017-02-21 David C Somayajuluadd bus_dmamap_unload in ql_free_dmabuf()
2017-02-21 Ian LeporeFix typos in bootverbose printfs... display the write...
2017-02-21 Andriy Gaponzfs: move zio_taskq_basedc under SYSDC
2017-02-21 Andriy Gaponzfs: lower priority of zio_write_issue threads by four
2017-02-21 Mark Johnstonddb show pte: use pmap of kdb_thread
2017-02-21 Ed MasteExclude -flto when building *genassym.o
2017-02-21 Warner LoshMake the code match the comments: If we have ANY buf...
2017-02-21 Warner LoshDocument what the different flags mean for locking.
2017-02-21 Hans Petter SelaskyReplace dummy implementation of RCU in the LinuxKPI...
2017-02-21 Andriy Gaponreimplement zfsctl (.zfs) support
2017-02-21 Brooks DavisRename BERI_TEMPLATE to std.BERI to be more like other...
2017-02-21 Edward Tomasz Napi... Get rid of foo_sys() in linuxulator code. It was comme...
2017-02-21 Alexander MotinRemove duplicate INOT allocation.
2017-02-21 Hans Petter SelaskyStreamline the LinuxKPI spinlock wrappers.
2017-02-21 Hans Petter SelaskyAdd support for LinuxKPI tasklets.
2017-02-21 Hans Petter SelaskyMake the LinuxKPI task struct persistent accross system...
2017-02-21 Alexander MotinRemove ancient __FreeBSD_version checks.
2017-02-21 Andriy Gaponjedec_ts: fix slave address check
2017-02-21 Andriy Gaponmca: change type of last_intr to time_t for consinstency
2017-02-21 Alexander MotinDo not blindly free completed ATIOs/INOTs on invalidation.
2017-02-21 Justin HibbitsCorrect the return value for pmap_change_attr()
2017-02-20 John BaldwinConsolidate statements to initialize files.
2017-02-20 Mateusz Guzikmtx: fix spin mutexes interaction with failed fcmpset
2017-02-20 Edward Tomasz Napi... Add /proc/self/mounts to linprocfs; some linux binaries...
2017-02-20 Edward Tomasz Napi... Simplify devfs_fsync() by removing it. This might also...
2017-02-20 Edward Tomasz Napi... Reimplement linux_arch_prctl() as a wrapper around...
2017-02-20 Eric BadgerDefer ptracestop() signals that cannot be delivered...
2017-02-20 Stanislav Galabovetherswitch: Fix RT305x vlan group operation
2017-02-20 Adrian Chadd[net80211] validate VHT IEs.
2017-02-20 Adrian Chadd[net80211] teach the probe response routine to add...
2017-02-20 Adrian Chadd[net80211] fix up VHT IE comparison typo
2017-02-20 Adrian Chadd[net80211] fix NULL pointer dereference in VHT operatio...
2017-02-20 Pedro F. Giffunisys/dev: Replace zero with NULL for pointers.
2017-02-20 Adrian Chadd[net80211] RX parameter shuffle in net80211 in preparat...
2017-02-20 Dag-Erling SmørgravUpgrade to OpenPAM Radula.
2017-02-19 Konstantin BelousovApply noexec mount option for mmap(PROT_EXEC).
2017-02-19 Konstantin BelousovMFamd64 r313933: microoptimize pmap_protect_pte1().
2017-02-19 Justin HibbitsAdd a driver for the RouterBoard RB800 User LED
2017-02-19 Allan Judeimprove PBKDF2 performance
2017-02-19 Alan CoxIn pmap_enter(), set the PG_MANAGED flag on the new...
2017-02-19 Edward Tomasz Napi... Add USB Mass Storage CTL frontend. This makes it possible
2017-02-19 Baptiste DaroussinImport mandoc 1.4.1rc2
2017-02-19 Warner LoshRemove obsolete comment after prior rev.
2017-02-19 Baptiste DaroussinImport libucl 20170219
next