summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2013-08-053988 kstat(1) woefully inefficient on fully specified kstatsBryan Cantrill1-1/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-08-043916 elfcore() can induce panic in bcopy()Bryan Cantrill1-2/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-08-043923 Users should be able to lower nice value of processes within a zoneJerry Jelinek8-15/+58
3924 privileges.5 man page missing PRIV_SYS_RES_BIND Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-08-033935 timer_settime() for a one-shot should use cyclic_reprogram()Bryan Cantrill2-11/+31
3936 cyclic_remove_here() blocked with cyp_rpend of UINT32_MAX 3937 cyclic processing fails when cy_pend is greater than INT32_MAX Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-08-033967 iconv() blows up when passed (iconv_t)-1Keith M Wesolowski1-1/+1
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-08-03OS-2409 _init alignment from crti.s needs workRobert Mustacchi2-12/+9
2013-08-02 [illumos-gate merge]Keith M Wesolowski16-243/+422
commit 23edb310a1cc370e1b6c00d78e1396755c501e99 3953 Calling ::list without specifying the name of the next member causes mdb to core dump commit c56b380c394069fe4abc1010960870ca8b2726a8 3926 multiple extern map file definitions corrupt symbol table entry commit 299625c6492013aa7bd163862f0d181854f69b3c 3942 inject sanity into ipadm tcp buffer size properties 3943 _snd_lowat_fraction tcp tunable has no effect
2013-08-023735 should include an empty make variable in the default CFLAGS/CCFLAGSRichard Lowe7-17/+60
3844 the build should make source-level debugging easier Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-08-023922 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> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-08-023953 Calling ::list without specifying the name of the next member causes ↵Max Grossman1-3/+11
mdb to core dump Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-08-023926 multiple extern map file definitions corrupt symbol table entryBryan Cantrill2-24/+26
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Albert Lee <trisk@nexenta.com>
2013-08-023917 panic in turnstile_block() on unowned mutexBryan Cantrill1-1/+7
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-08-02OS-2408 iconv() blows up when passed (iconv_t)-1Keith M Wesolowski1-1/+1
2013-08-02backout OS-2409 _init alignment from crti.s needs work (missing crtn)Robert Mustacchi2-9/+12
2013-08-013942 inject sanity into ipadm tcp buffer size propertiesSebastien Roy14-240/+410
3943 _snd_lowat_fraction tcp tunable has no effect Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Peng Dai <peng.dai@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-08-01 [illumos-gate merge]Keith M Wesolowski3-16/+59
commit a29160b0f5f650ae34e2273cacdd3eff15c62fba 3939 parent rn_lock being held across calls to rc_hold commit 8f68126c6dc4f2178929233f0c7ccce877e973ca 3918 "pargs -l" dies on incomplete core dumps 3919 mdb/pmap should show unresolved map names on core dumps 3920 executable mapping in core dump misreported when file isn't found 3921 Pfindexec() finds wrong binary, wreaking havoc commit a5b577712a34346841d970e0827b4920ace408af 348 ZFS should handle DKIOCGMEDIAINFOEXT failure
2013-08-013939 parent rn_lock being held across calls to rc_holdRobert Mustacchi1-0/+21
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-08-01OS-2409 _init alignment from crti.s needs workRobert Mustacchi2-12/+9
2013-08-013918 "pargs -l" dies on incomplete core dumpsBryan Cantrill5-12/+45
3919 mdb/pmap should show unresolved map names on core dumps 3920 executable mapping in core dump misreported when file isn't found 3921 Pfindexec() finds wrong binary, wreaking havoc Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-08-01348 ZFS should handle DKIOCGMEDIAINFOEXT failureDan McDonald1-15/+55
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-08-01 [illumos-gate merge]Keith M Wesolowski5-50/+90
commit 1e3934778d15dd08e911e1d050dd7a4949348d93 3902 Race between ipmi_submit_driver_request() and kcs_loop() commit 37d7160009c30ca1f532d4370e16221dc095668b 3882 Remove xmod & friends (fix sparc)
2013-07-313902 Race between ipmi_submit_driver_request() and kcs_loop()Marcel Telka4-44/+90
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Robert Mustacchi <rm@joyent.com>
2013-07-313882 Remove xmod & friends (fix sparc)Richard Lowe1-1/+1
2013-07-30 [illumos-gate merge]Keith M Wesolowski146-3184/+24
commit 694c35faa87b858ecdadfe4fc592615f4eefbb07 3882 Remove xmod & friends
2013-07-29 [illumos-gate merge]Keith M Wesolowski18-100/+266
commit 36f7455d36b60be70d7aae5959fa19e71954678e 3909 "zfs send -D" does not work commit 2f3d878000c3b33cde13e16c4f0a1ab15d883a18 3834 incremental replication of 'holey' file systems is slow commit 34f2f8cf94052481c81be2e134b94a00b501bf21 3888 zfs recv -F should destroy any snapshots created since the incremental source commit eb341807e07639369211020c815f2b9002798a8a 3778 1000BASE-LX support in ixgbe commit 69c7619071dc71a079b65cd199d237df0f487d15 3856 want FW config version number for igb and ixgbe commit bc2cf0f56ec3597d482c5feb91417385d8e8374c 3913 there is no dialup, only zuul commit ca48f36f20f6098ceb19d5b084b6b3d4b8eca9fa 3894 zfs should not allow snapshot of inconsistent dataset commit 91948b51b8e978ddc88a36b2bc3ae83c20cdc9aa 3875 panic in zfs_root() after failed rollback commit 9889d1c6ca2bae13060bd0690ee771c8bb53303d 3706 mdb segfault when random address is passed to "list" walker commit 21072fc3aa88bec97f3089899d4c2916ac8f0695 3911 mdb is unable to display recursive stack
2013-07-293882 Remove xmod & friendsJosef 'Jeff' Sipek146-3185/+25
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-07-293909 "zfs send -D" does not workSteven Hartland1-2/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2013-07-293834 incremental replication of 'holey' file systems is slowMatthew Ahrens5-22/+110
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-07-293888 zfs recv -F should destroy any snapshots created since the incremental ↵Matthew Ahrens5-59/+114
source Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Peng Dai <peng.dai@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-07-293934 project reference count leak in tasksys_settaskid()Bryan Cantrill1-0/+4
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Marcel Telka <Marcel.Telka@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-07-29OS-2366 ddi_periodic_add(9F) is entirely rubbishJoshua M. Clulow24-1160/+852
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net>
2013-07-29STOR-111 RAID-Z crash dump improvements from code review commentsBill Pijewski10-23/+90
2013-07-293778 1000BASE-LX support in ixgbeSaso Kiselkov3-4/+21
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-07-283856 want FW config version number for igb and ixgbeKeith M Wesolowski7-17/+221
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-07-283913 there is no dialup, only zuulJoshua M. Clulow2-18/+9
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-07-283894 zfs should not allow snapshot of inconsistent datasetKeith M Wesolowski7-10/+39
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-07-283875 panic in zfs_root() after failed rollbackKeith M Wesolowski8-63/+164
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-07-283706 mdb segfault when random address is passed to "list" walkerMarcel Telka1-4/+11
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Reviewed by: Wendy Lin <wendlin1974@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-07-283911 mdb is unable to display recursive stackMarcel Telka1-7/+5
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Reviewed by: Wendy Lin <wendlin1974@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-07-26 [illumos-gate merge]Keith M Wesolowski2-14/+20
commit 5d539a8e4ead06ddda1d7f0274efee3d06c20e22 1986 libima misuses gethostname
2013-07-251986 libima misuses gethostnameMatt Barden2-14/+20
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-07-25OS-2288 there is no dialup, only zuulJoshua M. Clulow2-17/+4
2013-07-24OS-2393 crtn was not properly updated for the crti changesRobert Mustacchi1-1/+5
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org>
2013-07-23OS-2392 i386 ctri.s does not provide proper stack alignmentRobert Mustacchi1-1/+15
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Keith M Wesolowski <wesolows@foobazco.org>
2013-07-23OS-2387 Bump DEFAULT_MAXPID to 99999Joshua M. Clulow1-1/+1
2013-07-23OS-2386 Pfindexec() finds wrong binary, wreaking havocBryan Cantrill1-0/+16
2013-07-22 [illumos-gate merge]Keith M Wesolowski4-14/+107
commit 7256a34efe9df75b638b9e812912ef7c5c68e208 3895 {tcp,udp}_{largest,smallest}_anon_port should reality-check
2013-07-193895 {tcp,udp}_{largest,smallest}_anon_port should reality-checkDan McDonald4-14/+107
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2013-07-19 [illumos-gate merge]Keith M Wesolowski2-2/+6
commit 452bd827089206a0c637b3944aa91806f17304d7 3869 tcp anon port calculation wrong
2013-07-183869 tcp anon port calculation wrongMatt Barden2-2/+6
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Gordon Ross <gwr@nexenta.com>