summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-07-05OS-5496 fanotify06 failing in recent LTP test runsJerry Jelinek1-0/+1
2016-06-29OS-5491 lxbrand convert last socket syscalls to IKEPatrick Mooney4-339/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-27OS-5382 lxbrand library should be lint cleanPatrick Mooney13-140/+132
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-27OS-5477 lxbrand env manipulation causes ld-linux woesPatrick Mooney5-55/+124
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-24OS-5487 temporarily disable LTP pty01Jerry Jelinek1-0/+1
2016-06-22 [illumos-gate merge]release-20160625Jerry Jelinek7-6/+16
commit 01aaaf328842760a1002109b299908a027e94cf8 7051 want id_space(9F) docs commit c1de7575521deda5ee777b8054a9c5b12f15b1ee 7120 mDNS resync was not wsdiff safe commit 9c05409f2b9301e686735887a9573454cceb0331 7069 i386_XARCH should include -m32 commit 406fc5100dac8d225a315a6def6be8d628f34e24 6602 lofi should support labeled devices commit f3a07f941f1be263a48a040c059edbcb722cf436 4712 Prefer 'parsable' over 'parseable' in the manual pages commit 1b2031a95889aea96be6af55dcf31a0d5ffdfed9 7050 Prefer 'subcommand' over 'sub-command' in the manual pages commit 831b40b1c811223fd0b1131791a38e3ae5143377 7049 Prefer 'writable' over 'writeable' in the manual pages commit a716f1a92056bc2e231e57ae2a20725ce606ea73 7047 Fix spelling mistakes in sections 9E, 9F and 9S commit 95e15299a2c42b8014fa27631a6f3be2a93febc2 7048 Fix spelling mistakes in sections 7D, 7I, 7IPP, and 7P commit df23565fe1d0b225f9f898c50dfafea6749b0b7f 7046 Fix spelling mistakes in section 5 commit c855112f85cf71e42f6381a66f3f86f98e2ed24e 7045 Fix spelling mistakes in section 4 commit 843c398e8904ed9d833d2af3103894f909fb4b52 7042 Fix spelling mistakes in library sections commit 0db8de19c0e494758b68b702523a2b0eaffe3b2e 7044 Fix spelling mistakes in sections 1HAS and 2 commit df23d905b96680e56379c5a5ecb4b363f36b9e74 7041 Fix spelling mistakes in sections 1 and 1M commit 71af3be340c57171837478555e2eb0d496318cfc 7040 Detect common spelling errors in manual pages Conflicts: usr/src/uts/common/fs/vfs.c usr/src/man/man7d/cpuid.7d usr/src/man/man5/privileges.5 usr/src/man/man3c/signalfd.3c usr/src/cmd/lofiadm/main.c
2016-06-217120 mDNS resync was not wsdiff safeRichard Lowe4-1/+10
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-217069 i386_XARCH should include -m32Richard Lowe2-2/+2
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-216602 lofi should support labeled devicesToomas Soome1-3/+4
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-20OS-5431 under many conditions, ptrace (strace) on Ubuntu 16 shows syscalls ↵Jerry Jelinek1-1/+7
return ENOSYS Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-06-13 [illumos-gate merge]Jerry Jelinek1-13/+30
commit 7de21d7cba3fddc724c51930845ad91d8082e0c7 7056 tmpfs in a non-global zone does not abide by tmpfs_minfree commit 30633d6fe588d756f1fe86999b090761e325844e 7068 need a way to change the tmpfs size on a mounted fs commit 995de72901a2c8b79bd3aea3df1617643d53ea89 7064 TCP_KEEPIDLE has needless 10sec minimum commit b9709d3bf6aa3acb184b2dbcab09e7241a4edc82 7102 nfsd(1M) missing newline character in error messages commit f091aea1782d0de0cb0f320b76b56ffb4b37ef5d 7088 libshare should check nfs protocol value against netconfig(4) database commit 3d7afa3319dd88bd8a1774d43c1b15bce28b0f80 7067 webrev adds spurious path component to top-level files Conflicts: usr/src/uts/common/fs/tmpfs/tmp_vfsops.c usr/src/man/man1m/mount_tmpfs.1m usr/src/lib/libbrand/common/libbrand.c
2016-06-10OS-5320 libsmartsshd sleeps unnecessarilyPatrick Mooney1-14/+34
Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-06-107088 libshare should check nfs protocol value against netconfig(4) databaseYuri Pankov1-12/+29
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-107055 libbrand token substitution incomplete for mount entriesPatrick Mooney2-15/+15
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-06-10 [illumos-gate merge]Jerry Jelinek16-89/+88
commit a76660dbabd3d3b161bdead081ce275af6966d2e 7083 create_ramdisk.sh need not check for inuse devices commit 3f85b2aed8a5768f4c20db925cdf8fc072472037 7036 zvol_swap_004_pos test failed commit 10e67aa0db0823d5464aafdd681f3c966155c68e 7082 bptree_iterate() passes wrong args to zfs_dbgmsg() commit 2404c9e6b54f427b32dd0a2d46940d6a4c5299bc 7062 Connections remain in TIME_WAIT too long 7061 local TCP connections should be expediently purged from TIME_WAIT commit 9adfa60d484ce2435f5af77cc99dcd4e692b6660 6314 buffer overflow in dsl_dataset_name commit 0c779ad424a92a84d1e07d47cab7f8009189202b 7054 dmu_tx_hold_t should use refcount_t to track space
2016-06-09OS-5459 epoll_ctl should throw EINVAL for loopsPatrick Mooney1-4/+16
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-096314 buffer overflow in dsl_dataset_nameMatthew Ahrens16-89/+88
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-09OS-5453 lxbrand mount(2) should tolerate relative path targetPatrick Mooney1-0/+24
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-09OS-5221 nfs mount should work without /etc/nfssec.conf inside LX zonerootJosh Wilsdon1-0/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-07 [illumos-gate merge]20160526Jerry Jelinek4-13/+7
commit a90d75b828f0c01a350c4ecfc3924fd6456fffaf 6993 DEFAULT_TYPE should be probably be removed from pthread.h
2016-06-066993 DEFAULT_TYPE should be probably be removed from pthread.hRichard PALO4-13/+7
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-02 [illumos-gate merge]Patrick Mooney8-57/+69
commit 0687de4f0b1d84cc87ddf92c49ceaec0f551670e 7018 illumos-gate build fails with libxml2 2.9.4 commit 1919e1f72d0a8141a10acd516bd1daa5064c8d07 7015 libc tests need to use LINK64 correctly, rather than just passing -m64 commit 258c9c7d86e8c69f1255ce2b5aeda40ac16d36ca 7001 zvol_misc tests should not depend on /sbin or /usr/sbin being in PATH commit 88f61dee20b358671b1b643e9d1dbf220a1d69be 6931 lib/libzfs: cleanup gcc warnings
2016-05-316931 lib/libzfs: cleanup gcc warningsIgor Kozhukhov8-57/+69
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-05-23OS-5429 lxbrand time(2) broken in vdsoPatrick Mooney1-4/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-20OS-5322 lxbrand use comm page for vdsoPatrick Mooney9-186/+388
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-05-20OS-5427 busybox calls fork after vfork, blows assertJerry Jelinek1-4/+26
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-20 [illumos-gate merge]Jerry Jelinek23-20/+1261
commit 7dc9a163b382daee1ce43b6588dd1b507363dae5 6790 want suite of endian(3C) functions commit e56998eefc33ead0f12b364be915dd6bfc12a3f5 6501 Implement pthread_attr_get_np() interface commit fc2512cfb727d49529d8ed99164db871f4829b73 6951 Initial c11 support 6952 gets should not be visible in C11 6953 add support for c11 threads api 6954 Symbols test should support validating pre-processor symbols commit ea4a67f462de0a39a9adea8197bcdef849de5371 6980 6902 causes zfs send to break due to 32-bit/64-bit struct mismatch Conflicts: usr/src/test/libc-tests/tests/Makefile usr/src/test/libc-tests/runfiles/default.run usr/src/lib/libcmdutils/libcmdutils.h usr/src/lib/libcmdutils/common/custr.c usr/src/lib/libcmdutils/common/mapfile-vers
2016-05-19OS-5418 LTP sched_setattr01 failsJerry Jelinek1-0/+3
OS-5419 LTP sched_getattr01 fails OS-5420 LTP sched_getattr02 fails
2016-05-196790 want suite of endian(3C) functionsRobert Mustacchi12-1/+661
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-196501 Implement pthread_attr_get_np() interfaceRobert Mustacchi4-10/+132
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-196951 Initial c11 supportRobert Mustacchi14-27/+567
6952 gets should not be visible in C11 6953 add support for c11 threads api 6954 Symbols test should support validating pre-processor symbols Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-17OS-5402 eenable LTP access01 once fixedJerry Jelinek1-1/+0
2016-05-17OS-5410 move access into kernelJerry Jelinek4-80/+6
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-16OS-5192 need faster clock_gettimePatrick Mooney14-26/+673
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com>
2016-05-16 [illumos-gate merge]Jerry Jelinek7-16/+52
commit 8df0bcf0df7622a075cc6e52f659d2fcfdd08cdc 6513 partially filled holes lose birth time commit 0d8fa8f8eba3ea46bc79d73445009505d1dd5d7d 6902 speed up listing of snapshots if requesting name only and sorting by name Conflicts: usr/src/lib/libzfs/common/libzfs_iter.c usr/src/lib/libzfs/common/libzfs_impl.h
2016-05-15OS-5398 access01 fails on recent LTPJerry Jelinek1-0/+1
2016-05-156902 speed up listing of snapshots if requesting name only and sorting by nameMartin Matuska7-17/+50
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Pawel Dawidek <pjd@freebsd.org> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-13 [illumos-gate merge]Jerry Jelinek9-22/+36
commit c971037baa5d64dfecf6d87ed602fc3116ebec41 6876 Stack corruption after importing a pool with a too-long name commit 11ceac77ea8034bf2fe9bdd6d314f5d1e5ceeba3 6844 dnode_next_offset can detect fictional holes commit 43051d2742bbe5911de73322064cb573b6aff975 6955 libproc should be documented and shipped 6956 libproc cannot leave free() to callers
2016-05-126876 Stack corruption after importing a pool with a too-long namePaul Dagnelie1-1/+6
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-126955 libproc should be documented and shippedRobert Mustacchi8-21/+31
6956 libproc cannot leave free() to callers Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Cody Mello <cody.mello@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-12 [illumos-gate merge]Jerry Jelinek1-6/+108
commit 4a20c933b148de8a1c1d3538391c64284e636653 6111 zfs send should ignore datasets created after the ending snapshot commit 1fdcbd00c9cbac286b5f92e08877e8cb3c448420 6874 rollback and receive need to reset ZPL state to what's on disk
2016-05-116111 zfs send should ignore datasets created after the ending snapshotAlex Deiter1-6/+108
Reviewed by: Alex Aizman alex.aizman@nexenta.com Reviewed by: Alek Pinchuk alek.pinchuk@nexenta.com Reviewed by: Roman Strashkin roman.strashkin@nexenta.com Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-09OS-5392 lxbrand thread race in clone(CLONE_VFORK)Patrick Mooney1-15/+15
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-04OS-5357 datadog doesn't work correctly in LX zoneJerry Jelinek3-361/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-02 [illumos-gate merge]Jerry Jelinek1-2/+2
commit 545f15ae81ab124ab97b965c15f2873e0228fcb3 6883 SMF nis/client ipfilter support needs improvement commit 2bd8b3545dceb97f56401b7ad2a327e08d520574 6881 SMF ipfilter tries to unload module in zones 6882 SMF ipfilter lacks a property for a IPv6 custom policy file 6884 SMF ipfilter tuple_get_port needs to remove backslashes commit d14b1d19b404dcc4795d8a76751a186717a0ddaa 6934 add kstat to track anon memory reservation failure (ENOMEM) commit c22cda1b41022b307ea9fda8c9dc19e6329a109a 6847 syscall header declaration incorrect Conflicts: usr/src/uts/common/vm/vm_anon.c usr/src/uts/common/sys/zone.h usr/src/uts/common/os/zone.c
2016-04-296847 syscall header declaration incorrectBryan Cantrill2-3/+4
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-25OS-5360 race on thread vforkJerry Jelinek2-5/+14
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-25 [illumos-gate merge]Jerry Jelinek1-2/+5
commit 4cde22c29999ffb907ca39d2ebd512812f7e5168 6873 zfs_destroy_snaps_nvl leaks errlist
2016-04-226873 zfs_destroy_snaps_nvl leaks errlistChris Williamson1-2/+5
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-22OS-5356 su reports getcwd() error in LX zoneJerry Jelinek3-59/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>