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