summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-13We're always ready! So send IFQ_SET_READY() to the bitbucket.Martin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-13Re-introduce the following commit:Ingo Schwarze
2016-04-13Keep all pools in the same place.Martin Pieuchot
2016-04-13remove "abort" promise from debugging code in radiusdSebastien Marie
2016-04-13Remove extra parenthesis around comparison.Vincent Gross
2016-04-13remove dumpfilter related code; it's a leftover from pftop-proper and not usedJasper Lievisse Adriaanse
2016-04-13add missing arguments to debug printfMike Larkin
2016-04-12tweak previous;Jason McIntyre
2016-04-12Fix awk crash with empty assignment, e.g. 'BEGIN {i=$1}', whenTodd C. Miller
2016-04-12two times a define to an inline function, from Michael McConville; ok djm@Otto Moerbeek
2016-04-12documents "mcast" promiseSebastien Marie
2016-04-12The -T flag consumes the same data as the -f flag so it requiresTodd C. Miller
2016-04-12Simplify amap traversal in amap_swap_off.Stefan Kempf
2016-04-12No need to rescan chunks in each discipline to find appropriateKenneth R Westerback
2016-04-12Unbreak tree. Put 'laddr6' declaration inside #ifdef INET6/#endif.Kenneth R Westerback
2016-04-12Call if_enqueue() and if_start() instead of dereferencing the ifpMartin Pieuchot
2016-04-12documents "route" promiseSebastien Marie
2016-04-12shuffle attach so we read chip capabilities before operating on itDavid Gwynne
2016-04-12Call ether_fakeaddr() instead of faking Ethernet addresses manually.Martin Pieuchot
2016-04-12Cleanup, no functional change:Ingo Schwarze
2016-04-12* Delete the unimplemented feature XK_EXE.Ingo Schwarze
2016-04-12Call debug register dump functions in error conditions (if VMM_DEBUG set)Mike Larkin
2016-04-12Remove unneeded art_free().Martin Pieuchot
2016-04-12Stop mg putting a space at the end of a paragraph when usingMark Lumsden
2016-04-12Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT asMartin Pieuchot
2016-04-12Only build the vcpu register dump functions if VMM_DEBUG is enabled, noMike Larkin
2016-04-11Simplify in_pcblookup_local() logic.Vincent Gross
2016-04-11cope with the deletion of Char, use wchar_tIngo Schwarze
2016-04-11Rename in_pcblookup() to in_pcblookup_local() and change its prototypeVincent Gross
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-11drop -DWIDECHAR, it's no longer neededIngo Schwarze
2016-04-11Clean up chartype.h:Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-11Move wrapper macros to the two files actually needing them:Ingo Schwarze
2016-04-11- In isin(), quote $_b to ensure it's treated as string not as pattern.Robert Peichaer
2016-04-11Tweak bsort():Robert Peichaer
2016-04-11This code chunk has been disabled since its import, and what is does isVincent Gross
2016-04-11Search in the correct routing table if NPF is not defined.Martin Pieuchot
2016-04-11syncStuart Henderson
2016-04-11Howard Marks died yesterdayStuart Henderson
2016-04-11Add functions to dump vcpu register state. Needed for some upcoming diffs.Mike Larkin
2016-04-11Clarify some commentsMike Larkin
2016-04-10For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8MMark Kettenis
2016-04-10Clean up and complete the lists of allowed syscalls.Theo Buehler
2016-04-10Enable UTF-8 support in rev.Martijn van Duren