aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a regression introduced with previous SA-15:16.opensslreleng/8.4Xin LI2015-07-303-1/+6
| | | | | | | | | | | changeset. The problem is specific to FreeBSD 8.x. Submitted by: jkim Pointy hat to: delphij Approved by: so Notes: svn path=/releng/8.4/; revision=286068
* Fix resource exhaustion in TCP reassembly. [SA-15:15]Xin LI2015-07-288-62/+73
| | | | | | | | | | | Fix OpenSSH multiple vulnerabilities. [SA-15:16] Fix BIND remote denial of service vulnerability. [SA-15:17] Approved by: so Notes: svn path=/releng/8.4/; revision=285980
* Fix resource exhaustion due to sessions stuck in LAST_ACK state.Xin LI2015-07-213-3/+15
| | | | | | | | | | Security: CVE-2015-5358 Security: SA-15:13.tcp Submitted by: Jonathan Looney (Juniper SIRT) Approved by: so Notes: svn path=/releng/8.4/; revision=285780
* Fix BIND resolver remote denial of service when validating.Xin LI2015-07-073-3/+5
| | | | | | | | | Security: CVE-2015-4620 Security: FreeBSD-SA-15:11.bind Approved by: so Notes: svn path=/releng/8.4/; revision=285258
* [EN-15:08] Revised: Improvements to sendmail TLS/DH interoperability.Xin LI2015-06-303-2/+6
| | | | | | | Approved by: so Notes: svn path=/releng/8.4/; revision=284987
* Raise the default for sendmail client connections to 1024-bit DHXin LI2015-06-183-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | parameters to imporve TLS/DH interoperability with newer SSL/TLS suite, notably OpenSSL after FreeBSD 10.1-RELEASE-p12 (FreeBSD- SA-15:10.openssl). This is MFC of r284436 (gshapiro), the original commit message was: === The import of openssl to address the FreeBSD-SA-15:10.openssl security advisory includes a change which rejects handshakes with DH parameters below 768 bits. sendmail releases prior to 8.15.2 (not yet released), defaulted to a 512 bit DH parameter setting for client connections. This commit chages that default to 1024 bits. sendmail 8.15.2, when released well use a default of 2048 bits. === Reported by: Frank Seltzer Errata Notice: FreeBSD-EN-15:08.sendmail Approved by: so Notes: svn path=/releng/8.4/; revision=284536
* Fix OpenSSL multiple vulnerabilities.Xin LI2015-06-1220-85/+269
| | | | | | | | Security: FreeBSD-SA-15:10.openssl Approved by: so Notes: svn path=/releng/8.4/; revision=284295
* Update base system file(1) to 5.22 to address multiple denial ofXin LI2015-06-09380-34956/+46549
| | | | | | | | | service issues. [EN-15:06] Approved by: so Notes: svn path=/releng/8.4/; revision=284194
* Fix bug with freebsd-update(8) that does not ensure the previousXin LI2015-05-134-55/+146
| | | | | | | | | upgrade was completed. [EN-15:04] Approved by: so Notes: svn path=/releng/8.4/; revision=282874
* Improve patch for SA-15:04.igmp to solve a potential buffer overflow.Xin LI2015-04-076-60/+121
| | | | | | | | | | | Fix multiple vulnerabilities of ntp. [SA-15:07] Fix Denial of Service with IPv6 Router Advertisements. [SA-15:09] Approved by: so Notes: svn path=/releng/8.4/; revision=281233
* Fix issues with original SA-15:06.openssl commit:Xin LI2015-03-205-17/+15
| | | | | | | | | | | | - Revert a portion of ASN1 change per suggested by OpenBSD and OpenSSL developers. The change was removed from the formal OpenSSL release and does not solve security issue. - Properly fix CVE-2015-0209 and CVE-2015-0288. Approved by: so Notes: svn path=/releng/8.4/; revision=280275
* Fix multiple OpenSSL vulnerabilities.Xin LI2015-03-198-26/+165
| | | | | | | | | | | | | | Security: FreeBSD-SA-15:06.openssl Security: CVE-2015-0209 Security: CVE-2015-0286 Security: CVE-2015-0287 Security: CVE-2015-0288 Security: CVE-2015-0289 Security: CVE-2015-0293 Approved by: so Notes: svn path=/releng/8.4/; revision=280268
* Fix multiple OpenSSL vulnerabilities.Xin LI2015-03-192-1/+4
| | | | | | | | | | | | | | Security: FreeBSD-SA-15:06.openssl Security: CVE-2015-0209 Security: CVE-2015-0286 Security: CVE-2015-0287 Security: CVE-2015-0288 Security: CVE-2015-0289 Security: CVE-2015-0293 Approved by: so Notes: svn path=/releng/8.4/; revision=280267
* Fix integer overflow in IGMP protocol. [SA-15:04]Xin LI2015-02-25495-8585/+9734
| | | | | | | | | | | | | | | Fix BIND remote denial of service vulnerability. [SA-15:05] Fix vt(4) crash with improper ioctl parameters. [EN-15:01] Updated base system OpenSSL to 0.9.8zd. [EN-15:02] Fix freebsd-update libraries update ordering issue. [EN-15:03] Approved by: so Notes: svn path=/releng/8.4/; revision=279265
* Fix SCTP SCTP_SS_VALUE kernel memory corruption and disclosure vulnerabilityXin LI2015-01-274-18/+56
| | | | | | | | | | | | | and SCTP stream reset vulnerability. Security: FreeBSD-SA-15:02.kmem Security: CVE-2014-8612 Security: FreeBSD-SA-15:03.sctp Security: CVE-2014-8613 Approved by: so Notes: svn path=/releng/8.4/; revision=277808
* Fix multiple vulnerabilities in OpenSSL. [SA-15:01]Xin LI2015-01-1427-375/+529
| | | | | | | Approved by: so Notes: svn path=/releng/8.4/; revision=277195
* [SA-14:31] Fix multiple vulnerabilities in NTP suite.Dag-Erling Smørgrav2014-12-238-11/+46
| | | | | | | | | [EN-14:13] Fix directory deletion issue in freebsd-update. Approved by: so Notes: svn path=/releng/8.4/; revision=276154
* Fix multiple vulnerabilities in file(1) and libmagic(3).Xin LI2014-12-1021-62/+512
| | | | | | | | | | | | | | | Security: FreeBSD-SA-14:28.file Security: CVE-2014-3710, CVE-2014-8116, CVE-2014-8117 Fix BIND remote denial of service vulnerability. Security: FreeBSD-SA-14:29.bind Security: CVE-2014-8500 Approved by: so Notes: svn path=/releng/8.4/; revision=275672
* [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2).Dag-Erling Smørgrav2014-11-045-30/+51
| | | | | | | | | | [SA-14:26] Fix remote command execution in ftp(1). [EN-14:12] Fix NFSv4 and ZFS cache consistency issue. Approved by: so (des) Notes: svn path=/releng/8.4/; revision=274111
* Time zone data file update. [EN-14:10]Xin LI2014-10-2118-2301/+3407
| | | | | | | Approved by: so Notes: svn path=/releng/8.4/; revision=273439
* Fix routed(8) remote denial of service vulnerability. [SA-14:21]Xin LI2014-10-2123-80/+295
| | | | | | | | | Fix OpenSSL multiple vulnerabilities. [SA-14:23] Approved by: so Notes: svn path=/releng/8.4/; revision=273416
* Fix Denial of Service in TCP packet processing.Xin LI2014-09-163-6/+5
| | | | | | | | Security: FreeBSD-SA-14:19.tcp Approved by: so Notes: svn path=/releng/8.4/; revision=271669
* Fix multiple OpenSSL vulnerabilities:Xin LI2014-09-098-51/+125
| | | | | | | | | | | | | | | | | | | | | | The receipt of a specifically crafted DTLS handshake message may cause OpenSSL to consume large amounts of memory. [CVE-2014-3506] The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak memory. [CVE-2014-3507] A flaw in OBJ_obj2txt may cause pretty printing functions such as X509_name_oneline, X509_name_print_ex et al. to leak some information from the stack. [CVE-2014-3508] OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to a denial of service attack. [CVE-2014-3510] Security: CVE-2014-3506, CVE-2014-3507, CVE-2014-3508, CVE-2014-3510 Security: FreeBSD-SA-14:18.openssl Approved by: so Notes: svn path=/releng/8.4/; revision=271305
* Fix kernel memory disclosure in control message and SCTP notifications.Xin LI2014-07-087-29/+51
| | | | | | | | | | | | | [SA-14:17] Fix jail fails to start if WITHOUT_INET/WITHOUT_INET6 is use. [EN-14:09] Security: FreeBSD-SA-14:17.kmem Security: CVE-2014-3952, CVE-2014-3953 Approved by: so Notes: svn path=/releng/8.4/; revision=268435
* Fix multiple vulnerabilities in file(1) and libmagic(3).Xin LI2014-06-2411-381/+597
| | | | | | | | | | | | | | [SA-14:16] Fix gss_pseudo_random interoperability issue. [EN-14:08] Security: CVE-2012-1571, CVE-2013-7345, CVE-2014-1943, CVE-2014-2270 Security: FreeBSD-SA-14:16.file Approved by: so Notes: svn path=/releng/8.4/; revision=267832
* Fix OpenSSL multiple vulnerabilities.Xin LI2014-06-057-4/+37
| | | | | | | | | | Security: CVE-2014-0195, CVE-2014-0221, CVE-2014-0224, CVE-2014-3470 Security: SA-14:14.openssl Approved by: so Notes: svn path=/releng/8.4/; revision=267104
* Fix sendmail improper close-on-exec flag handling. [SA-14:11]Xin LI2014-06-037-4/+28
| | | | | | | | | | | Fix ktrace memory disclosure. [SA-14:12] Fix triple-fault when executing from a threaded process. [EN-14:06] Approved by: so Notes: svn path=/releng/8.4/; revision=267019
* Add pkg bootstrapping, configuration and public keys. [EN-14:03]Xin LI2014-05-1315-28/+97
| | | | | | | | | Improve build repeatability for kldxref(8). [EN-14:04] Approved by: so Notes: svn path=/releng/8.4/; revision=265989
* Fix TCP reassembly vulnerability.Xin LI2014-04-303-4/+9
| | | | | | | | | Security: FreeBSD-SA-14:08.tcp Security: CVE-2014-3000 Approved by: so Notes: svn path=/releng/8.4/; revision=265125
* Fix NFS deadlock vulnerability. [SA-14:05]Xin LI2014-04-086-17/+105
| | | | | | | | | Fix ECDSA Cache Side-channel Attack in OpenSSL. [SA-14:06] Approved by: so Notes: svn path=/releng/8.4/; revision=264284
* Fix bsnmpd remote denial of service vulnerability. [SA-14:01]Xin LI2014-01-147-11/+39
| | | | | | | | | | | | | | | | Fix ntpd distributed reflection Denial of Service vulnerability. [SA-14:02] Fix BIND remote denial of service vulnerability. [SA-14:04] Disable hardware RNGs by default. [EN-14:01] Fix incorrect coalescing of stack entry with mmap. [EN-14:02] Approved by: so Notes: svn path=/releng/8.4/; revision=260647
* MFC r257879:Xin LI2013-11-283-3/+6
| | | | | | | | | | | | | | Fix typo in r256646: We want to generate lists of directories in INDEX-OLD and INDEX-NEW and compare them, not generate the same list of directories from INDEX-OLD twice... Pointy hats to: cperciva & everybody who didn't proofread EN-13:04 enough Errata Notice: FreeBSD-EN-13:05.freebsd-update Approved by: so Notes: svn path=/releng/8.4/; revision=258725
* MFC r256646, r256767, r257038:Xin LI2013-10-263-9/+30
| | | | | | | | | | | | | | | | | | | When installing updates, install new directories first and remove old directories last. Allow ~ in file names so libtool droppings in contrib don't break updates. It has happened twice now, and is likely to happen again. Be more selective when filtering for lib*.so.N files. These are deleted at the end of the upgrade process, after warning users to upgrade any 3rd party software (e.g., from the ports tree) which might link to the libraries being removed. Errata Notice: FreeBSD-EN-13:04.freebsd-update Approved by: so Notes: svn path=/releng/8.4/; revision=257194
* In IPv6 and NetATM, stop SIOCSIFADDR, SIOCSIFBRDADDR, SIOCSIFDSTADDRDag-Erling Smørgrav2013-09-106-3/+65
| | | | | | | | | | | | | | | | | and SIOCSIFNETMASK at the socket layer rather than pass them on to the link layer without validation or credential checks. [SA-13:12] Prevent cross-mount hardlinks between different nullfs mounts of the same underlying filesystem. [SA-13:13] Security: CVE-2013-5691 Security: FreeBSD-SA-13:12.ifioctl Security: CVE-2013-5710 Security: FreeBSD-SA-13:13.nullfs Approved by: so Notes: svn path=/releng/8.4/; revision=255447
* Fix an integer overflow in computing the size of a temporary bufferXin LI2013-08-225-1/+22
| | | | | | | | | | | | | | | | | can result in a buffer which is too small for the requested operation. [13:09] Fix a bug that could lead to kernel memory disclosure with SCTP state cookie. [13:10] Security: CVE-2013-3077 Security: FreeBSD-SA-13:09.ip_multicast Security: CVE-2013-5209 Security: FreeBSD-SA-13:10.sctp Approved by: so Notes: svn path=/releng/8.4/; revision=254632
* Fix Denial of Service vulnerability in named(8). [13:07]Xin LI2013-07-263-2/+5
| | | | | | | | | Security: CVE-2013-4854 Security: FreeBSD-SA-13:07.bind Approved by: so Notes: svn path=/releng/8.4/; revision=253692
* Fix a problem where dhclient(8) utility tries to initilaize anXin LI2013-06-284-9/+32
| | | | | | | | | | | | | fxp(4) forever because the driver resets the controller chip twice upon initialization. [EN-13:01] Fix a problem where frames sent to additional MAC addresses are not forwarded to the vtnet(4) interface. [EN-13:02] Approved by: so (delphij) Notes: svn path=/releng/8.4/; revision=252334
* - Remove an empty section.release/8.4.0Hiroki Sato2013-06-021-7/+4
| | | | | | | | | | - Add version number of x11/kde4. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251258 svn path=/release/8.4.0/; revision=251259; tag=release/8.4.0
* Update description of logical CPU handling in the latest releases andHiroki Sato2013-06-021-14/+7
| | | | | | | | | | remove obsolete sysctl variable machdep.hlt_logical_cpus. Pointed out by: mav Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251256
* Update relnotes item:Hiroki Sato2013-06-022-57/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comconsole_port and _pcidev loader variable, hw.broken_txfifo tunable, ule(4) SMT logical CPU selection improved, atkbdc(4) Synaptics touchpad v7.5, puc(4) more devices, syscons(4) mouse detach handling fixed, uart(4) more devices, virtio(4) in GENERIC, xhci(4) port routing, more devices, snd_uaudio(4) USB Audio v2.0, more devices, age(4) jumbo frame bugfix, bge(4) more devices, cxgbe(4) 1.8.4, em(4) 7.3.7 and lem(4) 2.3.9, ixgbe(4) 1.1.4, oce(4) 4.6.95.0, rl(4) more devices, u3g(4) more devices, bpf(4) performance improvement, IP_RECVTOS sockopt, net.inet.tcp.rexmit_drop_options added, arcmsr(4) 1.20.00.26, ata(4) more devices, ata(4) SATA revision tunables, kern.cam.da.da_send_ordered rename, hpt27xx(4) in GENERIC, mfi(4) hw.mfi.allow_cam_disk_passthrough, GEOM_RAID Intel RRT, GEOM_RAID BIO_DELETE support, linprocfs(5) /proc/filesystems, msdosfs(5) bugfix, ZFS SPA v5000, ZFS import bugfix, atrun(8) loadavg fix, chkgrp(8) -q flag, cut(1) -w flag, devd(8) ! operator, du(1) -g flag, workaround for CVE-2010-2632, ifconfig state for carp(4), inetd(8) listen queue fix, ip6addrctl(8) policy updated to RFC 6724, rarpd(8) -P flag, systat(1) fractional number support, tcpdrop(8) colon-separated list support, zfs(8) jail/unjail name/id support, service(8) -R flag, AWK 20121220, ISC BIND 9.8.4-P2, BZIP2 1.0.6, libexpat 2.1.0, netcat 5.2, OpenSSH 6.1, OpenSSL 0.9.8y, sendmail 8.14.7, tzdata2012j, and XZ 5.0.4. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251255
* Update relnotes item:Hiroki Sato2013-06-022-5/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | F_DUP{,2}FD_CLOEXEC implemented for fcntl(2), filemon(4) added, kern.*siz writable sysctl, random(4) PADLOCK_RNG and RDRAND_RND, Danish keymap for MacBook added, uchcom(4) CH341/CH340 USB-Serial Bridge support, ukbd(4) Microsoft Natural Egronomic Keyboard 4000 issue fixed, uplcom(4) Motorola cable support, uslcom(4) CP2103/CP2104/CP2105 support, virtio drivers added, em(4), lem(4), igb(4) stat counter bugfix, ipheth(4) iPhone 5 support, arcmsr(4) updated to 1.20.00.25, hptiop(4) updated to 1.8, isci(4) SCSI UNMAP to ATA DSM translation, GEOM_RAID kern.geom.raid.* tunables, tws(4) updated to 10.80.00.005, NFS security configuration issue in exports(5) fixed, crontab(1) one second wait added, fetch(1) max number of HTTP redirections increased, fetch(1) 305 and 308 status code supported, make(1) :tu and :tl modifiers added, mv(1) -h added, ppp(8) lqr/echo issue fixed, ps(1) dsiz and ssiz keywords added, NO_FOO overrides WITH_FOO in src.conf, syslogd(8) IPv6 support in dest addr, top(1) ZFS ARC stats support, rc.d/jail jail_parameters variable added, ISC BIND 9.6-ESV-R7-P4, LESS v451, pkg(8) command added, and pkg_add(1) PACKAGESUFFIX support added. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251246
* Update relnotes item:Hiroki Sato2013-06-012-4/+37
| | | | | | | | | | | | | | | puc(4) Moxa PCIe multiport serial boards support, snd_emu10kx(4) on PAE kernel fixed, IPv6 atomic fragment handling, if_lagg(4) interface renaming issue fixed, ng_netflow(4) NetFlow version 9 support, mps(4) in GENERIC on sparc64 and powerpc, and procstat(1) superpage flag support. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251235
* Update relnotes item:Hiroki Sato2013-06-011-0/+80
| | | | | | | | | | | | | | | | | | | | | zfsboot and zfsloader filesystem support in zpool, acpi(4) Processor object listing now uses MADT, uftdi(4) BeagleBone and egnite Turtelizer support, tap(4) VIMAGE support, ahci(4) Marvell 88SE9220/9230/9235 support, mps(4) updated to 14.00.00.01-fbsd, kdump(1) -p option, libedit updated to snapshot as of 2009/12/28, pciconf(8) -e option, sockstat(1) -j option, zfs(8) canmount property handling, netcat updated to OpenBSD 5.1, and OpenSSL updated to version 0.9.8x. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251234
* Update relnotes item:Hiroki Sato2013-06-012-14/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shm_map(9) and shm_unmap(9) added, sparc64 loader heap command, sparc64 zfsboot and zfsloader, amd64 extended FPU states and AVX, pcf8563(4) added, puc(4) Sun 1040 PCI Quad Serial support, snd_hda(4) updated, bce(4) IPMI fix, bge(4) bugfix, mxge(4) updated to 1.4.55, ral(4) RT2800/3000 support, if_bridge(4) duplicate ID issue fixed, linkstate and carp(4) support, net.link.bridge.* as loader tunables, IPv6 refcount fixes, if_lagg(4) lagghash option added, amr(4) bugfix, kern.cam.pmp.hide_special sysctl added, isci(4) bugfix, NFS over ZFS memory leak fixed, inetd(8) time handling fixed, procstat(1) and fstat(1) pathname for shared memory object support, ps(1) cow keyword added, zfs(8) send displays transmitted data size, and ISC BIND updated to 9.6-ESV-R7-P1. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251231
* Update relnotes item:Hiroki Sato2013-06-012-5/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug.kdb.breack_to_debugger, debug.kdb.alt_break_to_debugger added, kern.stop_scheduler_on_panic added, usb(4) multi-TT hub support, wbwd(4) added, bce(4) jumbo frame fixed, bce(4) remote PHYs support, iwn(4) Intel Centrino Wireless-N 100/130 support, igb(4) CPU binding on an SMP machine changed, ixgbe(4) TSO issue fixed, u3g(4) SIM5218 support, FIB handling improved: locking removal, net.fibs tunable, TCP host cache issue fixed, ATA_CAM compat shims added, da(4) subsequent BIO_DELETE request gathering, da(4) new device support, mfi(4) LSI MegaRAID SAS ThuderBolt support, GEOM_MULTIPATH improvements, GEOM_RAID DDF metadata support, NFS: a workaround for a non-FreeBSD server implemented, vfs.zfs.txg.timeout is now writable, dot.cshrc changed, fetch(1) percent-encoded user and password support, PROFIL_USE_PID variable for gprof profiling data generation, lastcomm(1) +format option added, libusb_get_max_iso_packet_size(3) added, pam_exec(8) return_prog_exit_status option added, setbuf(1) and libstdbuf library added, traceroute(8) bugfix, usbdump(8) filtering support, and usbhidctl(1) -z flag. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251228
* Update relnotes item:Hiroki Sato2013-06-012-4/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vnet context bug fixed, dirty pages flushing issue fixed, pathname-only boot.config(5) problem fixed, UFS1 handling in boot loader on big endian platforms fixed, gptboot altlba handling changed, zfsboot -q option issue fixed, workaround for AMD CPU 10h/12h erratum 721 added, atkbdc(4) PNP0320 support added, cpufreq(4) frequency tuning calculation fixed, hwpmc(4) deadlock fixed, pci(4) HT-MSI mapping support, uart(4) serial over LAN on Intel 4 serries chipset support, usb(4) suspend handling improved, ale(4) link state handling improved, flow control support, bge(4) watchdog timeout issue fixed, if_ierrors handling fixed, cas(4),gem(4),hme(4) have been added to GENERIC for amd64/i386, fxp(4) extra media change issue fixed, iwn(4) Intel Centrino 6150 support, re(4)/rl(4) RTL8139 support improved, re(4) intermittent link up/down issue on RTL8169 fixed, rl(4) WoL support is disabled by default, run(4) firmware initinalization changed, run(4) updated to 0.236, sf(4) system load issue fixed, u3g(4) new Qualcomm modems added as supported devices, if_bridge(4) the number of forwarding cache entries bumped, ipfw(4) table arg improved, ipfw(4) net.inet.ip.fw.tables_max added, vlan(4) EUI64 part of an IPv6 address fixed, a panic in multicast routing on vimage kernel fixed, a panic in ng_patch(4) fixed, SCTP stack now supports ng_iface(4) and stf(4), SCTP stack now supports net.inet.udp.checksum sysctl for encap, new sysctl kern.features.ata_cam added, cam(4) now tries READ CAPACITY(16), isci(4) READ CAPACITY(16) bug fixed, PART_LDM geom class added, tmpfs(5) is not experimental anymore, xen(4) blkfront driver attach issue fixed, NFS stale name cache issue fixed, NFS nametimeo parameter added, daemon(8) -r, devfs(5) ruleset=number mount option and -u support added, libpmc more PMCs support, libradius rad_bind_to(3) added, libutil priority class capability bug fixed, pam_unix(8) passwordtime capability support, procstat(1) osreldate support, remquo(3) bug fixed, rtld(1) performance improved, sh(1) arithmetic expansion improved, unzip(1) -Z zfs list -t snapshot improved in performance, zfs get -t datatype added, ISC BIND 9.6-ESV-R6, tz2012a, and pkg_create(1) -p option improved. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251226
* Update relnotes item:Hiroki Sato2013-06-011-5/+37
| | | | | | | | | | | | | | | | | kernel thread CPU affinity configuration bug fixed, run(4) Logitec LAN-W300NU2 support, IPv6 multi-FIB support, SO_PROTOCOL/SO_PROTOTYPE sockopt added, isci(4) more Intel C600 chip ids added, mpt(4) and mfi(4) attach conflict issue fixed, nullfs(5) panic fixed, rc.d scripts' ^T output goes to stderr, and tcsh updated to 6.18.01. Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251219
* Trim copyright year.Hiroki Sato2013-06-011-13/+0
| | | | | | | Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251218
* Document SA-12:01 to :08 and SA-13:02 to :05.Hiroki Sato2013-06-012-34/+230
| | | | | | | Approved by: re (implicitly) Notes: svn path=/releng/8.4/; revision=251217
* Update releng/8.4 branch to -RELEASE status, pending final preparation.Glen Barber2013-05-131-1/+1
| | | | | | | Approved by: re (implicit) Notes: svn path=/releng/8.4/; revision=250628