summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2013-05-29 [illumos-gate merge]release-20130530Keith M Wesolowski2-1/+3
commit 2974b68dd4245e041051c854ef990e47c8271e71 3680 Want a library to allow programatic access to the pci database (fix sparc pkg) 3701 Chelsio Terminator 4 NIC driver for illumos (fix sparc pkg) 3676 dt_print_enum hardcodes a value of zero (fix sparc lint)
2013-05-293680 Want a library to allow programatic access to the pci database (fix ↵Richard Lowe2-1/+3
sparc pkg) 3701 Chelsio Terminator 4 NIC driver for illumos (fix sparc pkg) 3676 dt_print_enum hardcodes a value of zero (fix sparc lint)
2013-05-29OS-2229 panic in turnstile_block() on unowned mutexBryan Cantrill1-1/+7
2013-05-28 [illumos-gate merge]Keith M Wesolowski6-14/+53
commit 3731b53766e20431ca345314d0dc11eea8df13bb 3702 nfs4_clnt.h: Typo pathhconf commit 293058931b0d2be50da82ce72d3249df01389444 3751 ALUA mode: "/usr/demo/comstar/bin/aluaadm enable 1" sets "ALUA Node" = 0 commit e1c99a74dc27ba07cba2cd8181f462ea9a5b0dba 3770 ipmi drivers hangs due to attach/detach/attach cycle
2013-05-283702 nfs4_clnt.h: Typo pathhconfBart Coddens1-1/+1
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-05-273751 ALUA mode: "/usr/demo/comstar/bin/aluaadm enable 1" sets "ALUA Node" = 0Paul Griffiths-Todd2-2/+2
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: SaÊío Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-05-253770 ipmi drivers hangs due to attach/detach/attach cycleAlek Pinchuk3-11/+50
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-05-24OS-2185 nightly dmake check should look for the new dmakeRobert Mustacchi1-28/+7
2013-05-23 [illumos-gate merge]Keith M Wesolowski49-432/+87915
commit 013023d4ed2f6d0cf75380ec686a4aac392b4e43 3699 zfs hold or release of a non-existent snapshot does not output error 3739 cannot set zfs quota or reservation on pool version < 22 commit a49dc89305dba244dc67270b5afddcf7da3e36cf 3621 ZFS LU stuck in the offlining state commit 56b2bdd1f04d465cfe4a95b88ae5cba5884154e4 3701 Chelsio Terminator 4 NIC driver for illumos commit e36d7b1181d9f0bc91b073751e5602af8e92c0ab 3630 NFS server should not allocate oversized buffers
2013-05-233699 zfs hold or release of a non-existent snapshot does not output errorMartin Matuska3-18/+54
3739 cannot set zfs quota or reservation on pool version < 22 Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Eric Shrock <eric.schrock@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-05-233621 ZFS LU stuck in the offlining stateSaso Kiselkov2-2/+55
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Jeff Biseda <jeff.biseda@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2013-05-233701 Chelsio Terminator 4 NIC driver for illumosGireesh Nagabhushana36-0/+87295
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-05-213630 NFS server should not allocate oversized buffersSebastien Roy8-412/+511
Reviewed by: Jeff Biseda <jeff.biseda@delphix.com> Reviewed by: Eric Schrock <Eric.Schrock@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Approved by: Albert Lee <trisk@nexenta.com>
2013-05-20 [illumos-gate merge]Keith M Wesolowski1-1/+7
commit 982e63f0dc541ca7cc5d69cf6504d5218a48434d 3771 kmdb hangs when reading an invalid address
2013-05-173771 kmdb hangs when reading an invalid addressJeremy Jones1-1/+7
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Jeff Biseda <jbiseda@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-05-17 [illumos-gate merge]Keith M Wesolowski7-33/+83
commit 3197aa64bfc2eb6662d48b7c4cb38cabbe816d2e 3717 a README should explain libc's use of 'protected', the potential existence of synonym symbols, etc. commit dea290bf370f1f35e4f96b50502bb2240d33ed7f 2987 Add destination address to hash computation in mac fanout commit 5eaceb49d5b95dd7910af115172887f8dbddfb4c 3713 Implement accept4() (fix lint)
2013-05-143717 a README should explain libc's use of 'protected', the potential ↵Richard Lowe1-1/+59
existence of synonym symbols, etc. Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-05-143769 Implement SOCK_NONBLOCK flag to socket()Keith M Wesolowski2-1/+56
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Theo Schlossnagle <jesus@omniti.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-05-13OS-2220 SOCK_NONBLOCK is incomplete, breaks node20130515release-20130515Keith M Wesolowski2-1/+56
2013-05-11OS-2170 want 64-bit v8 mdb dmod (add missing file)Robert Mustacchi1-0/+45
2013-05-102987 Add destination address to hash computation in mac fanoutSaso Kiselkov1-27/+19
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-05-10OS-2170 want 64-bit v8 mdb dmodBryan Cantrill4-11/+32
2013-05-09OS-2190 libkvm/mdb should be able to extract symbols from crash dumpBryan Cantrill6-15/+142
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-05-08 [illumos-gate merge]Keith M Wesolowski41-166/+594
commit 5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e 3713 Implement accept4() 3714 Implement pipe2() 3715 Implement dup3() 3716 Implement mkostemp() and mkostemps() 3719 so_socketpair syscall should preserve FD_CLOEXEC flag commit 6136c589445a3ea081bd34ab72db1060875b6bcc 3722 link-editor is over restrictive of R_AMD64_32 addends Conflicts: usr/src/lib/libc/sparcv9/Makefile.com [copyright] usr/src/lib/libc/sparc/Makefile.com [copyright] usr/src/lib/libc/i386/Makefile.com [copyright]
2013-05-06OS-1983 tmpfs force unmount causes illegal VFS_RELEseu-ams-1Robert Mustacchi1-1/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-05-06OS-2199 nss_dns.so.1 returns no records found IPv4/6 is requested but only ↵Robert Mustacchi1-8/+11
v6 exists Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2013-05-03OS-2154 sngl brand should clone from @final when it exists.Josh Wilsdon1-9/+21
2013-05-01OS-2160 want FW config version number for igb and ixgberelease-20130502Keith M Wesolowski7-17/+221
OS-2186 ship pcitool
2013-04-27OS-2178 cscope-fast clobber misses scanner.cRobert Mustacchi7-40/+13
OS-2115 /etc/resolv.conf only handles a fixed number of DNS resolvers (fix debug)
2013-04-27OS-2001 disk-monitor should activate fault/fail indicators (fix build)Joshua M. Clulow1-0/+1
OS-2176 disk-lights broke the build
2013-04-27OS-2169 need JCP-1102 topo mapJoshua M. Clulow1-1/+1
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2013-04-26OS-2001 disk-monitor should activate fault/fail indicatorsJoshua M. Clulow6-0/+420
2013-04-26OS-1965 need manpage for getline(3C), getdelim(3C)Joshua M. Clulow2-0/+140
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-04-26OS-2171 htonll and ntohll manual pages mistakingly checked inRobert Mustacchi2-2/+0
2013-04-24 [illumos-gate merge]Keith M Wesolowski1-15/+8
commit d8fa96c3021236b21f47b84036cbe4f5d4854a06 3705 stack overflow due to zfs lz4 compression
2013-04-243705 stack overflow due to zfs lz4 compressionSašo Kiselkov1-15/+8
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2013-04-24 [illumos-gate merge]Keith M Wesolowski5-15/+75
commit 4a92375985c37d61406d66cd2b10ee642eb1f5e7 3642 dsl_scan_active() should not issue I/O to determine if async destroying is active 3643 txg_delay should not hold the tc_lock
2013-04-233713 Implement accept4() (fix lint)Theo Schlossnagle5-5/+5
2013-04-23OS-2128 a9ff841f brought in lint libraries, is out of orderKeith M Wesolowski1-1/+13
OS-2133 panic in mptsas_restart_hba()
2013-04-233642 dsl_scan_active() should not issue I/O to determine if async destroying ↵George Wilson5-15/+75
is active 3643 txg_delay should not hold the tc_lock Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-23OS-2115 /etc/resolv.conf only handles a fixed number of DNS resolversRobert Mustacchi188-148/+47417
OS-2148 suspect nscd is not honoring DNS TTLs
2013-04-22 [illumos-gate merge]Keith M Wesolowski10-19/+164
commit 5918f984c877663f045498a174106df2e489ab55 3724 kstat reports idle time as io_wait, kernel as pio_wait, etc commit ef16f6b5e980be84e2248939502c5aa269ef026d 3616 SHF_GROUP sections should not be discarded via other COMDAT mechanisms 3709 need sloppy relocation for GNU .debug_macro commit 9e647765f079a9527bc9430bd6805745b590091b 667 cp support for -a flag
2013-04-22OS-2149 want getifaddrs manual pageJoshua M. Clulow2-0/+156
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net>
2013-04-213713 Implement accept4()Theo Schlossnagle39-157/+577
3714 Implement pipe2() 3715 Implement dup3() 3716 Implement mkostemp() and mkostemps() 3719 so_socketpair syscall should preserve FD_CLOEXEC flag Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-05-033722 link-editor is over restrictive of R_AMD64_32 addendsRichard Lowe2-9/+17
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Robert Mustacchi <rm@joyent.com>
2013-04-193724 kstat reports idle time as io_wait, kernel as pio_wait, etcRichard Lowe1-3/+3
Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-04-193616 SHF_GROUP sections should not be discarded via other COMDAT mechanismsRichard Lowe7-0/+128
3709 need sloppy relocation for GNU .debug_macro Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-04-19667 cp support for -a flagAlexander Eremin2-16/+33
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-04-18OS-2150 project reference count leak in tasksys_settaskid()20130418release-20130418Bryan Cantrill1-0/+4
2013-04-17 [illumos-gate merge]Keith M Wesolowski2-15/+43
commit b89a2c3e86acf555d0e45c283052876d244d9e6b 3687 fopen() O_CLOEXEC support via the "e" flag