=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1270 retrieving revision 1.1271 diff -u -r1.1270 -r1.1271 --- www/plus.html 2013/02/08 22:13:27 1.1270 +++ www/plus.html 2013/02/08 22:39:35 1.1271 @@ -196,13 +196,13 @@
  • Implement tmux(1) ECH (erase character, CSI X).
  • Per group support for authpf(8) rules files added to /etc/authpf/groups.
  • If timing between keys is less than 1 millisecond, tmux(1) will assume the text is being pasted. "assume-paste-time" option changes the value. -
  • Allow as(1) to correctly assemble PIC code. +
  • Allow as(1) to correctly assemble PIC code on m88k.
  • Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).
  • Process compat_linux(8) futex requeuing even when the thread times out or is signalled.
  • Fixed netinet6 to stop flushing prefixes of autoconfigured IPv6 addresses with "ndp(8) -P" causing an uvm fault.
  • Make the mount_msdos(8) FAT setattr handling more consistent about unsupported attributes, making it more user-friendly. -
  • Allow multiple coredumps can be saved at the same time. +
  • Allow multiple coredumps to be saved at the same time.
  • Map the myx(4) registers prefetchable so things that can do write combining will attempt to.
  • Avoid extra bus_space barriers in the myx(4) interrupt handler.
  • Stopped using separate interrupt handlers for the tht(4) ports. Ensures second port does not get starved. @@ -302,7 +302,7 @@
  • Replaced one grep with awk patterns and simplified another using -q in sysmerge(8).
  • Fix kernel compilation with POOL_DEBUG but not DDB enabled. -
  • Register cleanup handler passed by ld.so with atexit(3), to fix stack alignment on i386 and sparc. +
  • Register cleanup handler passed by ld.so with atexit(3), and fix stack alignment on i386 and sparc.
  • Simplified sysmerge(8) by using shell patterns.
  • Added tmux(1) ^ and $ special command targets to select lowest and highest numbered windows.
  • Add -T option to tmux(1) select-window to toggle to last window if already current. @@ -445,7 +445,7 @@
  • dhclient(8) will now catch SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUS2 and remove routes and the interface address before exiting.
  • netstart(8) will try harder to identify invalid interface names and emit an error message. -
  • Make sure gcc(1) no longer incorrectly optimised away "*volatile_ptr = *volatile_ptr;" constructs on platforms which can perform memory to memory transfers in a single instruction (i.e. m68k and vax). +
  • Make sure gcc(1) no longer incorrectly optimises away "*volatile_ptr = *volatile_ptr;" constructs on platforms which can perform memory to memory transfers in a single instruction (i.e. m68k and vax).
  • Switch m88k ports to gcc(1) version 3.
  • Add ldomctl(8/sparc64) support for older firmware on UltraSPARC T1 machines.
  • Parse sndiod(1) "-m mode1,mode2,.. " strings strictly. @@ -1253,7 +1253,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: plus.html,v 1.1270 2013/02/08 22:13:27 sthen Exp $ +
    $OpenBSD: plus.html,v 1.1271 2013/02/08 22:39:35 miod Exp $