summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19OS-4660 lxproc new core_pattern support does not validate output length ↵20150820release-20150820Alex Wilson3-11/+45
correctly OS-4662 lx_proc core_pattern doesn't handle pipe to exec Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>
2015-08-19OS-4659 lxbrand should tolerate setsockopt(SO_PASSSEC)Patrick Mooney1-8/+55
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-19OS-4655 option to disable zfd loggingJerry Jelinek1-37/+58
2015-08-19OS-4658 lxbrand netlink falsely reports setsockopt(SO_RECVUCRED) failurePatrick Mooney1-0/+2
2015-08-19 [illumos-gate merge]Jerry Jelinek3-22/+1
commit 359db861fd14071f8a25831efe3bf3790980d071 6098 ld(1) should not require symbols which identify group sections be global
2015-08-18OS-4611 lxproc should list zvol devices in /proc/partitionsAlex Wilson5-4/+374
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-18OS-4657 LX brand /proc/swaps should show some swapAlex Wilson1-2/+14
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-18OS-3916 lxbrand support /proc/sys/kernel/core_patternAlex Wilson3-0/+223
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-18OS-4638 lxbrand /dev/log permissions issuesPatrick Mooney3-5/+23
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-18 [illumos-gate merge]Jerry Jelinek2-30/+3
commit 4cfd297a28611f28d039f8167cb91ca8542ed3e0 6116 remove unused FMT_CPUID_* commit 503730914bf70f862d3a8636d6ef5ca849c7765d 6110 dumpadm usage string should mention '-d none'
2015-08-17OS-4635 lxbrand O_PATH support needed for ltp open13Patrick Mooney6-88/+245
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-17OS-4637 lxbrand can't handle the auxv truthPatrick Mooney8-55/+234
OS-4640 lxbrand centos is sensitive about auxv contents Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com>
2015-08-17OS-4506 lxbrand preserve /proc/<pid>/cmdline formatPatrick Mooney8-14/+164
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-176098 ld(1) should not require symbols which identify group sections be globalRichard Lowe3-22/+1
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-176116 remove unused FMT_CPUID_*Josef 'Jeff' Sipek1-28/+0
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-176110 dumpadm usage string should mention '-d none'Josef 'Jeff' Sipek1-2/+3
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-17 [illumos-gate merge]Jerry Jelinek33-134/+1856
commit 67b886e08e73a289a63ea9a98920f9ff423d1881 5934 localedef needs a native build (fix lint) commit fa9922c2be34868be01989cef133828185b5c0bc 5935 libavl should be a public interface 5936 AVL trees should be part of the DDI commit 7de0ac867568af5d9b8a9d8f8c82fd5fc12c6bfa 5934 localedef needs a native build commit 25b86e8fb6a2b50f929d8492cbac5d4eb5c2009a 5933 Makefile.man should take care of directory creation commit 22ff04516c85a5caac614d46031edbc085ba3a9e 6113 cpqary3: add support for hp gen9 smart array controllers commit d05c2e387bac9df4515e8771dbee0ef3f5fe121a 6121 Copy-paste bug in mac_init_rings() Conflicts: usr/src/man/Makefile.man usr/src/cmd/localedef/Makefile
2015-08-165934 localedef needs a native build (fix lint)Dan McDonald1-0/+2
2015-08-16OS-4643: mdb ::list command parses arguments incorrectlyCody Peter Mello1-7/+8
Reviewed by: Alex Wilson <alex.wilson@joyent.com>
2015-08-135935 libavl should be a public interfaceRobert Mustacchi26-10/+1656
5936 AVL trees should be part of the DDI Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Cody Mello <cody.mello@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-08-135934 localedef needs a native buildRobert Mustacchi2-32/+58
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-135933 Makefile.man should take care of directory creationRobert Mustacchi2-86/+8
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-136113 cpqary3: add support for hp gen9 smart array controllersRobert Mustacchi2-2/+132
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-136121 Copy-paste bug in mac_init_rings()Dan McDonald1-5/+5
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2015-08-13OS-3620 sdev can create bogus zvol directoriesAlex Wilson1-2/+10
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-08-13OS-4628 /dev/zvol does not show pool directoriesAlex Wilson3-21/+90
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-08-12OS-4627 prtdiag could display hardware in slotsRobert Mustacchi2-7/+147
2015-08-12OS-4626 want smbios 3.0 supportRobert Mustacchi7-23/+181
OS-4625 smbios checks against the wrong version OS-4624 smbios can be a bit more forgiving to the past OS-4623 smbios misprints extended onboard devices
2015-08-12OS-4622 update ses connector listRobert Mustacchi1-3/+20
2015-08-12OS-4616 fm topo ses plugin should process enclosures in 'UNKNOWN' stateRobert Mustacchi1-1/+3
2015-08-11 [illumos-gate merge]Jerry Jelinek6-1/+190
commit 6a59053b922dcd35760db6b042abda7cb6ef1c80 5922 Want support for building with -fstack-protector
2015-08-10OS-4620: DHCP address detection isn't aware of DHCPv6 Rapid CommitsCody Peter Mello1-3/+8
Reviewed by: Patrick Mooney <patrick.f.mooney@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-08-105922 Want support for building with -fstack-protectorAlex Wilson6-1/+190
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-10OS-3182 lxbrand emulate /proc/sys/net/core/somaxconnJerry Jelinek3-5/+163
2015-08-10OS-4621 cgrp _fini can fail and leave ops NULLJerry Jelinek1-3/+3
2015-08-10OS-4619 lxbrand should honor SS_DISABLE in sigaltstackRyan Zezeski1-0/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-08-10 [illumos-gate merge]Jerry Jelinek2-13/+20
commit 50a3c7725241be42cd7a99ff5cfcda2b8a0450e0 6107 port_notify_t prefix mispelt in port_associate(3C) commit 94385aa447e04fc3f80a94bb4639c652babf5664 6095 usr/src/tools/scripts/cstyle.pl errors with perl 5.22
2015-08-096107 port_notify_t prefix mispelt in port_associate(3C)Joshua M. Clulow1-8/+3
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-07OS-4603 lxbrand netlink should support SO_RECVUCREDPatrick Mooney1-41/+106
OS-4538 lxbrand systemd Failed to configure loopback device Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-07OS-4615 lxbrand sched_rr_get_interval() does not update timespecRyan Zezeski1-6/+4
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-08-076095 usr/src/tools/scripts/cstyle.pl errors with perl 5.22Toomas Soome1-5/+17
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard PALO <richard@netbsd.org> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-07 [illumos-gate merge]Jerry Jelinek38-135/+321
commit a87701e9837f8a9ee9e4c4d3186295c0e29f743f 5910 libnisdb won't build with modern GCC
2015-08-065910 libnisdb won't build with modern GCCGary Mills38-135/+321
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: "Toomas Soome" <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-06OS-4602 lxbrand support recvmsg(MSG_PEEK|MSG_TRUNC) behaviorPatrick Mooney3-60/+114
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-08-06 [illumos-gate merge]Jerry Jelinek3-9/+11
commit faa2b6be2fc102adf9ed584fc1a667b4ddf50d78 6091 avl_add doesn't assert on non-debug builds commit d0dbb2dadfe3fd60aa7440d2deed1161f99e1ae9 6092 rtld should always provide assfail/assfail3
2015-08-066091 avl_add doesn't assert on non-debug buildsJosef 'Jeff' Sipek2-5/+8
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Steve Dougherty <steve@asksteved.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-066092 rtld should always provide assfail/assfail3Josef 'Jeff' Sipek1-4/+3
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-06OS-4607 lxbrand recvmsg copies msg_flags to incorrect offset20150806release-20150806Patrick Mooney2-21/+35
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-05OS-3700 ubuntu 14.04 and centos 6 /dev/shm mode is incorrectJerry Jelinek1-0/+9
2015-08-05OS-4498 custr_cstr() should never return NULLJoshua M. Clulow3-18/+19
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com>