=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus59.html,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** www/plus59.html 2016/03/04 16:08:34 1.9 --- www/plus59.html 2016/03/04 20:23:02 1.10 *************** *** 132,138 ****
  • Set the configure option to enable floating point textures. This is required by drivers such as r600 to support OpenGL 3.x.
  • Build the gallium software rasteriser (softpipe). This fixes loading the r300 driver on macppc. !
  • In sndiod(8), implement initial privilege separation.
  • In uvideo(4), do not delay video(4) attachment if the device does not need to load firmware.
  • Use pledge(2) in mtree(8). --- 132,138 ----
  • Set the configure option to enable floating point textures. This is required by drivers such as r600 to support OpenGL 3.x.
  • Build the gallium software rasteriser (softpipe). This fixes loading the r300 driver on macppc. !
  • In sndiod(8), implement initial privilege separation and reenable networking.
  • In uvideo(4), do not delay video(4) attachment if the device does not need to load firmware.
  • Use pledge(2) in mtree(8). *************** *** 216,222 ****
  • Use pledge(2) in spamlogd(8).
  • In dhcpd(8), fix a bug where the default-lease-time, max-lease-time, bootp-lease-length statements specified in dhcpd.conf(5) were being ignored.
  • In nsd(8), disable the database file by default. !
  • Update nsd 4.1.7.
  • In ehci(4), work around Nvidia EHCI controllers bugs.
  • In vmctl(8), allow the "id" argument to be a number or a VM name.
  • In smtpd(8), add -F to run in foreground while logging to syslog. --- 216,222 ----
  • Use pledge(2) in spamlogd(8).
  • In dhcpd(8), fix a bug where the default-lease-time, max-lease-time, bootp-lease-length statements specified in dhcpd.conf(5) were being ignored.
  • In nsd(8), disable the database file by default. !
  • Update to nsd 4.1.7.
  • In ehci(4), work around Nvidia EHCI controllers bugs.
  • In vmctl(8), allow the "id" argument to be a number or a VM name.
  • In smtpd(8), add -F to run in foreground while logging to syslog. *************** *** 342,354 ****
  • In rtadvd(8), fix dynamic prefix tracking.
  • In smtpd(8): !
  • In ubcmtp(4), add support for the touchpad found on the MacBooPro12,1.
  • Use pledge(2) in adventure(6), backgammon(6), boggle(6), bs(6), canfield(6), fish(6), gomoku(6), grdc(6), mille(6), prime(6), ssh-keysign(8), trek(6) and wump(6).
  • Make it possible to detach bge(4). --- 342,354 ----
  • In rtadvd(8), fix dynamic prefix tracking.
  • In smtpd(8): !
  • In ubcmtp(4), add support for the touchpad found on the MacBookPro12,1.
  • Use pledge(2) in adventure(6), backgammon(6), boggle(6), bs(6), canfield(6), fish(6), gomoku(6), grdc(6), mille(6), prime(6), ssh-keysign(8), trek(6) and wump(6).
  • Make it possible to detach bge(4). *************** *** 412,418 ****
  • Use pledge(2) in fdisk(8) and mount(8).
  • Remove support for "lookup yp" in resolv.conf(5). It is incompatible with pledge(2).
  • In vmd(8), add the -d and -v flags. -
  • In resolv.conf(5), remove support for "lookup yp".
  • In vmd(8), add support for logging to stderr or syslog, and to run it in foreground with -d option.
  • In sndiod(8):