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