summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-29Remove workaround for Mac OS X kqueue bug.Alexander Bluhm
2014-10-29Do not cast a (const void *) pointer to (void *) to avoid a warning.Alexander Bluhm
2014-10-29dial down the direness of the warning; vnd isn't going anywhere yetTed Unangst
2014-10-29Add a test the checks the syslogd !prog !!prog !* feature.Alexander Bluhm
2014-10-29Calling a function to htonl() a constant 32-bit value into a stackKenneth R Westerback
2014-10-29Update test outputs to reflect the fact that routes to loopback addressesMartin Pieuchot
2014-10-29remove ugly return value castsTheo de Raadt
2014-10-29convert simple cases of select() to poll()Theo de Raadt
2014-10-29delete obscure workaround for a bug in SunOS.Theo de Raadt
2014-10-29use poll() instead of the select malloc/free dance which was used toTheo de Raadt
2014-10-29Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache()Philip Guenther
2014-10-29use poll() instead of select(), thereby removing the fd_set malloc/freeTheo de Raadt
2014-10-29test various recent improvements of special character renderingIngo Schwarze
2014-10-29Some fine tuning of console rendering of named special characters.Ingo Schwarze
2014-10-29replace the use of select and hand rolled deferral of signal handlingDavid Gwynne
2014-10-29In terminal output, unify handling of Unicode and numbered characterIngo Schwarze
2014-10-28add a regression test for the pfctl parser bug recently fixed bySebastian Benoit
2014-10-28In -Tascii mode, print "<?>" only for Unicode escapes of unknownIngo Schwarze
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