Age | Commit message (Expand) | Author |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat |
2015-11-14 | For pledge "stdio", allow the break(2) system call which backends the brk/sbrk | Theo de Raadt |
2015-11-14 | Fix a missing unlock. | Mike Larkin |
2015-11-13 | vmm is i386 only for now | Theo de Raadt |
2015-11-13 | All setsockopt IPPROTO_IPV6 IPV6_TCLASS (v4 calls this IP_TOS) | Theo de Raadt |
2015-11-13 | remove unused ARC4 support; ok mikeb@ | Christian Weisgerber |
2015-11-13 | Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block. | Visa Hankala |
2015-11-13 | regen | Stefan Sperling |
2015-11-13 | Add USB device ID found in an RTL8192EU device. | Stefan Sperling |
2015-11-13 | Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy | Mike Belopuhov |
2015-11-13 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-13 | Do not cast malloc(9) results. | Martin Pieuchot |
2015-11-13 | Kill another tunnel leftover and keep PIM stuff inside #ifdef PIM. | Martin Pieuchot |
2015-11-13 | Sore the index of the interface used for revarp instead of a pointer to | Martin Pieuchot |
2015-11-13 | Use ph_ prefix for tag-related fields. | Martin Pieuchot |
2015-11-13 | vmm(4) kernel code | Mike Larkin |
2015-11-12 | Revert 1.372, reported to cause regressions on some models. | Miod Vallat |
2015-11-12 | Kill another leftover from the tunnel support removal and add more PIM. | Martin Pieuchot |
2015-11-12 | Do not try to guess if there's still an IPv4 multicast routing daemon | Martin Pieuchot |
2015-11-12 | Unbreak adding a MIFF_REGISTER interface. | Martin Pieuchot |
2015-11-12 | unidef MRT6DEBUG | Martin Pieuchot |
2015-11-12 | More PIM love. Reduce differences with ip_mroute.c and dynamically | Martin Pieuchot |
2015-11-12 | Sync headers and get rid of #ifdef MROUTING. | Martin Pieuchot |
2015-11-12 | remove a few unused defines | Mike Belopuhov |
2015-11-12 | another define from the dsa era | Mike Belopuhov |
2015-11-12 | Remove VIFF_TUNNEL leftovers, tunnels aren't supported since 2006. | Martin Pieuchot |
2015-11-12 | spacing | Mike Belopuhov |
2015-11-12 | Fix PIM build. | Martin Pieuchot |
2015-11-12 | Allocate root tables on demand an free them like any other table. | Martin Pieuchot |
2015-11-12 | can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUE | David Gwynne |
2015-11-12 | two newlines in the middle of a func doenst look right. | David Gwynne |
2015-11-12 | get rid of IFQ_POLL. | David Gwynne |
2015-11-12 | Prefix flowid with ph_ and print it in m_print(). | Martin Pieuchot |
2015-11-12 | IFQ_DROP means a drop because enqueue on the send q failed, not cos tx | David Gwynne |
2015-11-11 | Remove the superfluous typedef uvm_flag_t (unsigned int). Also, fix an | mmcc |
2015-11-11 | Remove an XXX that no longer makes sense, rt_ifp is now always the same | Martin Pieuchot |
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot |
2015-11-11 | Kill useless IFQ_POLL(). | Martin Pieuchot |
2015-11-11 | Store an interface index instead of a pointer that's never dereferenced. | Martin Pieuchot |
2015-11-11 | ktrace vnodes do not need to be opened with FREAD, as they are | Theo de Raadt |
2015-11-11 | mark ehci_intr() as IPL_MPSAFE here as well | Jonathan Gray |
2015-11-11 | replace the ifqueue used for the pp_cpq with an mbuf_queue. | David Gwynne |
2015-11-11 | use time_uptime instead of time_second. | David Gwynne |
2015-11-10 | In bge_reset(), after figuring out which register access routines to use | Miod Vallat |
2015-11-10 | The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, so | Miod Vallat |
2015-11-10 | Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sake | Miod Vallat |
2015-11-10 | Allocate ART table's heap independently from the structure and use | Martin Pieuchot |
2015-11-10 | pmap changes required for vmm. Changes include addition of pm_type to | Mike Larkin |
2015-11-10 | UVM change needed for vmm. | Mike Larkin |
2015-11-10 | flush the send queue in start routines with IFQ_PURGE. | David Gwynne |