Age | Commit message (Expand) | Author |
2015-09-12 | Fix two cases where it was possible to call if_put with an uninitialized ifp | Claudio Jeker |
2015-09-12 | show a few more lines of trace; discussed in the room | Theo de Raadt |
2015-09-12 | More ifmedia64 fallout; that should be the last. | Miod Vallat |
2015-09-12 | vhif_ifp in struct carp_ifs is set but never used. it can be trimmed. | David Gwynne |
2015-09-12 | ifmedia64 fixes. | Miod Vallat |
2015-09-12 | mii_softc's view of the current mii state need to use the proper types | Miod Vallat |
2015-09-12 | vhif_nvrs in carp_if is used to count the number of entries in | David Gwynne |
2015-09-12 | Use rtref(9) in rtable_match() before returning a route entry. | Martin Pieuchot |
2015-09-12 | Add a few -fno-builtin-foo to silence the build. | Miod Vallat |
2015-09-12 | Rework fb_setsize() logic to get rid of gotos. | Miod Vallat |
2015-09-12 | Also print the error registers in the ddb callback. | Miod Vallat |
2015-09-12 | When panicing, show the non-idle, on-proc threads before showing the stack | Philip Guenther |
2015-09-12 | Intel docs suggest that cpus in C3 may go into deeper states automatically | Philip Guenther |
2015-09-12 | Add support for the 88E1512/88E1514 phys using the 1512 init sequence | Jonathan Gray |
2015-09-11 | Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel) | Philip Guenther |
2015-09-11 | Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-09-11 | Bad whatever, that if_put() should not be there. Found the hard way by deraadt@ | Claudio Jeker |
2015-09-11 | Now that the port tree is clean, RTF_XRESOLVE disapear. | Martin Pieuchot |
2015-09-11 | back out refcnt for dv_ref, there's too many hand crafted devices all | David Gwynne |
2015-09-11 | rd pretends to be a device allocated by subr_autoconf. it needs to | David Gwynne |
2015-09-11 | unbreak build on UP kernels. | David Gwynne |
2015-09-11 | if_put after if_get for in6_src and ip6_output which got a lot easier after | Claudio Jeker |
2015-09-11 | if_put after if_get for nd6_nbr. OK dlg@ | Claudio Jeker |
2015-09-11 | Stop supporting RTF_XRESOLVE, no daemon is doing resolution these | Martin Pieuchot |
2015-09-11 | if_put after if_get when IP6_EXTHDR_GET fails in icmp6_input. | David Gwynne |
2015-09-11 | if_put after if_get in ip_savecontrol | David Gwynne |
2015-09-11 | if_put after if_get in igmp_joingroup | David Gwynne |
2015-09-11 | Rewrite in6_selectroute() to no longer return an ifp. | Martin Pieuchot |
2015-09-11 | make srp use refcnts so it can use refcnt_finalize instead of | David Gwynne |
2015-09-11 | if_put() after if_get for ip_output. This became suddenly super trivial. | Claudio Jeker |
2015-09-11 | use refcnts for the device reference counts as an example of how | David Gwynne |
2015-09-11 | introduce a wrapper around reference counts called refcnt. | David Gwynne |
2015-09-11 | There is no need to do the route lookups twice just because of IPSec. | Claudio Jeker |
2015-09-11 | Hoist all the GPT header checks into gpt_chk_header(). Tweak remaining | Kenneth R Westerback |
2015-09-11 | Build actual boot code with -D_STANDALONE so that we do not include userland | Miod Vallat |
2015-09-11 | Introduce rtref(9) use it in rtable_lookup() before returning a route | Martin Pieuchot |
2015-09-11 | Apply the link state change hook to RTF_LOCAL routes. | Martin Pieuchot |
2015-09-11 | Convert _TM_ flags to TAME_ flags, collapsing the entire mapping | Theo de Raadt |
2015-09-11 | rtfree(9) accepts NULL now. | Martin Pieuchot |
2015-09-11 | When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in | Alexander Bluhm |
2015-09-11 | Move all prototypes of gpt helper functions to top of file. Rename | Kenneth R Westerback |
2015-09-11 | Shuffle some variables around, add a couple, and eliminate hordes | Kenneth R Westerback |
2015-09-11 | Increment the reference count of CLONING routes before flushing all | Martin Pieuchot |
2015-09-11 | Save/restore MSR_APICBASE during suspend/resume | Stefan Fritsch |
2015-09-11 | Move initialization of count of spoofed GPT partitions closer | Kenneth R Westerback |
2015-09-11 | GPT partitions cannot start at offset 0. Eliminate the variable | Kenneth R Westerback |
2015-09-11 | remove some bits of srp.h i had pasted in here by accident | David Gwynne |
2015-09-11 | Stricter checks on sockaddr content when binding PF_INET sockets. | Vincent Gross |
2015-09-11 | Move the multicast option parsing out of in6_selectroute(). | Martin Pieuchot |
2015-09-11 | Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interest | Claudio Jeker |