]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Track the command response code buffer size and verify it in the
[FreeBSD/FreeBSD.git] / sys /
2015-09-27 adrianTrack the command response code buffer size and verify...
2015-09-26 alcThe conversion of kmem_alloc_attr() from operating...
2015-09-26 markjRemove a check for a condition that is always false...
2015-09-26 adrianFree the TX/RX list buffers /before/ tearing down net80...
2015-09-26 markjFix argument ordering in vn_printf().
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-26 jpaetzelIncrease group limit for kerberized NFSv4
2015-09-26 ianWait up to 10 seconds for late-initializing network...
2015-09-26 mavAllow LOG SENSE command on non-disk devices.
2015-09-26 adrianDon't duplicate checks; net80211 now does this for us.
2015-09-26 mavRemove concept of control device.
2015-09-26 mavMove ioctl frontend defines where they belong.
2015-09-26 mavRemove few more unused variables.
2015-09-26 mavRemove some duplicate, legacy, dead and questionable...
2015-09-26 kibMake the __bitcount*() functions unconditionally availa...
2015-09-26 adrian* Add 11n HT40 support - i needed to send both HTINFO...
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-26 adrianFix a bug in the TX command handling - log when a too...
2015-09-26 adrianAdd an initial driver for the AR9170 series draft-11n...
2015-09-26 adrianUpdate USB device IDs for the upcoming AR9170 support.
2015-09-26 mavPass to sobind() copy of the address, not the original.
2015-09-26 adrianPerform some rather amusing layering violations to...
2015-09-25 bzCompare the newly allocated array elements to NULL...
2015-09-25 mavProperly lock LUN in ctl_failover_lun().
2015-09-25 emasteRemove apostrophe from AP's for consistency (arm64...
2015-09-25 mavFix bit masks changed for the wrong commands in r288221.
2015-09-25 bdreweryMETA_MODE: Remove DEP_MACHINE from Makefile.depend...
2015-09-25 bdreweryMETA_MODE: Remove DEP_RELDIR from Makefile.depend files.
2015-09-25 mavConstify ctl_serialize_table.
2015-09-25 cemsbuf: Process more than one char at a time
2015-09-25 mavRemove some dead code found by Clang analyzer.
2015-09-25 mavRemove stale comments and some excessive empty lines.
2015-09-25 kibUse per-cpu values for base and last in tc_cpu_ticks...
2015-09-25 mavSwitch I/O time accounting from system time to uptime.
2015-09-25 mavCollect DMA statistics on secondary HA node.
2015-09-25 mavMake HA handle datamove and done in a universal way...
2015-09-25 mavRemove some control_softc references.
2015-09-25 delphijMFV r288063: make dataset property de-registration...
2015-09-24 hselaskyImplement support for reading USB quirks from the kerne...
2015-09-24 adrianFix up error path handling after the recent churn.
2015-09-24 emasteInstall kernel debug data under /usr/lib/debug
2015-09-24 mavAllow WRITE SAME with NDOB bit set but without UNMAP.
2015-09-24 mavAdd new report types to REPORT LUNS command.
2015-09-24 mavUpdate WRITE ATOMIC(16) support to sbc4r8 draft.
2015-09-24 mavAdd support for READ BUFFER(16) command.
2015-09-23 cemgeom_dev: Use kenv 'dumpdev' in the same way as rc...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-23 mavSynchronize mode pages between HA peers.
2015-09-23 mavMake HA peers announce their parameters on connect.
2015-09-23 mjgkqueue: simplify kern_kqueue by not refing/unrefing...
2015-09-23 jeff - Fix a nonsense reordering that somehow slipped into...
2015-09-22 jeffSome refactoring of the buf/vm interface.
2015-09-22 emasteAdd pass device to arm64 GENERIC (for smartctl)
2015-09-22 mjgamd64: plug redundant bootAP declaration
2015-09-22 melifaroUse standard lle LLE_EXCLUSIVE request flags instead of
2015-09-22 andrewAdd support for __atomic_FOO_fetch on arm prior to...
2015-09-22 melifaroReplace toe_nd6_resolve() with nd6_resolve().
2015-09-22 kibCall ast when handling irq from userspace, otherwise...
2015-09-22 alcChange vm_page_unwire() such that it (1) accepts PQ_NON...
2015-09-22 bzdmar_ctx_dtr() does not exist since r284869. Remove...
2015-09-22 andrewDon't restore interrupts when we are about to disable...
2015-09-22 kibRe-check for new ast after ast was handled. We should...
2015-09-22 bzHide an unused in FreeBSD function behind #ifdef linux...
2015-09-22 mavAllow AHCI driver attach to all known chips reporting...
2015-09-22 mavAdd support for Control extension mode page.
2015-09-22 emastearm64 ThunderX PCIe workaround: enumerate only one...
2015-09-22 mavRemove duplicate and incomplete code handling LUN modify.
2015-09-22 hselaskyRevert r287780 until more developers have their say.
2015-09-22 adriannet80211: include one copy of struct ieee80211_beacon_o...
2015-09-22 adrianSend a power command to the firmware to shut down the...
2015-09-22 bdreweryvfs_mountroot_shuffle() never returns non-zero.
2015-09-22 adrianBegin fleshing out basic power-on / power-off and A...
2015-09-22 adriannet80211 & wireless drivers: remove duplicate defines...
2015-09-22 adriannet80211 & wireless drivers: remove duplicate defines...
2015-09-22 adrianRemove duplicate use of RV(), LE_* and other macros.
2015-09-22 adrianAdd external facing methods to control TX A-MPDU negoti...
2015-09-22 adrianDefine a rateval macro that drivers tend to hard-code.
2015-09-22 emasteAdd MIPS ELF section type SHT_MIPS_ABIFLAGS definition
2015-09-21 andrewAdd the __aeabi_memclr8 symbol, clang 3.7 uses this.
2015-09-21 emasteMove kbd.c to main sys/conf/files list
2015-09-21 kibEnsure that maxproc does not exceed pid_max, at the...
2015-09-21 mavLog iSCSI session reinstatements.
2015-09-21 bzCompare mbuf pointer to NULL rather than to 0.
2015-09-21 bzIn the UDP over IPv6 implementation several cases are...
2015-09-21 avgMFV r287817: 6220 memleak in l2arc on debug build
2015-09-21 melifaroUnify nd6 state switching by using newly-created nd6_ll...
2015-09-21 melifaroAdd "stale" timer back to nd6_cache_lladdr().
2015-09-21 loosEnable if_dwc for Allwinner A20 based boards.
2015-09-21 adrianFlip on 11n by default; update TODO items.
2015-09-21 adrianConvert if_rsu to use a deferred transmit task rather...
2015-09-21 adrianDrain the mbuf queue upon rsu_stop().
2015-09-21 loosAdd the A20 glue code for if_dwc.
2015-09-20 adrianDisable HT40 in if_rsu for now. There's something...
2015-09-20 kibEnsure that when a blockable open of fifo returns succe...
2015-09-20 alcCorrect a non-fatal error in vm_pageout_worker(). ...
2015-09-20 loosFix the build by adding the alternate descriptors and...
2015-09-20 loosAdd alternate descriptors support for if_dwc.
2015-09-20 loosRemove unnecessary includes and, while here, sort them.
2015-09-20 mavMark with DMA flag I/Os waiting for iSCSI write data...
2015-09-20 mavRemove couple excess SGLIST I/O flags.
next