summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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>
2015-07-30OS-4571 lxbrand allow manipulation of uname release and version (unused var)Patrick Mooney1-1/+0
2015-07-30OS-4571 lxbrand allow manipulation of uname release and versionPatrick Mooney13-129/+253
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-07-306088 Unable to enable the nfs/server service when nothing is sharedMarcel Telka1-36/+17
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-07-305850 tcp timestamping behavior changed mid-connectionLauri Tirkkonen4-122/+110
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-07-29OS-4539 zfs receive_read_record() may allocate nothingJerry Jelinek1-2/+6
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-07-29OS-4572 centos7 ps needs /proc/sys/vm/min_free_kbytesJerry Jelinek2-0/+13
2015-07-29OS-4569 zlogin doesn't properly quote argumentsJerry Jelinek1-2/+12
2015-07-29OS-4547 epoll_wait doesn't notice SIGCHLD event from signalfdJerry Jelinek4-54/+51
2015-07-29 [illumos-gate merge]Jerry Jelinek4-18/+18
commit 11779b4caed6449da7f5cc8550aef185a2d06ba3 4051 Don't free mdi_pathinfo_t in mptsas when device(s) are retired. commit d960d8fcec1ccb23b872ccbd8aa8b8f13ae1fc30 6039 installgrub MBR update response check should use locale specific yesexpr (remove extraneous file) commit 21ba817cf9fbfe996f2d2729ed55dd15531eb5c7 6039 installgrub MBR update response check should use locale specific yesexpr
2015-07-29OS-4570 lx brand: fake_elf() should cope with missing DT_HASHBryan Cantrill1-9/+14
2015-07-28OS-4551 Want general mergeq (fix debug)Robert Mustacchi5-24/+12
2015-07-28OS-4548 CTF Everywhere: Phase 1Robert Mustacchi157-347/+7026
OS-4549 ctfconvert should be implemented in terms of libctf OS-4550 ctfconvert could convert multiple compilation units OS-4553 want multi-threaded ctfmerge OS-4552 Want general workq OS-4551 Want general mergeq OS-4554 ctfdiff doesn't properly handle unknown options OS-4555 ctfdiff's symbols could be more consistently prefixed OS-4048 new ctfmerge uses tmpfile after freeing it OS-4556 ctfdump should drive on when incomplete files exist OS-4557 ctf_add_encoded assigns() incorrect byte size to types OS-4558 ctf_add_{struct,union,enum} can reuse forwards OS-4559 ctf_add_{struct,union,enum} occasionally forget to dirty the ctf_file_t OS-4560 ctf_add_member could better handle bitfields OS-4561 ctf_type_size() reports wrong size for forwards OS-4563 diffing CTF typedefs needs to walk multiple definitions OS-4564 build scripts shouldn't hardcode CTF paths OS-4565 ctf_fdcreate could be more flexible OS-4566 Want libctf ctf_kind_name() function OS-4567 Want libctf function to set struct/union size OS-4568 Want ctfmerge altexec
2015-07-284051 Don't free mdi_pathinfo_t in mptsas when device(s) are retired.Jeffry Molanus1-14/+3
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Albert Lee <alee@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org>
2015-07-286039 installgrub MBR update response check should use locale specific ↵Dan McDonald1-21/+0
yesexpr (remove extraneous file)
2015-07-286039 installgrub MBR update response check should use locale specific yesexprToomas Soome4-4/+36
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-07-28 [illumos-gate merge]Jerry Jelinek2-25/+83
commit 11b942e373071da9f760d7e6208bc79a7bbf7d3c 6047 SPARC boot should support feature@embedded_data commit d007da4be6a31f5f7c6e3e822eef044a9ac6ae18 6048 RLIM_INFINITY (et al) should be unsigned for _LP64
2015-07-276047 SPARC boot should support feature@embedded_dataToomas Soome1-22/+80
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-07-276048 RLIM_INFINITY (et al) should be unsigned for _LP64Richard PALO1-3/+3
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-07-27 [illumos-gate merge]Jerry Jelinek11-182/+228
commit ca0cc3918a1789fa839194af2a9245f801a06b1a 5959 clean up per-dataset feature count code
2015-07-265959 clean up per-dataset feature count codeMatthew Ahrens11-182/+228
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-07-24OS-4544 cgroup release_agent argument path should start with /Jerry Jelinek1-3/+4
2015-07-24OS-4495 support cgroups notify_on_release and release_agentJerry Jelinek12-281/+1405
2015-07-24 [illumos-gate merge]Jerry Jelinek20-178/+2311
commit 8a324c92216752a3ac2de7c31f554588932de707 3644 Add virtio-net support into illumos 4945 Additional vioif fixes commit 2b66e65286e123b22eb83c96426eafe5b3ddccd3 6073 libbe be_run_cmd() bad indentation in function body commit c365cc98d1939449e0db2884c4fcb62728ee2e59 6072 extra symbols in bootadm usage() output commit bd0e95e605fff368075e869efe6d31ebe471ea49 1926 libresolv evades compiler warnings Conflicts: usr/src/uts/common/Makefile.rules
2015-07-24OS-4120 snoop usage should mention -z flagRobert Mustacchi1-0/+2
Reviewed by: Joshua M. Clulow <jmc@joyent.com>