summaryrefslogtreecommitdiff
path: root/usr/src/uts/common
AgeCommit message (Collapse)AuthorFilesLines
2015-09-02OS-4687 inotify_init leaks kernel memory20150903Bryan Cantrill1-0/+1
2015-09-02OS-4225 lxbrand TIOCSWINSZ error when using apt-get on Ubuntu 14.10 and 15.04Jerry Jelinek1-1/+21
2015-08-31OS-4458 lxbrand complete moving ptrace to IKEPatrick Mooney7-248/+228
OS-4038 lxbrand PTRACE_PEEKUSER debugregs offset incorrect on 64bit Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-08-31OS-4681 less command fails under lx-brand in Alpine LinuxJerry Jelinek1-7/+1
2015-08-31 [illumos-gate merge]Jerry Jelinek3-6/+28
commit 1437283407f89cab03860accf49408f94559bc34 5997 FRU field not set during pool creation and never updated
2015-08-28 [illumos-gate merge]Jerry Jelinek5-14/+5
commit a0f9c00cd82d49a710cee8aeb83ce42b5fb293a9 6141 use kmem_zalloc instead of kmem_alloc + bzero/memset
2015-08-275997 FRU field not set during pool creation and never updatedHans Rosenfeld3-6/+28
Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Josef Sipek <josef.sipek@nexenta.com> Reviewed by: Richard Elling <richard.elling@gmail.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-276141 use kmem_zalloc instead of kmem_alloc + bzero/memsetJosef 'Jeff' Sipek5-14/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-26 [illumos-gate merge]Jerry Jelinek1-4/+59
commit b1087aec0c7377254423f3429c35960b116e8b34 6124 NLM server holds vnodes too long
2015-08-256124 NLM server holds vnodes too longMarcel Telka1-4/+59
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-24 [illumos-gate merge]Jerry Jelinek1-1/+1
commit e6e1c9deb3babfde63f6fe6096a2eb3214c8f7df 6131 struct scsi_device uses a 1-bit signed bitfield commit 4afe9936c719d07ecb7d238765f479d232fe3575 6104 remove obsolete env files commit a63c99a2145c99a38d5ff19422b132400428ed9d 6080 libbe should support installboot
2015-08-236131 struct scsi_device uses a 1-bit signed bitfieldJosef 'Jeff' Sipek1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
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-4658 lxbrand netlink falsely reports setsockopt(SO_RECVUCRED) failurePatrick Mooney1-0/+2
2015-08-18OS-4611 lxproc should list zvol devices in /proc/partitionsAlex Wilson4-4/+373
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-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 Mooney3-28/+110
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-17 [illumos-gate merge]Jerry Jelinek3-15/+130
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-135935 libavl should be a public interfaceRobert Mustacchi1-9/+4
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-136113 cpqary3: add support for hp gen9 smart array controllersRobert Mustacchi1-1/+121
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-4626 want smbios 3.0 supportRobert Mustacchi2-4/+101
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-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-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-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-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-06OS-4607 lxbrand recvmsg copies msg_flags to incorrect offset20150806release-20150806Patrick Mooney2-21/+35
Reviewed by: Jerry Jelinek <jerry.jelinek@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 Jelinek3-0/+16
2015-08-04OS-4002 ionice requirements not met on lx ubuntu64 14.04.003Jerry Jelinek3-4/+72
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-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-4586 lxbrand cannot bind to /dev/log with namelen of 0xAPatrick Mooney1-2/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-07-31 [illumos-gate merge]Jerry Jelinek3-110/+100
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 Cantrill1-8/+13
2015-07-30OS-4571 lxbrand allow manipulation of uname release and version (unused var)Patrick Mooney1-1/+0