Age | Commit message (Expand) | Author |
2014-03-27 | adjust commented-out sample blocks for PHP and SSL configurations: | Stuart Henderson |
2014-03-27 | Stop mixing interface address flags with routing entry ones. | Martin Pieuchot |
2014-03-27 | Store an ifp index instead of a pointer in the "struct mbuf_ext". | Martin Pieuchot |
2014-03-27 | replace x86_atomic_cas_things with atomic_cas_foo equivalents. | David Gwynne |
2014-03-27 | tweak mpii_start. | David Gwynne |
2014-03-27 | the request and reply descriptors are 8 byte aligned for the hardware. | David Gwynne |
2014-03-27 | zap dead code; OK lteo@ | Florian Obser |
2014-03-27 | Don't use nospace uninitialized in gotobop and gotoeop. | Florian Obser |
2014-03-27 | new-line -> newline; | Jason McIntyre |
2014-03-27 | tweak previous; help/ok dlg | Jason McIntyre |
2014-03-27 | restore_sum: remove newly created sum file(s). | Antoine Jacoutot |
2014-03-27 | tweak the looping of the postq | David Gwynne |
2014-03-27 | you want the ring to wrap when it gets to the size of the ring, not one | David Gwynne |
2014-03-27 | optimise mpii_push_reply. | David Gwynne |
2014-03-27 | updating the reply queue indexes on the chip dont have any dependent | David Gwynne |
2014-03-27 | remove unused macros | David Gwynne |
2014-03-27 | forgot a htolem32 | David Gwynne |
2014-03-27 | apply more htolemXX and lemtohXX. | David Gwynne |
2014-03-27 | Check for PS_SUGID/PS_SUGIDEXEC against the correct set of flags | Philip Guenther |
2014-03-27 | Reorder a few struct process members to avoid copying some values | Philip Guenther |
2014-03-27 | move to htolemXX and lemtohXX. interestingly, this caught a few type | David Gwynne |
2014-03-26 | login.conf(5) is not special anymore. | Antoine Jacoutot |
2014-03-26 | Previously, C-t (transpose two chars) did not behave the same as | Mark Lumsden |
2014-03-26 | Without bloating mandoc(1) itself, let mandocdb(8) support files | Ingo Schwarze |
2014-03-26 | Remove bsd-wrapper pieces to handle pulling unbound-host.1 from src, | Stuart Henderson |
2014-03-26 | Handle unbound-host(1) the same way as other manpages and have configure | Stuart Henderson |
2014-03-26 | Print correct filename if config errors exist in an "include"d file. | Stuart Henderson |
2014-03-26 | Improve error reporting. | Ingo Schwarze |
2014-03-26 | sync | Theo de Raadt |
2014-03-26 | end experimental login.conf template support. one file per machine. | Ted Unangst |
2014-03-26 | remove libwrap support. ok deraadt djm mfriedl | Ted Unangst |
2014-03-26 | Increase max data size. 32G is the new 640K. | Ted Unangst |
2014-03-26 | Service R4[04]00SC-specific virtual coherency exceptions directly from the | Miod Vallat |
2014-03-26 | asr API is now public | Eric Faurot |
2014-03-26 | Make the asr API public. Install asr.h to /usr/include.h and manpages. | Eric Faurot |
2014-03-26 | The current sharing of myproposal[] between both client and server code | Theo de Raadt |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2014-03-26 | Make perl build in a non-writable src tree | afresh1 |
2014-03-26 | bcmp -> memcmp | Martin Pieuchot |
2014-03-26 | Add a CONTEXT section. | Martin Pieuchot |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-26 | Add a CONTEXT section. | Martin Pieuchot |
2014-03-26 | Add a CONTEXT section, requested by dlg@ | Martin Pieuchot |
2014-03-26 | strdup() returns NULL if out of memory, we should check it. | Gleydson Soares |
2014-03-26 | Add support for retrieving the line and speed from the /etc/remote dv | Nicholas Marriott |
2014-03-26 | update manpage | Eric Faurot |
2014-03-26 | No need to check here if the destination address is ours, because in | Martin Pieuchot |
2014-03-26 | CONTEXT for malloc. | David Gwynne |
2014-03-26 | Simply cansignal(), passing it processes instead of procs and | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |