=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus54.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- www/plus54.html 2016/01/01 15:52:02 1.15 +++ www/plus54.html 2016/01/08 13:06:28 1.16 @@ -531,7 +531,7 @@
  • Make easier to stop taking the kernel lock when running "mp safe" interrupt handlers on i386/amd64/sparc64.
  • S-Records boot loader added to mvme88k. Allows kernel to be loaded from network, using either the on-board interface (on MVME187 and MVME197) or any MVME376; added MVME376 support to netboot. -
  • Fixed sndiod(1) check for whether a midi port is referenced (which sometimes caused the port to be closed prematurely); use order specified by -q to order the exposed midi ports. +
  • Fixed sndiod(8) check for whether a midi port is referenced (which sometimes caused the port to be closed prematurely); use order specified by -q to order the exposed midi ports.
  • Swapped cwm(1) x/y calculations in kbd move/resize, to match those in the respective mouse functions.
  • Set trunk(4)'s MTU to that of the first trunkport. Allows trunk to work with jumbo/baby-jumbo frames. @@ -564,9 +564,9 @@
  • Show list of mismatched "for" loops when a fatal error occurs in make(1).
  • Workaround faulty cycles-per-second readings on i386 and amd64; fallback to rdtsc if cpuspeed reported as 0. -
  • Fixed sndiod(1) channel mappings being wrong when the client has not specified the channels. +
  • Fixed sndiod(8) channel mappings being wrong when the client has not specified the channels.
  • Record the time a lease is bound to an interface so the correct dhclient(8) process survives a netstart(8). -
  • Initialise client rate to fix sndiod(1) crashes when the client doesn't set the rate. +
  • Initialise client rate to fix sndiod(8) crashes when the client doesn't set the rate.
  • Provide smtpd(8) with a way to encrypt envelopes and messages using aes-256-gcm before they hit the queue. Not activated yet.
  • Make sure we allocate outside the Legacy Address Range on intel(4) i915. Gets rid of the "no ifp" warning on the x41. @@ -988,7 +988,7 @@
  • Make sure dhclient(8) doesn't delete IPv6 routes.
  • Allow octeon to reboot by poking the right address for a soft cpu reset.
  • In aucat(1) debug mode, log successful connections. -
  • Stopped sndiod(1) and aucat(1) displaying warnings if accept() returns ECONNABORTED or EWOULDBLOCK, as we do in other daemons. +
  • Stopped sndiod(8) and aucat(1) displaying warnings if accept() returns ECONNABORTED or EWOULDBLOCK, as we do in other daemons.
  • Fake "SMBIOS detection" for quirky Soekris boxes, to make it easier to attach device drivers.
  • Require that the mktemp(1) template include at least 6 trailing Xs to match POSIX mkstemp/mkdtemp. Improved error messages.