summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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-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
2013-04-173687 fopen() O_CLOEXEC support via the "e" flagTheo Schlossnagle2-15/+43
Reviewed by Robert Mustacchi <rm@joyent.com> Reviewed by Richard Lowe <richlowe@richlowe.net> Approved by Dan McDonald <danmcd@nexenta.com>
2013-04-15 [illumos-gate merge]Keith M Wesolowski12-15/+105
commit 8c430e5901323dc4ac1bd69a6bbf0bc356f02ae5 3708 Fast reboot support in ixgbe commit 187670a04e7557914566fc449b4d3af38caea282 3666 Implement SOCK_CLOEXEC flag to socket() commit f971a3462face662ae8ef220a18a98354d625d54 3673 core dumping is abysmally slow 3671 left behind enemy lines, agent LWP can go rogue 3670 add visibility into agent LWP's spymaster commit abc79d9dd51e98eafb6fc25b4a0b4f66bef40b00 3679 prtconf should print out PCI database information 3680 Want a library to allow programatic access to the pci database Conflicts: usr/src/uts/common/fs/proc/prvnops.c usr/src/uts/common/fs/proc/prcontrol.c usr/src/man/man1m/prtconf.1m usr/src/lib/Makefile usr/src/cmd/ptools/pflags/pflags.c Manifests: usr/src/pkg/manifests/system-library.mf [already present]
2013-04-15OS-2140 ::dtrace can yield no outputus-west-2Bryan Cantrill1-1/+2
2013-04-15OS-2131 dtrace(1M) should never create DOF with empty probes sectionBryan Cantrill5-8/+83
2013-04-15OS-2122 Only probes from the first DTrace object file will be includedBryan Cantrill4-3/+114
2013-04-123708 Fast reboot support in ixgbeSaso Kiselkov1-1/+49
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-123666 Implement SOCK_CLOEXEC flag to socket()Theo Schlossnagle4-5/+46
Reviewed by Dan McDonald <danmcd@nexenta.com> Reviewed by Robert Mustacchi <rm@joyent.com> Approved by Garrett D'Amore <garrett@damore.org>
2013-04-123673 core dumping is abysmally slowBryan Cantrill30-49/+631
3671 left behind enemy lines, agent LWP can go rogue 3670 add visibility into agent LWP's spymaster Reviewed by: Keith M Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-04-11 [illumos-gate merge]Keith M Wesolowski1-1/+8
commit 13e9820caebe8c029f40f741656ee17dbb2deaa4 3668 add "%H" to mdb_printf() for human-readable sizes (fix kmdb)
2013-04-113679 prtconf should print out PCI database informationRobert Mustacchi17-9/+1118
3680 Want a library to allow programatic access to the pci database Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Theo Schlossnagle <jesus@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-113668 add "%H" to mdb_printf() for human-readable sizes (fix kmdb)Bryan Cantrill1-3/+17
2013-04-11OS-2132 mdb_printf()'s "%H" must not use floating point under _KMDBBryan Cantrill1-2/+9
2013-04-10 [illumos-gate merge]Keith M Wesolowski2-58/+11
commit 37cc68d40a0ab1290a015e66cad4cade598c921b 3674 onbld Checks should not query opensolaris.org commit de8d9cff565e928d0ace86f3ea0e2b15094d61df 3645 dmu_send_impl: possibilty of pool hold leak 3692 Panic on zfs receive of a recursive deduplicated stream commit cab8de142f6f9cba01161c444d3f6bda08561e45 3668 add "%H" to mdb_printf() for human-readable sizes
2013-04-103674 onbld Checks should not query opensolaris.orgJoshua M. Clulow1-52/+3
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-04-103645 dmu_send_impl: possibilty of pool hold leakMatthew Ahrens1-6/+8
3692 Panic on zfs receive of a recursive deduplicated stream Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-04-093668 add "%H" to mdb_printf() for human-readable sizesBryan Cantrill2-3/+145
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-09OS-2113 multiple extern map file definitions corrupt symbol table entryBryan Cantrill1-24/+25
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-04-08 [illumos-gate merge]Keith M Wesolowski10-214/+161
commit 22ce014825a14b6ce90123db2834a13e343d6caf 3650 mdb global symbol tab completion should find all symbols 3651 mdb_readsym() and friends should find all symbols 3652 convert ::spa and ::spa_vdevs to use mdb_ctf_vread() 3653 userland ::whatis always complains about "umem_internal_arena" symbol commit d5ee8a1311accef11ec2057f70da38d1dd687088 3654 zdb should print number of ganged blocks 3655 ::rrwlock and ::refcount print errors on non-debug kernels 3656 remove unused function zap_cursor_move_to_key() 3657 mdb_ctf_vread() should allow conversion of pointer to uintptr_t
2013-04-083650 mdb global symbol tab completion should find all symbolsMatthew Ahrens5-61/+37
3651 mdb_readsym() and friends should find all symbols 3652 convert ::spa and ::spa_vdevs to use mdb_ctf_vread() 3653 userland ::whatis always complains about "umem_internal_arena" symbol Reviewed by: Henrik Mattson <henrik.mattson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-073654 zdb should print number of ganged blocksMatthew Ahrens7-154/+125
3655 ::rrwlock and ::refcount print errors on non-debug kernels 3656 remove unused function zap_cursor_move_to_key() 3657 mdb_ctf_vread() should allow conversion of pointer to uintptr_t Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-04-05 [illumos-gate merge]Keith M Wesolowski9-199/+202
commit b1fa6326238973aeaf12c34fcda75985b6c06be1 3675 DTrace print() should try to resolve function pointers 3676 dt_print_enum hardcodes a value of zero commit cba073b1ec508c3bc83d649fd197b7d1c483eb55 3677 /dev/ipnet can duplicate packets commit dfc0fed81813380fb526f1a003d3be17ab26ce3b 3683 pfiles shouldn't try to trace itself 3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket information on some getsockname calls commit bd6433eb4d5b16c480f15cd77e2201c318b2556d 3682 /usr/bin/head should implement -c -q and -v commit a1c36c8ba5112b6713dabac615bf8d56a45f0764 3500 Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D) Conflicts: usr/src/man/man1/head.1 usr/src/cmd/head/head.c Manifests adapted: usr/src/pkg/manifests/driver-storage-mr_sas.mf [driver_aliases] usr/src/pkg/manifests/system-dtrace-tests.mf [nop]
2013-04-053675 DTrace print() should try to resolve function pointersRobert Mustacchi4-4/+86
3676 dt_print_enum hardcodes a value of zero Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-053677 /dev/ipnet can duplicate packetsRobert Mustacchi1-4/+23
Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-053683 pfiles shouldn't try to trace itselfRobert Mustacchi3-13/+25
3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket information on some getsockname calls Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>