]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add the ability to report and set debug flags as text strings instead of
[FreeBSD/FreeBSD.git] / sys /
2017-09-24 Scott LongAdd the ability to report and set debug flags as text...
2017-09-24 Andrew TurnerAdd i.MX6 and Xilinx to GENERIC.
2017-09-24 Ilya BakulinRename sdhci_cam_start_slot() into sdhci_start_slot()
2017-09-24 Cy SchubertFix typo from r323945.
2017-09-24 Alan CoxSince the page "frame" doesn't belong to a vm object...
2017-09-23 Conrad Meyerddb(4): Add 'show badstacks' command to show witness...
2017-09-23 Stephen Hurdbnxt: Choose better HW LRO defaults for performance
2017-09-23 Stephen HurdHave ifmp_ring_enqueue() abdicate instead of switch...
2017-09-23 Mariusz ZaborskiAfter the r317886 support for TFTP and NFS can be enabl...
2017-09-23 Ed MasteRevert r323935 as it broke the build
2017-09-23 Scott LongGarbage collect usued fields
2017-09-23 Cy SchubertCorrect two misspellings. Also align */.
2017-09-23 Stephen HurdMake struct grouptask gt_name member a char array
2017-09-23 Stephen HurdMake the rx budget a tunable
2017-09-23 Stephen HurdChain mbufs before passing to if_input()
2017-09-23 Stephen HurdSome small packet performance improvements
2017-09-22 Conrad Meyerddb(4): Add 'show badstacks' command to show witness...
2017-09-22 John BaldwinDetect NEON and set HWCAP_NEON if present.
2017-09-22 John BaldwinCorrect HWCAP_VFP3* values to match Linux.
2017-09-22 Konstantin BelousovFix 32bit build.
2017-09-22 Kirk McKusickContinuing efforts to provide hardening of FFS, this...
2017-09-22 Scott LongClean up error messages related to device discovery
2017-09-22 Andriy GaponMFV r323917: 8648 Fix range locking in ZIL commit codepath
2017-09-22 Hans Petter SelaskyExtend sysctl description for hw.usb.disable_enumeration .
2017-09-22 Andriy GaponMFV r323914: 8661 remove "zil-cw2" dtrace probe
2017-09-22 Hans Petter SelaskyAdd support for 32-bit compatibility IOCTLs in the...
2017-09-22 Toomas Soomelibefi: define EISA PNP constants
2017-09-22 Toomas Soomelibefi: efipart_hdinfo_add_filepath should check strtol...
2017-09-22 Toomas Soomelibefi: efipart.c cstyle fix for efipart_print_common()
2017-09-22 Toomas Soomelibefi: efipart_strategy() should return ENXIO when...
2017-09-22 Toomas Soomelibefi: pdinfo_t pd_unit and pd_open should be unsigned
2017-09-22 Michael TuexenAdd missing locking. Found by Coverity while scanning...
2017-09-22 Michael TuexenAdd missing socket lock.
2017-09-22 Toomas Soomeefilib.h: typo in structure member description
2017-09-22 Toomas Soomer323885 did miss efilib.h update
2017-09-22 Toomas Soomelibefi: efi_devpath_match local len should be unsigned
2017-09-22 Warner Loshcam iosched: Bettar account IOPS for smoother performance
2017-09-22 Warner Loshcam iosched: Enforce iop limits below the quanta value
2017-09-22 John BaldwinSupport AEAD requests with non-GCM algorithms.
2017-09-22 John BaldwinAdd a new COP_F_CIPHER_FIRST flag for struct crypt_op.
2017-09-22 John BaldwinPlace the AAD before the plaintext/ciphertext for CIOCR...
2017-09-21 Stephen HurdFix undeclared identifier error introduced in r323879
2017-09-21 Toomas Soomelibefi: efipart.c should use calloc()
2017-09-21 Toomas Soomelibefi: efi_devpath_match() should return bool
2017-09-21 John BaldwinOnly handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISA...
2017-09-21 Mark JohnstonSimplify i915_gem_wire_page() and avoid unneeded page...
2017-09-21 Stephen HurdImproved logging of gtaskqueue failues
2017-09-21 Stephen HurdFix M_GTASKQUEUE definition
2017-09-21 Stephen Hurdbnxt: Fix driver when attached to a VF
2017-09-21 Eugene GrosbeinUnprotected modification of ng_iface(4) private data...
2017-09-21 Alan CoxModernize calls to vm_page_unwire(). As of r288122...
2017-09-21 Toomas Soomelibefi: devicename.c cleanups
2017-09-21 Kristof Provostbridge: Set module version
2017-09-21 Michael TuexenCode cleanup, no functional change.
2017-09-21 Mariusz ZaborskiPlug memory leak in case when nvlist allocation succeed...
2017-09-21 Mariusz ZaborskiSimplify the code by _not_ expecting success under...
2017-09-21 Mariusz ZaborskiIMHO it is possible that failure will be treated as...
2017-09-21 Mariusz ZaborskiFree 'value' only once we are done freeing all individual
2017-09-21 Mariusz ZaborskiBecause nvp wasn't initialized on every loop iteration...
2017-09-21 Mariusz ZaborskiMake the code consistent by always using 'fail' label.
2017-09-21 Mariusz ZaborskiThe 'while (array != NULL) { }' suggests scan-build...
2017-09-21 Mariusz ZaborskiRemove redundant initialization. Don't use variable...
2017-09-21 Michael TuexenFree the control structure after using is, not before.
2017-09-21 Michael TuexenNo need to wakeup, since sctp_add_to_readq() does it.
2017-09-21 Rick MacklemAdd a few definitions for Flex File Layout for pNFS.
2017-09-21 Jung-uk KimRemove an ancient comment about the existence of READ...
2017-09-20 Andrey V. ElsukovUse in_localip() function instead of unlocked access...
2017-09-20 Andrey V. ElsukovDo not acquire IPFW_WLOCK when a named object is create...
2017-09-20 Warner LoshFix queue depth for nda.
2017-09-20 Michael TuexenProtect the address workqueue timer by a mutex.
2017-09-20 Warner Loshcam iosched: Call cam_iosched_limiter_init() after...
2017-09-20 Warner Loshcam iosched: Schedule cam_iosched_ticker() quanta times...
2017-09-20 Warner Loshcam iosched: Add a handler for the quanta sysctl to...
2017-09-20 Warner Loshcam iosched: Use the write queue for BIO_ZONE commands
2017-09-20 Stephen HurdFix iflib netmap RX
2017-09-20 David C Somayajulu1. ql_hw.c:
2017-09-20 Conrad Meyeraesni(4): Fix another trivial typo (aensi -> aesni)
2017-09-20 Conrad Meyerx86: Decode AMD "Extended Feature Extensions ID EBX...
2017-09-20 Conrad Meyeraesni(4): Fix trivial typo (AQUIRE -> ACQUIRE)
2017-09-20 Alan SomersMFV r323789: 8473 scrub does not detect errors on...
2017-09-20 Andriy Gaponadd vfs_zfs.abd_chunk_size tunable
2017-09-20 Andriy Gaponfix memory leak in g_bio zone introduced in r320452...
2017-09-20 Andriy GaponMFV r323792: 8602 remove unused "dp_early_sync_tasks...
2017-09-20 Andriy GaponMFV r323790: 8567 Inconsistent return value in zpool_re...
2017-09-20 Alan CoxIn r288122, we changed vm_page_unwire() so that it...
2017-09-20 Alan CoxSync with amd64/arm/arm64/i386/mips pmap change r288256:
2017-09-19 Olivier HouchardDefine CPU_XSCALE_CORE3 when relevant.
2017-09-19 Rick MacklemMake the nfsrpc_layoutget() function a static.
2017-09-19 David C SomayajuluAdd sysctl "enable_minidump" to turn on/off automatic...
2017-09-19 David C SomayajuluUpdate minidump template for version 5.4.66
2017-09-19 Rick MacklemAdd a new function called nfsm_uiombuflist(), similar...
2017-09-19 Rick MacklemSimplify nfsrpc_layoutreturn() args.
2017-09-19 Josh PaetzelFix indentation for r323068
2017-09-19 Olivier Houchardi81342 is little endian, not big endian.
2017-09-19 Michael TuexenFix a warning.
2017-09-19 Rick MacklemSimplify nfsrpc_layoutcommit() args.
2017-09-19 Michael TuexenAvoid an overflow when computing the staleness.
2017-09-19 Konstantin BelousovDo not do torn writes to active LDTs.
2017-09-19 Konstantin BelousovDo not vrele() covered vnode under the mp mutex.
2017-09-19 Konstantin BelousovFor unlinked files, do not msync(2) or sync on the...
next