summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-18option INSECURE is obsoleteTheo de Raadt
2016-09-18If running in verbose mode and no source address has been specifiedFlorian Obser
2016-09-18Do not print 'ping6' in reporting output, just 'ping'.Florian Obser
2016-09-18merge form libc malloc:Otto Moerbeek
2016-09-18move page junking tp unmap(), right before we stick the region in the cache;Otto Moerbeek
2016-09-18as is done on amd64, allow using CTF to lookup the function parameters.Jasper Lievisse Adriaanse
2016-09-18- inline db_ctf_nsyms() into it's only caller. the value remains cached andJasper Lievisse Adriaanse
2016-09-18Kill p_env from proc.c. The p_env variable was not being used seriously andRafael Zalamena
2016-09-18add missing call to db_ctf_init().Jasper Lievisse Adriaanse
2016-09-18Go down the right path in the _LIBUNWIND_ARM_EHABI case.Mark Kettenis
2016-09-18Fix compilation by replacing old m_copym2() usage with the newerRafael Zalamena
2016-09-18Use unified syntax such that this compiles with both gcc and clang.Mark Kettenis
2016-09-18minor tweaks;Jason McIntyre
2016-09-18Ensure that the device descriptor ``bMaxPacketSize'' value is usableMartin Pieuchot
2016-09-18Use ${INSTALL} instead of install, like in all the other Makefile's.Martin Natano
2016-09-18add some barebones manual pagesJonathan Gray
2016-09-18unbreak the build by including stddef.h for the definition of NULLJonathan Gray
2016-09-17For now, force soft-float; our kernel doesn't support saving the FPU state yet.Mark Kettenis
2016-09-17backwards if(v6flag); pointed out by naddyFlorian Obser
2016-09-17Report a LAPIC address override entry in the dmesg if it doesn't matchPhilip Guenther
2016-09-17Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder.Mark Kettenis
2016-09-17pathnames for cert and key files need to be quoted.T.J. Townsend
2016-09-17Make the flag tests consistent in buf_realloc_pages() and explain what'sPhilip Guenther
2016-09-17... and we have unification.Florian Obser
2016-09-17unhook ping6 from the buildFlorian Obser
2016-09-17Merge ping6(8) manual into ping(8).Florian Obser
2016-09-17replace two arc4random loops with arc4random_bufTed Unangst
2016-09-17rename ddb/db_ctf.h to sys/ctf.h which is the expected location for the publicJasper Lievisse Adriaanse
2016-09-17move the .SUNW_ctf section name definition to exec_elf.h and document it in e...Jasper Lievisse Adriaanse
2016-09-17Fix types for OpenBSD/arm.Mark Kettenis
2016-09-17Add missing build infrastructure for arm.Mark Kettenis
2016-09-17Use the asm global register extension for the TCB pointer in userspacePhilip Guenther
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2016-09-17remove comment about CMS; ok jsingTheo de Raadt
2016-09-17little bit more KNFTheo de Raadt
2016-09-17add example certificate and key files generated with acme-client.T.J. Townsend
2016-09-17ping6(8) is now a hardlink to ping(8).Florian Obser
2016-09-17The final merge ping6 into ping.Florian Obser
2016-09-17garbage collect dead prototypeJasper Lievisse Adriaanse
2016-09-17Sync printing of wrong additional data to ping version.Florian Obser
2016-09-17Use ECHOTMLEN define; no functional change.Florian Obser
2016-09-17Only print that data is truncated like ping(8) does. While here getFlorian Obser
2016-09-17iov_base is already set in this case; reduce diff to ping6(8).Florian Obser
2016-09-17MAXPAYLOAD is different between ping and ping6.Florian Obser
2016-09-17dead storeFlorian Obser
2016-09-17Just use AF_INET like everywhere else.Florian Obser
2016-09-17malloc sets errno; use err not errxFlorian Obser
2016-09-17whitespaceFlorian Obser
2016-09-17Make getting source address more AF independent.Florian Obser
2016-09-17If -I was not given hoist getting source address up.Florian Obser