]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Use more canonical .Dt for vt(4).
[FreeBSD/FreeBSD.git] / sys /
2017-07-05 andrewMake MULTIDELAY a requirement in the MPCore Timer drive...
2017-07-05 andrewRequire the ARM Generic Timer driver is built for MULTI...
2017-07-05 jhibbitsRemove an obsolete comment
2017-07-04 emastecam: EOL whitespace cleanup and line wrapping changes
2017-07-04 markjInvoke suspend/resume methods from the driver pmops...
2017-07-04 ianAdd a driver for the imx6 on-chip realtime clock.
2017-07-04 tuexenMove to open state after plausibility checks.
2017-07-04 hselaskyAfter r319722 two fields were left uninitialized when...
2017-07-04 andrewMove the simple armv6 only timer drivers to require...
2017-07-04 tuexenDon't hold if refcount on an stcb when it is not needed.
2017-07-04 andrewAdd a delay count to the last few places. This will...
2017-07-04 andrewRemove PLATFORM_SMP. It's unneeded as all configs with...
2017-07-04 andrewAdd PLATFORM and PLATFORM_SMP support to the ALPINE...
2017-07-04 andrewTeach VERSATILEPB about PLATFORM. This will help move...
2017-07-04 avosrtwn_usb: reject too long (>16K) mbufs.
2017-07-04 markjAdd some auxiliary types for device driver support.
2017-07-04 markjAdd a field for the class code to struct pci_driver.
2017-07-04 markjAdd some PCI class definitions.
2017-07-04 markjRename the "driver" field to "bsddriver" to avoid a...
2017-07-04 zbbReplace mbuf defragmentation with collapse
2017-07-04 zbbFix creation of dma tags and TSO settings
2017-07-04 zbbRemove RX mtx from ENA driver
2017-07-04 zbbCall drbr_advance() before leaving TX routine
2017-07-04 zbbUnmask all IO irqs after driver state is set as running
2017-07-04 markjHold the PCI device list lock when removing an element.
2017-07-04 zbbAcquire locks before calling drbr_flush()
2017-07-03 zbbAdd missing lock upon initialization of the interface
2017-07-03 mariusCorrect a typo in the comment part of r320577, later...
2017-07-03 kibResolve confusion between different error code spaces.
2017-07-03 sbrunoAdd a sysctl to toggle the use of the sockets LOWAT...
2017-07-03 sbrunoGarbage collect kernel option TWA_FLASH_FIRMWARE
2017-07-03 manuallwinner: Add A64 ccung support
2017-07-03 sbrunoiflib - flib_busdma_load_mbuf_sg used isc_tx_maxsize...
2017-07-03 sbrunobnxt(4) Enable LRO support, redux
2017-07-03 manuarm: gic: Change GIC_DEBUG_SPURIOUS to TUNABLE
2017-07-03 mavSwitch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.
2017-07-03 dchaginAdd support for musl consumers to the Linuxulator.
2017-07-03 markjLet io_mapping_init_wc() fall back to an uncacheable...
2017-07-02 pfgext2fs: be more verbose about unsupported ext2fs features.
2017-07-02 mariusRetry up to 20 ms to enable bus power as at least with...
2017-07-02 mavMove comment respecting previous commit.
2017-07-02 mavSlightly unify SNS requests for post- and pre-24xx.
2017-07-02 andrewIn the arm64 pmap_remove, when removing a full superpag...
2017-07-02 mjgrwlock: perform the typically false td_rw_rlocks check...
2017-07-01 alcModify vm_map_growstack() to protect itself from the...
2017-07-01 kibPort PowerPC kqueue(2) compat32 fix in r320500 to MIPS.
2017-07-01 allanjudeIncrease loop unrolling for skein hashes
2017-07-01 allanjudeInteger underflow in efipart_realstrategy when I/O...
2017-07-01 emasteLink EFI/uboot loaders with -znotext
2017-07-01 alcWhen "force" is specified to pmap_invalidate_cache_rang...
2017-07-01 jahBump __FreeBSD_version due to r320528, cleanup and...
2017-07-01 andrewRemove all calls to cpu_dcache_wb_range from the arm64...
2017-07-01 jahClean up MD pollution of bus_dma.h:
2017-07-01 alcChange blst_leaf_alloc() to handle a cursor argument...
2017-06-30 rlibbynetfront.c: avoid gcc variably-modified warning
2017-06-30 rlibbympt.h: macro parenthesization
2017-06-30 rlibbyg_virstor.h: macro parenthesization
2017-06-30 kibCorrect fences for sys/refcount.h.
2017-06-30 kibAmend the layout of kevent32 on powerpc where uint64_t...
2017-06-30 kibDefine ino64_trunc_error under same conditions as the...
2017-06-30 alcClear the MAP_WIREFUTURE flag on the vm map in exec_new...
2017-06-30 andrewRemove a blank line accidentally added in r320403.
2017-06-30 mavAllow status aggregation for ramdisk reads.
2017-06-30 mavUnify INOT/ATIO setup.
2017-06-30 mavPolish target_id/target_lun setting for ATIOs/INOTs.
2017-06-30 sephehyperv/input: Remove unnecessary inclusion.
2017-06-30 jhibbitsUse the more common Book-E idiom for disabling interrupts.
2017-06-30 gjbCorrect the branch naming convention in param.h.
2017-06-29 andrewAs with arm64 mark the EFI PE header as allocated on...
2017-06-29 jhbStore a 32-bit PT_LWPINFO struct for 32-bit process...
2017-06-29 npAdjust sowakeup post-r319685 so that it continues to...
2017-06-29 aeFix IPv6 extension header parsing. The length field...
2017-06-29 kibDo not cast struct kevent_args or struct freebsd11_keve...
2017-06-29 tsoomeloader: chain load relocate data declaration is bad
2017-06-29 adrian[ath_hal] if building with ALQ, ensure we actually...
2017-06-29 adrian[mips] [ar71xx] Since the wlan/ath drivers use ALQ...
2017-06-29 adrian[mips] make this compile again after all of the config...
2017-06-29 ianAdd iic_recover_bus.c. Should have been part of r320461.
2017-06-29 ianAdd bus recovery handling to the imx5/imx6 i2c driver.
2017-06-29 ianAdd iic_recover_bus(), a helper function that can be...
2017-06-29 ianIf an i2c transfer ends due to error, issue a stop...
2017-06-28 rmacklemFix an NFSv3 client case that probably never happens.
2017-06-28 ianImplement gpio input by reading the pad state register...
2017-06-28 mckusickCreate a new function ffs_getcg() to read in and verify...
2017-06-28 avgfix an architectural problem introduced in r320156...
2017-06-28 cemComplete support for IO_APPEND flag in fuse
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-28 kibTreat the addr argument for mmap(2) request without...
2017-06-27 npcxgbe/t4_tom: Do not include space taken by the TCP...
2017-06-27 impAdd new definitions for namespaces.
2017-06-27 kibDo not ignore an error from vm_mmap_object().
2017-06-27 kenFix a panic in camperiphfree().
2017-06-27 kenIn scsi_zbc_in(), fill in the length in the ZBC IN...
2017-06-27 npcxgbe/iw_cxgbe: Disable debug output by default. The...
2017-06-27 npcxgbe/iw_cxgbe: Catch up with r319722. The socket...
2017-06-27 alcAddress the remaining integer overflow issues with...
2017-06-27 npcxgbe/t4_tom: sbspace on listening sockets is no longer...
2017-06-27 cemFix one more place uio_resid is truncated to int
2017-06-27 ngieFix LINT, broken by a -Wformat warning in r320329 with...
2017-06-27 impNamespace is 32-bits, don't cast it to 16 here
next