=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1204 retrieving revision 1.1205 diff -u -r1.1204 -r1.1205 --- www/plus.html 2011/12/11 15:29:59 1.1204 +++ www/plus.html 2011/12/11 16:11:14 1.1205 @@ -279,6 +279,106 @@
  • In Xenocara, update sessreg(1) to 1.0.7, xdpyinfo(1) to 1.3.0 and xinit(1) to 1.3.1.
  • Upon destruction of an interface the network stack will correctly cancel bulk-update failure-timeouts.
  • Restrict netstat(1) output to the sockets of the specified or current routing domain. +
  • Alter save/restore on PCI-Express bridges during the suspend/resume cycle to fix high interrupt load from ppb(4) on resume. + +
  • Allow setting big MTU values on the pfsync(4) interface (but not larger than the syncdev MTU). +
  • Always install addr2line(1), objcopy(1), and readelf(1), even on architectures with !ELF_TOOLCHAIN && !USING_NEW_BINUTILS (like vax, m68k). +
  • Use three times the advskew as the carp(4) master down timeout in the advbase 0 case. + +
  • Add a sample mixerctl.conf(5). More complex examples to come as aucat(1) work progresses. + +
  • Enable interrupts while processing off level interrupts in openpic(4/macppc). +
  • Ignore devices with irq 0 on mpcpci bus as no devices in the openfirmware tree use it. +
  • Fix uvideo(4) bogus frame selection check in uvideo_vs_negotiation(). +
  • Use existing _ppp instead of _npppd as a user/group id for npppd (see usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt). +
  • New device added to ufdti(4). + +
  • Add screen*:XT to terminal-overrides for tmux-in-tmux(1). +
  • Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print smtpd(8) {u_,}int64_t or time_t. +
  • On reset, restore correct ahci(4) command register value. Gets port multipliers working on some ATI devices. +
  • Allow shmctl(2) segments to be used even after they were marked for deletion with the IPC_RMID flag. Permitted as an extension beyond the standards. +
  • Don't offer/negotiate smtpd(8) SSLv2 or try to negotiate an RFC 4507-style session ticket, since some (broken and non-compliant) servers choke on TLS extension negotiation. + +
  • Fix smtpd(8) smtpctl pause/resume to correct ramqueue scheduling. Rename IMSG and pause/resume parameters. +
  • Apply a fix to rum(4), via FreeBSD. +
  • Intel EG20T serial added to sys/dev/pci/pucdata.c. + +
  • Use a new encoding for the entries in the sys/dev/pci/pucdata.c table. Halves the size of the .o file. +
  • Sync luna88k disklabel(8) handling code with sparc, except for the SunOS vs UniOS differences for the legacy part (first eight partitions), which are preserved. +
  • Document some limits of ifconfig(8) "group-name". +
  • Rewrite the sender user/domain as specified in the smtpd(8) manpage when matching a "relay... as" rule. + +
  • Introduce a pluggable interrupt controller infrastructure for beagle, to allow pandaboard to share the port. +
  • Document that aucat(1) -aoff is not the default for the default device. +
  • Handle mandoc(1) infinite recursion the same way as groff: When string expansion exceeds the recursion limit, drop the whole input line, instead of leaving just the string unexpanded. +
  • Handle mandoc(1) \N numbered character escapes the same way as groff: If \N is followed by a digit, ignore \N and the digit. If \N is followed by a non-digit, the next non-digit ends the character number; the two delimiters need not match. +
  • Add POSIX references for fchdir(2), fchmod(2), fchmodat(2), fchown(2), lchown(2) and execve(2). State that fchmod(2) can return EPERM as required by POSIX 2008. +
  • Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008. +
  • Declare all sparc control register bitfield structs with uint16_t instead of u_int. Stops bus errors. +
  • Lower carp(4) demote count on interface detach, fixes a bug introduced by rev 1.175. +
  • Fix unaligned pci config space access in intel agp(4). +
  • ssh(1) bz#1859: send tty break to pty master instead of (probably already closed) slave side. +
  • ssh(1) bz#1943: unbreak stdio forwarding when ControlPersist is in user. + +
  • When copying, tmux(1) will now repeat the count indicate buffer to replace it if used. +
  • smtpd(8) MTA leak plugged, and smtpctl schedule diabled (use 'smtpctl schedule-id ' - introduce 'smtpctl schedule-all'). +
  • Introduce operation to move a message from schedule queue to corrupt queue upon smtpd(8) envelope loading failure. +
  • Import of Mesa 7.10.3. +
  • Support for \e[3J to clear tmux(1) history. Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp. +
  • smtpd(8) fsqueue now uses load/dump functions to convert to and from a human readable format. +
  • tmux(1) will now attempt to resolve relative paths by first using client working directory (if any), then default-path or session working directory. +
  • tmux(1) fixes: plugged memory leak; added client formats; LC_ALL and LC_CTYPE now ignored if they are empty and unset; initial session now uses size of command client even if detached. + +
  • Implement missing enclosures (Ao Do Qo Qq So Bro Brq) and enclosure-like in-line macros (Ad Cd Dv Er Ev Li Ms Tn) to mandoc(1). .No macro now works without explicit implementation. +
  • Sync the uath(4) WEP text with other WPA texts. +
  • Comment out ISP_{T,}DEBUG[0-3] traces if option SMALL_KERNEL; allows alpha floppyB to fit again. +
  • Reduce the number of audio* nodes from 3 to 1 on vax, as none of the audio-capable vax can receive another audio device as expansion (until TURBOchannel with DMA on VS4k/90 is added). +
  • Added another Sunix id to puc(4) for their 50xx series cards. +
  • Correctly set smtpd(8) relay when expanding envelopes. +
  • Added smtpd(8) -T command line option, to toggle logging of specific debugging info in verbose mode, to use for imsg traces. + +
  • Beagleboard/pandaboard now fetch u-boot parameters out of the register input. Devices now detect device_id from u-boot and decide to enable/disable themselves in the device match routine. +
  • Document that: PSEUDO_FLAVORS and FLAVORS should be defined prior to using bsd.port.mk(5) and that CHOWN/CHMOD are dead. +
  • Correct pflog(4) packet interpretation for nat64. +
  • Strengthen some pflog(4) checks to prevent operations on mbuf chains of insufficient length; prevents some crashes. +
  • Make uname(1) -p return the cpu architecture name on all hardware platforms. +
  • Copy the DUID back and forth between the in-core label and the Motorola VID block for mvme68k machines. +
  • No longer bzero in-core disklabel but rather the UniOS disklabel; fixes vnd(4) operation on luna88k. +
  • Fixup added to pf(4) for icmp6 id's when translating. + +
  • Add support for Stollmann Active USB ISDN Terminal Adapter. +
  • Add Alcatel One Touch X210/X220 (another rebadged TCT Mobile modem) to umsm(4). +
  • Add more paths to cursorpath, themes can now be installed under /usr/local/share/icons and /usr/local/share/pixmaps. +
  • Implement mandoc(1) missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud). Some macros work without explicit implementation (At Db Os St). +
  • For NAT-T with transport mode, use ISAKMP's SA addresses for the flow instead of ID payload. Fixes some L2TP/ipsec(4) from NAT'd clients issues. + +
  • Document em(4) support for 82583V. +
  • em(4) reworked to prevent garbage output when changing snoop related registers on pch2. + +
  • aucat(1) now keeps the device closed by default (when not used). +
  • Delay daemon fork() in wsmoused(8) until after initialisation has completed. Fixes rc race that caused X11 to fail to open /dev/wsmouse. +
  • systrace(1) intercept_get_string() internal buffer now allows strings up to ARG_MAX long, so that ic_trargv can execute reliably. +
  • Fix CVE-2011-4028 in xserver/os/utils.c: file disclosure vulnerability. Symbolic links no longer followed when opening an existing lock file, thus avoid revealing if it points to an existing file. +
  • Support K and M as well as k and m for sizes in dd(1). +
  • Add an else clause for tmux(1) if-shell. +
  • Huawei Mobile E173 now supported by umsm(4). +
  • ssh(1) will now skip attempting to create ~/.ssh when option -F is passed. +
  • New "ssh-add(1) -k" option to load plain keys (skipping certificates). +
  • Remove explict search for \0 in ssh(1) packet strings, this is now done implicitly. + +
  • Remove midicat, as aucat(1) -M can now be used instead. Thru boxes MIDI port names have "aucat" prefix instead of "midithru". Old device names will still work some time for backward compatibility. +
  • Fix the synchronization of some alps touchpads and blacklist some devices that are not working with current driver. +
  • Use __tfork, __get_tcb(2), and __set_tcb(2) to have a real TCB (thread control block) and per-thread errno. + +
  • Use m_pullup() to get the carp header in the v6 input path. Fixes occasional checksum mismatches. +
  • Sync mandoc(1) to groff(1), and add tier I and II NetBSD architectures. Stops misformating manuals coming from other operating systems. +
  • Add wscanf(3) and wcsftime(3) (libc major bumped). Based on scanf(3), with wide character support changes based on FreeBSD. +
  • Provide battery charge/discharge rate in proper units. +
  • Add optional checkpoints for moduli screening in ssh-keygen(1). +
  • Note a kqueue(2) restriction that is enforced as of OpenBSD 5.0. +
  • Document in fork1(9) new FORK_TFORK bit and that stack argument is used by compat_linux(8). +
  • Update xkeyboard-config(7) to 2.4.1. +
  • Add stubs and manpage for __get_tcb(2) and __set_tcb(2).
  • Reset TCB addresses when exiting in sys/kern/kern_exec.c, to provide a clean setup for the new image.
  • Reads aligned to the PCI config space in sys/dev/pci/agp_via.c and agpreg.h. @@ -847,7 +947,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: plus.html,v 1.1204 2011/12/11 15:29:59 jj Exp $ +
    $OpenBSD: plus.html,v 1.1205 2011/12/11 16:11:14 jj Exp $