summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2015-03-27OS-4069 epoll_ctl(EPOLL_CTL_ADD) can spuriously fail with EEXISTBryan Cantrill3-10/+35
2015-03-27OS-4099 lxbrand bash lacks job control when using zfd ttyPatrick Mooney3-118/+72
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-26OS-4074 missing /proc/diskstats file in lx-ubuntu64 zoneBryan Cantrill4-28/+177
2015-03-26OS-2760 igmp timout logic induces panicRobert Mustacchi3-14/+57
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-26OS-4093 lxbrand setsockopt failed for SO_SNDBUFPatrick Mooney1-85/+157
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-25OS-4005 lx brand: madvise(MADV_DONTNEED) needs to unreserve swapBryan Cantrill4-7/+32
2015-03-25 [illumos-gate merge]Jerry Jelinek9-38/+95
commit 741343ad00b449cd90635a8400a2c9b045ff8be1 5700 add zlogin -d option to allow graceful disconnect when zone is halted commit 34d7ce052c4565b078f73b95ccbd49274e98edaa 5694 traverse_prefetcher does not prefetch enough commit 70163ac57e58ace1c5c94dfbe85dca5a974eff36 5695 dmu_sync'ed holes do not retain birth time commit 7f7ace370074e350853da254c65688fd43ddc695 5693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override commit 421ff02063e68ff03db7d5169c62e3f94927000f 5696 ::refcount -r does not display info about removal of holds Conflicts: usr/src/man/man1/zlogin.1 usr/src/cmd/zoneadmd/zcons.c usr/src/cmd/zlogin/zlogin.c
2015-03-25OS-4039 lxbrand lx_native_exec incorrect inside chrootPatrick Mooney1-1/+13
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-03-245700 add zlogin -d option to allow graceful disconnect when zone is haltedAlexander Eremin3-17/+62
Reviewed by: Andrew Gabriel <illumos@cucumber.demon.co.uk> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-245694 traverse_prefetcher does not prefetch enoughGeorge Wilson1-10/+9
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-03-245695 dmu_sync'ed holes do not retain birth timePrakash Surya3-8/+23
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-245693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_overrideMatthew Ahrens1-2/+0
Reviewed by: George Wilson <george@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-245696 ::refcount -r does not display info about removal of holdsPrakash Surya1-1/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Basil Crow <basil.crow@delphix.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-24OS-4084 getrlimit kills performance, move into kernelJerry Jelinek11-585/+647
2015-03-23OS-4092 Want a man we can run during the buildRobert Mustacchi4-6/+62
2015-03-23OS-3966 Update the new ctfmerge for 5595Robert Mustacchi3-11/+2
2015-03-23OS-4080 launching a second varpd confuses the worldRobert Mustacchi2-2/+24
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-23OS-4077 varpd should live in /usr/libRobert Mustacchi4-4/+13
OS-4079 zero out the fma message on restore to help with mdb confusion OS-4087 dladm show-overlay -f doesn't properly show degraded state Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-03-23 [illumos-gate merge]Jerry Jelinek19-13/+39
commit e2c8add4a6cefe2fe3a4b140f54561823d493bcc 5732 nightly.sh should use check-paths.out to be useful for .gitignore commit b52c8fbe58cfd9f349fdfa6cc5cb6f5731946a2b 5731 make a clean clobber commit 58d7f9e61903e78a381912527dc9dacb6e7feddc 5734 IPFGENITER needs to know when to hit the brakes commit 546c3aa8e92003d6d783c7172f237b41667539e2 5733 ipf should only forward when forwarding is enabled commit a252e0074e35e9003ab1dc3797dccf29ff16ae73 1152 ping(1M) doesn't mention -D (DONTFRAG) option
2015-03-215732 nightly.sh should use check-paths.out to be useful for .gitignoreRichard PALO1-3/+3
Reviewed by: Josef 'Jeff' Sipek<jeffpc@josefsipek.net> Reviewed by: Toomas Soome<tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-215731 make a clean clobberRichard PALO15-1/+7
Reviewed by: Josef 'Jeff' Sipek<jeffpc@josefsipek.net> Reviewed by: Toomas Soome<tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-205734 IPFGENITER needs to know when to hit the brakesRobert Mustacchi1-1/+16
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2015-03-205733 ipf should only forward when forwarding is enabledJerry Jelinek1-1/+31
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-03-20OS-3965 lxbrand VDSO could use fast trapsJerry Jelinek1-9/+63
2015-03-20OS-4083 LTP should test getcpuJerry Jelinek2-2/+0
2015-03-20OS-4082 move remaining vsyscall/vdso functions into the kernelJerry Jelinek9-53/+84
2015-03-20 [illumos-gate merge]Jerry Jelinek3-63/+462
commit a36f6bde69ea4d4ea2b0a475ce962b9c1c4ef323 5729 in.ndpd should log broken RAs commit 11c1b31e8462c2247fbac35f43cdf481696a2746 5728 Update hwdata - 20150317
2015-03-20OS-4052 lx brand: fork()/pthread_create() race can induce hang in childJoshua M. Clulow4-11/+68
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-03-191152 ping(1M) doesn't mention -D (DONTFRAG) optionChris Josephes2-8/+13
Reviewed by: Josef "Jeff" Sipek <josef.sipek@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-03-195729 in.ndpd should log broken RAsDan McDonald1-0/+34
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2015-03-20OS-4067 missing ipf.conf and ipnat.conf man pagesPatrick Mooney6-3/+1108
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-03-195728 Update hwdata - 20150317Dan McDonald2-63/+428
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-03-19OS-4071 lxbrand in-kernel gettimeofday(2) (fix 32bit)Jerry Jelinek1-2/+16
2015-03-19OS-4071 lxbrand in-kernel gettimeofday(2)Jerry Jelinek6-35/+66
2015-03-19OS-4072 lx brand - zone came up without eth0 plumbed20150319release-20150319Jerry Jelinek3-40/+52
2015-03-19 [illumos-gate merge]Jerry Jelinek12-276/+402
commit 0b0972bd356bcdad492b26f247960c12fcb0c7fc 5727 "make update" target for hwdata commit 00973057850e0a348dbd1f33b07c95b2b37e8c6d 5722 Update timezone info db to 2015a
2015-03-185727 "make update" target for hwdataDan McDonald1-0/+21
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gwr@nexenta.com>
2015-03-18OS-4064 more cleanup needed in lx_boot_zone_redhat.kshJerry Jelinek1-22/+7
2015-03-18OS-4065 consolidate ubuntu boot scriptsJerry Jelinek1-64/+150
2015-03-18OS-4051 need /usr/lib/brand/lx/lx_boot_zone_debianJerry Jelinek2-0/+249
2015-03-185722 Update timezone info db to 2015aDan McDonald11-276/+381
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Eric Sproul <esproul@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-03-18OS-4062 lx tmpfs support for percent sizeJerry Jelinek1-3/+4
2015-03-18OS-4060 need tmpfs size support in percentJerry Jelinek2-4/+41
2015-03-18OS-4061 invalid tmpfs option causes panicJerry Jelinek1-1/+1
2015-03-18 [illumos-gate merge]Jerry Jelinek10-10/+23
commit 2bbdd445a21f9d61f4a0ca0faf05d5ceb2bd91f3 5725 sparc build noise in libdtrace commit 61ec6b12089c560a32ebd9efdbb057ff92665e60 5724 sparc build noise in libm commit 736767d9247a5e3f2b8e351f6971576b793f266a 5723 sparc build noise in mdb genunix commit 144f99a50481321408997219d433ad7cc8f0ef5e 5705 lint building usr/src/lib/libumem/sparc/umem_genasm.c commit f3846625a36e89babdc12f590c0d24ffee98b5ab 5019 want open source bnxe (sparc build) commit 1b318f124d38b1f3385bdf65fef36721447b756d 3446 Update bge to support missing 57xx/577xx devices (sun4v lint)
2015-03-175725 sparc build noise in libdtraceGordon Ross2-4/+4
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-175724 sparc build noise in libmGordon Ross3-0/+6
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-175723 sparc build noise in mdb genunixGordon Ross1-0/+2
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-175705 lint building usr/src/lib/libumem/sparc/umem_genasm.cGordon Ross1-2/+7
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-18OS-4056 want support for Intel FMA instrsRobert Mustacchi7-47/+673
OS-4057 want support for Intel BMI1 instrs OS-4058 want support for Intel BMI2 instrs OS-4059 want support for Intel AVX2 instrs Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>