summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only force iwm's firmware to use RTS for all frames if the AP requires it.stsp2016-10-191-2/+4
* Lets just be safe and check M_PREPEND return values for functions thatrzalamena2016-10-191-1/+7
* Change process_{domem,auxv_offset}() to take a process instead of a proc.guenther2016-10-194-43/+52
* Change pmap_proc_iflush() to take a process instead of a procguenther2016-10-1910-28/+28
* The first argument to process_domem() and its uio_procp should be curprocguenther2016-10-192-10/+10
* Remove the if_input task from the correct taskq.yasuoka2016-10-191-2/+2
* struct process has a pointer to the vmspace now, so simplify the ASID searchguenther2016-10-191-10/+4
* Add the examine /m format, "display in unsigned hex with characternaddy2016-10-181-2/+39
* put .openbsd.randomdata into rodata, since i386 can handle itderaadt2016-10-181-2/+2
* SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@naddy2016-10-181-2/+3
* when openbsd.randomdata was made readonly, the proto seed copy got donederaadt2016-10-181-10/+6
* split pf_send_tcp() into the part that builds the mbuf and the actualhenning2016-10-182-10/+32
* The variable dlen is always positive and d may be negative. Sobluhm2016-10-181-3/+4
* The checksum of a ICMP "need to frag" packet for TCP was wrong whenbluhm2016-10-181-11/+9
* Place splsoftnet() in route_input() to shut up splassert warningsbluhm2016-10-181-2/+6
* Delete remnants of "traptrace" supportguenther2016-10-184-134/+4
* "send/received" -> "sent/received"lteo2016-10-171-3/+3
* m_resethdr() clears information attached to a mbuf that has beenbluhm2016-10-161-1/+3
* Fix bpf_catchpacket comment.jca2016-10-161-3/+3
* Strip trailing obj/ from kernel build directories, so kernelstb2016-10-161-2/+2
* cleandir: target for kernel compile directoriesderaadt2016-10-1539-94/+117
* Process groups can't be removed if a zombie process is in them, soguenther2016-10-151-7/+3
* backout small errorderaadt2016-10-141-2/+1
* Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,deraadt2016-10-14119-105/+488
* The trailing producer index must point to the beginning of the messagemikeb2016-10-141-1/+1
* Implement an operation to dequeue packets from the completion queuemikeb2016-10-141-18/+18
* Fulfil our contractual obligations with ether_inputmikeb2016-10-141-9/+19
* cache some more cpuid info. the cached data is presently unused, but willmlarkin2016-10-142-5/+15
* Add an extra debug line when virtualization is disabled in the firmware.martijn2016-10-133-5/+14
* Fix another memory leak on error path in ldc.ctom2016-10-131-2/+4
* Fix memory leaks on error paths spotted by coypu (at) SDF (dot) ORG - thankstom2016-10-132-4/+8
* cache another feature bit for something I'm working onmlarkin2016-10-131-2/+5
* Rename CDCE_ZAURUS option to CDCE_CRC32 for clarity.fcambus2016-10-122-14/+14
* Get rid of the ch_buf member that is not part of the channel APImikeb2016-10-124-94/+106
* When sending a action_output for a table-miss to the controller therzalamena2016-10-121-2/+14
* enable vmmmlarkin2016-10-121-2/+2
* Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment thatmlarkin2016-10-121-2/+2
* Rename 'i' to 'hlen' for greater readability; ok millert, naddymikeb2016-10-111-19/+20
* Small code improvements:rzalamena2016-10-111-36/+33
* Move Hyper-V integration components into a separate source filemikeb2016-10-115-352/+521
* Strengthen Ethernet packet length checks on input; ok dlgmikeb2016-10-111-2/+7
* Reshuffle GUID device ID table and add $ tags to headersmikeb2016-10-103-129/+143
* ensure prepended ethernet headers are placed on ETHER_ALIGN boundaries,dlg2016-10-102-4/+7
* white space fixes.dlg2016-10-101-11/+11
* Rename BIOS parameter block field from bsPBP to bsBPB. This typobluhm2016-10-102-4/+4
* copy the offset of data inside mbufs in m_copym().dlg2016-10-101-2/+6
* Do not check the SecPerTrack field of the BPB when mounting a MSDOSbluhm2016-10-091-2/+2
* Add psci(4) a driver for the reset and power down portion of thejsg2016-10-095-4/+122
* With systrace and procfs gone, process_checkioperm() and process_domem()guenther2016-10-091-3/+1
* Tweak the special handling of pid 1 in setregs()...and document thatguenther2016-10-091-2/+5