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