=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/52.html,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** www/52.html 2012/09/05 22:22:28 1.15 --- www/52.html 2012/09/06 02:23:04 1.16 *************** *** 85,91 ****
  • Changed the RLIMIT_CPU rlimit to count processes instead of threads.
  • Added a new system limit kern.maxthread for the max number of threads.
  • Closed race conditions in thread creation, and in fork(2) and open(2) in a threaded process. !
  • Improved handling of threaded processes in ps and fstat

    --- 85,91 ----

  • Changed the RLIMIT_CPU rlimit to count processes instead of threads.
  • Added a new system limit kern.maxthread for the max number of threads.
  • Closed race conditions in thread creation, and in fork(2) and open(2) in a threaded process. !
  • Improved handling of threaded processes in ps(1) and fstat(1).

    *************** *** 170,196 ****

  • Moved libtool(1) into the base system. Much work remains to be done.
  • Removed lint(1).
  • Removed raid(4) RAIDframe driver and the corresponding raidctl(8) utility. !
  • Added posix_spawn(3). !
  • Added mbsnrtowcs(3), and wcsnrtombs(3). !
  • Added getdelim(3) and getline(3). !
  • More configuration variables for sysconf(3) and pathconf(3). !
  • dirfd(3) is a now function instead of a macro. !
  • posix_memalign(3) supports arbitrarily large alignments. !
  • Improved realloc(3) performance. !
  • ld.so(1) recognizes the DF_1_NOOPEN flag and refuses to dlopen(3) ! shared objects linked with "-z nodlopen".
  • Improved compliance and/or cleanliness of header files, particularly <dirent.h>, <time.h>, <sys/time.h>, <limits.h>, <arpa/inet.h>, <netinet/in.h>, and <sys/param.h>.
  • Improved kernel uvm memory allocator.
  • Added support for using AMT to provide console-over-ethernet. (c.f. the amtterm port).
  • Improved support for amd64 boxes with many memory extents. !
  • compat_linux improvements: TLS-vs-clone and futex fixes, added support for statfs64(), tgkill(), gettid(), SOCK_CLOEXEC, and SOCK_NONBLOCK.
  • Improved handling of bare FAT media. !
  • kdump improvements, including the ability to show thread IDs and dumping of timespec, timeval, sigaction, rlimit, sigset, clockid, and fdset arguments and results. !
  • Various improvements in smtpd(8): reliability fixes, new MTA client, new scheduler and improved queue logic, simplified smtpd.conf syntax, better RFC compliance and several cosmethic changes. !
  • The mg(1) emacs-like editor: now allows backup files to be saved in a user's home directory.
  • ...

    --- 170,207 ----

  • Moved libtool(1) into the base system. Much work remains to be done.
  • Removed lint(1).
  • Removed raid(4) RAIDframe driver and the corresponding raidctl(8) utility. !
  • Added posix_spawn(3). !
  • Added mbsnrtowcs(3), ! and wcsnrtombs(3). !
  • Added getdelim(3) ! and getline(3). !
  • More configuration variables for sysconf(3) and ! pathconf(2). !
  • dirfd(3) ! is a now function instead of a macro. !
  • posix_memalign(3) ! supports arbitrarily large alignments. !
  • Improved realloc(3) performance. !
  • ld.so(1) ! recognizes the DF_1_NOOPEN flag and refuses to ! dlopen(3) ! shared objects linked with "-z nodlopen".
  • Improved compliance and/or cleanliness of header files, particularly <dirent.h>, <time.h>, <sys/time.h>, <limits.h>, <arpa/inet.h>, <netinet/in.h>, and <sys/param.h>.
  • Improved kernel uvm memory allocator.
  • Added support for using AMT to provide console-over-ethernet. (c.f. the amtterm port).
  • Improved support for amd64 boxes with many memory extents. !
  • compat_linux(8) ! improvements: TLS-vs-clone and futex fixes, added support for statfs64(), tgkill(), gettid(), SOCK_CLOEXEC, and SOCK_NONBLOCK.
  • Improved handling of bare FAT media. !
  • kdump(1) ! improvements, including the ability to show thread IDs and dumping of timespec, timeval, sigaction, rlimit, sigset, clockid, and fdset arguments and results. !
  • Various improvements in smtpd(8): ! reliability fixes, new MTA client, new scheduler and improved queue logic, simplified smtpd.conf syntax, better RFC compliance and several cosmethic changes. !
  • The mg(1) ! emacs-like editor: now allows backup files to be saved in a user's home directory.
  • ...

    *************** *** 685,691 **** alt="OpenBSD"> www@openbsd.org
    ! $OpenBSD: 52.html,v 1.15 2012/09/05 22:22:28 benno Exp $ --- 696,702 ---- alt="OpenBSD"> www@openbsd.org
    ! $OpenBSD: 52.html,v 1.16 2012/09/06 02:23:04 lteo Exp $