summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-258-16/+16
* Add .fpu directives in inline assembly to silence new compilerkettenis2019-01-241-3/+9
* Zap unused disable flag from iwn_stop()kn2019-01-241-11/+11
* Correct a wrong comment about PTE skip sizemlarkin2019-01-241-2/+2
* 32 not 16deraadt2019-01-241-2/+2
* the KERN*_{HI,LO} variables are not needed, and easier to calculate thederaadt2019-01-242-11/+6
* gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, soderaadt2019-01-242-23/+13
* mptramp.S does not export gdt64, another historical locore.s splitup errorderaadt2019-01-241-3/+1
* RELOC() is not performed here (remained from when locore was split up)deraadt2019-01-231-4/+1
* using _C_LABEL() inside a macro which uses _C_LABEL() is silly and wrongderaadt2019-01-231-5/+5
* remove special casing for IFT_MPLSTUNNEL now mpw is IFT_ETHER.dlg2019-01-231-27/+2
* rework mpw to be an actual ethernet interface.dlg2019-01-231-111/+48
* eliminate a ?: in witness mtx initializer by pushing the default onetedu2019-01-232-5/+5
* Sprinkle a pinch of timerisvalid/timespecisvalid over the rest of sys/kerncheloha2019-01-234-16/+14
* Remove uneeded header.mpi2019-01-231-2/+1
* Pass an `ifp' pointer to bridge_ourether().mpi2019-01-231-6/+6
* Only copy packets for span ports if the bridge is UP.mpi2019-01-231-4/+3
* Move 802.11n rateset definitions out of MiRA and make them available tostsp2019-01-237-115/+178
* enable the apm(4) subsystem on arm64phessler2019-01-231-1/+2
* Add the apm(4) subsystem to arm64.phessler2019-01-238-6/+468
* add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capabilitydlg2019-01-232-2/+7
* futimens(2), futimes(2), utimensat(2), utimes(2): Validate input at copyincheloha2019-01-231-15/+25
* add some definitions used by elftoolchain's libelfjsg2019-01-221-1/+15
* The kernel interpreted bogus lengths in RPC calls during NFS boot.bluhm2019-01-221-8/+31
* namei can return a null dvp on success. check this before access.tedu2019-01-221-3/+4
* Do not leak received mbufs if the NDIS appended a zero-byte padding.mpi2019-01-221-8/+10
* Remove unused variable.mpi2019-01-221-3/+2
* flense more trailing whitespacephessler2019-01-226-28/+28
* Increase max mtu to match the linux driver; tested against ixl, which canjmatthew2019-01-221-2/+2
* Increase hardmtu to the maximum according to the datasheet and set the rxjmatthew2019-01-221-4/+4
* Add and remove mac filters for multicast addresses.jmatthew2019-01-221-7/+43
* remove trailing whitespace in the Laptop Package part of the license text.phessler2019-01-226-24/+24
* #ifdef video junk as required.deraadt2019-01-221-2/+4
* select(2), pselect(2), poll(2), ppoll(2): Support full timeout range.cheloha2019-01-211-63/+58
* sometimes we don't call unveil_add, which means memory allocated by nameitedu2019-01-212-5/+8
* Add "video" promise.landry2019-01-212-2/+34
* Introduce a dedicated entry point data structure for file locks. This new dataanton2019-01-219-52/+153
* Adapt to allwinner device tree changes in linux >= 5.0-rc1jsg2019-01-211-3/+7
* Support 2TB phys memmlarkin2019-01-213-16/+80
* vmm: better handling of CPUID[1].ECX[OSXSAVE] bitmlarkin2019-01-211-2/+15
* Don't add PG_u to the upper level PTEs in the meltdown casemlarkin2019-01-211-4/+4
* vmm: better handling of two SMM related MSRsmlarkin2019-01-212-5/+28
* also add a mac filter that ignores vlans for the broadcast address, so we canjmatthew2019-01-211-1/+3
* Replace the default mac filter with one that ignores vlans, and enablejmatthew2019-01-201-17/+134
* Refresh arp entries that are about to expire. Once their life time is lessclaudio2019-01-201-32/+32
* Adjust punctuation in comment to align columns consistentlyguenther2019-01-201-3/+3
* use the faster interface, since the precision is not necessaryphessler2019-01-201-3/+3
* No leading space(s) before labels.krw2019-01-203-14/+14
* remove unused i_lockf member from struct iso_node; ok tedu@ visa@anton2019-01-201-2/+1
* Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton2019-01-204-9/+141