summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* regenfcambus2018-11-112-5/+10
* Add ID for a VIA HD Audio device found on my HP t5570 Thin Client.fcambus2018-11-111-3/+4
* Add END() macro to set symbol size like every other archguenther2018-11-111-1/+3
* copy the mpls cos and use it as the ip dscp/tos/tclass thing.dlg2018-11-111-6/+13
* when encapsulating mpls, map the mpls qos value to an ip tos.dlg2018-11-111-6/+13
* actually use the if_llprio to set the mbuf prio.dlg2018-11-111-1/+5
* use the llprio on gre(4) and eoip(4) interfaces for the keepalive tosdlg2018-11-112-7/+13
* in the magical language gcc, adding brackets allows correct code to compile.deraadt2018-11-111-3/+3
* use the LFPRINTF() debug macro consistently; ok mpi@anton2018-11-101-38/+11
* Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.bluhm2018-11-104-12/+4
* free(9) sizes for endpoints array.mpi2018-11-103-9/+13
* Pass free(9) sizes for port arrays.mpi2018-11-101-14/+10
* Pass free(9) sizes for the tx descriptors.mpi2018-11-101-4/+7
* Remove the strong hysteresis filter.bru2018-11-104-86/+36
* Conform to POSIX-2001 in which the behavior of passing a negative length usinganton2018-11-101-6/+11
* M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forclaudio2018-11-0927-95/+89
* Remove the last few XXX rdomain markers. Even those functions respect theclaudio2018-11-092-6/+2
* regenjsg2018-11-082-5/+15
* correct intel 0x9d66jsg2018-11-081-2/+4
* Remove cardbus and pcmcia debug options that we don't enable on otherkettenis2018-11-081-3/+2
* Document `machine gop [mode]' commandkn2018-11-071-4/+14
* new sysctl for userland malloc flags, kernel part. ok millert@ deraadt@otto2018-11-063-4/+14
* Improve the filters for scrolling.bru2018-11-051-16/+44
* In icmp_input_if() m_pullup up the maximum size of required data at the start.claudio2018-11-052-13/+5
* Consider the size of IP header when doing the ICMP length overflowbluhm2018-11-051-3/+3
* trace struct flock; ok visa@anton2018-11-052-2/+12
* Fix kernel build without serial consolekn2018-11-052-3/+5
* Fixup the case where an mbuf cluster is used. Correctly offset the data toclaudio2018-11-051-3/+5
* The change of the sb_mbmax calculation in sbreserve() broke settingbluhm2018-11-041-3/+4
* Revert previous, it broke my Anker USB devicejcs2018-11-022-21/+3
* Remove 'reused group key update received' printfs.stsp2018-11-021-16/+6
* Remove unnecessary if/else block, both branches are identical. We canfcambus2018-11-021-9/+4
* make debug flags continuousanton2018-11-021-2/+2
* disable LOCKF_DIAGNOSTICanton2018-11-021-3/+1
* Add SPDX-License-Identifier tag from drm-intel-next-queued tojsg2018-11-011-0/+1
* Add SPDX-License-Identifier tags from linux git master to drm filesjsg2018-11-017-0/+7
* Increase max frame size and hard MTU so that we can use VLANs andpatrick2018-10-312-3/+21
* add simple implementation of intel trace files which just define awayjsg2018-10-313-878/+49
* Bring over gapdummy.c changes from amd64/amr64/armv7/i386.kettenis2018-10-313-6/+6
* zap return keyword to clarify umidi_flush() returns no value; ok ratchov@miko2018-10-311-2/+2
* Add support to uvm to establish write-combining mappings. Use this in thekettenis2018-10-318-28/+37
* sc argument of start_output, start_input, trigger_output and trigger_inputmiko2018-10-311-7/+7
* Replace with minimal version written from scratch that just defines the datakettenis2018-10-301-238/+35
* The way we currently generate gap.o using a linker script results in .rodatakettenis2018-10-302-4/+4
* The way we currently generate gap.o using a linker script results in .rodatakettenis2018-10-302-4/+4
* If we execute a #!shell binary, the shell is an integral part of thederaadt2018-10-301-1/+3
* Support _ISOC11_SOURCE for forcing C11 feature visibility. Change theguenther2018-10-291-10/+10
* irrelevant part snuck into previous commit; from semariederaadt2018-10-291-2/+1
* Now that most archs have better NMBCLUSTERS defaults it is possible to bringclaudio2018-10-291-3/+2
* use the tunnelttl in the ip6 encap too, not ip6_defhlim.dlg2018-10-291-2/+2