summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing
2014-10-31redirect error output to stderr instead of stdoutGleydson Soares
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.Alexander Bluhm
2014-10-31Use understandable messages when the per-xfer poison value is incorrect.Martin Pieuchot
2014-10-31The config logic with "rl needs-flag" gotJonathan Gray
2014-10-31remove a duplicate pckbdvar.h include under NGSCKBD > 0Jonathan Gray
2014-10-31remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0Jonathan Gray
2014-10-31Make default output matches status. Hackish but we are not allowed toAntoine Jacoutot
2014-10-31Useless use of sed(1).Antoine Jacoutot
2014-10-31#if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0Jonathan Gray
2014-10-31Fix a missing include in amd64 pmap.c that resulted in an erroneous memoryMike Larkin
2014-10-30XFER_FREE is not used, ciao.Martin Pieuchot
2014-10-30clean up verbiage around the calculations; ok ingo jmc ottoTheo de Raadt
2014-10-30Don't mention old systems where realloc(NULL, n) didn't work as weTodd C. Miller
2014-10-30Add some pkill and sleep to make socket splicing performance testsAlexander Bluhm
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
2014-10-30muliply to get correct size for free. reported by kspillnerTed Unangst
2014-10-30Do not use void * for pointer artithmetics, it's a GNU extension, fromMartin Pieuchot
2014-10-30Do not enable interrupts before attaching usb(4), fix a panic when anMartin Pieuchot
2014-10-30Calculate the Route String when attaching a new device. This is stillMartin Pieuchot
2014-10-30for convenience, let obj-clean imply cleanIngo Schwarze
2014-10-30zero the correct size, then free it.Ted Unangst
2014-10-30add some sizes to free()Ted Unangst
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-30my mistake. we already did increase buffers to 16k; increasing to 64kTed Unangst
2014-10-30rework the poll loop to poll in both directions so it doesn't get stuckTed Unangst
2014-10-30use ressl constant; from Jan KlemkowTed Unangst
2014-10-30mandoc.1: fix a macro error in previousJason McIntyre
2014-10-30The fdsz and n_events variables contain unsigned values that areAlexander Bluhm
2014-10-30support UTF-8 and ISO-8859-1 input by integrating modified partsIngo Schwarze
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm
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