summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2015-05-14OS-4306 lxbrand setsockopt(IP_MULTICAST_TTL) handles optlen poorlyPatrick Mooney1-8/+9
2015-05-13OS-4303 lxbrand ltp ptrace05 failsPatrick Mooney9-9/+44
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-05-13OS-3307 LTP signal 63 failuresPatrick Mooney1-9/+19
2015-05-13 [illumos-gate merge]Jerry Jelinek10-269/+397
commit 2695d4f4d1e2a6022c8a279d40c3cb750964974d 3783 Flow control is needed in rpcmod when the NFS server is unable to keep up with the network commit 7d593912b33208f97b6a9b5aa18d6bc0227c8a67 5819 want dumpadm(1m) option to print estimated dump size
2015-05-12OS-4299 lxbrand RT signals lack si_valuePatrick Mooney1-0/+1
2015-05-12OS-4300 increase RT signal countPatrick Mooney9-6/+20
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-05-123783 Flow control is needed in rpcmod when the NFS server is unable to keep ↵Marcel Telka6-263/+349
up with the network Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Albert Lee <trisk@omniti.com>
2015-05-125819 want dumpadm(1m) option to print estimated dump sizeAlexander Eremin4-6/+48
Reviewed by: Richard Elling <richard.elling@richardelling.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Albert Lee <trisk@omniti.com>
2015-05-12OS-4288 lxbrand reads of /proc/pid/status leads to high SYS timeMax Bruning1-40/+4
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-05-11OS-4285 lxbrand sssd attempts AF_NETLINK bind with nonzero nl_pidPatrick Mooney3-9/+87
OS-4240 upstart-udev-bridge aborts due to missing AF_NETLINK Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-05-11OS-4293 removal of un-fired IN_ONESHOT inotify event induces panicBryan Cantrill1-3/+3
2015-05-11OS-4294 dpioctl() can return with dpe_lock heldBryan Cantrill1-1/+3
2015-05-11OS-4295 sosctp_connect() can drop unowned lock, inducing panicBryan Cantrill1-1/+1
2015-05-11OS-4292 lx brand: no synchronization with respect to lxpr_cons_ldihBryan Cantrill4-29/+27
OS-4296 lx brand: lxpr_readdir_*() variants suffer from signed comparisons
2015-05-09 [illumos-gate merge]Jerry Jelinek30-979/+535
commit 12380e1e701fda28c9e9f32d01cafb54af279eb5 5269 zpool import slow commit 00208914d51cd2f8ec864d0b732aa94a0e13a2ed 5612 lpadmin dumps core in getlist commit 1fb4a876cbadf3a151ab8a149be6956199e83e22 5904 unable to save/modify files on CIFS share from Windows 7 commit fb699f1e35c673b043b5de07040056cd5cb0b50e 5903 SMB server breaks an oplock on after an attribute (only) open commit 961125f22fcbbcf361c897aaf3f8be5b1dbceefe 5902 Unable to take ownership, view permissions, or delete files... commit 5496c1178a1a48006226450b13c2df195831794c 5901 SMB clients get errors trying to delete non-empty directories 1663 Non-empty directories can be marked delete on close in CIFS, but not actually deleted commit 380bdfdf3b87cbfda20ccdf5d4fa7c129623622b 5900 read-raw, write-raw are dead code commit 856399cf160942495309c59ac7a9541834573cd3 5899 panic on bad mutex in smb_event_wait() commit 412cc9e98decfe9afa3ce4f414bc04fd83c9f856 5898 SO_RCVTIMEO broken for AF_UNIX
2015-05-095269 zpool import slowArne Jansen10-60/+239
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-09OS-4269 lx brand: readdir() neglects to return EOF in some casesBryan Cantrill2-4/+4
2015-05-08OS-4286 lx brand: lxpr_read_net_unix() can read/return uninitialized dataPatrick Mooney1-2/+5
2015-05-085612 lpadmin dumps core in getlistGary Mills1-10/+29
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085904 unable to save/modify files on CIFS share from Windows 7Gordon Ross2-13/+19
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085903 SMB server breaks an oplock on after an attribute (only) openAlek Pinchuk1-49/+52
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085902 Unable to take ownership, view permissions, or delete files...Gordon Ross1-2/+16
Reviewed by: Alek Pinchuk <alek@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085901 SMB clients get errors trying to delete non-empty directoriesAlek Pinchuk3-17/+89
1663 Non-empty directories can be marked delete on close in CIFS, but not actually deleted Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085900 read-raw, write-raw are dead codeGordon Ross10-727/+7
Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085899 panic on bad mutex in smb_event_wait()Gordon Ross8-99/+81
Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085898 SO_RCVTIMEO broken for AF_UNIXGordon Ross1-2/+3
Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-08OS-3827 lxbrand remove lx_thunk codePatrick Mooney27-3525/+8
2015-05-07OS-4277 lx procfs /proc/{pid}/environ always empty [handle empty env vector]Jerry Jelinek1-0/+8
2015-05-07OS-4259 make systemd's detect_container work for a zoneJerry Jelinek2-1/+9
2015-05-07OS-4277 lx procfs /proc/{pid}/environ always emptyJerry Jelinek3-3/+234
2015-05-07OS-4256 centos 7 systemd stops after failing to mount sysfsJerry Jelinek9-1/+1436
2015-05-07OS-4251 lxbrand want lx_init for less boot-time overridesPatrick Mooney12-611/+798
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-05-06OS-4254 libbrand token substitution incomplete for mount entriesPatrick Mooney3-16/+16
2015-05-064719 update gate build environment to [open]jdk7 [fix broken build]Jerry Jelinek2-2/+2
2015-05-06 [illumos-gate merge]Jerry Jelinek48-925/+381
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-055651 Missing header file sys/fs/s5ino.h referenced in ↵Gary Mills2-422/+2
/usr/src/cmd/acct/diskusg.c Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-054719 update gate build environment to [open]jdk7Richard PALO39-472/+315
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 Lowe6-4/+13
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-05 [illumos-gate merge]Jerry Jelinek1-4/+1
commit f949c3862e64cd157f2a1aeefd0da08100f76173 3914 ill_frag_hash_tbl not allocated for loopback interfaces Conflicts: usr/src/uts/common/inet/ip/ip_if.c
2015-05-04OS-4253 lxbrand ubuntu 15.04 won't boot because /sbin/init is a symlinkJerry Jelinek1-4/+9
2015-05-04OS-4252 zlogin to centos7 lx zone panicsJerry Jelinek1-0/+4
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-013914 ill_frag_hash_tbl not allocated for loopback interfacesJoshua M. Clulow5-88/+79
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2015-05-01OS-4245 mac_rx_srs_process stack depth needs to account for harder usageRobert Mustacchi1-1/+1
2015-05-01OS-4239 stop modifying ubuntu image filesJerry Jelinek1-129/+12
2015-05-01 [illumos-gate merge]Jerry Jelinek4-10/+11
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>