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