aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* style(9): fix the indent of a return.Brooks Davis2019-01-091-1/+1
* Complete the removal of obsolete ioctl handlers.Mark Johnston2019-01-092-8/+0
* Stop setting if_linkmib in vlan(4) ifnets.Mark Johnston2019-01-091-21/+8
* Fix loopback traffic when using non-lo0 link local IPv6 addresses.Hans Petter Selasky2019-01-091-31/+51
* net80211: fix panic when device is removed during initializationAndriy Voskoboinyk2019-01-091-1/+5
* Fix getsockopt() for IP_OPTIONS/IP_RETOPTS.Michael Tuexen2019-01-091-1/+2
* Add quirk for 128MB Creative Nomad.Warner Losh2019-01-091-0/+2
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-0940-357/+472
* Remove part of comment that doesn't match reality.Gleb Smirnoff2019-01-091-3/+1
* MFV: r342867Jung-uk Kim2019-01-09355-373/+470
|\
* | Add NO_SYNC_CACHE quirk for PENTAX camerasWarner Losh2019-01-081-0/+8
* | Specify the correct option level when emulating SO_PEERCRED.Mark Johnston2019-01-081-0/+5
* | Add NVMe drive to NOIOB quirk listChuck Tuffli2019-01-081-0/+1
* | Avoid overfow in vtruncbuf()Michael Tuexen2019-01-081-1/+1
* | Added support for the SIOCGI2C ioctl.Xin LI2019-01-084-6/+40
* | Use iflib_if_init_locked() during resume instead of iflib_init_locked().Stephen Hurd2019-01-071-1/+1
* | Fix regression in r331368, that broke dumping of UMA startup pagesGleb Smirnoff2019-01-071-7/+10
* | Add a tunable which changes mincore(2) algorithm to only report dataKonstantin Belousov2019-01-071-1/+13
* | powerpc: Fix regression introduced in r342771Conrad Meyer2019-01-077-22/+61
* | Add a missing \n to a bootverbose printf.Ian Lepore2019-01-071-1/+1
* | Fix a race between setting up the interrupt handler and it firing byWarner Losh2019-01-071-4/+7
* | Fix TI PCI1520 PCI Cardbus bridge, but others affected.Warner Losh2019-01-071-2/+2
* | Fix use of busdma(9) KPI in ahci(4).Konstantin Belousov2019-01-071-16/+24
* | asmc: Add support for Mac mini 4,1 (Mid-2010)David Bright2019-01-062-0/+32
* | dtsec: Fix formatting of addresses in translation error messagesJustin Hibbits2019-01-061-2/+2
* | Fix an old typo in the element status display bits:Joerg Wunsch2019-01-051-1/+1
* | Add a bounds check to the tws(4) passthrough ioctl handler.Mark Johnston2019-01-051-2/+6
* | Remove unneeded NULL check for td_ucredKristof Provost2019-01-041-2/+2
* | Reduce timeout for reading the USB HUB port status to 1000ms and try to filterHans Petter Selasky2019-01-042-6/+21
* | Fix i386 LINT build after r342769.Konstantin Belousov2019-01-041-0/+2
* | Limit git history searches in newvers.shAndrew Gallatin2019-01-041-2/+6
* | Bump __FreeBSD_version for r342771Conrad Meyer2019-01-041-1/+1
* | Expose threads-per-core and physical core count informationConrad Meyer2019-01-047-0/+39
* | asmc: Patch to add MacBook Pro 9,2 supportDavid Bright2019-01-042-0/+27
* | i386: Use atomic 64bit load to read PDE value from PAE pagetables inKonstantin Belousov2019-01-041-25/+27
* | Support MSG_DONTWAIT in send*(2).Mark Johnston2019-01-043-3/+5
* | x86: Report per-cpu IPI TLB shootdown generation in ddb 'show pcpu' output.Konstantin Belousov2019-01-042-0/+2
* | Don't enable interrupts in init_secondary().Mark Johnston2019-01-041-4/+0
* | Fix dirty bit handling in pmap_remove_write().Mark Johnston2019-01-041-6/+4
* | Clear PGA_WRITEABLE in pmap_remove_pages().Mark Johnston2019-01-041-0/+3
* | newvers: retire p4 version supportEd Maste2019-01-041-27/+2
* | newvers: avoid clearing svn revision information with nested VCS dirsEd Maste2019-01-041-11/+11
* | rtwn_pci(4): sync r88ee_power_on() with OpenBSDAndriy Voskoboinyk2019-01-043-5/+22
* | cxgbe(4): Clear FW_OK if the firmware reports an error.Navdeep Parhar2019-01-041-1/+3
* | mp_ring: avoid items offset difference between iflib and mp_ringMatt Macy2019-01-032-9/+9
* | zfsboot: support newer ZFS versionsMatt Macy2019-01-031-3/+12
* | Fix typo in r342710.Konstantin Belousov2019-01-031-1/+1
* | Fix a use-after-free in the riscv pmap_release() implementation.Mark Johnston2019-01-031-7/+3
* | Synchronize access to the allpmaps list.Mark Johnston2019-01-031-1/+9
* | Fix some issues with the riscv pmap_protect() implementation.Mark Johnston2019-01-031-16/+26