=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- www/63.html 2018/03/27 16:46:48 1.60 +++ www/63.html 2018/03/27 17:03:05 1.61 @@ -123,6 +123,9 @@ for SPARC T7-1/2/4 machines.
  • Hibernate support has been added for SD/MMC storage attached to sdhc(4) controllers. +
  • clang(1) + is now used as the system compiler on armv7, + and it is also provided on sparc64.

    @@ -197,6 +200,8 @@

  • Enforce in pf(4) that all neighbor discovery packets have 255 in their IPv6 header hop limit field. +
  • New set syncookies option in + pf.conf(5).
  • Support for GRE over IPv6.
  • New egre(4) driver for Ethernet over GRE tunnels. @@ -268,6 +273,10 @@
  • Stop using x86 "repz ret" in dusty corners of the tree.
  • Introduce "execpromises" in pledge(2). +
  • The elfrdsetroot utility used to build ramdisks and the + rebound(8) + monitoring process now use + pledge(2).
  • Prepare for the introduction of MAP_STACK to mmap(2) after 6.3.
  • Push a small piece of KARL-linked kernel text into the random @@ -283,6 +292,9 @@
  • pool_get(9) perturbs the order of items on newly allocated pages, making the kernel heap layout harder to predict. +
  • The + fktrace(2) + system call was deleted.

    @@ -362,6 +374,8 @@ drm(4) devices.

  • ldexp(3) now handles the sign of denormal numbers correctly on mips64. +
  • New sincos(3) + functions in libm.
  • fdisk(8) now ensures the validity of MBR partition offsets entered while editing.
  • fdisk(8) now ensures that @@ -405,6 +419,12 @@ making it easier to recognize uninitialized memory. As a result, a history-related bug in emacs editing mode was discovered and fixed. +
  • New script(1) + -c option to run a command instead of a shell. +
  • New grep(1) + -m option to limit the number of matches. +
  • New uniq(1) + -i option for case-insensitive comparison.
  • The printf(3) format string is no longer validated when looking for % formats. Based on a commit by android and following most other operating systems. @@ -430,13 +450,14 @@
  • The patch(1) utility now copes better with git diffs that create or delete files. -
  • The elfrdsetroot utility used to build ramdisks is now pledged.
  • pkg_add(1) now has improved support for HTTP(S) redirectors such as cdn.openbsd.org.
  • ftp(1) and pkg_add(1) now support HTTPS session resumption for improved speed. +
  • mandoc(1) + -T ps output file size reduced by more than 50%.
  • syslogd(8) logs if there were warnings during startup.
  • syslogd(8)