summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2015-07-08OS-4454 systemd fails to exec journald due to failed capset20150709release-20150709Jerry Jelinek1-2/+18
2015-07-08OS-4465 journald shuts down due to missing SO_TIMESTAMP socket supportJerry Jelinek1-0/+15
2015-07-06OS-4474 lxbrand missing prctl(PR_SET_PDEATHSIG) supportPatrick Mooney6-121/+2
OS-4476 lxbrand convert prctl to IKE Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-07-03 [illumos-gate merge]Jerry Jelinek3-22/+30
commit 77eb9dd4fa1a2a4b00af3d1973a84b60fbf40cdf 687 rpcgen should not generate absolute #includes commit 29a47e6ee6365b8ebcd68a3d59c0e1ef32f17ceb 5172 tftpd service is not registered by default and its manual is giving misleading directions
2015-07-02687 rpcgen should not generate absolute #includesGary Mills3-22/+30
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2015-07-02OS-4469 journald needs fallocate(2) syscallJerry Jelinek1-3/+1
2015-07-01OS-4471 disable ltp futex_wake04, it expects /proc/sys/vm/nr_hugepages to be ↵Jerry Jelinek1-0/+1
writable
2015-06-30OS-4455 journald exits with 'Unknown socket passed.'Jerry Jelinek1-1/+15
2015-06-25OS-4438 lxbrand ptrace should support PTRACE_GETSIGINFOPatrick Mooney1-0/+1
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-06-23OS-4114 lxbrand convert sendmsg and recvmsg to IKEPatrick Mooney4-957/+10
OS-4257 lxbrand convert sendto and recvfrom to IKE Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-06-22OS-4447 revert OS-4240 now that OS-4250 is fixedJerry Jelinek1-6/+0
2015-06-22OS-4444 minor build issuesJerry Jelinek1-0/+1
2015-06-22OS-4446 capget version probing incorrectJerry Jelinek1-0/+8
2015-06-22 [illumos-gate merge]Jerry Jelinek1-0/+4
commit 1d3f896f5469c69c1339890ec3d68e9feddb0343 5981 Deadlock in dmu_objset_find_dp commit 6203546182f592d62b0fb7f4182da3d21d59031f 3768 fnmatch(5) is worded poorly commit 2750f8d5ec1b891560ac2224f6c37243d910bd1b 5997 FRU field not set during pool creation and never updated commit 057c620a8f2b46f09e91dfff7da884175a36b0a8 5996 libtopo ses module unload takes too long
2015-06-195996 libtopo ses module unload takes too longHans Rosenfeld1-0/+4
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-06-19OS-4439 need prctl [G|S]ET_SECUREBITS supportJerry Jelinek2-0/+12
2015-06-17OS-4428 lxbrand lxinit should support static routes from NAPIJoshua M. Clulow6-16/+856
2015-06-16OS-4421 skipping ltp tests for functionality that now worksJerry Jelinek2-33/+1
2015-06-16OS-3742 lxbrand add support for signalfdJerry Jelinek6-10/+40
OS-4382 remove obsolete brand hooks added during lx development
2015-06-15OS-4406 native signalfd supportJerry Jelinek5-0/+64
2015-06-15 [illumos-gate merge]Jerry Jelinek12-760/+264
commit b884368dd61598a2c84215e7b8620e34fba645a1 4751 ipadm(1M) should make it clear that static v6 addrs on an interface require addrconf addrs commit 5ce9dfc844a5f2a338bcba6fcfd718a0e60956fe 2056 update boot(1m) for right location of the GRUB menu commit 68b2bbf26c7040fea4281dcb58b81e7627e46f34 5995 RPC over SMB named pipes should use AF_UNIX sockets commit 5a48565528ab0659af6d43ebe1659bfff8074e8f 5994 Access Based Enumeration not working after 1527 commit b6f078ed90209a1b0e143e0abd10e14a6a2a7397 5993 SMB server fails setting dates earlier than 1970 commit 46e1baa6cf6d5432f5fd231bb588df8f9570c858 5911 ZFS "hangs" while deleting file commit 83885279ef0a4e648dec5ed9b6933631923e8a6a 5618 webrev is unable to format (mi in man pages commit b3cff10cdd26674d8dc66e0b349fd185df709fad 5409 Remove shareiscsi description and example from zfs(1M) 5988 zfs(1M) diff is excessively indented commit b735fab62707bcb6832e1654b9265bd13e0ae959 1209 fnmatch(3C) should mention FNM_IGNORECASE Conflicts: usr/src/man/man1m/zfs.1m
2015-06-135995 RPC over SMB named pipes should use AF_UNIX socketsGordon Ross12-760/+264
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-06-12 [illumos-gate merge]Jerry Jelinek2-20/+39
commit 0afb687bf3724077cd5f304f176b5ee2b92aa2c2 5679 be_sort_list(): Possible null pointer dereference
2015-06-115679 be_sort_list(): Possible null pointer dereferenceGary Mills2-20/+39
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-06-11OS-4398 lxbrand async connect(3) should appear more successfulPatrick Mooney3-40/+7
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-06-10OS-4397 varpd dumps core due to race on shutdownRobert Mustacchi1-0/+1
2015-06-09OS-4341 libproc should also check the GNU build id in addition to the debug linkRobert Mustacchi1-37/+190
Reviewed by: Patrick Mooney <patrick.f.mooney@gmail.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-06-08OS-4376 lxbrand lxinit ought not chrootJoshua M. Clulow1-61/+34
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-06-08OS-4348 libnsl should seek netconfig file in native rootJoshua M. Clulow1-1/+11
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-06-08OS-4335 ipadm_door_call should work in a branded zone without chrootJoshua M. Clulow1-3/+15
OS-4336 ipmgmtd should work in a branded zone without chroot Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-06-08OS-4361 libzonecfg should be aware of branded zone native rootJoshua M. Clulow5-84/+405
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-06-08 [illumos-gate merge]Jerry Jelinek1-2/+2
commit 81ad62fccc616122995dc5abd6e7a8bed377f818 5956 orientate is not a word commit 2235c267f66f8b02ccdfc15c8c0aac6346fba1bc 5982 All kernel messages seem to come from 'genunix' instead of individual modules after 5272
2015-06-055956 orientate is not a wordSergio Aguayo1-2/+2
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Gordon Ross <gwr@nexenta.com>
2015-06-05OS-4389 lxbrand lx_vdso makefile uses PATH to find elfeditPatrick Mooney1-1/+1
2015-06-05OS-4338 lxbrand expose route info via netlinkPatrick Mooney1-3/+2
OS-3866 lxbrand ip route show fails OS-4275 lxbrand ansible unable to query network facts Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-06-05OS-4386 lx brand: PTRACE_POKEUSER misbehaves for 64-bit valuesBryan Cantrill1-3/+4
2015-06-05OS-4339 fix for 5234 reintroduced OS-2386Bryan Cantrill1-4/+8
2015-06-05 [illumos-gate merge]Jerry Jelinek92-313/+10915
commit fa517adbe8e043d0cdff8c3b22591c6fdec89934 5966 zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_002_pos incorrectly uses typeset builtin 5967 Invalid multiline string in zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_004_neg commit b819cea2f73f98c5662230cc9affc8cc84f77fcf 5917 User-mode SMB server commit 83d2dfe69259e79314662cf95e6d1f9103dcffe2 5921 Want a netbios_enable parameter in sharectl_smb commit bcfab0594401266bd287f71573312d8af05de184 5976 e1000g use after free on start failure
2015-06-045917 User-mode SMB serverGordon Ross91-307/+10903
Authored by: Thomas Keiser <thomas.keiser@nexenta.com> Authored by: Albert Lee <trisk@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-06-045921 Want a netbios_enable parameter in sharectl_smbGordon Ross5-6/+12
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-06-04OS-4287 lx error starting autofsJerry Jelinek1-2/+4
2015-06-03OS-4370 varpd should support getting an include path from SMFRobert Mustacchi22-221/+303
OS-4203 varpd stayed in carbonite after signal delivery OS-4373 varpd plugins should not link against libvarpd OS-4374 libc mutexes break kernel writers hearts Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-06-02OS-4365 lxbrand ubuntu resolvers not configured on recent imagesPatrick Mooney1-1/+1
2015-06-02OS-4360 cleanup lx_afs as a prelude for v5 workJerry Jelinek3-3/+5
2015-06-01 [illumos-gate merge]Jerry Jelinek15-114/+84
commit 91d7f85e02991954d1e1bd44673df567ad8dcc87 5916 make libsqlite a real shared lib commit e53cbaa96c466c221cfec0d1a481c6f75be6880d 5851 usr/lib/pool/poold has incorrect run path after 4719 commit d235eb05fe584753047218e3a6dd344d0154d19b 5708 rid usbser/Makefile of CERRWARN commit 67a4bb8f9ad4c49e9aa9e21e2114a7c093c3a73a 5396 fix longjmp clobbering errors commit bd0f709169e67f4bd34526e186a7c34f595f0d9b 1778 Assertion failed: rn->rn_nozpool == B_FALSE, file ../common/libzfs_import.c, line 1077, function zpool_open_func commit 24218bebb460e4015fac2c9f2cec1902eddbcd7b 5946 zfs_ioc_space_snaps must check that firstsnap and lastsnap refer to snapshots 5945 zfs_ioc_send_space must ensure that fromsnap refers to a snapshot Manifest changes: Removed: f usr/lib/libsqlite-native.o 0644 root bin f usr/lib/libsqlite.o 0644 root bin f usr/lib/smbsrv/libsqlite.so.1 0755 root bin s usr/lib/smbsrv/libsqlite.so=libsqlite.so.1 Added: f lib/libsqlite-sys.so.2.8.15 0755 root bin
2015-05-315916 make libsqlite a real shared libGordon Ross11-102/+77
Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2015-05-305396 fix longjmp clobbering errorsGary Mills3-8/+6
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-29OS-4323 stub out cgroup fsJerry Jelinek1-0/+18
2015-05-291778 Assertion failed: rn->rn_nozpool == B_FALSE, file ↵Andrew Stormont1-4/+1
../common/libzfs_import.c, line 1077, function zpool_open_func Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-05-20OS-4320 lxbrand convert getdents to IKEPatrick Mooney3-200/+5
OS-4282 lxbrand segfault in lx_getdents Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>