summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Collapse)AuthorFilesLines
2015-02-14OS-3841 lxbrand si_status mangled on SIGCHLDPatrick Mooney1-2/+6
2015-02-13 [illumos-gate merge]Jerry Jelinek21-561/+648
commit 3b13a1ef7511135ec0c75b5f94de8075454efd79 5322 tree connect from Windows 7 fails
2015-02-125322 tree connect from Windows 7 failsThomas Keiser21-561/+648
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-13OS-3820 lxbrand ptrace(2): the next generationJoshua M. Clulow31-1822/+3163
OS-3685 lxbrand PTRACE_O_TRACEFORK race condition OS-3834 lxbrand 64-bit strace(1) reports 64-bit process as using x32 ABI OS-3794 lxbrand panic on init signal death Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2015-02-12OS-3796 lxbrand remove netstat overlay scriptPatrick Mooney1-1/+0
2015-02-12OS-3798 lxbrand populate /proc/net/snmpPatrick Mooney2-0/+143
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-12OS-3797 lxbrand populate /proc/net/unixPatrick Mooney2-1/+92
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-12 [illumos-gate merge]Jerry Jelinek1-24/+18
commit d0fcb88af333aa48dd2b958f3681f1b597b924cc 4545 _t_create(): Use after free in error code paths commit c62da27859e36f9fdd8cee3c6df3ad567543dcf9 4539 _t_checkfd() should not call find_tilink() if force_sync is set
2015-02-114545 _t_create(): Use after free in error code pathsMarcel Telka1-9/+1
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-02-114539 _t_checkfd() should not call find_tilink() if force_sync is setMarcel Telka1-15/+17
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-02-11 [illumos-gate merge]Jerry Jelinek7-86/+61
commit f4cf1a6a363de08977c8db91c119df49e9f6c296 5186 The door_call(3c) man page contains too much commit 23c88c5ab36a96068ae184ebd20bf625426c3773 5594 nodename(4): Duplicate paragraph in the man page commit 5c644dd8f2c88f1e78ae4866f22c749a3d1b0157 5585 Typo in gethostname(3c): current processor commit 7825e891f35613dcf9e7e6d6848401511f3f96eb 4717 Missing period (.) in man pages commit 270be59d332e9c2003ef54b622a67d6f0e3ef7fc 5263 Missing space in getrbuf(9f) man page commit faf5add516ff7b15d67af766e32716c04c75716d 5528 devid_str_free() should be used for devid_get_minor_name() too
2015-02-11OS-3826 lxbrand ipv4 networking broken after OS-3800Patrick Mooney2-2/+2
2015-02-10OS-3800 lx_thunk core dumps on centos 6.6Patrick Mooney2-17/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-10 [illumos-gate merge]Jerry Jelinek9-61/+110
commit 4812581794004eff0af2b765b832403b30bf64ab 4996 rtld _init race leads to incorrect symbol values commit 1f2ca518aeecee8616fccc0c46a339773faea7d5 4863 illumos-gate can't be built with fresh perl versions commit 386e9c9ebfe4116f62e7a0950acd30564fc60125 5566 elfexec is overzealous with vpages 5572 elfexec and mapelfexec can disagree on aux vectors commit 8a986bad744c8a479dfacfcdc16bcad15bbb1ec6 5101 privileges(5) manual page missing some privileges Conflicts: usr/src/uts/common/exec/elf/elf.c usr/src/tools/env/illumos.sh usr/src/man/man5/privileges.5 usr/src/cmd/sgs/rtld/common/util.c usr/src/Makefile.master
2015-02-095186 The door_call(3c) man page contains too muchMarcel Telka1-33/+38
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-02-095594 nodename(4): Duplicate paragraph in the man pageMarcel Telka1-9/+2
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-02-095585 Typo in gethostname(3c): current processorMarcel Telka1-7/+3
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-02-094717 Missing period (.) in man pagesMarcel Telka2-20/+6
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-02-095263 Missing space in getrbuf(9f) man pageMarcel Telka1-8/+3
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-02-095528 devid_str_free() should be used for devid_get_minor_name() tooMarcel Telka1-9/+9
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-02-094996 rtld _init race leads to incorrect symbol valuesKeith M Wesolowski9-29/+21
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-02-09OS-3822 OS-3780 creates a life of fd crime in libprocRobert Mustacchi2-0/+2
2015-02-094863 illumos-gate can't be built with fresh perl versionsDan McDonald6-45/+44
Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: ???
2015-02-095566 elfexec is overzealous with vpagesJerry Jelinek4-14/+108
5572 elfexec and mapelfexec can disagree on aux vectors Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Rich Lowe <richlowe@richlowe.net>
2015-02-095101 privileges(5) manual page missing some privilegesChris Josephes1-9/+58
Reviewed by: Josef "Jeff" Sipek <josef.sipek@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-09 [illumos-gate merge]Jerry Jelinek13-68/+69
commit 9ef283481583d677cd2cf5449ef49b90eacc97d4 5261 libm should stop using synonyms.h (fix studio build) commit ed1591688000a5d179c4ba27793cae55590c55d2 5590 improper use of NULL in tools/protocmp commit ad0b1ea5d69a45fe23c434277599e315f29a5fca 5589 improper use of NULL in tools/ctf commit 97a9db610324e7db4393415018e0e737485a94cd 4393 /etc/rpc: 100133 and 100169 should be added
2015-02-085261 libm should stop using synonyms.h (fix studio build)Richard Lowe5-36/+35
2015-02-085590 improper use of NULL in tools/protocmpRichard PALO3-10/+11
Reviewed by: David Höppner <0xffea@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-075589 improper use of NULL in tools/ctfRichard PALO4-11/+8
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Josef "Jeff" Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-06OS-3816 sync up mdb_v8 with upstreamDave Pacheco2-218/+1329
2015-02-064393 /etc/rpc: 100133 and 100169 should be addedMarcel Telka1-11/+15
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-06OS-3806 /proc/self/fd/2 is no longer working in LXPatrick Mooney2-13/+23
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-06 [illumos-gate merge]Jerry Jelinek1-7/+13
commit 91600d919baafe4e4d8bdee4168878036351c556 5578 file(1) should validate Elf_Shdr->sh_name
2015-02-06OS-3810 tar doesn't properly wait for its childrenRobert Mustacchi3-24/+18
OS-3813 Clean up unused variables and parenthesis warnings in tar Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-05OS-3811 LTP signal_test_05 now failsJerry Jelinek1-0/+1
2015-02-05OS-3808 lx_boot_zone_redhat relies on /tmp being cleared on rebootJerry Jelinek1-0/+1
2015-02-05OS-3802 LTP kill11 test case fails after vsyscall signal changesPatrick Mooney2-2/+21
OS-3803 LTP kill12 test failing OS-3804 LTP signal03 failing OS-3805 LTP waitpid05 failing Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-05OS-3807 lx brand: asynchronous I/O operations can hangBryan Cantrill1-2/+2
2015-02-045578 file(1) should validate Elf_Shdr->sh_nameRichard Lowe1-7/+13
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-04 [illumos-gate merge]20150205Jerry Jelinek1-2/+13
commit 9d47dec0481d8cd53b2c1053c96bfa3f78357d6a 5592 NULL pointer dereference in dsl_prop_notify_all_cb()
2015-02-04OS-3795 lxbrand initial centos 6.6 supportJerry Jelinek2-3/+400
2015-02-045592 NULL pointer dereference in dsl_prop_notify_all_cb()Justin T. Gibbs1-2/+13
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Robert Mustacchi <rm@joyent.com>
2015-02-04OS-3801 update boot copyright datePatrick Mooney1-2/+2
2015-02-04OS-3793 lxbrand /proc/pid/maps formatted incorrectlyPatrick Mooney1-3/+3
2015-02-04OS-3768 snoop could fail more cleanly on large filesDave Pacheco1-0/+5
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-02-04OS-3799 lxbrand panic when accessing /proc/net/tcp from GZPatrick Mooney1-4/+4
2015-02-04OS-3485 lxbrand populate /proc for netstatPatrick Mooney3-24/+249
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-04 [illumos-gate merge]Jerry Jelinek5-48/+37
commit bd181d5a0c2b96669dcb4aa44619e0b7dbbedab9 1100 cpustat usage message is incorrect commit 2515f5d4dbff605ba645d47a6851d8d0bac5b994 5527 ::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir' commit 6e062f4a9c9a27ea6e2e980c1b5f4c41e33aba45 5563 Some traverse() callers do strange things
2015-02-03OS-3790 lxbrand vsyscall segfault when SIGSEGV handler set to SIG_DFLPatrick Mooney1-3/+12
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-03OS-3792 platform uses obsolete nfs mount commandJerry Jelinek1-9/+5