summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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>
2015-08-04OS-4598 after updating dbus on Ubuntu 15.04, login hits a 30s delay - ↵Jerry Jelinek1-0/+9
dropping a capability causes svc death/restart loop
2015-08-04OS-4597 newer versions of the dbus-daemon need CapBnd in /proc/self/statusJerry Jelinek1-0/+5
2015-08-04OS-4594 lxbrand needs /proc/sys/vm/overcommit_memoryPatrick Mooney3-7/+26
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-04OS-4596 need /proc/sys/kernel/cap_last_capJerry Jelinek4-5/+20
2015-08-04OS-4002 ionice requirements not met on lx ubuntu64 14.04.003Jerry Jelinek5-7/+76
OS-4587 lx: ubuntu 15.04 - Failed at step IOPRIO spawning /bin/systemd-tmpfiles: Function not implemented
2015-08-04OS-4592 lxbrand fix lx_proc header guardsPatrick Mooney2-6/+8
2015-08-04OS-4590 lxbrand wants /proc/sys/vm/swappinessPatrick Mooney3-26/+73
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-04 [illumos-gate merge]Jerry Jelinek2-2/+5
commit 8f5190a540d64d2debee6664bbc740e4c38f5b7f 6096 ZFS_SMB_ACL_RENAME needs to cleanup better commit 0f92170f1ec2737ee5a0e51b5f74093904811452 6093 zfsctl_shares_lookup should only VN_RELE() on zfs_zget() success
2015-08-03OS-3815 lxbrand implement /proc/pid/auxvPatrick Mooney2-0/+54
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-08-03OS-4591 disallow tmpfs overlay mounts on /devJerry Jelinek1-2/+8
2015-08-036096 ZFS_SMB_ACL_RENAME needs to cleanup betterDan McDonald1-0/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: George Wilson <gwilson@zfsmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-036093 zfsctl_shares_lookup should only VN_RELE() on zfs_zget() successDan McDonald1-2/+4
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-03OS-4588 lx panic: assertion failed MUTEX_HELD(&p->p_lock), file: ↵Jerry Jelinek1-1/+1
../../common/os/sig.c, line: 247
2015-07-31OS-4470 lxbrand unblocking signals in new threads must be atomicJoshua M. Clulow6-54/+68
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-07-31OS-4536 lx zone failing to mount /run due to EBUSYJerry Jelinek1-0/+12
2015-07-31OS-4586 lxbrand cannot bind to /dev/log with namelen of 0xAPatrick Mooney1-2/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-07-31OS-4569 zlogin doesn't properly quote argumentsJerry Jelinek1-2/+35
2015-07-31 [illumos-gate merge]Jerry Jelinek9-436/+411
commit 7bbc5723436be52a39f5c04d60cc236082c52d5a 6058 ipadm doesn't accept "ALL" as valid field name commit 18961ad2c52f9d85e1f18c75f82d40639f483e1a 6087 bootadm message.h is hiding errors from lint commit 50b1420592e389f7ad93528e20c703aff72dc15e 6088 Unable to enable the nfs/server service when nothing is shared commit 1f183ba0b0be3e10202501aa3740753df6512804 5850 tcp timestamping behavior changed mid-connection
2015-07-31OS-4297 zero-sized allocations should be logged but not warned aboutBryan Cantrill2-9/+16
2015-07-30OS-4577 regression in zlogin argument handling [backout OS-4569]Jerry Jelinek1-12/+2
2015-07-30OS-4573 libproc could optionally convert CTF on the flyRobert Mustacchi5-3/+61
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-07-306058 ipadm doesn't accept "ALL" as valid field nameYuri Pankov1-3/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-07-306087 bootadm message.h is hiding errors from lintToomas Soome3-275/+281
Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>