=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/58.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- www/58.html 2015/08/10 22:25:27 1.30 +++ www/58.html 2015/08/17 16:53:55 1.31 @@ -73,6 +73,8 @@
  • Improved macppc stability and G5 performances with MP kernels
  • acpicpu(4) uses ACPI C-state information to reduce power consumption of idle CPUs.
  • Kernel supports x86 AVX instructions on CPUs that have them. +
  • Avoid assigning low address to PCI BARs, fixing various issues on machines whose BIOSes neglect to claim low memory. +
  • wscons(4) works with even more odd trackpads.
  • ...

    @@ -156,6 +158,13 @@

  • Alpha switched to secure PLT.
  • Improved correctness of poll(2) and poll(2) of O_RDONLY FIFO fds.
  • Restored reporting of closed sockets by netstat(1) and systat(1). +
  • fdisk(8) now zeros correct GPT sector at end of disk. +
  • fdisk(8) now accepts 'T' sizes for terabytes. +
  • fdisk(8) repaired to work on 4K sector disks again. +
  • dhcpd(8) now logs correct giaddr and ciaddr information even when DHCP relays are present. +
  • dhcpd(8) now accommodates Linux and MS clients by not sending routers or static routes info when classless static routes are sent. +
  • dhcpd(8) and dhclient(8) now accept hostnames beginning with a digit. +
  • dhclient(8) no longer rejects leases with addresses overlapping existing subnets on other interfaces. Kernel routing logic now just works.
  • ...