]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add support for printing the TCP FO client-side cookie cache via the
[FreeBSD/FreeBSD.git] / sys /
2018-07-10 tuexenAdd support for printing the TCP FO client-side cookie...
2018-07-10 tuexenUse appropriate MSS value when populating the TCP FO...
2018-07-10 wmaFix build broken by r336130
2018-07-10 smhRemoved pointless NULL check
2018-07-10 npFix vertical whitespace nit in cxgbe.
2018-07-10 npcxgbe(4): Add a sysctl to report the chip's microproces...
2018-07-10 kevanskern_environment: bool'itize dynamic_kenv; fix small...
2018-07-10 kevanssubr_hints: Skip static_env and static_hints if they...
2018-07-10 kevanssubr_hints: Convert some bool-like ints to bools
2018-07-10 kevanssubr_hints: Use goto/label instead of series of conditi...
2018-07-10 markjFix pre-SI_SUB_CPU initialization of per-CPU counters.
2018-07-10 impTweak documentation to RB_ constants to reflect current use
2018-07-09 jhibbitspowerpc/powernv: Make opal_i2c driver work with attache...
2018-07-09 gonzoig4(4): add devmatch(8) PNP info
2018-07-09 rmacklemAdd support for a "forced" pnfsdskill to the pNFS serve...
2018-07-09 ianAdd pnp info to the imx_spi driver.
2018-07-09 ianAdd missing generated header file.
2018-07-09 aeAdd "record-state", "set-limit" and "defer-action"...
2018-07-09 aeDeduplicate the code.
2018-07-09 wmaARM64: Add quirk mechanism to pci_host_generic_acpi
2018-07-09 wmaARM64: Add support for ThunderX2 PCIe
2018-07-09 wmaARM64: Add ThunderX2 CPU revision macro. Add ThunderX2...
2018-07-09 cemOCF: Add plain hash modes
2018-07-09 cemOCF: Add CRYPTO_SHA2_224_HMAC mode
2018-07-09 cemImplement SHA2-224 submode of SHA2-256
2018-07-09 cemRemove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro names
2018-07-08 impRemove stray space from PNP string.
2018-07-08 ianOops, fix a typo: imx_snvs should be imx6_snvs.
2018-07-08 ianMove device statements out of std.imx* and into kernel...
2018-07-08 impAdd PNP info to PCI attachment of et driver
2018-07-08 impAdd PNP info to PCI attachment of ipw driver
2018-07-08 impAdd PNP info to PCI attachment of ixv driver
2018-07-08 impAdd PNP info to PCI attachment of ix driver
2018-07-08 impAdd PNP info to PCI attachments of ciss driver
2018-07-08 impAdd PNP info to PCI attachment of dc driver
2018-07-08 impAdd PNP info to PCI attachments of bge driver
2018-07-08 impAdd PNP info to PCI attachments of bfe driver
2018-07-08 impAdd PNP info to PCI attachment of alc driver
2018-07-08 impAdd PNP info to PCI attachment of gem driver
2018-07-08 impAdd PNP info to PCI attachment of fxp driver
2018-07-08 impAdd PNP info to PCI attachment of ena driver
2018-07-08 impAdd PNP info to PCI attachment of cas driver
2018-07-08 markjReuse the PV entry when updating a mapping in pmap_enter().
2018-07-08 ianMake the imx6_snvs driver usable as a module, add pnp...
2018-07-08 mmacycritical_{enter, exit}: add missing compiler barrier
2018-07-08 ianCatch up with improvements in RTC handling... It's...
2018-07-08 rmacklemFix the kernel part of pnfsdscopymr() to handle holes...
2018-07-08 alcInvalidate the mapping before updating its physical...
2018-07-08 ianAdd pnp info to imx6_ahci, and add a module makefile...
2018-07-07 rmacklemFix handling of the hybrid DS case for a pNFS server.
2018-07-07 mckusickImport commit from NetBSD with checkin message:
2018-07-07 ianAdd support to the imx watchdog for the FDT "timeout...
2018-07-07 ianCorrectly calculate the value to put in the imx wdog...
2018-07-07 ianAdd pnp info and a module makefile for the imx_wdog...
2018-07-07 impFix PCI_SUBDEV call
2018-07-07 impUpdate AMDSMB to use PCI_MATCH
2018-07-07 impSwitch to using new PCI_MATCH stuff.
2018-07-07 impCreate PCI_MATCH and pci_match_device
2018-07-07 sbrunoWrap the declaration and assignment of "stripe" with...
2018-07-07 sbrunostruct ifmediareq *ifmrp is only used in the COMPAT_FRE...
2018-07-07 tuexenAllow alternate TCP stack to populate the TCP FO client...
2018-07-07 tuexenWhen initializing the TCP FO client cookie cache, take...
2018-07-07 jhibbitsLet ofw_iicbus work its magic on OPAL i2c buses.
2018-07-07 jeffUse the ticks since the last update to reduce hysteresi...
2018-07-07 dexuanhyperv: Fix boot-up after malloc() returns memory of...
2018-07-06 jhbExport a breakpoint() function to userland for arm...
2018-07-06 ianSet .PATH to dev/usb/serial so that these modules compi...
2018-07-06 gonzoig4(4): Fix Apollo lake entries platform identifier
2018-07-06 gonzoig4(4): add support for Apollo Lake I2C controllers
2018-07-06 kibExpand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 kibRevert to recommit with the proper message.
2018-07-06 kibSave a call to pmap_remove() if entry cannot have any...
2018-07-06 emasteRegen arm64 linux sysent after r336043
2018-07-06 emasteFix arm64 linuxulator clone() argument order
2018-07-06 npcxgbe(4): Assume that any unknown flash on the card...
2018-07-06 rmacklemChange the pNFS server so that it does not disable...
2018-07-06 jamieChange prison_add_vfs() to the more generic prison_add_...
2018-07-06 manupsci: Add \n at the end of printf
2018-07-06 kevanskern_environment: Fix SYSINIT ordering
2018-07-06 brooksOne more 32-bit fix for r335979.
2018-07-06 sbrunoRemove duplicate configuration values as they are alrea...
2018-07-06 kibSave a call to pmap_remove() if entry cannot have any...
2018-07-06 kibStyle: no need for braces around single-line then clause.
2018-07-06 hselaskyMake sure kernel modules built by default are portable...
2018-07-06 mmacycounter(9): unbreak amd64 following r336020
2018-07-06 brooksCorrect breakage on 32-bit platforms from r335979.
2018-07-06 mmacyhwpmc: remove hacks to work around incorrect pc_domain
2018-07-06 mmacyepoch(9): simplify initialization
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-07-05 sefThis exposes ZFS user and group quotas via the normal
2018-07-05 cemath(4): Fix typo in debugging code
2018-07-05 kibExtend r335969 to superpages.
2018-07-05 sbrunoriscv: Remove unused variable "code"
2018-07-05 kibRevert r335999 to re-commit with the correct error...
2018-07-05 andrewCreate a new macro for static DPCPU data.
2018-07-05 sbrunoRemove redundant device ar71xx_wdog which is now includ...
2018-07-05 sbrunoRemove redundant AH_DEBUG_ALQ.
2018-07-05 sbrunoMake ZSTD a real option via ZSTDIO.
2018-07-05 bzSplit up deadlkres() to make it more readable in antici...
2018-07-05 kibCopyout(9) on 4/4 i386 needs correct vm_page_array[].
next