]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
style(9): fix the indent of a return.
[FreeBSD/FreeBSD.git] / sys /
2019-01-09 Brooks Davisstyle(9): fix the indent of a return.
2019-01-09 Mark JohnstonComplete the removal of obsolete ioctl handlers.
2019-01-09 Mark JohnstonStop setting if_linkmib in vlan(4) ifnets.
2019-01-09 Hans Petter SelaskyFix loopback traffic when using non-lo0 link local...
2019-01-09 Andriy Voskoboinyknet80211: fix panic when device is removed during initi...
2019-01-09 Michael TuexenFix getsockopt() for IP_OPTIONS/IP_RETOPTS.
2019-01-09 Warner LoshAdd quirk for 128MB Creative Nomad.
2019-01-09 Gleb SmirnoffMechanical cleanup of epoch(9) usage in network stack.
2019-01-09 Gleb SmirnoffRemove part of comment that doesn't match reality.
2019-01-09 Jung-uk KimMFV: r342867
2019-01-08 Warner LoshAdd NO_SYNC_CACHE quirk for PENTAX cameras
2019-01-08 Mark JohnstonSpecify the correct option level when emulating SO_PEER...
2019-01-08 Chuck TuffliAdd NVMe drive to NOIOB quirk list
2019-01-08 Michael TuexenAvoid overfow in vtruncbuf()
2019-01-08 Xin LIAdded support for the SIOCGI2C ioctl.
2019-01-07 Stephen HurdUse iflib_if_init_locked() during resume instead of...
2019-01-07 Gleb SmirnoffFix regression in r331368, that broke dumping of UMA...
2019-01-07 Konstantin BelousovAdd a tunable which changes mincore(2) algorithm to...
2019-01-07 Conrad Meyerpowerpc: Fix regression introduced in r342771
2019-01-07 Ian LeporeAdd a missing \n to a bootverbose printf.
2019-01-07 Warner LoshFix a race between setting up the interrupt handler...
2019-01-07 Warner LoshFix TI PCI1520 PCI Cardbus bridge, but others affected.
2019-01-07 Konstantin BelousovFix use of busdma(9) KPI in ahci(4).
2019-01-06 David Brightasmc: Add support for Mac mini 4,1 (Mid-2010)
2019-01-06 Justin Hibbitsdtsec: Fix formatting of addresses in translation error...
2019-01-05 Joerg WunschFix an old typo in the element status display bits:
2019-01-05 Mark JohnstonAdd a bounds check to the tws(4) passthrough ioctl...
2019-01-04 Kristof ProvostRemove unneeded NULL check for td_ucred
2019-01-04 Hans Petter SelaskyReduce timeout for reading the USB HUB port status...
2019-01-04 Konstantin BelousovFix i386 LINT build after r342769.
2019-01-04 Andrew GallatinLimit git history searches in newvers.sh
2019-01-04 Conrad MeyerBump __FreeBSD_version for r342771
2019-01-04 Conrad MeyerExpose threads-per-core and physical core count information
2019-01-04 David Brightasmc: Patch to add MacBook Pro 9,2 support
2019-01-04 Konstantin Belousovi386: Use atomic 64bit load to read PDE value from...
2019-01-04 Mark JohnstonSupport MSG_DONTWAIT in send*(2).
2019-01-04 Konstantin Belousovx86: Report per-cpu IPI TLB shootdown generation in...
2019-01-04 Mark JohnstonDon't enable interrupts in init_secondary().
2019-01-04 Mark JohnstonFix dirty bit handling in pmap_remove_write().
2019-01-04 Mark JohnstonClear PGA_WRITEABLE in pmap_remove_pages().
2019-01-04 Ed Mastenewvers: retire p4 version support
2019-01-04 Ed Mastenewvers: avoid clearing svn revision information with...
2019-01-04 Andriy Voskoboinykrtwn_pci(4): sync r88ee_power_on() with OpenBSD
2019-01-04 Navdeep Parharcxgbe(4): Clear FW_OK if the firmware reports an error.
2019-01-03 Matt Macymp_ring: avoid items offset difference between iflib...
2019-01-03 Matt Macyzfsboot: support newer ZFS versions
2019-01-03 Konstantin BelousovFix typo in r342710.
2019-01-03 Mark JohnstonFix a use-after-free in the riscv pmap_release() implem...
2019-01-03 Mark JohnstonSynchronize access to the allpmaps list.
2019-01-03 Mark JohnstonFix some issues with the riscv pmap_protect() implement...
2019-01-03 Mark JohnstonSet PTE_U on PTEs created by pmap_enter_quick().
2019-01-03 Mark JohnstonUse regular stores to update PTEs in the riscv pmap...
2019-01-03 Mark JohnstonConfigure hz=100 in the QEMU target.
2019-01-03 Hans Petter SelaskyImprove USB generic debug messages. Print process ID...
2019-01-03 Konstantin BelousovFix typo, use boolean operator instead of bit-wise.
2019-01-02 Andriy Voskoboinykrtwn_usb(4): add USB id for TP-LINK TL-WN821N v5.
2019-01-02 Andriy Voskoboinykrtwn_pci(4): fix panic with INVARIANTS (due to inverted...
2019-01-02 Mark JohnstonUse g_handleattr() to reply to GEOM::candelete queries.
2019-01-02 Mark JohnstonAvoid setting PG_U unconditionally in pmap_enter_quick_...
2019-01-02 Andriy VoskoboinykRefresh sys/conf/files after recent rtwn(4) update.
2019-01-02 Andriy Voskoboinykrtwn_pci(4): add support for RTL8188EE chipset.
2019-01-02 Andriy Voskoboinykrtwn(4): rename set_name -> set_rom_opts method and...
2019-01-02 Andriy Voskoboinykrtwn(4): rename common RTL8188E* structures.
2019-01-02 Andriy Voskoboinykrtwn(4): do not try to start RTL8188E* MCU during devic...
2019-01-02 Andriy VoskoboinykMove USB-specific parts from rtwn(4) to rtwn_usb(4)
2019-01-02 Andriy Voskoboinykrtwn_pci(4): add support for event-based Tx reports.
2019-01-02 Andriy Voskoboinykrtwn_pci(4): use proper bus_dmamap_sync flags after...
2019-01-02 Andriy Voskoboinykrtwn(4): drop obsolete comment + use 'nop' function...
2019-01-02 Andriy Voskoboinykrtwn(4): add IQ calibration support for RTL8188E*
2019-01-02 Andriy Voskoboinykrtwn(4): provide register definitions for RTL8188CE...
2019-01-01 Andriy Voskoboinykrtwn_pci: fix excessive packet loss on Tx with RTL8188EE.
2019-01-01 Conrad Meyerlinuxkpi: Remove extraneous NULL check on M_WAITOK...
2019-01-01 Xin LIHappy New Year 2019!
2018-12-31 Scott LongPort over the SCSI sense handling fix from mpr(4) in...
2018-12-31 Scott LongFix whitespace from r342528
2018-12-31 John BaldwinCorrect variable name in two panic messages: num_msi_ir...
2018-12-31 Warner LoshAdd NO_RC16 quirk for Chipfancier 16GB USB stick...
2018-12-31 Konstantin BelousovMore references to pmap_cold().
2018-12-31 Konstantin BelousovUpdate comments: paging is initialized in pmap_cold().
2018-12-31 Ian LeporeSupport the SPI mode and bus clock frequency parameters...
2018-12-31 Philip PaepsImport tzdata 2018i
2018-12-31 Ian LeporeWhen allocating a new keyboard at vt_upgrade() time...
2018-12-30 Marius Stroblo Don't allocate resources for SDMA in sdhci(4) if...
2018-12-30 Konstantin BelousovFix 32bit gcc builds after r342625.
2018-12-30 Konstantin BelousovAdd 'v' modifier to the ddb 'show pginfo' command to...
2018-12-30 Konstantin BelousovBump __FreeBSD_version since r342628 changed size of...
2018-12-30 Konstantin BelousovFix linux_destroy_dev() behaviour when there are still...
2018-12-30 Konstantin BelousovImplement zap_vma_ptes() for managed device objects.
2018-12-30 Konstantin BelousovUse IDX_TO_OFF().
2018-12-30 Philip PaepsImport tzdata 2018h
2018-12-30 Kirk McKusickMove ASSERT_VOP_LOCKED to top of ufs_vinit() as it...
2018-12-30 Kirk McKusickFor consistency with FFS2's fifoops2 and both versions...
2018-12-30 Andriy Voskoboinyknet80211: fix duplicate sequence number bump for non...
2018-12-30 Navdeep Parharcxgbe(4): Attach to two T540 variants.
2018-12-29 Kristof ProvostSimplify jail ID printing on process exit
2018-12-29 Conrad MeyerUpdate to Zstandard 1.3.8
2018-12-29 Cy SchubertRemove duplicate include of sys/mbuf.h.
2018-12-29 Konstantin BelousovFor hw.{physmem,realmem,usermem} MIBs, clamp instead...
2018-12-29 Konstantin Belousovi386: Fix allocation of the KVA frame for pmap_quick_en...
2018-12-29 Kristof ProvostMake kernel print jail ID when logging a process exit
next