Age | Commit message (Expand) | Author |
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing |
2014-10-31 | redirect error output to stderr instead of stdout | Gleydson Soares |
2014-10-31 | Use CDIAGFLAGS from bsd.own.mk and append additional warning flags. | Alexander Bluhm |
2014-10-31 | Use understandable messages when the per-xfer poison value is incorrect. | Martin Pieuchot |
2014-10-31 | The config logic with "rl needs-flag" got | Jonathan Gray |
2014-10-31 | remove a duplicate pckbdvar.h include under NGSCKBD > 0 | Jonathan Gray |
2014-10-31 | remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0 | Jonathan Gray |
2014-10-31 | Make default output matches status. Hackish but we are not allowed to | Antoine Jacoutot |
2014-10-31 | Useless use of sed(1). | Antoine Jacoutot |
2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 | Jonathan Gray |
2014-10-31 | Fix a missing include in amd64 pmap.c that resulted in an erroneous memory | Mike Larkin |
2014-10-30 | XFER_FREE is not used, ciao. | Martin Pieuchot |
2014-10-30 | clean up verbiage around the calculations; ok ingo jmc otto | Theo de Raadt |
2014-10-30 | Don't mention old systems where realloc(NULL, n) didn't work as we | Todd C. Miller |
2014-10-30 | Add some pkill and sleep to make socket splicing performance tests | Alexander Bluhm |
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze |
2014-10-30 | muliply to get correct size for free. reported by kspillner | Ted Unangst |
2014-10-30 | Do not use void * for pointer artithmetics, it's a GNU extension, from | Martin Pieuchot |
2014-10-30 | Do not enable interrupts before attaching usb(4), fix a panic when an | Martin Pieuchot |
2014-10-30 | Calculate the Route String when attaching a new device. This is still | Martin Pieuchot |
2014-10-30 | for convenience, let obj-clean imply clean | Ingo Schwarze |
2014-10-30 | zero the correct size, then free it. | Ted Unangst |
2014-10-30 | add some sizes to free() | Ted Unangst |
2014-10-30 | Fix whitespace errors in libevent. | Alexander Bluhm |
2014-10-30 | my mistake. we already did increase buffers to 16k; increasing to 64k | Ted Unangst |
2014-10-30 | rework the poll loop to poll in both directions so it doesn't get stuck | Ted Unangst |
2014-10-30 | use ressl constant; from Jan Klemkow | Ted Unangst |
2014-10-30 | mandoc.1: fix a macro error in previous | Jason McIntyre |
2014-10-30 | The fdsz and n_events variables contain unsigned values that are | Alexander Bluhm |
2014-10-30 | support UTF-8 and ISO-8859-1 input by integrating modified parts | Ingo Schwarze |
2014-10-29 | After removing all the #ifdef, the wrappers in evutil are rather | Alexander Bluhm |
2014-10-29 | Remove workaround for Mac OS X kqueue bug. | Alexander Bluhm |
2014-10-29 | Do not cast a (const void *) pointer to (void *) to avoid a warning. | Alexander Bluhm |
2014-10-29 | dial down the direness of the warning; vnd isn't going anywhere yet | Ted Unangst |
2014-10-29 | Add a test the checks the syslogd !prog !!prog !* feature. | Alexander Bluhm |
2014-10-29 | Calling a function to htonl() a constant 32-bit value into a stack | Kenneth R Westerback |
2014-10-29 | Update test outputs to reflect the fact that routes to loopback addresses | Martin Pieuchot |
2014-10-29 | remove ugly return value casts | Theo de Raadt |
2014-10-29 | convert simple cases of select() to poll() | Theo de Raadt |
2014-10-29 | delete obscure workaround for a bug in SunOS. | Theo de Raadt |
2014-10-29 | use poll() instead of the select malloc/free dance which was used to | Theo de Raadt |
2014-10-29 | Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache() | Philip Guenther |
2014-10-29 | use poll() instead of select(), thereby removing the fd_set malloc/free | Theo de Raadt |
2014-10-29 | test various recent improvements of special character rendering | Ingo Schwarze |
2014-10-29 | Some fine tuning of console rendering of named special characters. | Ingo Schwarze |
2014-10-29 | replace the use of select and hand rolled deferral of signal handling | David Gwynne |
2014-10-29 | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze |
2014-10-28 | add a regression test for the pfctl parser bug recently fixed by | Sebastian Benoit |
2014-10-28 | In -Tascii mode, print "<?>" only for Unicode escapes of unknown | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |