summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
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>
2015-05-19OS-4284 SegFault when invoking lx_sendmsgJerry Jelinek1-22/+44
2015-05-18OS-4289 SegFault upon invoking lx_pollJerry Jelinek1-17/+35
2015-05-18OS-4283 SegFault upon invoking lx_selectJerry Jelinek1-28/+62
2015-05-18OS-4281 SegFault upon invoking io_submit by trinityJerry Jelinek1-3/+6
2015-05-18 [illumos-gate merge]Jerry Jelinek2-11/+25
commit fae6347731c9d3f46b26338313b0422927f29cf6 5815 libzpool's panic function doesn't set global panicstr, ::status not as useful commit 255ca53cb863784f137aca02aa15c67d8dce73de 5816 mdb '::status' truncates assertion messages commit 589efa9501f3347f21e60905a96ca39427169e10 5883 race in netstack_unregister and zone creation 5884 want zid2zone 5885 want a dcmd for going from netstack id to nestack_t commit e7619b69689d6a40a07425ef14002f2ab4d724d9 5840 cmd/ypcmd build failed without usr/lib/libsocket.so on build host commit 2ba6d2b94a398caab9e751c277f0acbd1cc22c77 5896 svccfg import returns before service can be used by svcadm 5897 improve comments for svc.startd commit 799823bbed51a695d01e13511bbb1369980bb714 5890 Enable Intel SMEP support when available 5891 want to be able to see x86 control regs with kmdb commit 29f78cfa374064141c78641a37afda71a6408269 5889 want ::x86_featureset commit bc44a9330a5eaab897440aebd5b17691ec2c1d0a 5894 Want big theory statement on MAC's data path Conflicts: usr/src/uts/common/io/mac/mac_sched.c usr/src/cmd/svc/svccfg/svccfg_libscf.c usr/src/cmd/svc/startd/startd.c usr/src/cmd/mdb/i86pc/modules/unix/unix_sup.s usr/src/cmd/mdb/i86pc/modules/unix/unix.c usr/src/cmd/mdb/common/modules/genunix/zone.h usr/src/cmd/mdb/common/modules/genunix/zone.c usr/src/cmd/mdb/common/modules/genunix/genunix.c
2015-05-165815 libzpool's panic function doesn't set global panicstr, ::status not as ↵Prakash Surya2-11/+25
useful Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-14OS-4309 lxbrand lxinit is careless when execing initPatrick Mooney1-0/+7
2015-05-14OS-4306 lxbrand setsockopt(IP_MULTICAST_TTL) handles optlen poorlyPatrick Mooney1-8/+9
2015-05-13OS-4303 lxbrand ltp ptrace05 failsPatrick Mooney1-3/+0
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-05-13OS-3307 LTP signal 63 failuresPatrick Mooney1-9/+19
2015-05-12OS-4299 lxbrand RT signals lack si_valuePatrick Mooney1-0/+1
2015-05-12OS-4300 increase RT signal countPatrick Mooney6-1/+12
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-05-11OS-4285 lxbrand sssd attempts AF_NETLINK bind with nonzero nl_pidPatrick Mooney2-2/+16
OS-4240 upstart-udev-bridge aborts due to missing AF_NETLINK Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-05-08OS-3827 lxbrand remove lx_thunk codePatrick Mooney26-3517/+8
2015-05-07OS-4259 make systemd's detect_container work for a zoneJerry Jelinek2-1/+9
2015-05-07OS-4256 centos 7 systemd stops after failing to mount sysfsJerry Jelinek1-0/+23
2015-05-07OS-4251 lxbrand want lx_init for less boot-time overridesPatrick Mooney11-611/+796
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-05-06OS-4254 libbrand token substitution incomplete for mount entriesPatrick Mooney2-15/+15
2015-05-06 [illumos-gate merge]Jerry Jelinek8-41/+69
commit 7e89328164e4b89906924cf4e0387ea13a77631b 5753 libnsl: set_up_connection() over TCP does not adhere the specified timeout commit 12844f5a6e6a4f8cb472dc421b8263103c55bd43 5651 Missing header file sys/fs/s5ino.h referenced in /usr/src/cmd/acct/diskusg.c commit 4d0eb50e691de4c20b1dd9976ad6839fede8a42d 4719 update gate build environment to [open]jdk7 4742 update manifests for javadoc7 4743 Fix deprecated /usr/j2se usage in slp and remove from filesystem(5) manpage 4744 remove traces of /var/sadm/system/admin/default_java commit 37bbd7cc85ebfd31fbf68569b8b098e5448c9ce9 5878 Additional lint fixes for sunstudio12.1 and more modern OpenSSL Conflicts: usr/src/cmd/dtrace/test/tst/common/java_api/Makefile usr/src/cmd/dtrace/test/cmd/jdtrace/Makefile
2015-05-06OS-4230 Add support for Alpine Linux lx-brand imageJerry Jelinek3-1/+226
2015-05-055753 libnsl: set_up_connection() over TCP does not adhere the specified timeoutMarcel Telka1-29/+51
Reviewed by: Dan Fields <dan.fields@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-054719 update gate build environment to [open]jdk7Richard PALO3-8/+7
4742 update manifests for javadoc7 4743 Fix deprecated /usr/j2se usage in slp and remove from filesystem(5) manpage 4744 remove traces of /var/sadm/system/admin/default_java Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2015-05-055878 Additional lint fixes for sunstudio12.1 and more modern OpenSSLRichard Lowe4-4/+11
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2015-05-04OS-4250 override upstart-udev-bridge until OS-4240 is fixedJerry Jelinek1-0/+6
2015-05-04OS-4244 cleanup dead code in lx_init_zone_* and distros dirJerry Jelinek17-2875/+145
2015-05-01OS-4239 stop modifying ubuntu image filesJerry Jelinek1-129/+12
2015-05-01 [illumos-gate merge]Jerry Jelinek1-4/+5
commit 75598e109dfb54c4a0364e1544f5aff609d2c978 5763 missing va_end() on return from __fini_daemon_priv() commit d17b05b6ba5ce4569b13b250fe44164219de8c53 4492 zone hung in down state, stuck in ilb_stack_fini commit 3bb0cb708b0d9e3882b52efcf67a78f2a39baf90 4426 mci_rw_lock white-hot under load commit c536b1f93b31eba539c635a91be8ee2ab0fcb15a 5596 tar doesn't properly wait for its children Conflicts: usr/src/uts/common/sys/mac_client_impl.h usr/src/common/util/getresponse.c usr/src/cmd/tar/tar.c
2015-04-305763 missing va_end() on return from __fini_daemon_priv()Gary Mills1-4/+5
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-04-285863 psiginfo arguments should be constEric Sproul2-4/+6
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-285861 clean up obsolete init scriptsAlexander Eremin1-4/+4
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-281527 SMB server in non-global zonesGordon Ross2-7/+4
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Stepan Zastupov <stepan.zastupov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-28OS-4237 lx_init_* scripts are a messJerry Jelinek3-3327/+27
2015-04-29 [illumos-gate merge]Jerry Jelinek5-13/+14
commit 3e5de5d019b8b1edc6c40c035fa29f3a41341841 5863 psiginfo arguments should be const commit 4b92079ba1c38eb015d4df99305947dbeccbb80d 5861 clean up obsolete init scripts commit 8622ec4569457733001d4982ef7f5b44427069be 1527 SMB server in non-global zones
2015-04-28 [illumos-gate merge]Jerry Jelinek1-3/+5
commit e548823371e6dfbf1717dabbe24870fec98c6051 1501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (take 2) commit ee637354acf5da3e4a5853a500f444e3aec1a76e 5465 CFLAGS missing from BUILD.SO in lib/Makefile.lib Conflicts: usr/src/lib/Makefile.lib
2015-04-275465 CFLAGS missing from BUILD.SO in lib/Makefile.libGary Mills1-2/+5
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-27 [illumos-gate merge]Jerry Jelinek1-3/+7
commit b67dde11a73a9455d641403cbbb65ec2add41b41 5814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist. commit 8df173054ca442cd8845a7364c3edad9d6822351 5812 assertion failed in zrl_tryenter(): zr_owner==NULL commit 732885fca09e11183dd0ea69aaaab5588fb7dbff 5810 zdb should print details of bpobj commit f40b29ce2a815bcc0787acf6f520a2b74258b785 5809 Blowaway full receive in v1 pool causes kernel panic commit 23367a2f2caec1ccb4d918bdd0f2fc2c9cadcd06 5808 spa_check_logs is not necessary on readonly pools commit 52244c0958bdf281ca42932b449f644b4decfdc2 5767 fix several problems with zfs test suite commit 8430278980a48338e04c7dd52b495b7f1551367a 5847 libzfs_diff should check zfs_prop_get() return
2015-04-245847 libzfs_diff should check zfs_prop_get() returnAlexander Eremin1-3/+7
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-23 [illumos-gate merge]Jerry Jelinek1-1/+1
commit bbe876c07ed632b8f85e195d41e7948382064a95 5761 nfs4_prot.x should be updated for RFC 7531 commit 85aac7c12e738f35fbcd61cdc0503288fb66b382 5831 "beadm umount <dir>" core dump
2015-04-23OS-4214 lxbrand 64-bit signal delivery frame not quite right (fix DEBUG build)Joshua M. Clulow1-2/+0
OS-4215 lxbrand rt_sigreturn(2) could try to recover in the face of stack shenanigans (fix DEBUG build)
2015-04-22OS-4214 lxbrand 64-bit signal delivery frame not quite rightJoshua M. Clulow4-53/+152
OS-4215 lxbrand rt_sigreturn(2) could try to recover in the face of stack shenanigans Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-04-225831 "beadm umount <dir>" core dumpIgor Kozhukhov1-1/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-04-22 [illumos-gate merge]Jerry Jelinek1-7/+5
commit 14c3be3932e278c263b32fb17daff38fd4de18f8 5605 Disable IPP printing like SMB printing can be disabled commit c883468ae561a0b211f3633eb2a24aa4306661f2
2015-04-215605 Disable IPP printing like SMB printing can be disabledGordon Ross1-7/+5
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
2015-04-21OS-4154 lxbrand support TCP_DEFER_ACCEPTJerry Jelinek1-15/+77
2015-04-20OS-4131 lxbrand AF_NETLINK should be handled consistentlyPatrick Mooney2-15/+13
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-04-17 [illumos-gate merge]Jerry Jelinek1-1/+2
commit 3e8c3b95d57b4ab5caca2cc99b412489015c4858 5834 Remove dependency on sysidtool commit 7721f1230adeb792b06df9580f9696d03ff5911d 5837 libdtrace audit library build missing LDLIBS
2015-04-16OS-4193 sngl should have sys_fs_import by defaultJosh Wilsdon1-1/+2
2015-04-165837 libdtrace audit library build missing LDLIBSRobert Mustacchi1-1/+2
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-16 [illumos-gate merge]Jerry Jelinek4-5/+7
commit 545758327e65fa2c3d514152f4c010e8faddfa6d 5835 fix printf tokens for net-snmp 5.7.2 commit e3dc7d16623f78f12e240686f2c357ca545426f2 3704 libfmd_snmp should compile with newer net-snmp commit a52fc310ba80fa3b2006110936198de7f828cd94 5701 zpool list reports incorrect "alloc" value for cache devices commit 155173561a7af3379c70dd10c51cf4729aedeea3 5839 vmstat(1M) should stop documenting -c commit 03b1c2971d24a9cd2c073d634f7e074fbd14e984 5610 zfs clone from different source and target pools produces coredump