Age | Commit message (Expand) | Author |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2013-12-24 | Remove some leftover bits that are no longer necessary now that we no | Mark Kettenis |
2013-12-24 | sync | Theo de Raadt |
2013-12-24 | yup, we do ELF | Theo de Raadt |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
2013-12-24 | rename local ticks to nticks to avoid aliasing global. ok krw | Ted Unangst |
2013-12-24 | fix error checking oddity in msdosfs code, as noted by kettenis@ | Alexander Hall |
2013-12-23 | remove junk | Theo de Raadt |
2013-12-23 | spelling | Theo de Raadt |
2013-12-23 | install a link as sha512. simplify program internals; there are only | Ted Unangst |
2013-12-23 | fix circleq tailq conversion | Ted Unangst |
2013-12-23 | Use slightly diffrerent code to get the global offset table address. This | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %rdx as required by the AMD64 System V | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in r7 as required by the PowerPC System V | Mark Kettenis |
2013-12-23 | Fix indentation. | Mark Kettenis |
2013-12-23 | Fix two dotline bugs for the price of one. | Florian Obser |
2013-12-23 | - fix gamma ramp (now white is real white instead of light grey) | Miod Vallat |
2013-12-23 | Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directly | Mark Kettenis |
2013-12-23 | sync specvops with ffs (fixing spec_open along the way) | Ted Unangst |
2013-12-23 | Add an instruction barrier to bus_space_barrier(). From David Hill. | Mark Kettenis |
2013-12-23 | Add assembly code to set up the arguments for the common C startup code. This | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis |
2013-12-23 | Move KASSERT a bit further down because it can apparently be triggered by | Mark Kettenis |
2013-12-23 | Cope with the change in ftp(1) warning messages since last commit. | Jeremie Courreges-Anglas |
2013-12-23 | move ntogo code, so it can be used while copying packages in pkg_create. | Marc Espie |
2013-12-23 | get rid of "copy_long", we don't really need to recheck names while copying | Marc Espie |
2013-12-23 | simpler logic: if one package is signed, check all digests | Marc Espie |
2013-12-23 | real fix: turns out visit_with_* are transparent, e.g., pass all their | Marc Espie |
2013-12-23 | Move findbuffer() to buffer.c. | Mark Lumsden |
2013-12-23 | Sync Makefile with what other platforms do; makes dependency tracking actually | Mark Kettenis |
2013-12-23 | - clarify that sio_close() stops the device first, then | Alexandre Ratchov |
2013-12-23 | Call __cxa_atexit(3) instead of atexit(3). Preparation for upcoming changes to | Mark Kettenis |
2013-12-23 | and I fucked up that one too... | Marc Espie |
2013-12-23 | Make ld.so pass its cleanup handler in %arg1 and stop calling atiexit(4) | Mark Kettenis |
2013-12-23 | The xbase set requires the comp set. If xbase is in the selection, | Robert Peichaer |
2013-12-23 | interface bug: visit_with_size has a state parameter. | Marc Espie |
2013-12-23 | When no address for the current AF was specified with -a generate pass | Florian Obser |
2013-12-23 | Make it possible to give -a multiple times on the command line. | Florian Obser |
2013-12-23 | Implement -a option in tftp-proxy to make it work on a NAT gateway. | Florian Obser |
2013-12-23 | regen | Brad Smith |
2013-12-23 | Add Atheros AR9462 and AR9565 | Brad Smith |
2013-12-23 | fix IPv6 in proxy_dst6() | Sebastian Benoit |
2013-12-23 | Revert previous commit. It makes resume hang on some MP systems running | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %edx as required by the i386 System V | Mark Kettenis |
2013-12-23 | mlink TASK_INITIALIZER | David Gwynne |
2013-12-23 | document TASK_INITIALIZER() | David Gwynne |
2013-12-23 | provide a TASK_INITIALIZER() macro. | David Gwynne |
2013-12-23 | Implement a long-standing desideratum, | Ingo Schwarze |
2013-12-23 | sync | Theo de Raadt |
2013-12-23 | Install a bunch more of OpenSSL manpages. ok deraadt@ | Jeremie Courreges-Anglas |