=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- www/61.html 2017/03/11 06:55:04 1.33 +++ www/61.html 2017/03/11 07:32:40 1.34 @@ -268,10 +268,10 @@ reallocarray(3).
  • SHA512_256 family of functions added to libc. -
  • arm added to the list of arch where the +
  • arm added to the list of archs where the setjmp(3) family of functions apply XOR cookies to stack and return-address - values in the jmpbuf on arm as well. + values in the jmpbuf.
  • printf(3) family of formatting functions now report to syslog when the %s format is used with a NULL pointer. @@ -338,6 +338,8 @@ socketpair(2).
  • Added support to doas(1) for session-locked persistent authentication. +
  • Use a hardware register for the thread pointer on arm for improved + performance in multi-threaded processes.
  • ...