Age | Commit message (Expand) | Author |
2019-02-16 | vmm(4): report PA bits in CPUID[0x80000008] | Mike Larkin |
2019-02-15 | Remove KASSERT() for now. It triggers when destroying lo(4) of a rdomain | Claudio Jeker |
2019-02-15 | zap trailing empty line | anton |
2019-02-15 | The underlying storage for builtin ddb variables are of type int but | anton |
2019-02-15 | With an opportunistic check performed at every trap, we insist userland | Theo de Raadt |
2019-02-15 | Use `ifidx' when storing an interface index. | Martin Pieuchot |
2019-02-15 | let sbcreatecontrol take a const void * instead of a caddr_t. | David Gwynne |
2019-02-15 | coordinate configuration of local mpls labels with destroying an interface | David Gwynne |
2019-02-15 | allow configuration of the rdomain that mpls operates in | David Gwynne |
2019-02-14 | HCCPARAMS1 register CFC and SEC values are 1 bit. | Marcus Glocker |
2019-02-14 | Use timeout_barrier() when bringing the bridge(4) down and only execute | Martin Pieuchot |
2019-02-14 | mpw.h is no longer needed. | Martin Pieuchot |
2019-02-14 | Remove mpw(4) hacks now that all the world is Ethernet. | Martin Pieuchot |
2019-02-14 | Allow *at variant of mkfifo and mknod, too. | Florian Obser |
2019-02-14 | the rdomain for the mpls stuff should still be hardcoded to 0 in mpw. | David Gwynne |
2019-02-14 | use the configured route domain for the mpls tunnel when sending packets. | David Gwynne |
2019-02-14 | consistently use the same flags for rt_ifa_add and _del. | David Gwynne |
2019-02-14 | allow configuration of the rdomain the mpls encap operates in | David Gwynne |
2019-02-13 | don't confuse the interface rdomain with the one the local label is in. | David Gwynne |
2019-02-13 | change rt_ifa_add and rt_ifa_del so they take an rdomain argument. | David Gwynne |
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 |