Age | Commit message (Expand) | Author |
2016-04-12 | The -T flag consumes the same data as the -f flag so it requires | Todd C. Miller |
2016-04-12 | Simplify amap traversal in amap_swap_off. | Stefan Kempf |
2016-04-12 | No need to rescan chunks in each discipline to find appropriate | Kenneth R Westerback |
2016-04-12 | Unbreak tree. Put 'laddr6' declaration inside #ifdef INET6/#endif. | Kenneth R Westerback |
2016-04-12 | Call if_enqueue() and if_start() instead of dereferencing the ifp | Martin Pieuchot |
2016-04-12 | documents "route" promise | Sebastien Marie |
2016-04-12 | shuffle attach so we read chip capabilities before operating on it | David Gwynne |
2016-04-12 | Call ether_fakeaddr() instead of faking Ethernet addresses manually. | Martin Pieuchot |
2016-04-12 | Cleanup, no functional change: | Ingo Schwarze |
2016-04-12 | * Delete the unimplemented feature XK_EXE. | Ingo Schwarze |
2016-04-12 | Call debug register dump functions in error conditions (if VMM_DEBUG set) | Mike Larkin |
2016-04-12 | Remove unneeded art_free(). | Martin Pieuchot |
2016-04-12 | Stop mg putting a space at the end of a paragraph when using | Mark Lumsden |
2016-04-12 | Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT as | Martin Pieuchot |
2016-04-12 | Only build the vcpu register dump functions if VMM_DEBUG is enabled, no | Mike Larkin |
2016-04-11 | Simplify in_pcblookup_local() logic. | Vincent Gross |
2016-04-11 | cope with the deletion of Char, use wchar_t | Ingo Schwarze |
2016-04-11 | Rename in_pcblookup() to in_pcblookup_local() and change its prototype | Vincent Gross |
2016-04-11 | delete the "private" and "public" preprocessor macros, just use standard C; | Ingo Schwarze |
2016-04-11 | drop -DWIDECHAR, it's no longer needed | Ingo Schwarze |
2016-04-11 | Clean up chartype.h: | Ingo Schwarze |
2016-04-11 | get rid of the non-standard data type "Char" in almost all files; | Ingo Schwarze |
2016-04-11 | Move 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-11 | Tweak bsort(): | Robert Peichaer |
2016-04-11 | This code chunk has been disabled since its import, and what is does is | Vincent Gross |
2016-04-11 | Search in the correct routing table if NPF is not defined. | Martin Pieuchot |
2016-04-11 | sync | Stuart Henderson |
2016-04-11 | Howard Marks died yesterday | Stuart Henderson |
2016-04-11 | Add functions to dump vcpu register state. Needed for some upcoming diffs. | Mike Larkin |
2016-04-11 | Clarify some comments | Mike Larkin |
2016-04-10 | For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M | Mark Kettenis |
2016-04-10 | Clean up and complete the lists of allowed syscalls. | Theo Buehler |
2016-04-10 | Enable UTF-8 support in rev. | Martijn van Duren |
2016-04-10 | Fix layer violation in the ihidev(4) code by implementing a generic mechanism | Mark Kettenis |
2016-04-10 | Simple regression tests for rev(1), including UTF-8. | Ingo Schwarze |
2016-04-10 | remove an uneeded include | Jonathan Gray |
2016-04-10 | Don't try to get a board name string before attaching mainbus with the | Jonathan Gray |
2016-04-10 | convert ypldap_addr list to a tailq | Jonathan Matthew |
2016-04-10 | arguments to "chain" are space separated, not comma; verified by jung | Jason McIntyre |
2016-04-10 | Add octeon. | Visa Hankala |
2016-04-10 | per rfc, ehlo responses contain hostname, then options. from dyn+bsd | Ted Unangst |
2016-04-09 | For pointers, use NULL rather than 0; no functional change; | Ingo Schwarze |
2016-04-09 | Delete 26 wrapper macros and two wrapper functions that are no | Ingo Schwarze |
2016-04-09 | Always compile with WIDECHAR on and delete that preprocessor switch. | Ingo Schwarze |
2016-04-09 | Reset the terminal to its initial state before exiting a program | Ingo Schwarze |
2016-04-09 | Remove _tz as intermediate variable and use CGI_TZ directly. | Robert Peichaer |
2016-04-09 | tweak MALLOC_STATS printing (switched off by default), prodded by | Otto Moerbeek |
2016-04-09 | make private key loading functions consistently handle NULL | Damien Miller |
2016-04-09 | redundant memset(3), from Michael McConville, ok armani@ | Otto Moerbeek |