summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2015-04-16OS-4179 want search plugin in overlay property list (fix debug)Robert Mustacchi1-1/+0
2015-04-15OS-3958 want documentation for overlay devicesRobert Mustacchi3-4/+72
OS-4182 need dladm create-overlay -t OS-4174 long options for dladm *-overlay OS-4179 want search plugin in overlay property list OS-4181 Clean up duplicate VXLAN_MAGIC definition
2015-04-155835 fix printf tokens for net-snmp 5.7.2Dan McDonald3-3/+3
2015-04-153704 libfmd_snmp should compile with newer net-snmpDan McDonald1-2/+4
2015-04-15OS-3812 lxbrand nfs mounting failsJerry Jelinek6-46/+2282
2015-04-145603 Break dependency on docbook in libshell & SUNWcsDan McDonald1-16/+0
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-04-13fix symbol version problem from commit 9d12795fJerry Jelinek1-11/+0
2015-04-13 [illumos-gate merge]Jerry Jelinek2-0/+15
commit 9d12795f87b63c2e39e87bff369182edd34677d3 5830 want arc4random(3C) suite 5802 want getentropy(3C) 5803 want getrandom(2) 5804 want explicit_bzero(3C) 5805 want MC_INHERIT_ZERO 5806 uuid_generate can leak its cache in edge conditions commit 08344b293eab865a57e4629b178f2003dced397e 1517 smbsrv workers run at excessively high priority commit a32725da2e029a7b2cff859759c591f9a11fe521 1501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 commit 10b444a87400224fdb8ed3a329960a27385a96da 5321 Convenience scripts to build/clean smbsrv, idmap, zfs commit 6fdcb3d1c2baae812d9cbce37b41469b924efd90 5813 zfs_setprop_error(): Handle errno value E2BIG. commit 2fd872a734cf486007a8dba532cec52bfb4d40e5 5817 change type of arcs_size from uint64_t to refcount_t commit 34e8acef009195effafdcf6417aec385e241796e 5820 verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig) commit aaec9ca27fa0bbff6dbb446cd02e5cdd463e85ef 5776 vfork and getwd should not be exposed under XPG7 5828 Verify usleep and ualarm in symbol test Conflcts: usr/src/uts/common/vm/seg_vn.c usr/src/uts/common/syscall/memcntl.c usr/src/uts/common/sys/mman.h usr/src/test/libc-tests/tests/random/arc4key.ksh
2015-04-125830 want arc4random(3C) suiteRobert Mustacchi14-152/+383
5802 want getentropy(3C) 5803 want getrandom(2) 5804 want explicit_bzero(3C) 5805 want MC_INHERIT_ZERO 5806 uuid_generate can leak its cache in edge conditions Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-115813 zfs_setprop_error(): Handle errno value E2BIG.Will Andrews1-0/+6
Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-10 [illumos-gate merge]Jerry Jelinek1-73/+70
commit 98110f08fa182032082d98be2ddb9391fcd62bf1 5746 more checksumming in zfs send
2015-04-095746 more checksumming in zfs sendMatthew Ahrens1-73/+70
Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Albert Lee <trisk@omniti.com>
2015-04-09 [illumos-gate merge]Jerry Jelinek6-64/+161
commit 30925561c223021e91d15899cbe75f80e54d8889 5745 zfs set allows only one dataset property to be set at a time commit 643da460c8ca583e39ce053081754e24087f84c8 5765 add support for estimating send stream size with lzc_send_space when source is a bookmark commit dc5f28a3c341db7c241bba77ddc109c141072f27 5764 "zfs send -nv" directs output to stderr commit 1c445679611e2f17e31e163f4eeb49f65c99d191 5794 Add reference to RFC 5903 to ike.config(4) commit 4bc492d2bb45bc1a51b553ae441cfee4289cb3ee 5775 mr_sas initialisation pauses unecessarily for 60 seconds.
2015-04-085745 zfs set allows only one dataset property to be set at a timeChris Williamson4-50/+129
Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Reviewed by: Richard PALO <richard@NetBSD.org> Reviewed by: Steven Hartland <killing@multiplay.co.uk> Approved by: Rich Lowe <richlowe@richlowe.net>
2015-04-085765 add support for estimating send stream size with lzc_send_space when ↵Max Grossman1-5/+17
source is a bookmark Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Steven Hartland <killing@multiplay.co.uk> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Albert Lee <trisk@nexenta.com>
2015-04-085764 "zfs send -nv" directs output to stderrManoj Joseph1-9/+15
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Basil Crow <basil.crow@delphix.com> Reviewed by: Steven Hartland <killing@multiplay.co.uk> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-08 [illumos-gate merge]Jerry Jelinek3-5/+38
commit 57631629e78d7cda75d1f6ec529fc985298b24f4 5786 Fast reboot broken on EFI formatted drives commit 37915d862fc5cc87b5b702954d7d7f16a9f98e5c 5688 ELF tools need to be more careful with dwarf data commit 808449d51f6ccd25ce8ca4ff2e7cb4302ad9b574 5782 ike.config(4) needs additional oakley_group numbers
2015-04-075786 Fast reboot broken on EFI formatted drivesToomas Soome3-5/+38
Reviewed by: Richard PALO <richard@NetBSD.org> Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-04-07 [illumos-gate merge]Jerry Jelinek1-0/+6
commit be3e2ab906b80af79c7b22885f279e45ad8fb995 5766 Avoid 128K kmem allocations in mzap_upgrade() commit 20a95fb2c4af266e063e0cf86037f910a303c710 5768 zfsctl_snapshot_inactive() can leak a vnode hold commit 309d9ad9da46080f1b86b839b1c868d8769899c0 5772 isxdigit_l, iswxdigit_l not exported (missing from mapfile) commit 61a52ead5b18fada129835d3958519853b5e74ba 5710 iswblank_l missing from headers commit 105958d7eca6f896fb8caab1f9777157eb0a352c 5773 Extra pointless steps in kernel module builds commit 78d7e9613776b02098bc0b12fc9b9652b788b605 5564 arcstat does not work after 5497 commit de572d98af8238405c5d1292a788b1a85b0c68eb 5293 desire symbol visibility test commit 8c76e0763bcf0029556e106377da859f6492a7ee 5769 Cast 'zfs bad bloc' to ULL for x86 Conflicts: usr/src/tools/ctf/Makefile usr/src/test/libc-tests/tests/Makefile usr/src/test/libc-tests/runfiles/default.run usr/src/pkg/manifests/system-test-libctest.mf
2015-04-06OS-4159 error messages when dladm create-vnic fails are mostly uselessRobert Mustacchi3-5/+12
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com>
2015-04-06 [illumos-gate merge]Jerry Jelinek3-2/+52
commit 2bcf0248e992f292c7b814458bcdce2f004925d6 5692 expose the number of hole blocks in a file commit a45f1c3c5ee26f908655e7762d7e1e2aecdfefbc 5770 Add load_nvlist() error handling commit 05c2421435747d58bdc8212e3253bdd321948b8a 5625 __GNU_UNUSED macro should have different definitions for compilers
2015-04-055772 isxdigit_l, iswxdigit_l not exported (missing from mapfile)Garrett D'Amore1-0/+6
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-045692 expose the number of hole blocks in a fileMax Grossman3-2/+52
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Boris Protopopov <bprotopopov@hotmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-04-03OS-4148 ubuntu 14.10 image takes 2 minutes to boot upJerry Jelinek1-0/+3
2015-04-02OS-4133 handle FIOSETOWN and FIOGETOWN for in-kernel fcntlJerry Jelinek2-340/+3
2015-04-02OS-4139 sched_getaffinity reports incorrect number of CPUsJerry Jelinek1-5/+5
2015-04-01OS-3934 lxbrand LX_STRICT should be handled in-kernelJoshua M. Clulow1-9/+1
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-03-31OS-4123 missing /run/shm or /dev/shmJerry Jelinek4-18/+29
2015-03-31OS-4125 Error with nginx startup: fcntl(F_SETOWN) failed while spawning ↵Jerry Jelinek3-3/+341
'worker process' (22: Invalid argument)
2015-03-31 [illumos-gate merge]Jerry Jelinek1-2/+2
commit bde3d612a7c090234c60e6e4578821237a5db135 5704 libzfs can only handle 255 file descriptors
2015-03-30OS-4127 lx brand: clone(CLONE_VFORK) followed by sigaction corrupts parentBryan Cantrill3-1/+31
2015-03-305704 libzfs can only handle 255 file descriptorsSimon Klinkert1-2/+2
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-03-30 [illumos-gate merge]Jerry Jelinek1-0/+4
commit 4e901881a1e657e1cbf12d7ef9b476ec373e7939 5094 Update libsmbios with recent items commit 48386468de9db5ac3a3f4109fbf99e624d0a46f8 5754 prtconf: assertion failure in libpcidb if vendor cannot be looked up commit 98573c1925f3692d1e8ea9eb018cb915fc0becc5 4518 lockd: Cannot establish NLM service over <file desc. 9, protocol udp> commit 091932b4962dc12bd23184e519574c2f24fc49b9 5740 mr_sas driver - add additional sdt probes commit ff38cf9dace20854665175f403992f83312463cf 5739 mr_sas driver - noise reduction and output fix commit e65bc174f67bfc560c23a317bb16268ec18103f6 5737 mr_sas driver does not pass SCSI mode sense to disks when adapter in JBOD mode. 5738 mr_sas driver - poor performance when Invader adapter in JBOD mode. commit 245ac945f472de75ea45784c1ab006a14fc8723b 5755 want support for Intel FMA instrs 5756 want support for Intel BMI1 instrs 5757 want support for Intel BMI2 instrs 5758 want support for Intel AVX2 instrs commit 61f847aff0d91f3c0fc439c66e00704c78fecd84 3792 hald.c:371: error: 'g_type_init' is deprecated Conflicts: usr/src/uts/intel/sys/x86_archext.h usr/src/uts/i86pc/os/cpuid.c usr/src/uts/common/sys/auxv_386.h usr/src/common/dis/i386/dis_tables.c
2015-03-285094 Update libsmbios with recent itemsDale Ghent1-0/+4
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-03-27OS-4116 move close back to userland until aio is resolvedJerry Jelinek2-2/+3
2015-03-27OS-4098 move open, close and fcntl into the kernelJerry Jelinek5-555/+9
2015-03-27OS-4099 lxbrand bash lacks job control when using zfd ttyPatrick Mooney1-2/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-26OS-4093 lxbrand setsockopt failed for SO_SNDBUFPatrick Mooney1-85/+157
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-24OS-4084 getrlimit kills performance, move into kernelJerry Jelinek5-578/+32
2015-03-23OS-3966 Update the new ctfmerge for 5595Robert Mustacchi2-10/+1
2015-03-23OS-4080 launching a second varpd confuses the worldRobert Mustacchi1-1/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-23 [illumos-gate merge]Jerry Jelinek1-0/+2
commit e2c8add4a6cefe2fe3a4b140f54561823d493bcc 5732 nightly.sh should use check-paths.out to be useful for .gitignore commit b52c8fbe58cfd9f349fdfa6cc5cb6f5731946a2b 5731 make a clean clobber commit 58d7f9e61903e78a381912527dc9dacb6e7feddc 5734 IPFGENITER needs to know when to hit the brakes commit 546c3aa8e92003d6d783c7172f237b41667539e2 5733 ipf should only forward when forwarding is enabled commit a252e0074e35e9003ab1dc3797dccf29ff16ae73 1152 ping(1M) doesn't mention -D (DONTFRAG) option
2015-03-215731 make a clean clobberRichard PALO1-0/+2
Reviewed by: Josef 'Jeff' Sipek<jeffpc@josefsipek.net> Reviewed by: Toomas Soome<tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-20OS-3965 lxbrand VDSO could use fast trapsJerry Jelinek1-9/+63
2015-03-20OS-4083 LTP should test getcpuJerry Jelinek2-2/+0
2015-03-20OS-4082 move remaining vsyscall/vdso functions into the kernelJerry Jelinek4-49/+4
2015-03-20OS-4052 lx brand: fork()/pthread_create() race can induce hang in childJoshua M. Clulow4-11/+68
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-03-19OS-4071 lxbrand in-kernel gettimeofday(2)Jerry Jelinek3-33/+2
2015-03-19OS-4072 lx brand - zone came up without eth0 plumbed20150319release-20150319Jerry Jelinek3-40/+52
2015-03-18OS-4064 more cleanup needed in lx_boot_zone_redhat.kshJerry Jelinek1-22/+7