=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus58.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- www/plus58.html 2016/02/29 20:14:59 1.12 +++ www/plus58.html 2016/03/21 05:46:20 1.13 @@ -77,121 +77,121 @@
  • In the NFS code, avoid double-free in error path by cribbing the HASBUF flag logic from the rest of the kernel that deals with filename lookups. -
  • In autri(4): +
  • In autri(4): -
  • In snmpd(8), export the new pf "no-route" error counter. +
  • In snmpd(8), export the new pf "no-route" error counter. -
  • Plug an fd leak in httpd(8). +
  • Plug an fd leak in httpd(8). -
  • In relayd(8), introduce a state on the ctl_relay_event struct. This makes it possible to better track the connection state of a session and stops doing double opens in certain situations using http relays. -
  • In pms(4), don't match Elantech v4 devices with firmware versions 0xX7XXXX or with firmware versions higher than 0xX8XXXX. +
  • In relayd(8), introduce a state on the ctl_relay_event struct. This makes it possible to better track the connection state of a session and stops doing double opens in certain situations using http relays. +
  • In pms(4), don't match Elantech v4 devices with firmware versions 0xX7XXXX or with firmware versions higher than 0xX8XXXX.
  • Add initial support for the ARM Versatile Express boards as emulated by qemu with virtio memory ranges.
  • Ensure polled bulk, control and interrupt transfers actually poll. This fixes panics on shutdown with various usb sticks. -
  • In tmux(1), add the -E flag to bypass update-environment when attaching or switching clients. +
  • In tmux(1), add the -E flag to bypass update-environment when attaching or switching clients.
  • Remove HBG support from the DCF77 drivers.
  • On armv7, add initial exynos4 bits.
  • Introduce unhandled_af() for cases where code conditionally does something based on an address family and later assumes one of the paths was taken. This reduces the amount of noise with static analysers and acts as a sanity check. @@ -698,81 +698,81 @@
  • On amd64 and i386, enable use of mwait in non-MP boxes and report # of C-substates up to C7, truncating trailing zeros.
  • Make the qemu cortex a15 useable without trustzone. -
  • Allow the rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. -
  • Enable rtwn(4) on RAMDISK_CD kernels for upgrades. +
  • Allow the rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. +
  • Enable rtwn(4) on RAMDISK_CD kernels for upgrades.
  • Put the link-layer address back into the gateway field of RTF_LOCAL routes. This fixes the "arpresolve: unresolved and rt_expire == 0" issue. -
  • In tmux(1), handle the RGB colour escape sequence like xterm(1) does. +
  • In tmux(1), handle the RGB colour escape sequence like xterm(1) does.
  • On alpha, do not unconditionally clear pcb_onfault after a uvm_fault. This should fix getentropy issues on MP systems. -
  • In tmux(1), fix an uninitialized variable. -
  • In iked(8), fix coupling and decoupling operations. -
  • In pf(4), improve error handling and recovery during state insertion. This also fixes a few bugs. +
  • In tmux(1), fix an uninitialized variable. +
  • In iked(8), fix coupling and decoupling operations. +
  • In pf(4), improve error handling and recovery during state insertion. This also fixes a few bugs.
  • Fix races on powerpwc: -
  • In tmux(1), if a window or session target is prefixed with an =, then only an exact name or index match is accepted. +
  • In tmux(1), if a window or session target is prefixed with an =, then only an exact name or index match is accepted. -
  • In tmux(1), make "new -d" work without unsetting $TMUX. -
  • Add the new rtwn(4) for RTL8188CE wifi cards. +
  • In tmux(1), make "new -d" work without unsetting $TMUX. +
  • Add the new rtwn(4) for RTL8188CE wifi cards.
  • Check for a resolv.conf update the first time the resolver is used after pid has changed. -
  • Add support for em(4) on the Teak 3020, a system based on the Intel Tolopai (EP80579). +
  • Add support for em(4) on the Teak 3020, a system based on the Intel Tolopai (EP80579).
  • Prevent a kernel panic on macppc caused by the kernel perfpolicy code. -
  • In tmux(1): +
  • In tmux(1): -
  • In from(1), treat a missing mail spool the same as a zero-length mail spool unless the -f option was specified. -
  • In pf(4), avoid division by 0 and using a 0 upper bound for arc4random_uniform(3). +
  • In from(1), treat a missing mail spool the same as a zero-length mail spool unless the -f option was specified. +
  • In pf(4), avoid division by 0 and using a 0 upper bound for arc4random_uniform(3).
  • Fix audio interrupts on U4 systems. -
  • In arp(8) and ndp(8), don't assume that the sockaddr_dl will be in the gateway sa. This fixes a regression introduced with the support of multiple connected routes. +
  • In arp(8) and ndp(8), don't assume that the sockaddr_dl will be in the gateway sa. This fixes a regression introduced with the support of multiple connected routes.
  • Rework the ppp handling in the tty layer so it has its own private pool to allocate packet memory out of. This fixes a long standing issue in ppp on a tty/serial line where it allocates mbufs at IPL_SOFTTTY, which is above the IPL_NET the mbuf layer protects itself at. -
  • Fix a memory leak in sensorsd(8). -
  • Add a new HT-PCI bridge driver and the necessary glue to openpic(4) to get interrupts working on U4 machines. With this OpenBSD can run on PowerMac11,2 (Quad G5). +
  • Fix a memory leak in sensorsd(8). +
  • Add a new HT-PCI bridge driver and the necessary glue to openpic(4) to get interrupts working on U4 machines. With this OpenBSD can run on PowerMac11,2 (Quad G5).
  • Make sparc go PIE (not "static PIE" yet).
  • On sparc, override PIE range constants with a variable which is decided at runtime, in order to only enable PIE on sun4m which has a large enough address space.
  • In the lazy binding routine, make sure we actually allocate the stack we need, instead of corrupting the caller's stack by mistake. This fixes segfaults in __powerpc_read_tcb() reported on earlier G3 systems.
  • Enable secureplt by default on alpha. -
  • Allow gcc(1) to produce more precise relocation information on alpha. This will be necessary to enable secureplt by default. +
  • Allow gcc(1) to produce more precise relocation information on alpha. This will be necessary to enable secureplt by default.
  • Switch m88k ports to binutils 2.17. -
  • In relayd(8), fix a memory leak in an error path. +
  • In relayd(8), fix a memory leak in an error path. -
  • In mandoc(1), implement the roff(7) "r" conditional. +
  • In mandoc(1), implement the roff(7) "r" conditional. -
  • Plug a memory leak in relayd(8). +
  • Plug a memory leak in relayd(8).
  • Introduce native atomic operations for i386. -
  • Acquire/release the i2c bus before/after reading the temperature register. This prevents concurrent access to the smu(4) microcontroller on Apple G5 machines, which would result in errors reading the RTC. +
  • Acquire/release the i2c bus before/after reading the temperature register. This prevents concurrent access to the smu(4) microcontroller on Apple G5 machines, which would result in errors reading the RTC.
  • On armv7, set the usb otg port on the cubox to host mode and attach ehci to it. -
  • In file(1), support - to read from stdin. +
  • In file(1), support - to read from stdin. -
  • Set the sdmmc(4) emmc highspeed flag if the capability register claims it is supported. -
  • In tmux(1): +
  • Set the sdmmc(4) emmc highspeed flag if the capability register claims it is supported. +
  • In tmux(1):
  • Switch vax to binutils 2.17. -
  • Make ld.so(1) on alpha cope with binaries built with secureplt. -
  • In file(1), if reading into a buffer, correct the stored file size at EOF. +
  • Make ld.so(1) on alpha cope with binaries built with secureplt. +
  • In file(1), if reading into a buffer, correct the stored file size at EOF.
  • In the asr, fix a possible off-by-one when reading /etc/hosts if it doesn't end with a newline. -
  • In file(1), silently fall back to /etc/magic if ~/.magic can't be opened. +
  • In file(1), silently fall back to /etc/magic if ~/.magic can't be opened. -
  • Initial addition of "Patrol Read" support in bio(4), bioctl(8) and mfi(4). -
  • In ntpd(8), detect crashes from constraint sub-processes, instead of ignoring them. +
  • Initial addition of "Patrol Read" support in bio(4), bioctl(8) and mfi(4). +
  • In ntpd(8), detect crashes from constraint sub-processes, instead of ignoring them.
  • When the machdep.allowaperture sysctl is set to 3, allow concurrent access.
  • Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT bits from it.
  • Switch alpha, arm, sh and sparc to binutils 2.17. -
  • In httpd(8), relayd(8), smtpd(8) and snmpd(8), do not try to unlink the control socket in an unprivileged child process on shutdown. +
  • In httpd(8), relayd(8), smtpd(8) and snmpd(8), do not try to unlink the control socket in an unprivileged child process on shutdown. -
  • In ssh(1), increase the allowed length of the known host file name in the log message to be consistent with other cases (bz#1993). -
  • Make ssh-keygen(1) default to ed25519 keys when compiled without OpenSSL (bz#2388). -
  • Remove 1k bit groups from ssh and moduli(5). -
  • In ssh(1), reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over diffie-hellman-group14-sha1. +
  • In ssh(1), increase the allowed length of the known host file name in the log message to be consistent with other cases (bz#1993). +
  • Make ssh-keygen(1) default to ed25519 keys when compiled without OpenSSL (bz#2388). +
  • Remove 1k bit groups from ssh and moduli(5). +
  • In ssh(1), reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over diffie-hellman-group14-sha1.
  • In ssh: -
  • In audioctl(1), expose the number of bytes processed by the sound card instead of the number of bytes processed minus the xruns. +
  • In audioctl(1), expose the number of bytes processed by the sound card instead of the number of bytes processed minus the xruns.
  • Don't create ICMP states on reply packets unless sloppy state tracking is used.
  • Allow for multiple RTF_CLONING routes with the same priority.
  • Normalize route destination before checking for MPATH conflicts. @@ -789,126 +789,126 @@
  • Make vlans inherit their parents hardmtu as well as mtu.
  • Build all the firmware for usb devices on armv7. -
  • Build wsconsctl(8) and wsconscfg(8) on armv7. +
  • Build wsconsctl(8) and wsconscfg(8) on armv7.
  • Really fix the panic in the PF_KEYv2 code by reverting src/sys/net/pfkeyv2_convert.c to r1.52. -
  • In ipsecctl(8), bump up the default Diffie-Hellman group to modp3072. +
  • In ipsecctl(8), bump up the default Diffie-Hellman group to modp3072.
  • Fix a panic in the PF_KEYv2 code. -
  • In pms(4), match newer Elantech v4 touchpads. +
  • In pms(4), match newer Elantech v4 touchpads.
  • Port the ELF m88k work to binutils 2.17. It is good enough to build a booting kernel, and hopefully userland as well. -
  • In ugen(4), prevent a use after free in by closing all open endpoints upon detach. This fixes a panic. +
  • In ugen(4), prevent a use after free in by closing all open endpoints upon detach. This fixes a panic. -
  • In sshd(8), add the missing -c option to getopt(). +
  • In sshd(8), add the missing -c option to getopt().
  • Always establish all the necessary interrupts at pckbc attach time, and get rid of the "intr_establish" pckbc callback.
  • Update to xf86-video-ast 1.0.1, xf86-video-savage 2.3.8, xf86-video-siliconmotion 1.7.8, xf86-video-tdfx 1.4.6, xf86-video-trident 1.3.7 and dejavu-ttf 2.35. -
  • Build wsudl(4) on armv7. -
  • Add udl(4) and uvideo(4) to armv7 GENERIC. +
  • Build wsudl(4) on armv7. +
  • Add udl(4) and uvideo(4) to armv7 GENERIC.
  • Update to xf86-video-cirrus 1.5.3, xf86-video-i740 1.3.5, xf86-video-mach64 6.9.5, xf86-video-mga 1.6.4, xf86-video-neomagic 1.2.9 and randrproto 1.4.1. -
  • In sftp(1), fix a memory leak in an error path. -
  • In ldomctl(8), fix a memory leak in an error path. +
  • In sftp(1), fix a memory leak in an error path. +
  • In ldomctl(8), fix a memory leak in an error path.
  • Introduce ipsec-id bundles and use them for ipsecflowinfo. This fixes rekeying for l2tp/ipsec against multiple windows clients and saves memory. -
  • In dump(8), canonicalize all devices to DUIDs in order to make -w and -W output consistent. -
  • Don't use an uninitialised softc pointer in midi(4). -
  • In iwm(4), reserve two DMA segments for sending commands to the firmware. This hopefully fixes a hardware error. +
  • In dump(8), canonicalize all devices to DUIDs in order to make -w and -W output consistent. +
  • Don't use an uninitialised softc pointer in midi(4). +
  • In iwm(4), reserve two DMA segments for sending commands to the firmware. This hopefully fixes a hardware error. -
  • In ssh(1), reorder EscapeChar option parsing to avoid a single-byte out-of-bounds read (bz#2396). -
  • Add a knob to sshd_config(5) to relax GSSAPI host credential check for multihomed hosts (bz#928). -
  • Update Diffie-Hellman groups in ssh and moduli(5). +
  • In ssh(1), reorder EscapeChar option parsing to avoid a single-byte out-of-bounds read (bz#2396). +
  • Add a knob to sshd_config(5) to relax GSSAPI host credential check for multihomed hosts (bz#928). +
  • Update Diffie-Hellman groups in ssh and moduli(5).
  • Establish interrupts for both keyboard and mouse slots at isa pckbc attach time, rather than lazily from pckbc when slots are discovered.
  • Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17. -
  • In ssh-keygen(1), support -lF hostname to find search known_hosts and print key hashes. +
  • In ssh-keygen(1), support -lF hostname to find search known_hosts and print key hashes.
  • Correctly state the link state to INVALID when creating a carp interface. -
  • Fix an uninitialized variable in ix(4). -
  • In sshd_config(5): +
  • Fix an uninitialized variable in ix(4). +
  • In sshd_config(5): -
  • Remove hotplug(4) support from ntpd(8). -
  • In httpd(8), correctly print the filesize in the Content-Length header for files larger than 2 GB on 32-bit architectures. +
  • Remove hotplug(4) support from ntpd(8). +
  • In httpd(8), correctly print the filesize in the Content-Length header for files larger than 2 GB on 32-bit architectures.
  • Fix installing sets from CD-ROM if more than one CD-ROM drive is present. -
  • In chroot(8), when a user is specified via the -u flag, use setusercontext() to setup (most of) the execution environment. -
  • Add the -c flag to id(1) to display the user's login class. -
  • In icmp(4), do not leak a rtentry if it is unusable. -
  • In bge(4), increase a maximum firmware handshake timeout to 10 seconds. -
  • In tmux(1), prevent missing cursors with emacs-in-tmux-in-tmux. +
  • In chroot(8), when a user is specified via the -u flag, use setusercontext() to setup (most of) the execution environment. +
  • Add the -c flag to id(1) to display the user's login class. +
  • In icmp(4), do not leak a rtentry if it is unusable. +
  • In bge(4), increase a maximum firmware handshake timeout to 10 seconds. +
  • In tmux(1), prevent missing cursors with emacs-in-tmux-in-tmux.
  • Use the same va entry point on all armv7 socs.
  • Make armv7 startup PIC. -
  • Make TAPE=- mean stdout in tar(1). +
  • Make TAPE=- mean stdout in tar(1).
  • On amd64, do lazy update/reset of the FS.base and %[def]s segment registers.
  • Avoid a kernel crash in the NFS code while running netstat or pstat -f.
  • Make the compiler emit visibility information for (undefined) references with non-default visibility. -
  • In dhclient(8) and dhcpd(8), accept hostnames starting with 0-9. -
  • Fix two use-after-free cases in relayd(8). -
  • Change spamd(8) to use divert-to instead of rdr-to. -
  • In dhclient(8), stop rejecting leases with a subnet that overlaps a subnet already present. -
  • In ntpd(8), scale the error margin with the number of resolved NTP peers. This way, a very small number of outliers in an NTP pool cannot immediately trigger new connections to the contraint servers. -
  • Enable ntpd(8) by default at install time. +
  • In dhclient(8) and dhcpd(8), accept hostnames starting with 0-9. +
  • Fix two use-after-free cases in relayd(8). +
  • Change spamd(8) to use divert-to instead of rdr-to. +
  • In dhclient(8), stop rejecting leases with a subnet that overlaps a subnet already present. +
  • In ntpd(8), scale the error margin with the number of resolved NTP peers. This way, a very small number of outliers in an NTP pool cannot immediately trigger new connections to the contraint servers. +
  • Enable ntpd(8) by default at install time.
  • Export the rdomain to userland through struct if_data. -
  • In cu(1), add the -d flag and the dc capability to open devices non-blocking. This is useful for the few drivers that do not support cua* so tty* must be used. +
  • In cu(1), add the -d flag and the dc capability to open devices non-blocking. This is useful for the few drivers that do not support cua* so tty* must be used.
  • Reenable the page zeroing thread on MP m88k kernels.
  • On aviion and luna88k, make sure the lock is not taken for clock interrupts. -
  • Add the -D option to nm(1) to display the dynamic symbol table. -
  • In ntpd(8), if the constraint resolves to multiple IP addresses, try each of them one by one. +
  • Add the -D option to nm(1) to display the dynamic symbol table. +
  • In ntpd(8), if the constraint resolves to multiple IP addresses, try each of them one by one. -
  • In axe(4), read ethernet address from EEPROM on AX88772B. +
  • In axe(4), read ethernet address from EEPROM on AX88772B.
  • Add an F_ISATTY option to fcntl(), so that isatty() can use this rather than the bloated ioctl() interface. -
  • In aucat(1), prevent periodic glitches occurring under certain circumstances. -
  • In audioctl(1), display simply "play" when play mode is set. +
  • In aucat(1), prevent periodic glitches occurring under certain circumstances. +
  • In audioctl(1), display simply "play" when play mode is set.
  • Make it possible to use the same network on multiple interfaces at the same time. -
  • Give carp(4) interfaces their own low priority. +
  • Give carp(4) interfaces their own low priority.
  • Introduce if_output(), a function to do the last steps before enqueuing a packet on the sending queue of an interface.
  • Remove the "Use DUIDs rather than device names in fstab?" question from the installer and use DUIDs unconditionally. -
  • In smtpd(8), don't log credentials upon AUTH LOGIN authentication failures. +
  • In smtpd(8), don't log credentials upon AUTH LOGIN authentication failures. -
  • In ssh-agent(1): +
  • In ssh-agent(1): -
  • In upd(4), make the "Battery Present" sensor a dependency of all the battery-related sensors only if it is present. +
  • In upd(4), make the "Battery Present" sensor a dependency of all the battery-related sensors only if it is present.
  • Update to font-util 1.3.1. -
  • Extend autoinstall(8) to allow for hostname-mode.conf response files and to put response files in a subdir of the webserver's document root. +
  • Extend autoinstall(8) to allow for hostname-mode.conf response files and to put response files in a subdir of the webserver's document root.
  • On armv7, rework the imxenet hardware address setup. -
  • In smtpd(8), avoid multiple "From " and "Return-Path" headers. +
  • In smtpd(8), avoid multiple "From " and "Return-Path" headers.
  • Translate the fec parameters from the novena dtb to set a different clock skew to the same micrel phy used on sabre lite. This change resolves the stability problems with imxenet on novena. -
  • In tmux(1), to replace c0-*, add a high watermark to the pty event, and also backoff when any of the ttys the pane is going to write to has buffered enough data. +
  • In tmux(1), to replace c0-*, add a high watermark to the pty event, and also backoff when any of the ttys the pane is going to write to has buffered enough data.
  • Revert r1.3 of src/gnu/usr.bin/binutils-2.17/bfd/elflink.c. It introduces bogus failures when inter-library dependencies are present. -
  • In em(4), make sure the rx ring lwm is set to at least 4. As far as we know, all hardware variants need at least 4 descriptors on the rx ring to be able to receive packets. -
  • In tmux(1): +
  • In em(4), make sure the rx ring lwm is set to at least 4. As far as we know, all hardware variants need at least 4 descriptors on the rx ring to be able to receive packets. +
  • In tmux(1): -
  • In hifn(4), fix a potential use-after-free and a memory leak. -
  • In urtwn(4): +
  • In hifn(4), fix a potential use-after-free and a memory leak. +
  • In urtwn(4): -
  • Fix an uninitialized variable access in npppd(8). +
  • Fix an uninitialized variable access in npppd(8).
  • imxiic is known to be broken, so don't try attaching it on utilite.
  • On armv7, raise VM_PHYSSEG_MAX to two and load an additional physical memory segment if u-boot reports it. This is needed for the utilite where u-boot reports two 1GB segments of physical memory. -
  • In em(4), support reading from an OTP iNVM. -
  • Fix a potential use-after-free in pf(4). -
  • In bioctl(8), use explicit_bzero(3) on private data. -
  • In tmux(1), remove the c0-* options which never really worked satisfactorily. -
  • In upd(4), refresh sensor values asynchronously. +
  • In em(4), support reading from an OTP iNVM. +
  • Fix a potential use-after-free in pf(4). +
  • In bioctl(8), use explicit_bzero(3) on private data. +
  • In tmux(1), remove the c0-* options which never really worked satisfactorily. +
  • In upd(4), refresh sensor values asynchronously.
  • Remove all audio format conversion code from the kernel as we already do better conversions in user mode. -
  • In nvram(4/amd64) and lpt(4), convert from uiomovei() to uiomove() to prevent short tranfers. +
  • In nvram(4/amd64) and lpt(4), convert from uiomovei() to uiomove() to prevent short tranfers.
  • When checking flags that will be passed to open(), test the O_ACCMODE portion separately to avoid false negatives.
  • Set POLLHUP even if no valid events were specified as per POSIX. -
  • In urtwn(4): +
  • In urtwn(4): -
  • In tmux(1), update the environment when switching sessions as well as attaching. -
  • In man(1), let the -m option add to the default manpath rather than override it. +
  • In tmux(1), update the environment when switching sessions as well as attaching. +
  • In man(1), let the -m option add to the default manpath rather than override it.
  • Include the timestamp TCP option in keep alive packets. -
  • In tmux(1), add the window_linked format. -
  • In top(1), display thread IDs instead of the name of the process's owner when -H is used. -
  • In tmux(1), turn cursor off during redraw. +
  • In tmux(1), add the window_linked format. +
  • In top(1), display thread IDs instead of the name of the process's owner when -H is used. +
  • In tmux(1), turn cursor off during redraw. -
  • In sshd(8), blacklist DH-GEX for specific PuTTY versions rather than all PuTTY versions. +
  • In sshd(8), blacklist DH-GEX for specific PuTTY versions rather than all PuTTY versions.
  • Bring back the MI atomic API for powerpc. -
  • Fix a memory leak in ld.so(1). +
  • Fix a memory leak in ld.so(1).
  • In asr, skip loopback addresses, not loopback interfaces, per RFC 3493. -
  • In httpd(8), implement If-Modified-Since. -
  • In sshd(8), don't offer DH-GEX to WinSCP. +
  • In httpd(8), implement If-Modified-Since. +
  • In sshd(8), don't offer DH-GEX to WinSCP.
  • Flag user-specified routes with an AF_LINK gateway as RTF_LLINFO. -
  • Add the disklabel(8) template file based autopartitioning feature to the installer. +
  • Add the disklabel(8) template file based autopartitioning feature to the installer.
  • Add SwissSign CA root certificates to /etc/ssl/cert.pem. -
  • In aucat(1), fix a clipping bug in float-to-fixed-point conversion. -
  • Add support for RTL8188EU chips to urtwn(4). +
  • In aucat(1), fix a clipping bug in float-to-fixed-point conversion. +
  • Add support for RTL8188EU chips to urtwn(4).
  • Fix a crash on HP bc2500 blades with MP kernels when writing to the DSDT. -
  • Use ether_input() as default input packet handler and do the necessary m_adj(9) to keep bridge(4) working while other pseudo-drivers are converted to if_input(). +
  • Use ether_input() as default input packet handler and do the necessary m_adj(9) to keep bridge(4) working while other pseudo-drivers are converted to if_input(). -
  • In compress(1), cp(1) and mv(1): +
  • In compress(1), cp(1) and mv(1): -
  • Add byte-range support to httpd(8). +
  • Add byte-range support to httpd(8).
  • Make sure no kernel data is leaked in malloced memory in the padding of struct dirent when reading a directory over NFS. -
  • In dump(8), eliminate the -U flag and make usage of DUID in /etc/dumpdates the default. -
  • In ping(8), allow a TTL of 0. -
  • Fix some problems with relayd(8) configuration reload. -
  • In dhclient(8) and dhcpd(8), correct switch between current and previous line buffers when encountering a carriage return in the input. +
  • In dump(8), eliminate the -U flag and make usage of DUID in /etc/dumpdates the default. +
  • In ping(8), allow a TTL of 0. +
  • Fix some problems with relayd(8) configuration reload. +
  • In dhclient(8) and dhcpd(8), correct switch between current and previous line buffers when encountering a carriage return in the input.
  • Rework hppa mutexes: always record which cpu owns the lock and improve the mutex diagnostics/assertions. -
  • Drop pf_rules and ipsec_rules from rc.conf(5). +
  • Drop pf_rules and ipsec_rules from rc.conf(5). -
  • In ping6(8), change the lower bound of -h from -1 to 0. -
  • In mandoc(1): +
  • In ping6(8), change the lower bound of -h from -1 to 0. +
  • In mandoc(1):
  • Reenable page zeroing thread on SMP mips kernels.
  • Do not grab the kernel lock for clock interrupts on mips64, octeon and sgi. -
  • In ssh(1), improve error messages on TCP connection resets (bz#2257). +
  • In ssh(1), improve error messages on TCP connection resets (bz#2257). -
  • In sshd(8), prevent authorized_keys options picked up on public key tests without a corresponding private key authentication being applied to other authentication methods. +
  • In sshd(8), prevent authorized_keys options picked up on public key tests without a corresponding private key authentication being applied to other authentication methods.
  • Pass fflag to VOP_POLL so vfs fifo functions can get at the file flags to check FREAD/FWRITE if needed.
  • Avoid a NULL dereference in fd_getfile_mode(). -
  • 5.6 and 5.7 SECURITY FIX: a remote user can crash httpd(8).
    A source code patch exists for 5.6 and 5.7. +
  • 5.6 and 5.7 SECURITY FIX: a remote user can crash httpd(8).
    A source code patch exists for 5.6 and 5.7.
  • 5.6 and 5.7 SECURITY FIX: malformed binaries could trigger kernel panics or view kernel memory
    A source code patch exists for 5.6 and 5.7. -
  • 5.6 and 5.7 SECURITY FIX: multiple issues in cpio(1)/pax(1)/tar(1).
    A source code patch exists for 5.6 and 5.7. -
  • Don't add a separate .got.plt section as it would result in a partially writable GOT. ld.so(1) will properly write-protect the single .got. -
  • Prevent a use after free in tun(4). -
  • In ix(4), set the correct media type for 1000baseLX SFPs. -
  • In grep(1), warn when the user specifies -R but no files, like GNU grep. -
  • Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. -
  • Optimise sensor I/O in upd(4). +
  • 5.6 and 5.7 SECURITY FIX: multiple issues in cpio(1)/pax(1)/tar(1).
    A source code patch exists for 5.6 and 5.7. +
  • Don't add a separate .got.plt section as it would result in a partially writable GOT. ld.so(1) will properly write-protect the single .got. +
  • Prevent a use after free in tun(4). +
  • In ix(4), set the correct media type for 1000baseLX SFPs. +
  • In grep(1), warn when the user specifies -R but no files, like GNU grep. +
  • Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. +
  • Optimise sensor I/O in upd(4).
  • Introduce fd_getfile_mode() and use it where fd_getfile() is directly followed by a mode check. -
  • Fix two assertion failures in mandoc(1). -
  • Add the tmux and tmux-256color entries to termcap(5) and terminfo. This can be used inside tmux for correct italics support. -
  • In tmux(1), if default-terminal is set to "screen" or "screen-*", follow historic screen(1) behaviour and send smso (standout) instead of sitm (italics) for SGR 3. -
  • Fix a use after free and a NULL pointer access in mandoc(1). -
  • Support passing a template file for the auto-allocation to disklabel(8). -
  • Fix an fd leak in relayd(8). +
  • Fix two assertion failures in mandoc(1). +
  • Add the tmux and tmux-256color entries to termcap(5) and terminfo. This can be used inside tmux for correct italics support. +
  • In tmux(1), if default-terminal is set to "screen" or "screen-*", follow historic screen(1) behaviour and send smso (standout) instead of sitm (italics) for SGR 3. +
  • Fix a use after free and a NULL pointer access in mandoc(1). +
  • Support passing a template file for the auto-allocation to disklabel(8). +
  • Fix an fd leak in relayd(8). -
  • In sshd_config(5), allow ListenAddress, Port and AddressFamily in any order (bz#68). +
  • In sshd_config(5), allow ListenAddress, Port and AddressFamily in any order (bz#68).
  • Avoid a NULL dereference in CBS_get_any_asn1_element().
  • In libtls, reject a dNSName of " " for the subjectAltName extension, per RFC 5280.
  • Explicitly include .codepatch and .codepatchend in .rodata such that the binutils 2.17 linker doesn't make them disappear.
  • Protect the per-process itimerval structs with a mutex.
  • On hppa, don't grab the kernel lock for clock interrupts. The way we use mutexes these days is incompatible with that practice and leads to deadlocks. -
  • In sf(4), fix a memory leak in an error path. -
  • In tmux(1), add select-layout -o to undo the last layout change. +
  • In sf(4), fix a memory leak in an error path. +
  • In tmux(1), add select-layout -o to undo the last layout change. -
  • In file(1), fix a memory leak in an error path. +
  • In file(1), fix a memory leak in an error path.
  • In the installer, rework sshd enable root login questions in light of sshd PermitRootLogin default change. The new default is not to ask to enable root logins when a non-root user has been added. -
  • Make sshd(8) default to PermitRootLogin=no. +
  • Make sshd(8) default to PermitRootLogin=no.
  • Do not call nd6_purge() before purging the IPv6 addresses of a detached interface. This fixes a use after free introduced in r1.98 of src/sys/netinet6/in6.c. -
  • In file(1): +
  • In file(1): -
  • In upd(4), parse the HID descriptor multiple times to find sensors. This avoid lookups in the hot path for sensors that depend on the value of others. -
  • In tmux(1), if the requested pane is already active, do not unzoom the window (or do anything else). This prevents mouse clicking when zoomed causing unzoom. +
  • In upd(4), parse the HID descriptor multiple times to find sensors. This avoid lookups in the hot path for sensors that depend on the value of others. +
  • In tmux(1), if the requested pane is already active, do not unzoom the window (or do anything else). This prevents mouse clicking when zoomed causing unzoom.
  • Correctly write the 64bits of the HID 1, 4 and 5 registers on powerpc.
  • Allow "sshd -f none" to skip reading the config file, much like "ssh -F none" does. -
  • In file(1), don't support -s on FIFOs. -
  • Let bgpd(8) check the length of the control socket path to make sure it fits -- just like bgpctl(8) does. -
  • Fix a typo in sndiod(8): the buffer size should be 7680 rather than 7860. +
  • In file(1), don't support -s on FIFOs. +
  • Let bgpd(8) check the length of the control socket path to make sure it fits -- just like bgpctl(8) does. +
  • Fix a typo in sndiod(8): the buffer size should be 7680 rather than 7860.
  • Get dwc2 working on octeon: -
  • Support checksum offloading for IPv4 TX on vio(4). -
  • In bgpctl(8), for every policy we write out, flush the output so we don't get a partially written line. +
  • Support checksum offloading for IPv4 TX on vio(4). +
  • In bgpctl(8), for every policy we write out, flush the output so we don't get a partially written line.
  • On i386, disable PAE when switching to the hibernate resume pagetables. This makes (un)hibernate work with the new PAE pmap.
  • On i386, enable NX support in the resume path. This makes suspend/resume work with the PAE pmap.
  • On i386, only enable PAE if the CPU we're running on has NX support.
  • Bump i386 MAXDSIZ to 3 GB. -
  • Make the Belkin Components F5U109 Serial work at 115200 baud in umct(4). +
  • Make the Belkin Components F5U109 Serial work at 115200 baud in umct(4).
  • Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz. -
  • In the IRR parser of bgpctl(8), ignore case when reading the tokens. +
  • In the IRR parser of bgpctl(8), ignore case when reading the tokens.
  • We are now following the ABI and always clear cld on function entry, so remove the extra CLD instructions from when that wasn't true. -
  • In file(1), only print MIME warnings when warnings are enabled. +
  • In file(1), only print MIME warnings when warnings are enabled.
  • Repair boot device detection when booting off the second SCSI controller on AV530.
  • Update to perl 5.20.2. -
  • In file(1), fail if a \ appears at EOL of a magic(5) file rather than continuing off the end of the buffer. +
  • In file(1), fail if a \ appears at EOL of a magic(5) file rather than continuing off the end of the buffer.
  • In LibreSSL, don't ignore the reference count in X509_STORE_free. -
  • In tmux(1), explicitly cancel mouse "button" mode. This happens implicitly with some of the other things we send with xterm, but not with urxvt. -
  • In m4(1) and make(1), add a check for overflow while doubling. +
  • In tmux(1), explicitly cancel mouse "button" mode. This happens implicitly with some of the other things we send with xterm, but not with urxvt. +
  • In m4(1) and make(1), add a check for overflow while doubling.
  • In LibreSSL, check for invalid leading zeros in CBS_get_asn1_uint64. -
  • In bgpd(8), allow rules that match directly on the peer AS. Also adjust the IRR ruleset output to include the declared peer AS instead of hoping they listed their neighbor IP address. -
  • In httpd(8), prepend files or directories containing ":" with "./" in directory indexes as per RFC 3986. -
  • In bgpctl(8), handle an IRR record of "export ... action X" the same way we handle "import ... action X". +
  • In bgpd(8), allow rules that match directly on the peer AS. Also adjust the IRR ruleset output to include the declared peer AS instead of hoping they listed their neighbor IP address. +
  • In httpd(8), prepend files or directories containing ":" with "./" in directory indexes as per RFC 3986. +
  • In bgpctl(8), handle an IRR record of "export ... action X" the same way we handle "import ... action X". -
  • Add a quirk to azalia(4) for the Cirrus Logic CS4208 which is needed for MacBookAir6,1. -
  • In tmux(1): +
  • Add a quirk to azalia(4) for the Cirrus Logic CS4208 which is needed for MacBookAir6,1. +
  • In tmux(1):
  • Enable PAE mode for those CPUs that support it. This allows us to use the NX bit for userland and kernel W^X. Unlike the previous c.2008 PAE experiment, this does not provide > 4GB phys ram on i386 -- PAE is solely being used for NX capability this time. If you need > 4GB phys, use amd64.
  • Make sure we keep the whole recursive mapping of the PDP instead of just the mapping for the first page when tearing things down. -
  • Remove tip(1): it has been superseded by cu(1). -
  • In file(1): +
  • Remove tip(1): it has been superseded by cu(1). +
  • In file(1): -
  • Add a new implementation of file(1). This is a simplified, modernised version with a nearly complete magic(5) parser but omits some of the complex builtin tests (notably ELF) and has a reduced set of options. +
  • Add a new implementation of file(1). This is a simplified, modernised version with a nearly complete magic(5) parser but omits some of the complex builtin tests (notably ELF) and has a reduced set of options.
  • Revert r1.7 of src/sys/arch/powerpc/include/atomic.h (implement the MI atomic API for PowerPC). This code triggers an off by one in device_unref().
  • Enable the NX bit and use it in the PAE pmap code. PAE is still disabled while we're chasing at least one remaining bug. -
  • Fix a segfault in user(8). +
  • Fix a segfault in user(8). -
  • In ssh-agent(1), add the -D option to leave ssh-agent in foreground without enabling debug mode (bz#2381). +
  • In ssh-agent(1), add the -D option to leave ssh-agent in foreground without enabling debug mode (bz#2381).
  • Use "softintr_pic0" instead of "softintr_fakepic" when faking a struct device so there is enough space in the buffer for a NUL and the unit is included in the string. -
  • Fix a memory leak in ssh-askpass(1). -
  • In xlock(1), don't read past the end of an array. -
  • Fix a crash in httpd(8) and relayd(8): we cannot log errors with server_close() before allocating clt_log evbuffer. +
  • Fix a memory leak in ssh-askpass(1). +
  • In xlock(1), don't read past the end of an array. +
  • Fix a crash in httpd(8) and relayd(8): we cannot log errors with server_close() before allocating clt_log evbuffer.
  • Fix a 13 year old typo that should be responsible for the unhappiness of UVM on PowerPC architectures.
  • Replace the use of struct ifqueue in pipex with mbuf_queues. -
  • In sshd(8), check for and reject missing arguments for VersionAddendum and ForceCommand (bz#2281) +
  • In sshd(8), check for and reject missing arguments for VersionAddendum and ForceCommand (bz#2281)
  • Implement the MI atomic API for PowerPC to avoid using gcc builtins that include extra sync operations.
  • Unknown certificate extensions are non-fatal in ssh, so don't fatal when they are encountered (bz#2387). -
  • In tmux(1): +
  • In tmux(1):
  • Remove an extra lcr3 that snuck into pmap_switch, responsible for various reaper panics. -
  • In rtadvd(8), don't let rltime exceed 9000 seconds, per RFC 4861. -
  • Avoid a use after free in mandoc(1). -
  • In tmux(1): +
  • In rtadvd(8), don't let rltime exceed 9000 seconds, per RFC 4861. +
  • Avoid a use after free in mandoc(1). +
  • In tmux(1):
  • Revert r1.182 of src/sys/kern/subr_pool.c (try and place at least 8 items on a page if we're able to use large page allocators) again. Incoherent architectures aren't having much fun with it. -
  • In ntpd(8), fix a memory leak if tls_read() fails. -
  • Fix a memory leak in relayd(8). +
  • In ntpd(8), fix a memory leak if tls_read() fails. +
  • Fix a memory leak in relayd(8).
  • Rework sgi mutexes to use the owner pointer as the lock (similar to r1.14 of src/sys/arch/alpha/alpha/mutex.c). -
  • In tmux(1), add support for multiple key tables to commands to be bound to sequences of keys. +
  • In tmux(1), add support for multiple key tables to commands to be bound to sequences of keys.
  • In the installer, fix asking for list of http servers via "?". This should fix scanning for wireless networks too. -
  • In mandoc(1), avoid out-of-bounds read access. This sometimes prevented proper warnings about text nodes preceding the first section header. -
  • In tmux(1), make jump-to-backward/jump-to-forward repeatable with jump-reverse/jump-again. +
  • In mandoc(1), avoid out-of-bounds read access. This sometimes prevented proper warnings about text nodes preceding the first section header. +
  • In tmux(1), make jump-to-backward/jump-to-forward repeatable with jump-reverse/jump-again.
  • Remove a typo introduced in r1.185 of src/sys/net/route.c. Because of this typo, a local route was always created.
  • Do not treat loopback interfaces as p2p interfaces and create only one route to ::1. -
  • Always call rt_ifa_dellocal(9) when removing an IPv6 address. +
  • Always call rt_ifa_dellocal(9) when removing an IPv6 address. -
  • In ping6(8), add a mac to the timestamp payload and calculate it with siphash (r1.119 and r1.121 from src/sbin/ping/ping.c). -
  • In ping(8), fold the icmp seq number into the mac. -
  • In tmux(1): +
  • In ping6(8), add a mac to the timestamp payload and calculate it with siphash (r1.119 and r1.121 from src/sbin/ping/ping.c). +
  • In ping(8), fold the icmp seq number into the mac. +
  • In tmux(1): -
  • 5.5, 5.6 and 5.7 SECURITY FIX: logic error in smtpd(8) handling of SNI.
    A source patch is available for 5.5, 5.6 and 5.7. -
  • Fix incorrect logic in smtpd(8) that could lead to unexpected client disconnect, invalid certificate in SNI negotiation or server crash. +
  • 5.5, 5.6 and 5.7 SECURITY FIX: logic error in smtpd(8) handling of SNI.
    A source patch is available for 5.5, 5.6 and 5.7. +
  • Fix incorrect logic in smtpd(8) that could lead to unexpected client disconnect, invalid certificate in SNI negotiation or server crash.
  • Add support for x2apic mode. This is currently only enabled on hypervisors. -
  • In mandoc(1), if an explicit line break request (.br or .sp) occurs within an .HP block, the next line doesn't hang, but is simply indented. -
  • If apropos(1) finds no match, print "nothing appropriate" to stderr similar to what the old apropos did. +
  • In mandoc(1), if an explicit line break request (.br or .sp) occurs within an .HP block, the next line doesn't hang, but is simply indented. +
  • If apropos(1) finds no match, print "nothing appropriate" to stderr similar to what the old apropos did.
  • Update to sqlite3 3.8.9. -
  • In ping(8): +
  • In ping(8): -
  • In xhci(4), do not truncate possible remaining transfer length. +
  • In xhci(4), do not truncate possible remaining transfer length.
  • Remove emulation of OSS audio ioctls from Linux emulation.
  • Implement binary code patching on i386. @@ -1143,17 +1143,17 @@
  • Don't lock the file for "vi -R" or "view".
  • Work around what appear to be CPUID lies about the monitor-line size. This makes the mwait-based idle loop actually work.
  • Convert many atoi() calls to strtonum() in userland, adding range checks and failure handling along the way. -
  • Remove kdriver/wscons code from Xserver(1). -
  • In systat(1) avoid calling freeifaddrs() uninitialised pointer in an error path. -
  • In httpd(8), strictly accept CRLF for newlines. +
  • Remove kdriver/wscons code from Xserver(1). +
  • In systat(1) avoid calling freeifaddrs() uninitialised pointer in an error path. +
  • In httpd(8), strictly accept CRLF for newlines. -
  • In install(1), use futimens() to preserve timestamps with subsec precision. -
  • In pf(4), do not include padding of Ethernet packets in reassembled fragmented packets. +
  • In install(1), use futimens() to preserve timestamps with subsec precision. +
  • In pf(4), do not include padding of Ethernet packets in reassembled fragmented packets.
  • In ssh, don't try to cleanup NULL KEX proposals in kex_prop_free().
  • Change alpha mutexes so they record which cpu owns the lock rather than just if the lock is held or not.
  • Remove the unsupported SADB_X_IDENTTYPE_CONNECTION, unused ipsp_parse_headers, and stubs and support code for NIC-enabled IPsec. -
  • Fix a crash in the bgpctl(8) "network bulk" command. -
  • In ualea(4), crank the timeout and decrease the buffer size to not end up dropping all the entropy provided by the device. Also make sure we match the right endpoint. +
  • Fix a crash in the bgpctl(8) "network bulk" command. +
  • In ualea(4), crank the timeout and decrease the buffer size to not end up dropping all the entropy provided by the device. Also make sure we match the right endpoint.
  • Tweaks in utimensat/futimens handling:
  • Don't call record_login() in monitor when UseLogin is enabled (bz#378).
  • Add some missing options to sshd -T and fix the output of VersionAddendum HostCertificate (bz#2346). -
  • In mandoc(1), restore the page headers and page footers in the HTML output. +
  • In mandoc(1), restore the page headers and page footers in the HTML output.
  • Remove unfinished and unused support for socket-attached ipsec-policies. -
  • In pkg_add(1), expand the %a, %c, %m and %v sequences in PKG_PATH. -
  • Add ualea(4) to support the Araneus Alea II TRNG. +
  • In pkg_add(1), expand the %a, %c, %m and %v sequences in PKG_PATH. +
  • Add ualea(4) to support the Araneus Alea II TRNG. -
  • Plug a memory leak in sshd(8). -
  • In tmux(1), fix some issues in bright colour handling. -
  • Make tls_close(3) more robust. -
  • In tmux(1), fix setting old-style window -fg/-bg/-attr options that aren't global. -
  • In tun(4), fix a typo introduced in the niq_enqueue() conversion. This should fix a panic reported by many. +
  • Plug a memory leak in sshd(8). +
  • In tmux(1), fix some issues in bright colour handling. +
  • Make tls_close(3) more robust. +
  • In tmux(1), fix setting old-style window -fg/-bg/-attr options that aren't global. +
  • In tun(4), fix a typo introduced in the niq_enqueue() conversion. This should fix a panic reported by many.
  • Import libepoxy 1.2, a library for handling gl/glx/egl function pointer management. This is needed by glamor egl in the xserver which is in turn needed to get acceleration with some hardware on xf86-video-ati.
  • Update to xf86-video-ati 7.5.0.
  • Make ipsp_address thread safe.
  • Remove support for storing credentials and auth information in the kernel. This code is largely unfinished and is not used for anything. -
  • In uchcom(4), make sure we close the interrupt pipe when the device is detached. +
  • In uchcom(4), make sure we close the interrupt pipe when the device is detached. -
  • Initialize RX/TX on re(4) slightly later. It appears that newer chips don't set up DMA correctly until more configuration has been done -- enabling RX too soon causes DMA to bad places. +
  • Initialize RX/TX on re(4) slightly later. It appears that newer chips don't set up DMA correctly until more configuration has been done -- enabling RX too soon causes DMA to bad places.
  • Perform IPsec bypass check on a socket before performing TDB lookups. -
  • In sed(1), correct a multiplication idiom during xreallocarray() and avoid an integer overflow. +
  • In sed(1), correct a multiplication idiom during xreallocarray() and avoid an integer overflow.
  • In ssh, deprecate the ancient, pre-RFC4419 and undocumented SSH2_MSG_KEX_DH_GEX_REQUEST_OLD message. -
  • Prevent use after free in mg(1). +
  • Prevent use after free in mg(1).
  • Let nl_langinfo(CODESET) return "US-ASCII" as the name of the character codeset for the POSIX/C default locale. This is the preferred IANA name and also used by FreeBSD.
  • Update to xf86-video-intel 2.99.916. This fixes a display bug. Newer X.Org (2.99.917 or master) versions cause corruption on older machines (X40, i965), probably caused by a bug in our kernel. This is under investigation by kettenis@.
  • Bring PAE code back to life on i386. More specifically, bring the PAE pmap on i386 closer to the current non-PAE pmap. This allows us to take a big next step toward better i386 W^X in the kernel (similar to what we did a few months ago on amd64). Unlike the original PAE pmap, this diff will not be supporting more than 4 GB physical memory on i386 -- this effort is specifically geared toward providing W^X (via NX) only. There still seems to be a bug removing certain pmap entries when PAE is enabled, so PAE mode is left disabled for the moment.
  • Switch example NSD config to splitting master and slave zones into different subdirectories and create these in mtree.
  • Disable the pool garbage collector. There are reports of strange lockups on various multiprocessor architectures and this is the only interesting diff in the window. -
  • In softraid(4), directly handle ioctls issued to a SCSI device associated with a softraid volume, ignoring any device name specified in the bio(4) ioctl struct. Amongst other things, this makes bioctl -d now work with DUIDs. -
  • In softraid(4), re-enable the RAID 5 discipline and add support for restarting rebuilds on it. +
  • In softraid(4), directly handle ioctls issued to a SCSI device associated with a softraid volume, ignoring any device name specified in the bio(4) ioctl struct. Amongst other things, this makes bioctl -d now work with DUIDs. +
  • In softraid(4), re-enable the RAID 5 discipline and add support for restarting rebuilds on it.
  • Remove OPENSSL_issetugid() from LibreSSL. By default on systems lacking true issetugid(), OPENSSL_issetugid() returns 0, falsely indicating safety. This means OPENSSL_issetugid() fails to make any sort of promise about safety, in fact it is just the opposite.
  • Update to xf86-input-synaptics 1.8.2.
  • Remove all getenv() calls in LibreSSL, especially those wrapped by issetugid(). getenv()'s wrapped by issetugid() are safe, but issetugid() is difficult to implement on many operating systems. -
  • In httpd(8), always check the return value of proc_composev_imsg() and handle failures appropriately. Otherwise imsg construction can silently fail, resulting in non-obvious problems. +
  • In httpd(8), always check the return value of proc_composev_imsg() and handle failures appropriately. Otherwise imsg construction can silently fail, resulting in non-obvious problems. -
  • Let vi(1) use resizeterm(3) instead of reinitializing curses on window resizes, which was leaking massive amounts of memory. -
  • In tmux(1), add a -x flag to copy-selection, append-selection and start-named-buffer to prevent it exiting copy mode after copying. +
  • Let vi(1) use resizeterm(3) instead of reinitializing curses on window resizes, which was leaking massive amounts of memory. +
  • In tmux(1), add a -x flag to copy-selection, append-selection and start-named-buffer to prevent it exiting copy mode after copying.
  • Replace the use of ifqueues for most input queues serviced by netisr with niqueues. -
  • In ehci(4), implement full-speed isochronous transfers support with opportunistic micro-frames scheduling. More work is required to properly budget and schedule micro-frames, most of it at the HUB level. But this lets people use USB1.1 uaudio(4) devices on ehci(4)-only systems. -
  • Add support for CRC-enabled elantech v3 touchpads to pms(4). +
  • In ehci(4), implement full-speed isochronous transfers support with opportunistic micro-frames scheduling. More work is required to properly budget and schedule micro-frames, most of it at the HUB level. But this lets people use USB1.1 uaudio(4) devices on ehci(4)-only systems. +
  • Add support for CRC-enabled elantech v3 touchpads to pms(4). -
  • In ssh(1), don't send hostkey advertisments (hostkeys-00@openssh.com) to current versions of Tera Term as they can't handle them. Newer versions should be OK. -
  • In vlan(4), don't inherit the parent interface's hardmtu as the vlan interface's mtu when it gets set up. Instead, allow the vlan interface's mtu to be raised to the parent's hardmtu in SIOCSIFMTU handling. -
  • In zmore(1) and zless(1), accept options starting with "+". -
  • In whois(1), improve the lookup of gTLDs. +
  • In ssh(1), don't send hostkey advertisments (hostkeys-00@openssh.com) to current versions of Tera Term as they can't handle them. Newer versions should be OK. +
  • In vlan(4), don't inherit the parent interface's hardmtu as the vlan interface's mtu when it gets set up. Instead, allow the vlan interface's mtu to be raised to the parent's hardmtu in SIOCSIFMTU handling. +
  • In zmore(1) and zless(1), accept options starting with "+". +
  • In whois(1), improve the lookup of gTLDs.
  • Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the pv lists with a mutex. -
  • Plug a memory leak in pf(4). +
  • Plug a memory leak in pf(4). -
  • Fix a regression on re(4) chips that have 7k jumbo support. +
  • Fix a regression on re(4) chips that have 7k jumbo support.
  • Move vmap back to kernel_map/uvm_km_valloc as it's allowed to fail. This should fix the Dell 2950 when it gets stuck during boot. -
  • In tsec(4), prevent the watchdog from firing when no cable is plugged in but the interface is brought up. -
  • In iwn(4), don't leak the chip's hardware address during scans when a randomized address is set by the user. +
  • In tsec(4), prevent the watchdog from firing when no cable is plugged in but the interface is brought up. +
  • In iwn(4), don't leak the chip's hardware address during scans when a randomized address is set by the user. -
  • In tmux(1), when replacing, don't free the old paste until after the new one's name has been copied. This fixes a use-after-free in window-copy.c. +
  • In tmux(1), when replacing, don't free the old paste until after the new one's name has been copied. This fixes a use-after-free in window-copy.c.
  • Introduce a garbage collector for (very) idle pool pages. -
  • Remove the obsolete timezone(3) function. -
  • Make pthread_atfork(3) track the DSO that called it like atexit(3) does, unregistering callbacks if the DSO is unloaded. Move the callback handling from libpthread to libc, though libpthread still overrides the inner call to handle locking and thread-library reinitialization. -
  • In mandoc(1), do not mistreat empty arguments to font alternating macros as vertical spacing requests. -
  • Remove DES support from crypt(3). +
  • Remove the obsolete timezone(3) function. +
  • Make pthread_atfork(3) track the DSO that called it like atexit(3) does, unregistering callbacks if the DSO is unloaded. Move the callback handling from libpthread to libc, though libpthread still overrides the inner call to handle locking and thread-library reinitialization. +
  • In mandoc(1), do not mistreat empty arguments to font alternating macros as vertical spacing requests. +
  • Remove DES support from crypt(3).
  • Add support for an efi-app-x86_64 target to binutils. This is needed for UEFI bootloader work. -
  • In mandoc(1), use the default width for .RS without arguments. This reduces groff-mandoc differences in base and Xenocara by about 4%. +
  • In mandoc(1), use the default width for .RS without arguments. This reduces groff-mandoc differences in base and Xenocara by about 4%.
  • Update to xcb-util 0.4.0, xcb-util-image 0.4.0, xcb-util-keysyms 0.4.0, libXxf86vm 1.1.4, libXvMC 1.0.9, libXdmcp 1.1.2 and libX11 1.6.3. -
  • In pkg_info(1), check that the info of distant packages is signed. -
  • In pkg_add(1), +
  • In pkg_info(1), check that the info of distant packages is signed. +
  • In pkg_add(1), mark installed locations as "trusted" so that pkg_info does not check sigs on them. -
  • In realloc(3), when expanding a region, actually use the free page cache instead of simply zapping it. This can save many syscalls in a program that repeatedly grows and shrinks a buffer. +
  • In realloc(3), when expanding a region, actually use the free page cache instead of simply zapping it. This can save many syscalls in a program that repeatedly grows and shrinks a buffer. -
  • Work-in-progress support for non-accelerated X11 on some sti(4) frame buffers; based upon the old HP ngle X11 driver. Currently limited to CRX (720/735/750), Timber (710, old 715), Artist (712, 715) and EG (B-series). However, the colormap isn't set up correctly on Timber and EG yet. -
  • Various improvements to sort(1): +
  • Work-in-progress support for non-accelerated X11 on some sti(4) frame buffers; based upon the old HP ngle X11 driver. Currently limited to CRX (720/735/750), Timber (710, old 715), Artist (712, 715) and EG (B-series). However, the colormap isn't set up correctly on Timber and EG yet. +
  • Various improvements to sort(1):
  • Update to sqlite3 3.8.8.3. -
  • Give man(7) section and subsection headers hanging indentation. This reduces groff-mandoc differences in base by about 2.5%. -
  • Better implementation of rounding rules in mandoc(1). -
  • Show the remote labels in the ldpctl(8) "show lib" command even if they are not installed in the FIB. -
  • Remove lo protection in ldpd(8). There's no need to protect the 127/8 network since it is filtered before being sent to lde. -
  • Show the full LIB in the ldpctl(8) "show lib" command. +
  • Give man(7) section and subsection headers hanging indentation. This reduces groff-mandoc differences in base by about 2.5%. +
  • Better implementation of rounding rules in mandoc(1). +
  • Show the remote labels in the ldpctl(8) "show lib" command even if they are not installed in the FIB. +
  • Remove lo protection in ldpd(8). There's no need to protect the 127/8 network since it is filtered before being sent to lde. +
  • Show the full LIB in the ldpctl(8) "show lib" command.
  • Add support for commit ids to "opencvs status".
  • Fix the modified timestamp in the output of "opencvs status". -
  • In mandoc(1), don't allow breaking the output line after hyphens following escape sequences. Improves tic(1), sxpm(1) and a few Perl manuals. -
  • Use config_suspend() instead of dereferencing ca_activate directly to support drivers that do not need any specific suspend/resume magic and do not have an activate function. This is needed at least by kauaiata(4). -
  • In mandoc(1), fix a quirk with respect to an empty .HP. +
  • In mandoc(1), don't allow breaking the output line after hyphens following escape sequences. Improves tic(1), sxpm(1) and a few Perl manuals. +
  • Use config_suspend() instead of dereferencing ca_activate directly to support drivers that do not need any specific suspend/resume magic and do not have an activate function. This is needed at least by kauaiata(4). +
  • In mandoc(1), fix a quirk with respect to an empty .HP. -
  • In sti(4), fix an unsigned vs signed comparison causing an infinite loop for the WSDISPLAYIO_PUTCMAP ioctl. -
  • In sort(1): +
  • In sti(4), fix an unsigned vs signed comparison causing an infinite loop for the WSDISPLAYIO_PUTCMAP ioctl. +
  • In sort(1): -
  • In apropos(1), man(1) and mandoc(1), don't hardcode /usr/bin/ as the path to more(1). +
  • In apropos(1), man(1) and mandoc(1), don't hardcode /usr/bin/ as the path to more(1). -
  • In sort(1), prevent an integer overflow when parsing the -S argument as percentage. Also make sure that the parsed memory amount won't be larger than SIZE_MAX to properly support 32-bit systems. +
  • In sort(1), prevent an integer overflow when parsing the -S argument as percentage. Also make sure that the parsed memory amount won't be larger than SIZE_MAX to properly support 32-bit systems.
  • Change gcc and ld semantics to make static PIE the default when invoking "cc -static". -
  • Many improvements to sort(1), including: +
  • Many improvements to sort(1), including: -
  • Run most of the vnet(4) interrupt handler without holding the kernel lock. +
  • Run most of the vnet(4) interrupt handler without holding the kernel lock. -
  • In httpd(8), zero the tls cert/key length variables when inheriting a server configuration for multiple listen statements in a server block. Otherwise httpd(8) will crash when a listen statement with tls is followed by a listen statement without tls. -
  • Prevent ssh(1) from warning about SSH1 keys present when compiled without SSH1 support. Also identify SSH1 keys when scanning, even when compiled without SSH1 support. -
  • Fix an fd leak in ssh(1). -
  • Let sort(1) ignore $TMPDIR if setuid or setgid. -
  • Don't make the -m and -c options of sort(1) mutually exclusive. -
  • Let the vlan(4) mtu be limited by the parent's hard mtu, not the current mtu. This makes it possible to have networks on the "native" (untagged) vlan on an interface at 1500, while setting a child vlan interface's mtu to jumbos. -
  • In sort(1): +
  • In httpd(8), zero the tls cert/key length variables when inheriting a server configuration for multiple listen statements in a server block. Otherwise httpd(8) will crash when a listen statement with tls is followed by a listen statement without tls. +
  • Prevent ssh(1) from warning about SSH1 keys present when compiled without SSH1 support. Also identify SSH1 keys when scanning, even when compiled without SSH1 support. +
  • Fix an fd leak in ssh(1). +
  • Let sort(1) ignore $TMPDIR if setuid or setgid. +
  • Don't make the -m and -c options of sort(1) mutually exclusive. +
  • Let the vlan(4) mtu be limited by the parent's hard mtu, not the current mtu. This makes it possible to have networks on the "native" (untagged) vlan on an interface at 1500, while setting a child vlan interface's mtu to jumbos. +
  • In sort(1): -
  • In ssh-keygen(1), if a user tries to add a comment to a non-RSA1 key and has entered their passphrase, explicitly clear it before exit. -
  • Tell the firmware to shut down the fan management thread on the last generation of G5s. Without this mpi@'s PowerMac11,2 hang when smu(4) attaches. +
  • In ssh-keygen(1), if a user tries to add a comment to a non-RSA1 key and has entered their passphrase, explicitly clear it before exit. +
  • Tell the firmware to shut down the fan management thread on the last generation of G5s. Without this mpi@'s PowerMac11,2 hang when smu(4) attaches.
  • Move the default font path from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match XDG_DATA_DIR (where Desktop tools will look for by default).
  • Fix the repeating keys/delay problem that occurs on newer ThinkPads when touching the trackpad/trackstick while typing during the installer in a less invasive way.
  • Update to xkeyboard-config 2.14.
  • Some work on macppc G5 interrupts. -
  • Allow syslogd(8) to read configuration files with arbitrary line lengths. Also ensure the configuration file has been read in full in order to prevent syslogd(8) from running with incomplete configuration. +
  • Allow syslogd(8) to read configuration files with arbitrary line lengths. Also ensure the configuration file has been read in full in order to prevent syslogd(8) from running with incomplete configuration.
  • Update to xcb-util-cursor 0.1.2. -
  • Fix an uninitialised memory read in ssh(1) when parsing a config file consisting of a single nul byte. -
  • In mandoc(1), handle special punctuation modes for -Tpdf. +
  • Fix an uninitialised memory read in ssh(1) when parsing a config file consisting of a single nul byte. +
  • In mandoc(1), handle special punctuation modes for -Tpdf.
  • Restore user-loaded vga fonts upon switching from X11 to VT and upon resume. -
  • Let esp(4) correctly match SUNW,fas in the boot path. -
  • In tcpdump(8), remove an extra line when printing AH and RIP packets. -
  • Let vnet(4) reject packets that are too large. +
  • Let esp(4) correctly match SUNW,fas in the boot path. +
  • In tcpdump(8), remove an extra line when printing AH and RIP packets. +
  • Let vnet(4) reject packets that are too large.
  • Revert r1.29 of src/usr.bin/telnet/sys_bsd.c (don't clear ICRNL when editing mode is off, so that character local echo mode don't echo ^M locally) as this causes problems sending CR to some Cisco equipment. -
  • Make sure that pkg_add(1) checks specialfiles. +
  • Make sure that pkg_add(1) checks specialfiles.
  • Initial support for the SABRE SD board. -
  • Fix a memory leak in cwm(1). -
  • Match rtsx(4) on the RTS5249 found on the Dell XPS 13 and treat it as an RTS5229. +
  • Fix a memory leak in cwm(1). +
  • Match rtsx(4) on the RTS5249 found on the Dell XPS 13 and treat it as an RTS5229. -
  • In ntpd(8), avoid overflow on 32-bit time_t systems when converting timeval to NTP time. +
  • In ntpd(8), avoid overflow on 32-bit time_t systems when converting timeval to NTP time.
  • For ancient pre-v8 sparc, expand kva. -
  • Move man.conf(5) from /etc/ to /etc/examples. -
  • Add the "output" directive to man.conf(5). -
  • Let security(8) handle lines in mount(8) output that end with "on" (which can happen for NFS mounts). -
  • Let security(8) handle incomplete lines in /etc/passwd that end before the home directory field. +
  • Move man.conf(5) from /etc/ to /etc/examples. +
  • Add the "output" directive to man.conf(5). +
  • Let security(8) handle lines in mount(8) output that end with "on" (which can happen for NFS mounts). +
  • Let security(8) handle incomplete lines in /etc/passwd that end before the home directory field. -
  • Add the "manpath" directive to man.conf(5) to override the default search path. -
  • In pkg_add(1), backout -DSHORTENED semantics by default for now. -
  • Add initial support for RFC 7427 signatures to iked(8). -
  • Allow input/printing/conversion of terabyte sizes in fdisk(8). -
  • Fix configuring MPLS routes on mpe(4). -
  • Let httpd(8) translate CGI environment variables in accordance with RFCs 7230 and 3875. +
  • Add the "manpath" directive to man.conf(5) to override the default search path. +
  • In pkg_add(1), backout -DSHORTENED semantics by default for now. +
  • Add initial support for RFC 7427 signatures to iked(8). +
  • Allow input/printing/conversion of terabyte sizes in fdisk(8). +
  • Fix configuring MPLS routes on mpe(4). +
  • Let httpd(8) translate CGI environment variables in accordance with RFCs 7230 and 3875.
  • Ban all-zero curve25519 keys in ssh, as recommended by the latest CFRG curves draft.
  • Update to libdrm 2.4.60.
  • Determine if the trackstick buttons are wired to the trackpad and need to be re-routed to the trackstick. Without this change the buttons on 2015 Thinkpads get picked up as extended buttons that show up as scroll up/down. Remove the X1 Carbon 2015 (LEN0048) and X250 (LEN0046) from the top button area/soft buttons quirks list. Also avoid using the quirk list entirely if the capability bit is set.
  • Save/restore AVX registers and other XSAVE-managed state information when entering/leaving a signal handler like we already do the the FPU and SSE state. This should make it possible to use AVX instructions in signal handlers. -
  • Ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless compiled with SSH1 support). +
  • Ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless compiled with SSH1 support).
  • With a per interface IPv6 stateless adress auto configuration flag it is possible to allow IPv6 forwarding and SLAAC at the same time. This is needed for RFC 7084. -
  • In ksh(1), bind the Delete key (ESC[3~) to delete-char-forward. +
  • In ksh(1), bind the Delete key (ESC[3~) to delete-char-forward. -
  • Fix a memory leak in ssh(1). +
  • Fix a memory leak in ssh(1).
  • Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems) and get the correct offsets from the "i2s" node. -
  • Remove lmc(4), san(4) and lmccontrol(8). +
  • Remove lmc(4), san(4) and lmccontrol(8).
  • Use chacha20-poly1305@openssh.com as the default cipher in ssh.
  • Disable SSH protocol 1 in ssh. -
  • Fix a memory leak in relayd(8). -
  • Don't let rcmdsh(3) fail if it is passed a non resolvable hostname. Instead, silently ignore the fact and instead let the underlying ssh (or $RSH) command handle it. -
  • Fix memory leaks in tempnam(3) error paths. +
  • Fix a memory leak in relayd(8). +
  • Don't let rcmdsh(3) fail if it is passed a non resolvable hostname. Instead, silently ignore the fact and instead let the underlying ssh (or $RSH) command handle it. +
  • Fix memory leaks in tempnam(3) error paths.
  • Fix NFS boot on macppc. -
  • In ping6(8), bump the size of the time types on the wire to 64 bit (port of r1.116 of src/sbin/ping/ping.c). -
  • In ping(8) and ping6(8), obfuscate the monotonic clock values put on the wire by offsetting them with a random value. -
  • Don't let ssh-keygen -A try (and fail) to generate ssh v.1 keys when compiled without SSH1 support RSA/DSA/ECDSA keys when compiled without OpenSSL (bz#2369). +
  • In ping6(8), bump the size of the time types on the wire to 64 bit (port of r1.116 of src/sbin/ping/ping.c). +
  • In ping(8) and ping6(8), obfuscate the monotonic clock values put on the wire by offsetting them with a random value. +
  • Don't let ssh-keygen -A try (and fail) to generate ssh v.1 keys when compiled without SSH1 support RSA/DSA/ECDSA keys when compiled without OpenSSL (bz#2369). -
  • Make setting 11a rates and scanning on iwm(4) conditional on the 5GHz support bit in the nvm.
  • Make be(4) work on sun4c. +
  • Make setting 11a rates and scanning on iwm(4) conditional on the 5GHz support bit in the nvm.
  • Make be(4) work on sun4c.
  • Add sysconf() extensions PHYS_PAGES, AVPHYS_PAGES, NPROCESSORS_CONF -and NPROCESSORS_ONLN to getconf(1). +and NPROCESSORS_ONLN to getconf(1).
  • On amd64, add support for saving/restoring FPU state using the XSAVE/XRSTOR. Limit support to the X87, SSE and AVX state. This gives us (almost) full AVX support.
  • On sparc, abort attach of iommu requiring boards on non-iommu systems. -
  • Don't let ldpd(8) try to send address withdraws to neighbors that are unreachable after an address removal in the system. -
  • Let ldpd(8) remove attached adjacencies whenever an interface is disabled for whatever reason. This will speed up the convergence process. -
  • Don't let ldpd(8) assign labels for BGP routes. This would be very resource consuming in some scenarios and unnecessary. -
  • In vnet(4), considerably improve the reliability of re-establishing network connections between domains after some sort of hickup. -
  • Let man(1) fall back to /usr/share/man:/usr/X11R6/man:/usr/local/man as default search path if no path is given via -m, -M, $MANPATH and /etc/man.conf. +
  • Don't let ldpd(8) try to send address withdraws to neighbors that are unreachable after an address removal in the system. +
  • Let ldpd(8) remove attached adjacencies whenever an interface is disabled for whatever reason. This will speed up the convergence process. +
  • Don't let ldpd(8) assign labels for BGP routes. This would be very resource consuming in some scenarios and unnecessary. +
  • In vnet(4), considerably improve the reliability of re-establishing network connections between domains after some sort of hickup. +
  • Let man(1) fall back to /usr/share/man:/usr/X11R6/man:/usr/local/man as default search path if no path is given via -m, -M, $MANPATH and /etc/man.conf.
  • Fix a memory leak in libtls with repeated use of tls_connect(). -
  • In sort(1), use the hw.usermem sysctl to determine the amount user (non-kernel) memory instead of sysconf(_SC_PHYS_PAGES) (which also counts pages wired by the kernel). Don't try to use a memory buffer larger than the datasize hard resource limit. +
  • In sort(1), use the hw.usermem sysctl to determine the amount user (non-kernel) memory instead of sysconf(_SC_PHYS_PAGES) (which also counts pages wired by the kernel). Don't try to use a memory buffer larger than the datasize hard resource limit.
  • Work around buggy AML trying to access PCI config space using PCI function number FFFF. -
  • In renice(8), when mixing historic BSD syntax (where the priority is absolute) with the -n flag (where the priority, according to POSIX, is an increment), the increment specified via -n will only affect the entries that follow it. -
  • Support jumbo frames on re(4). -
  • Rather than disabling checksum offload in re(4) for all packets, let it advertise checksum offload to the stack for small (normal-sized) packets and do the checksum itself in software for large packets. +
  • In renice(8), when mixing historic BSD syntax (where the priority is absolute) with the -n flag (where the priority, according to POSIX, is an increment), the increment specified via -n will only affect the entries that follow it. +
  • Support jumbo frames on re(4). +
  • Rather than disabling checksum offload in re(4) for all packets, let it advertise checksum offload to the stack for small (normal-sized) packets and do the checksum itself in software for large packets.
  • Reintroduce r1.173 of src/sys/kern/subr_pool.c (try and place at least 8 items on a page if we're able to use large page allocators). This was backed out because of fallout on landisk which has since been fixed. -
  • Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable entry types to NULL, as done for AR5212 devices. ath(4) uses software crypto. +
  • Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable entry types to NULL, as done for AR5212 devices. ath(4) uses software crypto.
  • Re-apply r1.115 of src/sys/dev/pci/if_ix.c (when setting up advanced TX descriptor, use m_getptr to locate the IP or IPv6 header instead of assuming contiguousness of the target buffer across Ethernet and IP/IPv6 headers) that got accidentally reverted.
  • Fix a memory leak in an error path in LibreSSL (from OpenSSL commit 5e5d53d341fd9a9b9cc0a58eb3690832ca7a511f). -
  • Fix a small memory leak in sort(1). +
  • Fix a small memory leak in sort(1).
  • 5.6 and 5.7 SECURITY FIX: several crash causing defects in OpenSSL (CVE-2015-0209, CVE-2015-0286, CVE-2015-0287, CVE-2015-0288 and CVE-2015-0289).
    A source code patch is available for 5.6 and 5.7.
  • 5.5 SECURITY FIX: two possible crash causing defects in OpenSSL (CVE-2015-0286 and CVE-2015-0292).
    A source code patch is available for 5.5.
  • Fix CVE-2015-0209, CVE-2015-0286, CVE-2015-0287 and CVE-2015-0289 in LibreSSL. -
  • Deal with half-configured control pipes in dwc2, using the same workaround as in ehci(4) and ohci(4). +
  • Deal with half-configured control pipes in dwc2, using the same workaround as in ehci(4) and ohci(4). -
  • Use struct timespec internally in pax(1). This gives nanosecond precision to the -rw option and a basis for support of mtime and atime values in pax-format extended header records. -
  • In route(8), instead of embedding interface names in a sockaddr, use their indexes when adding route entries with the -link option. This prevent the ARP layer to take the name of your interface for an Ethernet address. +
  • Use struct timespec internally in pax(1). This gives nanosecond precision to the -rw option and a basis for support of mtime and atime values in pax-format extended header records. +
  • In route(8), instead of embedding interface names in a sockaddr, use their indexes when adding route entries with the -link option. This prevent the ARP layer to take the name of your interface for an Ethernet address.
  • Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much lower VM_MIN_KERNEL_ADDRESS, since these systems are not crippled by the Sun-4 MMU hole and have the real 4GB of address space. Kernels running on Sun-4 MMU are not affected and will still be restricted to the existing 128MB of kernel space, with 1GB - 128MB of user space. -
  • Make init(8) static PIE. +
  • Make init(8) static PIE.
  • Revert r1.52 of src/sys/arch/sparc/dev/zs.c. This reduces the number of spurious zs interrupts seen on sun4c, albeit not completely. -
  • Speed up large directory reading with opendir(3). -
  • Fix mpii(4) on i386. +
  • Speed up large directory reading with opendir(3). +
  • Fix mpii(4) on i386.
  • Reenable the pa1.1 fallback code for sha256 on hppa.
  • "Handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating skipping the wccp 2 header.
  • 5.5, 5.6 and 5.7 SECURITY FIX: buffer overflows in libXfont (CVE-2015-1802, CVE-2015-1803 and CVE-2015-1804).
    A source code patch is available for 5.5, 5.6 and 5.7.
  • Update to libXfont 1.5.1 which contains fixes for CVE-2015-1802, CVE-2015-1803 and CVE-2015-1804. -
  • Fix swap auto-allocation in disklabel(8) for machines with very little memory. -
  • Replace sort(1) with the implementation from FreeBSD. +
  • Fix swap auto-allocation in disklabel(8) for machines with very little memory. +
  • Replace sort(1) with the implementation from FreeBSD.
  • In the installer, don't ask about xdm if the answer to the X question was "no" (restores previous behaviour that got lost in r1.780 of src/distrib/miniroot/install.sub). -
  • Prevent a race in ehci(4) resulting in an infinite loop printing "ehci_idone" messages. -
  • Fix erratic behaviour of dig(1) and nslookup(1) when no (valid) nameserver is configured in resolv.conf. -
  • Explicitly handle SIGPIPE in mandoc(1). This prevents a "Broken pipe" message from csh(1). +
  • Prevent a race in ehci(4) resulting in an infinite loop printing "ehci_idone" messages. +
  • Fix erratic behaviour of dig(1) and nslookup(1) when no (valid) nameserver is configured in resolv.conf. +
  • Explicitly handle SIGPIPE in mandoc(1). This prevents a "Broken pipe" message from csh(1). -
  • Repair a missing state insert in pf(4). +
  • Repair a missing state insert in pf(4).
  • Try a third approach for handling pms and pckbd interrupt storms, when there is no pms driver in the kernel.
  • Update to sqlite3 3.8.7.4.
  • Avoid a NULL pointer dereference in LibreSSL. A NULL pointer could be dereferenced when X509_REQ_set_pubkey() calls X509_PUBKEY_set() with pktmp. According to OpenSSL, this is the fix for CVE-2015-0288. -
  • Prevent a use-after-free in httpd(8). -
  • Allow the xdm(1) greeter to set the background color of the input fields. The "inpColor" resource is used for that. -
  • In mandoc(1), avoid off-by-one read access to the termacts array, which could +
  • Prevent a use-after-free in httpd(8). +
  • Allow the xdm(1) greeter to set the background color of the input fields. The "inpColor" resource is used for that. +
  • In mandoc(1), avoid off-by-one read access to the termacts array, which could sometimes result in missing line breaks before subsection headers.
  • In the installer, eliminate the question "Which cd?" and just show the available cd's in the "Location of sets?" prompt.
  • Allow for multiple concurrent devopen() calls, and fill the .readdir member of fs_ops. This makes the "ls" command finally work in the macppc bootloader. -
  • In last(1), use ctime_r to avoid a re-entrancy signal race. +
  • In last(1), use ctime_r to avoid a re-entrancy signal race.
  • Check for the size of the supposed destination address when constructing the Ethernet frame. This prevents an overflow. -
  • The RTL8411 is supported by rtsx(4). -
  • Rewrite the sh(1) manual page and confine it to document features supported by POSIX-compliant shells. +
  • The RTL8411 is supported by rtsx(4). +
  • Rewrite the sh(1) manual page and confine it to document features supported by POSIX-compliant shells. -
  • In ospfd(8), when removing interfaces in the RDE, also remove all the RDE neighbors that are part of that interface. This prevents use-after-free situations. -
  • Make wi(4) on PCMCIA work on luna88k. +
  • In ospfd(8), when removing interfaces in the RDE, also remove all the RDE neighbors that are part of that interface. This prevents use-after-free situations. +
  • Make wi(4) on PCMCIA work on luna88k. -
  • In makewhatis(8), fix hardlink detection on platforms having padding in struct inodev, typically 64-bit platforms. +
  • In makewhatis(8), fix hardlink detection on platforms having padding in struct inodev, typically 64-bit platforms.
  • Use the shorter ofwbootfd (without softraid support) on the miniroot. This fixes booting of cdNN.iso and installNN.iso on the Blade 150.
  • Make "boot -c" support work on a variety of newer machines. This is not expected to harm older machines.
  • Handle the way some BIOSes initialize newer-style nubbins/touchpads into strange (advanced) modes, which can muddle up the pckbc pipe. This is experienced as 10-second typing pauses and strange repeat behaviour on the RAMDISK (and is caused by "lightly brushing" the touchpad). -
  • Automatic parent interface selection no longer works in ifconfig(8) (see r1.245 of src/sys/netinet/ip_carp.c); carpdev is a required argument now. -
  • Escape ! characters for tab completion in ksh(1). This is necessary if using "set -o csh-history". +
  • Automatic parent interface selection no longer works in ifconfig(8) (see r1.245 of src/sys/netinet/ip_carp.c); carpdev is a required argument now. +
  • Escape ! characters for tab completion in ksh(1). This is necessary if using "set -o csh-history". -
  • In pax(1)/tar(1), try to recognize a few well-known compression formats, and report them to the user. -
  • Remove setgid kmem support from systat(1). As a result, the netstat view of systat is slightly different. -
  • In ping(8), bump the size of the time types on the wire to 64 bit. -
  • Remove tcopy(1). -
  • Remove setgid kmem support from eeprom(8). As a result, root privileges are generally needed to run this. -
  • Remove setgid kmem support from pstat(8). As a result, root privileges are needed to use the -d and -v options. -
  • In man(1), when interpreting the -O argument as a macro name fails, fall back to showing Nd rather than not showing anything. -
  • The 3160 should work with iwm(4). +
  • In pax(1)/tar(1), try to recognize a few well-known compression formats, and report them to the user. +
  • Remove setgid kmem support from systat(1). As a result, the netstat view of systat is slightly different. +
  • In ping(8), bump the size of the time types on the wire to 64 bit. +
  • Remove tcopy(1). +
  • Remove setgid kmem support from eeprom(8). As a result, root privileges are generally needed to run this. +
  • Remove setgid kmem support from pstat(8). As a result, root privileges are needed to use the -d and -v options. +
  • In man(1), when interpreting the -O argument as a macro name fails, fall back to showing Nd rather than not showing anything. +
  • The 3160 should work with iwm(4). -
  • Make ping(8), ping6(8), traceroute(8) and traceroute6(8) resistant to local wall clock changes which can skew the intervals reported or make them go negative. +
  • Make ping(8), ping6(8), traceroute(8) and traceroute6(8) resistant to local wall clock changes which can skew the intervals reported or make them go negative.
  • Add back r1.206 of src/usr.bin/ssh/packet.c that fixed some leaks in error paths and was reverted by mistake. -
  • Set verbosity to 1 (the default is 0) in nsd.conf(5) so that incoming notifies and zone xfers are logged. +
  • Set verbosity to 1 (the default is 0) in nsd.conf(5) so that incoming notifies and zone xfers are logged.
  • Improve locking in amd64 pmap using mutexes. -
  • Disable the database file by default in nsd.conf(5). It is believed to be a saner default for the common use case and there is a problem with missing records on shutdown. +
  • Disable the database file by default in nsd.conf(5). It is believed to be a saner default for the common use case and there is a problem with missing records on shutdown. -
  • Fix a regression in man(1) where the first manual shown is not properly displayed in the pager if that manual is compressed. -
  • In vi(1), display "Search wrapped" even when searching from the end of the file. -
  • In wdc(4), do not attempt to read the status register unless WDCF_IRQ_WAIT is not set; this used to be the case but got broken in r1.113. This fixes the Acard ATP865-R. -
  • In worm(6), make the worm grow faster on larger terminals. This is more fun than starting with an enormous pile of worm at the start. +
  • Fix a regression in man(1) where the first manual shown is not properly displayed in the pager if that manual is compressed. +
  • In vi(1), display "Search wrapped" even when searching from the end of the file. +
  • In wdc(4), do not attempt to read the status register unless WDCF_IRQ_WAIT is not set; this used to be the case but got broken in r1.113. This fixes the Acard ATP865-R. +
  • In worm(6), make the worm grow faster on larger terminals. This is more fun than starting with an enormous pile of worm at the start.
  • Don't do IPv6 SLAAC for prefixes with a preferred lifetime of zero, per RFC 4941. -
  • In mandoc(1): +
  • In mandoc(1): -
  • Make httpd(8) and relayd(8) TLSv1.2-only by default. -
  • Make -DSHORTENED the default in pkg_add(1). +
  • Make httpd(8) and relayd(8) TLSv1.2-only by default. +
  • Make -DSHORTENED the default in pkg_add(1).
  • Move i386 pvlists to pool backed, and improve the locking using mutexes. -
  • Various fixes for cpio(1)/pax(1)/tar(1): +
  • Various fixes for cpio(1)/pax(1)/tar(1):