aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* libnv: change name of cookie from cookiep to cookie.Mariusz Zaborski2018-06-182-71/+71
* ixl(4): Update version number to 2.0.0-kEric Joyner2018-06-1838-42/+42
* ixl(4): Update to use iflibEric Joyner2018-06-1818-5562/+3856
* Introduce arm64 linuxulator stubsEd Maste2018-06-184-0/+303
* linuxulator: add debugging for invalid capget/capset versionEd Maste2018-06-181-0/+10
* Regen arm64 linuxulator sysent files after r335323Ed Maste2018-06-184-2/+25
* arm64 linuxulator: add dup syscall entryEd Maste2018-06-181-1/+1
* iflib: Style fixesEric Joyner2018-06-181-5/+5
* Move to using the inp->vnet pointer has suggested by lstewart.Randall Stewart2018-06-181-2/+2
* linsysfs: depend on linux_common module on arm64, as on amd64Ed Maste2018-06-181-1/+1
* Revert r335263, since it can cause crashes in unusual circumstances.Rick Macklem2018-06-171-88/+16
* Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headersBryan Venteicher2018-06-172-7/+37
* acpi: Add support for Thinkpads Mic ledEitan Adler2018-06-171-1/+63
* Assorted fixes to MSI-X/MSI/INTx setup in iflib(9):Marius Strobl2018-06-171-40/+6
* gpart: add EFI alias for MBR partition schemeEd Maste2018-06-172-0/+2
* Sort geom/part mbr/ebr/ldm alias table entriesEd Maste2018-06-173-14/+14
* Fix build of ndis with base gcc on i386Dimitry Andric2018-06-171-1/+1
* Fix build of aibs with base gcc on i386Dimitry Andric2018-06-171-2/+2
* Make the pNFS NFSv4.1 client return a Flexible File layout upon error.Rick Macklem2018-06-174-16/+95
* Fix NFSv4.1 client side handling of "soft,retrans=2" mounts.Rick Macklem2018-06-161-16/+88
* Fix typo.Andrey V. Elsukov2018-06-161-3/+3
* Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).Andrey V. Elsukov2018-06-1612-27/+46
* Fix handling of enable counter for shared GPIO line in fixed regulator.Michal Meloun2018-06-163-4/+65
* cxgbe(4): Add a hw.cxgbe.starve_fl sysctl that can be used to starve theNavdeep Parhar2018-06-152-4/+24
* Since 'ticks' is an int, it may wrap around and cr_ticks at a certainGleb Smirnoff2018-06-151-2/+2
* cxgbe(4): Track the number of received frames separately from the numberNavdeep Parhar2018-06-151-16/+25
* Bump __FreeBSD_version after r335227Conrad Meyer2018-06-151-1/+1
* arm64 linuxulator: add linux_dummy.c based on amd64Ed Maste2018-06-151-0/+177
* arm64: add arm64 linux.h based on i386 linuxulator and Linux headersEd Maste2018-06-151-0/+321
* Retain offset compatibility with pre-12.0 dumpsConrad Meyer2018-06-151-5/+6
* Check for a 'pci' prefix rather than a full match in get_addr_propsJustin Hibbits2018-06-151-1/+3
* cxgbe(4): sysctls to display the local and intr CPUs for the adapter.Navdeep Parhar2018-06-151-0/+42
* extres/regulator: Switch boot_on/always_on sysctl to uint8Kyle Evans2018-06-151-4/+4
* Correct kern.pre.mk comment: objcopy, not objdump, copies objects.Ed Maste2018-06-151-1/+1
* Make virtio queue re-initialization steps to be similar toRuslan Bukin2018-06-151-3/+14
* Add linprocfs support for min_free_kbytesChuck Tuffli2018-06-151-2/+23
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-159-1/+70
* Correct debug control for linuxulator faccessatEd Maste2018-06-151-1/+1
* linprocfs: add TracerPid to /proc/pid/status.Konstantin Belousov2018-06-151-2/+2
* Add stubbed arm64 linuxulator /proc/cpuinfo handlerEd Maste2018-06-151-1/+27
* Revert r335173 at request of mmel@Kyle Evans2018-06-153-20/+0
* When retransmitting TCP SYN-ACK segments with the TCP timestamp optionMichael Tuexen2018-06-152-26/+2
* allwinner: ccung: Fully subclass the clock driversEmmanuel Vadot2018-06-1516-941/+749
* ofw_reg_to_paddr(): Fix minor typo in KASSERT messageJustin Hibbits2018-06-151-1/+1
* Quiet coretemp probeMatt Macy2018-06-151-0/+3
* proc0_post: Fix some locking issuesBryan Drewery2018-06-151-1/+7
* Use M_EXEC when calling malloc() to allocate the memory to store the module,Olivier Houchard2018-06-141-1/+1
* TCPOUTFLAGS no longer exists since r334843.Gleb Smirnoff2018-06-144-4/+0
* Provide the ip6_plen in network byte order when calling ip6_output().Michael Tuexen2018-06-141-2/+2
* Regen after 335177 (rename sys_obreak to sys_break).Brooks Davis2018-06-148-14/+21