summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2014-12-01OS-3600 lxbrand 32bit cannot boot with OS-3594 fixPatrick Mooney5-13/+23
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2014-12-01 [illumos-gate merge]Keith M Wesolowski44-934/+1260
commit 1eabc4bec6d2a5ad71f6a1f0c019af5438d8b1bf 3124 Remove any existing references to utmp, use utmpx instead commit 90b1de135fcfa7ce4adc9138a885aa94bbcef04f 2732 consistent use of #pragma align would please GCC commit 2ae3114cc2c67c8ccb4eecdad806614150ce34fd 5345 ctype.h is missing tolower_l and toupper_l commit 9c787c76803e57736d13413909945366ce3a9448 5320 panic in smb_com_locking_andx commit bc7c423f80bd757204d3b17cfd74585ae5b30ed8 5319 smb_oplock_acquire thread deadlock commit 7f3ef643e446c82e27a9386991b140b128baf22c 5318 Panic with smbtorture raw.scan-eamax commit 5fd03bc0f2e00e7ba02316c2e08f45d52aab15db 5317 SMB server delivers old modification time commit 371387fa64d65a99a72f1ff81d0efd2220534d0b 4937 SunSSH should support EOW extension commit b808966a943db6fb9a110438cce8184c87e1f62b 5362 invalid conversion when using asm/thread.h in c++ code
2014-12-01OS-3596 lxbrand 64bit truncate03 fails, max file size limit not enforcedJerry Jelinek1-0/+51
2014-12-013124 Remove any existing references to utmp, use utmpx insteadSachidananda Urs5-38/+17
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2014-12-012732 consistent use of #pragma align would please GCCRichard PALO1-6/+6
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-305345 ctype.h is missing tolower_l and toupper_lRichard PALO1-0/+2
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-295320 panic in smb_com_locking_andxGordon Ross1-0/+6
Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-295319 smb_oplock_acquire thread deadlockGordon Ross6-83/+162
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Sarah Jelinek <Sarah.Jelinek@nexenta.com> Reviewed by: Jeffry Molanus <jeffry.molanus@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-295318 Panic with smbtorture raw.scan-eamaxGordon Ross8-116/+315
Reviewed by: Albert lee <trisk@nexenta.com> Reviewed by: Ilya Usvyatsky <Ilya.Usvyatsky@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-295317 SMB server delivers old modification timeGordon Ross23-687/+713
Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-284937 SunSSH should support EOW extensionAdam Stevko4-3/+37
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-285362 invalid conversion when using asm/thread.h in c++ codeAlexander Eremin1-1/+2
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-28OS-3594 lx brand: need support for MAP_32BITBryan Cantrill7-13/+49
2014-11-28OS-3598 lx brand: RLIM_INFINITY not correctly expressed on 64-bitBryan Cantrill1-2/+26
OS-3599 lx brand: glibc derives incorrect default stack size on 64-bit
2014-11-27 [illumos-gate merge]Keith M Wesolowski473-2261/+502
commit 67596cf9c2b72fce44cb338448ce7006e99953f8 5344 etc/ftpusers breaks some incrementals commit 5ecdb14294592edd8198f1f998c79e60406503ad 5271 matherr(3M) is designed for interposition, should not be direct bound commit ddc0e0b53c661f6e439e3b7072b3ef353eadb4af 5261 libm should stop using synonyms.h 5298 fabs is 0-sized, confuses dis(1) and others commit 1ec68d336ba97cd53f46053ac10401d16014d075 5262 libm needs to be carefully unifdef'd 5268 libm doesn't need to hide symbols which are already local commit 0b51021a5ac604aec4fe23e2cdcf97e3e886b9ec 5367 complex.h /* #if !defined(__cplusplus) */ comment foils gcc fixincludes commit f63ab3d5a84a12b474655fc7e700db3efba6c4c9 5349 verify that block pointer is plausible before reading
2014-11-265344 etc/ftpusers breaks some incrementalsRichard Lowe1-1/+1
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-265271 matherr(3M) is designed for interposition, should not be direct boundRichard Lowe1-1/+1
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-265261 libm should stop using synonyms.hRichard Lowe433-1555/+377
5298 fabs is 0-sized, confuses dis(1) and others Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-265262 libm needs to be carefully unifdef'dRichard Lowe117-699/+39
5268 libm doesn't need to hide symbols which are already local Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-265367 complex.h /* #if !defined(__cplusplus) */ comment foils gcc fixincludesPiotr Jasiukajtis1-4/+0
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-26OS-3488 lxbrand 64bit LTP kill11 test failing for SIGPWR20141127release-20141127Jerry Jelinek3-2/+13
2014-11-26Protype a new timer implementationRobert Mustacchi6-56/+241
As we go further down the path of implementing reconnect logic and the ilk, we need to have a sensible timer situation here. Because we don't need a granularity larger than a second or particularly accurate timing, we opt to use CLOCK_REALTIME instead of CLOCK_MONOTONIC, this will also allow the svp plug-in to work in zones where the operator has not allowed a high res timer.
2014-11-265349 verify that block pointer is plausible before readingMatthew Ahrens2-4/+87
Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Xin Li <delphij@FreeBSD.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-26 [illumos-gate merge]Keith M Wesolowski16-241/+566
commit 0cc80ade12a7ed4a67d90f6496ecf40c87e8ff16 5335 psrset should support specifying a zone to bind commit 89621fe174cf95ae903df6ceab605bf24d696ac3 5296 Support for more than 16 groups with AUTH_SYS commit 64e4e50ab4bc3670a29e5691e3dd935c94f0a5d7 5341 gcore fails with "no such file or directory" if write fails ... error is misleading Conflicts: usr/src/cmd/mdb/common/modules/genunix/gcore.c usr/src/cmd/mdb/common/mdb/mdb_err.c usr/src/cmd/fs.d/nfs/mountd/mountd.c
2014-11-255335 psrset should support specifying a zone to bindRobert Mustacchi2-21/+63
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-25Allow the svp plugin to try to connectRobert Mustacchi18-170/+549
Implement a libvarpd_panic() function This allows the svp plugin to start to have more of a notion of connecting to systems. In addition, it adds a panic function which allows us to be a bit more explicit about where we're aborting and include a more useful message. While generally all the state we care about is in the core dump, this just adds a little bit of extra information for a human to speed up the process.
2014-11-25OS-3560 lxbrand git clone ltp.git failsJerry Jelinek2-7/+48
2014-11-255296 Support for more than 16 groups with AUTH_SYSMarcel Telka13-232/+564
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-25 [illumos-gate merge]Keith M Wesolowski25-1201/+1051
commit 9e573dcc6440324d76c37be570afdef86f045685 5104 reboot should check for (and remove) extra -B zfs-bootfs options. commit 21920a0a2f368f65491623e68d7c66dfd09c46f4 4228 chmod(1): SFI NFSv4 ACL inheritance flags are not documented commit 2f183016d19cb0c342edba0c4f2c9058f07298a9 3614 The 'offline' and 'sparse' extended system attributes should be documented in man pages commit 22fec8cf7c90530cbbeb80ea11190db467cb2e21 4305 rpc(3nsl): svc_sendreply is in rpc_svc_calls(3nsl) commit 6aa4fc89ec1cf2cdf7d7c3b9ec059802ac9abe65 4324 hosts_access(3): Missing symlinks for hosts_ctl, request_init, and request_set commit 3689c709de099274714d61c877dcc1aa333f3f41 4328 sigprocmask(2) talks about the 'how' argument commit db26b99f059a8c142f2792443c9feacf20492ce7 4325 rpc_svc_calls(3nsl): svc_getrpccaller() description should be improved commit 17452594f0e9de79709558488fe1aa553bedaa68 4321 rpc_svc_calls(3nsl): svc_run() can return commit 67c6b9aa14d625ebd5b266131566d95298d2d993 4306 rpc_svc_calls(3nsl): Messed svc_sendreply/svc_max_pollfd commit c235b016b0b38466c37f5fe5360c79e58fa3062d 4320 rpc_svc_reg(3nsl): svc_pollfd is modified too commit b64d5d97b0f8212e45e2f214bddc101b35839fde 4240 lofs(7fs): Missing quotes commit 56df543bd1506bfa8639c4f131c22460558bf4af 3833 err(3c): 'status' should be changed to 'eval' commit c7b6bf90757979f50e793af7ea98d3120668214f 4199 acl_trivial(3sec): The definition of trivial ACL is incorrect commit 229fca2669c724519f75f27dbd16b96f35b82589 4192 acl(5): issues in the man page commit 870bcdc9e2be873a751e202d1425b07267029c70 4201 fopen(3c): The w mode should be bold, not italic commit 5619b3f84733e187bc34bca49abbec8bdfcd7d99 4181 zfs(1m): 'zfs allow' examples in the man page are outdated commit 62824eff3eecef0153856851a0ecd8da820e02a1 3622 nfslogd(1M): Note about svc:/network/nfs/log is needed commit 073ec901764f0ff4a9110de0cfbc6b5ce426d99a 5299 share_nfs(1m) should be converted to mdoc 3607 share_nfs(1M): tag in the log option is optional 4893 share_nfs(1m): Typo 'node' vs. 'mode' commit fdb8cf8c1b80da286f448f5e748b65f9115d7043 5291 x86 {high,low}bit rely on undefined behavior Manifests: usr/src/pkg/manifests/library-security-tcp-wrapper.mf
2014-11-255363 pwd.h has incorrect prototype for getpwnam_r and getpwuid_rKeith M Wesolowski1-4/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-255341 gcore fails with "no such file or directory" if write fails ... error ↵Keith M Wesolowski6-40/+73
is misleading Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-255104 reboot should check for (and remove) extra -B zfs-bootfs options.Toomas Soome1-2/+7
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-25OS-3591 lxbrand implement ppollJonathan Perkin5-11/+166
2014-11-244228 chmod(1): SFI NFSv4 ACL inheritance flags are not documentedMarcel Telka3-24/+53
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-243614 The 'offline' and 'sparse' extended system attributes should be ↵Marcel Telka3-76/+89
documented in man pages Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244305 rpc(3nsl): svc_sendreply is in rpc_svc_calls(3nsl)Marcel Telka5-54/+32
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244324 hosts_access(3): Missing symlinks for hosts_ctl, request_init, and ↵Marcel Telka2-3/+12
request_set Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244328 sigprocmask(2) talks about the 'how' argumentMarcel Telka1-18/+14
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244325 rpc_svc_calls(3nsl): svc_getrpccaller() description should be improvedMarcel Telka1-3/+4
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244321 rpc_svc_calls(3nsl): svc_run() can returnMarcel Telka1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244306 rpc_svc_calls(3nsl): Messed svc_sendreply/svc_max_pollfdMarcel Telka1-9/+12
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244320 rpc_svc_reg(3nsl): svc_pollfd is modified tooMarcel Telka1-9/+7
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244240 lofs(7fs): Missing quotesMarcel Telka1-7/+3
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-243833 err(3c): 'status' should be changed to 'eval'Marcel Telka1-6/+3
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244199 acl_trivial(3sec): The definition of trivial ACL is incorrectMarcel Telka2-16/+8
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244192 acl(5): issues in the man pageMarcel Telka1-27/+27
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244201 fopen(3c): The w mode should be bold, not italicMarcel Telka1-9/+4
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-244181 zfs(1m): 'zfs allow' examples in the man page are outdatedMarcel Telka1-31/+22
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-243622 nfslogd(1M): Note about svc:/network/nfs/log is neededMarcel Telka1-5/+22
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-245299 share_nfs(1m) should be converted to mdocMarcel Telka1-828/+696
3607 share_nfs(1M): tag in the log option is optional 4893 share_nfs(1m): Typo 'node' vs. 'mode' Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>