summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-04bha depends on the deleted aha.h, so it will follow it into the atticTed Unangst
2016-09-04Remove unused iwm_mvm_binding_update() wrapper function and replace theStefan Sperling
2016-09-04Improve the auto disk selection and also apply it for installs as wellAlexander Hall
2016-09-04Get rid of pointless iwm_mvm_time_event_send_add() wrapper.Stefan Sperling
2016-09-04Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t".Michal Mazurek
2016-09-04A few bits of stray leading/embedded/trailing whitespace spotted whileKenneth R Westerback
2016-09-04Switch the cubie miniroot from the Allwinner A10 based Cubieboard1Jonathan Gray
2016-09-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-09-04only regen pkg-config files when required; ok jasperMartin Natano
2016-09-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-09-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-09-04Make it possible to set the RTF_BFD flag in a change request. Also add aClaudio Jeker
2016-09-04Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor thingsClaudio Jeker
2016-09-04test wcrtomb(3)Ingo Schwarze
2016-09-04bump the random timeout to taking % 2048 sec to avoid modulus biasTheo Buehler
2016-09-04Switch ping to getaddrinfo while retaining inet_aton functionality asFlorian Obser
2016-09-04Remove the "smtpctl stop" command.Eric Faurot
2016-09-04jmc says you can never have too many functions in one man page, so listTed Unangst
2016-09-04remove caveats that are either misleading or unhelpful.Ted Unangst
2016-09-04Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelMartin Pieuchot
2016-09-04syncTheo de Raadt
2016-09-04Options that take a time argument....take an argumentPhilip Guenther
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther
2016-09-04Restrict MSR access to supported ones, log invalid accesses.Mike Larkin
2016-09-04Telling gcc the TCB pointer is in %r2 via the 'register asm' extensionPhilip Guenther
2016-09-04ld also knows about PT_OPENBSD_BOOTDATAPhilip Guenther
2016-09-04Do "goto failed" in case returning EAGAIN as well.YASUOKA Masahiko
2016-09-04httpS://www.openbsd.org/Theo Buehler
2016-09-04Sync struct pkthdr with sys/mbuf.hLawrence Teo
2016-09-04Fix incorrect formatting and add the missing argument name for m_resethdr().Lawrence Teo
2016-09-04Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2016-09-04Treat .cpp files as C++ source code in make depend.Patrick Wildt
2016-09-03A commented block starts withTheo de Raadt
2016-09-03ld knows PT_OPENBSD_RANDOMIZE nowTheo de Raadt
2016-09-03log IP/hostname for all SMTP operations.Giovanni Bechis
2016-09-03handle the remaining bits of the packet we are sentPeter Hessler
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2016-09-03clarify purpose of src/gnu/ directory.Sebastian Benoit
2016-09-03only clear the error counter if we are successful, not if we getPeter Hessler
2016-09-03remove dead codeGilles Chehade
2016-09-03rearrange code: traceroute.c now only contains main() and usage(),Sebastian Benoit
2016-09-03aha remnants lurking in hereTed Unangst
2016-09-03How can this not be AF_INET?!Florian Obser
2016-09-03s/to/dst/Florian Obser
2016-09-03s/whereto/dst/Florian Obser
2016-09-03get to the target the same way as ping; no functional changeFlorian Obser
2016-09-03make intrace a volatile, while the compiler does the right thing stillJasper Lievisse Adriaanse
2016-09-03add infrastructure to build syspatches (binary updates to stable)Robert Nagy
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-09-03err->errx, errno info is not related to the failure modeJeremie Courreges-Anglas