aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* UPDATING: document if_bridge MTU changesKristof Provost2021-07-291-0/+5
* linux(4): Fix gcc buld.Dmitry Chagin2021-07-295-4/+34
* hexdump: Flush stdout after '*' (repeat) lines.Poul-Henning Kamp2021-07-291-2/+6
* libc qsort(3): Eliminate ambiguous sign comparisonConrad Meyer2021-07-292-1/+8
* kern: remove deprecated makesyscalls.shKyle Evans2021-07-291-805/+0
* cli.lua.8: make the command match the codeWarner Losh2021-07-291-2/+2
* Refactor/optimize cpu_search_*().Alexander Motin2021-07-293-170/+134
* debugnet: Fix false-positive assertions for dp_stateBryan Drewery2021-07-281-1/+10
* lua loader: Add disable-device to disable a device.Warner Losh2021-07-282-2/+23
* nfscl: Cache an open stateid for the "oneopenown" mount optionRick Macklem2021-07-285-4/+70
* nfscl: Set correct lockowner for "oneopenown" mount optionRick Macklem2021-07-281-2/+3
* pkgbase: improve pkg --version parsingEd Maste2021-07-281-1/+1
* Do not expose to scheduler caches of single CPU.Alexander Motin2021-07-281-0/+6
* compilert-rt: build out-of-line LSE atomics helpers for aarch64Dimitry Andric2021-07-282-1/+21
* bridge tests: verify that we can't change MTU of bridge member interfacesKristof Provost2021-07-281-0/+5
* net: disallow MTU changes on bridge member interfacesKristof Provost2021-07-281-0/+3
* bridge tests: test changing the bridge MTUKristof Provost2021-07-281-0/+68
* if_bridge: allow MTU changesKristof Provost2021-07-281-6/+18
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-07-281-0/+1
* genoffset: simplify and rewrite in shWarner Losh2021-07-282-82/+39
* genassym.sh: Fix two minor issues found by shellcheckWarner Losh2021-07-281-3/+3
* vnic: add TODO list item for multicast filter supportEd Maste2021-07-281-0/+1
* powerpc: change mfpvr return type to uint32_tLeandro Lupori2021-07-282-3/+3
* socket: Implement SO_RERRORRoy Marples2021-07-2821-35/+100
* Add zfskeys rc.d script for auto-loading encryption keysEirik Øverby2021-07-281-0/+119
* LinuxKPI: add read_poll_timeout()Bjoern A. Zeeb2021-07-281-0/+91
* xen: introduce xen_has_percpu_evtchn()Julien Grall2021-07-283-3/+10
* xen/control: print warning on call of xctrl_suspend()Julien Grall2021-07-281-1/+9
* xen/grant_table: cleanup max_nr_grant_frames()Elliott Mitchell2021-07-281-4/+1
* xen/control: introduce xen_pv_shutdown_handler()Julien Grall2021-07-282-1/+8
* xen: introduce xen_pv_disks_disabled()Julien Grall2021-07-283-3/+11
* xen/netfront: introduce xen_pv_nics_disabled()Julien Grall2021-07-283-2/+11
* xen/xen-os: move inclusion of machine/xen-os.h laterElliott Mitchell2021-07-283-7/+10
* xen/xenpv: remove low memory limit for non-x86Elliott Mitchell2021-07-281-1/+5
* xen/intr: use __func__ instead of function namesElliott Mitchell2021-07-281-9/+6
* xen/timer: make xen timer optionalJulien Grall2021-07-283-3/+7
* xen/intr: use struct xenisrc * as xen_intr_handle_tElliott Mitchell2021-07-281-35/+41
* xen/control: gate x86 specific code in the preprocessorElliott Mitchell2021-07-281-0/+4
* xen/xen-os: don't let anyone else defining __XEN_INTERFACE_VERSION__Julien Grall2021-07-281-2/+0
* xen: create VM_MEMATTR_XEN for Xen memory mappingsElliott Mitchell2021-07-284-3/+6
* xen: move x86/xen/xenpv.c to dev/xen/bus/xenpv.cJulien Grall2021-07-283-1/+1
* Add macros for arm64 special reg op and CR valuesAndrew Turner2021-07-282-78/+87
* pf: Validate user string nul-termination before copyingMark Johnston2021-07-281-31/+92
* pf: Initialize arrays before copying out to userlandMark Johnston2021-07-281-5/+5
* LinuxKPI: add fsleep()Bjoern A. Zeeb2021-07-281-0/+10
* LinuxKPI: dmi.h do not rely on implicit includesBjoern A. Zeeb2021-07-281-0/+1
* pf: fix ABI breakageKristof Provost2021-07-282-3/+1
* mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky2021-07-286-43/+10
* booti: Enable loading the kernel image to any address aligned to 2 MBMichal Meloun2021-07-281-1/+1
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-2895-5023/+16278