summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-21typo; ok bennoFlorian Obser
2017-01-21acme-client use configuration file [5 of 5]Sebastian Benoit
implement new -n option to check and print configuration ok florian
2017-01-21acme-client use configuration file [4 of 5]Sebastian Benoit
fix getopt() ok florian
2017-01-21arm64 does not make use of constab but instead uses the samePatrick Wildt
mechanism as armv7. Remove it so no one starts to believe we would do it that way.
2017-01-21acme-client use configuration file [3 of 5]Sebastian Benoit
change command line options: n -> A new Account key N -> D new Domain key With this acme-client has these main usage patterns: * create new Account Key and Domain Key and get a certificate: acme-client -A -D www.example.com * renew certificate: acme-client www.example.com * revoke certificate: acme-client -r www.example.com ok florian
2017-01-21acme-client use configuration file [2 of 5]Sebastian Benoit
- add challengedir option to config file - remove -C option from command line ok florian
2017-01-21acme-client use configuration file [1 of 5]Sebastian Benoit
start using the configuration file and delete command line arguments: -a agreement -> agreement url ... -c certdir -> domain certificate "path" -f accountkey -> account key "path" -k domainkey -> domain key "path" -s authority -> sign with "name" new argument: -f configfile the changes needed to use the new configuration are local to main.c for now. While the configuration could be passed directly to netproc(), keyproc() etc, the diff is smaller this way. This also removes the multidir (-m) mode for now - specify different paths in each domain {} block instead. ok florian
2017-01-21be more explict with the size of bfd packets we send and receivePeter Hessler
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2017-01-21Add support for the Allwinner A64 PIO controller clock.Patrick Wildt
ok kettenis@ phessler@
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2017-01-21Move Allwinner drivers that will soon be used by OpenBSD/arm64Patrick Wildt
to the new MI FDT driver directory. "go ahead" kettenis@
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2017-01-211. When shrinking a chunk allocation, compare the size of the currentOtto Moerbeek
allocation to the size of the new allocation (instead of the requested size). 2. Previously realloc takes the easy way and always reallocates if C is active. This commit fixes by carefully updating the recorded requested size in all cases, and writing the canary bytes in the proper location after reallocating. 3. Introduce defines to test if MALLOC_MOVE should be done and to compute the new value.
2017-01-21Add support for the Allwinner A64 (sun50i-a64).Mark Kettenis
Requested by patrick@
2017-01-21Only do chown :wobj when this command will succeed. Allows usingTheo Buehler
bsd.prog.mk outside /usr/src by users not belonging to group wobj. Requested by many after a report by Sebastien Marie. ok deraadt
2017-01-21Specify minimum and maximum protocol version for each method. This isJoel Sing
currently unused, but will be in the near future. ok beck@
2017-01-21Clarify what local response file actually means.Robert Peichaer
With and OK from tb@ OK jmc@
2017-01-21Make crtbegin.c and crtbeginS.c consistent on stylistic pointsPhilip Guenther
ok kettenis@
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
struct proc to struct process. ok deraadt@ kettenis@
2004-05-10GNU readline 4.3p5Mark Kettenis
2001-03-18GNU readline-4.1Todd C. Miller
2017-01-21remove some extra whitespace.David Gwynne
no functional change (unfortunately)
2017-01-21Match on the Allwinner A64 ehci compatible as well.Patrick Wildt
ok kettenis@ phessler@
2017-01-21Implement EHCI and MMC clock support for the Allwinner A64 SoC.Patrick Wildt
Unfortunately this does not yet enable us to use the MMC on the Pine64. ok kettenis@
2017-01-21Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undefJoel Sing
LIBRESSL_INTERNAL.
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
No change to generated assembly excluding line numbers.
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
No change to generated assembly excluding line numbers.
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
No change to generated assembly excluding line numbers.
2017-01-21/usr/bin/unifdef -D MONT_MUL_MOD -D MONT_EXP_WORD -D RECP_MUL_MOD -m bn_exp.cBob Beck
with some style cleanup after. no binary change ok jsing@
2017-01-21Start creating and using /etc/installurl. This file is createdRobert Peichaer
during installation if an OpenBSD mirror server is used for the sets download. It contains the mirror server url in the same format as provided by ftplist.cgi. The installurl file is used by the OpenBSD installer, the syspatch(8) and the pkg_add(1) commands. Stop creating and updating the /etc/pkg.conf file - the pkg_add(1) command will use the information in installurl. Use a new dbversion of the CGIs which accecpt and provide mirror urls without the release/arch part at the end.. Idea from ajacoutot@ Joint work with and OK ajacoutot@ tb@ beck@ deraadt@
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
No change to generated assembly excluding line numbers.
2017-01-21Expand DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN macro.Joel Sing
No change in preprocessor output (ignoring whitespace and line numbers).
2017-01-21Expand IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN macro.Joel Sing
No change in generated assembly.
2017-01-21Pull in declarations for main() and __init() to make clang happy.Philip Guenther
Mark __init() as hidden ok kettenis@ deraadt@
2017-01-21Split out the Allwinner H3 specific clock code into its own functions andMark Kettenis
call those via a function pointer such that we can support other SoCs by simply adding new functions.
2017-01-21Change route_input to a non-variadic function and just pass the addressClaudio Jeker
family to it. Simplifies the code and disconnects route_input from protosw. The rouing socket is special so no need to try to work like other protos. With input from bluhm@, OK mpi@
2017-01-21bug was fixed, delete the BUGS sectionIngo Schwarze
2017-01-21slightly simplify header and footer stylesIngo Schwarze
2017-01-21Avoid writing constant style attributes over and over again.Ingo Schwarze
Move them to the style sheet.
2017-01-21Fix misspelling in commentPhilip Guenther
2017-01-21Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since theirPatrick Wildt
Makefiles are now guarded to not compile on non-clang architectures, we can safely add them. ok deraadt@
2017-01-21Make the if_flags member unsigned. This was prompted by clangPatrick Wildt
complaining that assigning the MULTICAST flag, which sets the uppermost bit, would invert the meaning of MULTICAST flag's numeric value. ok claudio@ deraadt@ tom@ visa@
2017-01-21clean up the remaining class attributesIngo Schwarze
2017-01-21_dl_exit() is __dead, so it should return void.Philip Guenther
Move _dl_mmap() and _dl_mquery() inlines from archdep.h to syscall.h and remove pointless casts and unnecessary parens. ok kettenis@
2017-01-21fix bogus commentBob Beck
ok jsing@