summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-02-13Allow SO_PEERCRED to be called on sockets created with socketpair.Martijn van Duren
2019-02-12Add Allwinner V3s support. From SASANO Takayoshi.Mark Kettenis
2019-02-11In ddb add description for show mbuf flags bit SYNCOOKIE_RECREATEDAlexander Bluhm
2019-02-11add M_CANFAIL to malloc, and return ENOMEM if allocating an interfaceDavid Gwynne
2019-02-10assign the m_prepend result to the right variable.David Gwynne
2019-02-10revert revert revert. there are many other archs that use custom allocs.Ted Unangst
2019-02-10whitespace tweak, no functional changeDavid Gwynne
2019-02-10get rid of the global list of mpe interfaces, it's not needed anymoreDavid Gwynne
2019-02-10remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.David Gwynne
2019-02-10missed a file. add flags to the pool page free function.Ted Unangst
2019-02-10if waitok flag is set, have the interrupt multipage allocator redirectTed Unangst
2019-02-10make it possible to reduce kmem pressure by letting some pools use a moreTed Unangst
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-02-10Add Allwinner V3s support. Also update some Allwinner A80 pin names toMark Kettenis
2019-02-10Handle "broken-cd" as "non-removable" for now. This will generate someMark Kettenis
2019-02-09major() and minor() are documented as returning unsigned, so do soPhilip Guenther
2019-02-09vmm(4): add a debug printf when processing vmxon operationsMike Larkin
2019-02-08fix ipv4 checksum fixup; this trick requires an accumulator of exactly twice ...Richard Procter
2019-02-08Fix kernel info leak in routing message.Alexander Bluhm
2019-02-08Fix stack info leak in execve(2). There are 2x4 bytes of paddingAlexander Bluhm
2019-02-07Add lock stack trace saving for witness(4).Visa Hankala
2019-02-07Consistently use m_freem(9). This fixes possible leaks in a fewPatrick Wildt
2019-02-07There's a task ring for executing commands in a sleep-safe context.Patrick Wildt
2019-02-06Rework fec(4). I have written this driver in 2012 as my first everPatrick Wildt
2019-02-06Fix a possible mbuf leak in tcp_usrreq(). Make the error handlingAlexander Bluhm
2019-02-06Use ktrreltimespec() as the timeout is relative, pointed by matthew@.Martin Pieuchot
2019-02-04Avoid an mbuf double free in the oob soreceive() path. In theAlexander Bluhm
2019-02-04Make callers of witness_lock_list_{get,free}() responsible of raisingVisa Hankala
2019-02-04Turns out we do need to handle control messages that exceed MLEN, soMark Kettenis
2019-02-04When freeing the sem_undo structure in semundo_adjust(), update theanton
2019-02-03let tun read AF_MPLS packets from userland.David Gwynne
2019-02-03Add mvgicp(4), a driver for the Marvell extension to the GIC thatPatrick Wildt
2019-02-03enable -msave-args when building with clang.David Gwynne
2019-02-03Always refault if relocking maps fails after IO. This fixes a regressionVisa Hankala
2019-02-03Delete cases in kerntrap() that just jump to the default casePhilip Guenther
2019-02-02Improve stack trace saving on i386:Visa Hankala
2019-02-02Improve stack trace saving on amd64:Visa Hankala
2019-02-01Properly account wired pages in pmap_randomize_levelMike Larkin
2019-02-01free size for wscons_event; ok deraadt@ visa@anton
2019-02-01Complete athn(4) noisefloor calibration code and enable it.Stefan Sperling
2019-02-01Export per-TDB counters to userland.Martin Pieuchot
2019-02-01Do not silently return if extensions do not match the filters.Martin Pieuchot
2019-02-01Print xhci version in hex, from sc.dying at gmail.Martin Pieuchot
2019-02-01make m_pullup use the first mbuf with data to measure alignment.David Gwynne
2019-02-01In wskbdclose(), use the same logic as in wskbdopen() to determine ifanton
2019-02-01fix up calculation of our physical function id, making the second portJonathan Matthew
2019-02-01Fix lost interrupts in fec(4). Apparently the tick that talks to thePatrick Wildt
2019-01-31Bump version number to be able to distinguish bootloaders with softraidMark Kettenis
2019-01-31matthew noticed that some clocks use tfind() which is not mpsafe.Ted Unangst
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller