summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-04-10Fix layer violation in the ihidev(4) code by implementing a generic mechanismMark Kettenis
2016-04-10Simple regression tests for rev(1), including UTF-8.Ingo Schwarze
2016-04-10remove an uneeded includeJonathan Gray
2016-04-10Don't try to get a board name string before attaching mainbus with theJonathan Gray
2016-04-10convert ypldap_addr list to a tailqJonathan Matthew
2016-04-10arguments to "chain" are space separated, not comma; verified by jungJason McIntyre
2016-04-10Add octeon.Visa Hankala
2016-04-10per rfc, ehlo responses contain hostname, then options. from dyn+bsdTed Unangst
2016-04-09For pointers, use NULL rather than 0; no functional change;Ingo Schwarze
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noIngo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-04-09Reset the terminal to its initial state before exiting a programIngo Schwarze
2016-04-09Remove _tz as intermediate variable and use CGI_TZ directly.Robert Peichaer
2016-04-09tweak MALLOC_STATS printing (switched off by default), prodded byOtto Moerbeek
2016-04-09make private key loading functions consistently handle NULLDamien Miller
2016-04-09redundant memset(3), from Michael McConville, ok armani@Otto Moerbeek