=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.260 retrieving revision 1.261 diff -c -r1.260 -r1.261 *** www/plus.html 1998/05/11 05:47:19 1.260 --- www/plus.html 1998/05/11 23:27:30 1.261 *************** *** 1398,1403 **** --- 1398,1418 ----
  • Fix short read() and write() operation in the RFC1413 handling code in httpd(1).
  • Fix 'z' command in mail(1). +
  • const the parameters to a few more system calls. +
  • Make config(8) store the first free unit number in its tables so that + pcmcia device re-insertion can come back to the same unit number. +
  • Fix a file parsing overflow in kdb_util(8). +
  • Niklas is taking a shot at making our cross compiler toolset sufficient + for a full cross compile of the vax port. +
  • A new security problem exists if you rely on + securelevels and immutable or append-only files. The fix does not + permit mmap'ing of immutable or append-only files which are writeable, + as the VM system will bypass the meaning of the file flags. + A patch exists which solves the + problem. +
  • Make size(1) work on files created via ld -Z. +
  • Disable dynamic loading in the mips version of perl(1). +
  • Make perl(1) support calls to lockf(3) now that we have it. *************** *** 1410,1416 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: plus.html,v 1.260 1998/05/11 05:47:19 deraadt Exp $ --- 1425,1431 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: plus.html,v 1.261 1998/05/11 23:27:30 deraadt Exp $