Age | Commit message (Expand) | Author |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-28 | Tighten Unicode escape name parsing. | Ingo Schwarze |
2014-10-28 | Select a proper source address when the bound address is | YASUOKA Masahiko |
2014-10-28 | Fix pipex(4) to return multicast packets to the caller so that npppd can | YASUOKA Masahiko |
2014-10-28 | Initialize the lists of the hash tables and the virtual pipex | YASUOKA Masahiko |
2014-10-28 | Fix pipex(4) to initialize DF bit in IP header for L2TP message. | YASUOKA Masahiko |
2014-10-28 | deregister; no binary change | Jonathan Gray |
2014-10-28 | Remove now useless defines | David Coppa |
2014-10-28 | use nanosleep() instead of hackish select(); ok dlg | Theo de Raadt |
2014-10-28 | Check the result of sk_*_push() operations for failure. | Miod Vallat |
2014-10-28 | some new and/or updated regression tests for -Tascii, -Tutf8 | Ingo Schwarze |
2014-10-28 | Refine -Tascii rendering of Unicode characters, mostly to better agree | Ingo Schwarze |
2014-10-28 | the if_rxring accounting would get screwed up if the first mbuf to | David Gwynne |
2014-10-27 | fixup REGRESS_DEPENDS->TEST_DEPENDS | Gleydson Soares |
2014-10-27 | Merge linkw and movew which are virtually identical. | Nicholas Marriott |
2014-10-27 | Move cfg_causes local into cfg.c and remove struct causelist. | Nicholas Marriott |
2014-10-27 | Remove the spilling code for IBAT register and set up the first IBAT register | Mark Kettenis |
2014-10-27 | Fixup incorrect expansion of the networking mask for dynamic interface | Mike Belopuhov |
2014-10-27 | Ensure proper separation of grep's options and rcctl options that | Robert Peichaer |
2014-10-27 | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze |
2014-10-27 | Compare with/use UINT16_MAX rather than 65535. Less magic is more. | Kenneth R Westerback |
2014-10-27 | Remove execute permission from most pages in the kernel pmap. This is a first | Mark Kettenis |
2014-10-27 | allow to separately skip groff-mandoc comparisons in -Tascii and -Tutf8 mode | Ingo Schwarze |
2014-10-27 | Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy(); | Kenneth R Westerback |
2014-10-27 | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze |
2014-10-27 | Infrastructure for testing HTML output; | Ingo Schwarze |
2014-10-27 | htonl(ntohl(memcpy'd buf)) seems like the long way around to copy | Kenneth R Westerback |
2014-10-27 | Stop supporting wsmoused and X in parallel. This code is racy and | Martin Pieuchot |
2014-10-27 | Zap extraneous whitespace and a stuttered extra 'break;'. | Kenneth R Westerback |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
2014-10-27 | use #ifdef DDB for Debugger() | Jonathan Gray |
2014-10-26 | Allow the current lease to expire without causing dhclient to seg | Kenneth R Westerback |
2014-10-26 | Defer processing hostname.if files for trunks, svlans and vlans | Kenneth R Westerback |
2014-10-26 | Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC) | Philip Guenther |
2014-10-26 | Fix a possibly infinite recursion in Perl Data::Dumper. | Alexander Bluhm |
2014-10-26 | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) | Philip Guenther |
2014-10-26 | Add explicit braces to suppress compiler warnings. | Brad Smith |
2014-10-26 | Now that threads hold their own reference to their ucreds, sys_ktrace() | Philip Guenther |
2014-10-26 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-26 | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2014-10-26 | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze |
2014-10-26 | Add resource tracking for PCI ROMs. | Mark Kettenis |
2014-10-26 | - add board type of edgerouter pro | Jasper Lievisse Adriaanse |
2014-10-26 | define octeon model cn61xx pass 1.1 | Jasper Lievisse Adriaanse |
2014-10-26 | fix use of uninitialized variable in error path | Charles Longeau |
2014-10-26 | remove unused variables | Charles Longeau |
2014-10-26 | POLLIN is not guaranteed to be set in revents for EOF so check for | Todd C. Miller |
2014-10-26 | The open flags param to mkostemps() should be "flags" not "oflags" | Todd C. Miller |
2014-10-26 | when using the local enqueuer, if the internal SMTP session fails, copy the | Gilles Chehade |