summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-03-30OS-5272 lxbrand: tmpfs size option does not accept bytes in K, M, g or GJerry Jelinek1-5/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-30OS-5273 lxbrand - mount tmpfs option noauto is not supported in alpineJerry Jelinek1-2/+10
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-29OS-5277 enable monotonic clock for timersJerry Jelinek2-32/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-29 [illumos-gate merge]Jerry Jelinek1-1/+2
commit a7d0884d71898c1977a10cdb2235307e2eb9b20e 6752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build commit c3862f21bea547737e494d7e7ff98c21a3490e6f 6830 ipkg brand config.xml needs smb privileges commit 258e8624229ac7ff3af9890752a92cd251b83825 5895 mdb_alloc() succeeds for 4294967295 bytes in 32-bit process
2016-03-286830 ipkg brand config.xml needs smb privilegesDan McDonald1-1/+2
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-28OS-5276 lxbrand mremap can leak fdMax Bruning1-2/+1
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-28 [illumos-gate merge]Patrick Mooney1-1/+0
commit a4888653b44963eab5e74d73b1ac425648d2e62b 6828 iprb should have alias for pci8086,1064 commit 6a19b8666104dbf912da5a4fb193c9c2b29e21bb 4740 kstat(1M) prints wrong snaptime commit 1ef6182819f36233702ddc54686e703bb23a0153 2902 iscsit should fold the case of scsi names that we get from initiators commit 2e27316f97ec8fac1caee78fe7fe05306261e070 439 Need man page for timegm() commit 5335409b2fd9c9c1d570d3e83bd2386dd8f526de 6001 strcat(9f) needs a manpage commit b6dd77d465d357e7777305038b5579625ae268c1 6726 ctype(3C): missing description for isxdigit_l commit aa9ab05c0bbc3211e983fe34e9174559f1462665 4704 thr_sigsetmask(3c): Minor typos in the man page commit efbf89fbc68a0864d303fe237fc420cf018d52f7 6497 nvlist_empty() needs to appear in man pages commit a6ae009119d792a981d8b7153f8cb3851fe04ebb 6471 avl_remove(9F) man page is needed commit 79192153bee37eb85baa06695c8a483f93466f71 6489 atomic_bits(3C) should list atomic_ops(3C) in See Also commit 22f7b4012dd9e585f59664dcaf9573289230d516 6241 Minor typo in mount_nfs(1m) man page commit 4bfcae809e209680a47fe4a1a1d2ed8f5ad0790f 6693 mdoc(5): typos in MT-LEVEL names commit 44f88c2eeb6a7c329d82467a31c4a501eae16fec 6721 tran_setup_pkt(9E) returns int, not a pointer commit 4854f07f374eaa71835ef1badc7ba55466f85ef9 6718 tran_tgt_init(9E) returns int, not void commit 979eca435dd26bdb0460d501038ad90a972807d1 6783 ddi_fm_service_impact has wrong synopsis commit 7bc870e686dc02eed8049c71d916e03f1c233a1a 6753 remove acpi_fw.h commit e5b33823e7efd785e2f2ada4683abdef7c2a436c 6817 libbe should not free string from nvlist_lookup_string() commit e4cb59f791c5c6dea7ad4caa6dee845024ce71ef 6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices commit 63d0f4f15e0d9605137029897b712a2774ed7fa8 6746 startup_bios_disk() should not be built for xpv commit 797f979d1fe26bfb1cdeb3e7a86ed24c0b654200 6684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection Conflicts: usr/src/man/man9f/Makefile usr/src/uts/common/io/mac/mac_protect.c
2016-03-256817 libbe should not free string from nvlist_lookup_string()Toomas Soome1-1/+0
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-25OS-4904 mdb can't print types from an object file with ctfRobert Mustacchi1-10/+24
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-25OS-4982 libdtrace mangles userland struct keywordsRobert Mustacchi1-11/+81
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-25OS-5057 libproc file_info_t file_pname too shortRobert Mustacchi1-1/+1
Reviewed by: Cody Mello <cody.mello@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-24OS-5116 lxbrand clean up lx_native toolPatrick Mooney4-102/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-23OS-5259 lxbrand mmap(2) should heed personalityPatrick Mooney4-60/+15
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Cody Mello <melloc@joyent.com>
2016-03-23OS-5266 timerfd_create should only accept CLOCK_MONOTONIC and CLOCK_REALTIMEJerry Jelinek1-1/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-23OS-5263 timerfd_create needs to support CLOCK_MONOTONICJerry Jelinek2-46/+52
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-22OS-5258 /proc/$pid/stat tty_nr is an untranslated illumos dev_tJerry Jelinek1-3/+0
OS-5246 Add support for /proc/devices Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-18OS-5215 zonecfg(1M) and dladm(1M) could support longer property valuesCody Peter Mello1-1/+1
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-03-17OS-5223 removed shm segment is no longer availableJerry Jelinek1-2/+5
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-17OS-5249 lxbrand fcntl(F_SETPIPE_SZ) needed by MapRPatrick Mooney1-3/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-16OS-5252 lx brand: mremap() can fail spuriously with ENOMEMrelease-20160317Bryan Cantrill1-2/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-10 [illumos-gate merge]Jerry Jelinek3-3/+6
commit 286ef71398fb54b1d5007d6f45aa4320a9e0ede2 6370 ZFS send fails to transmit some holes commit 4549a1bd3fb75b70dd34ba46715014effe21dc07 6727 lofiadm: remove "o:" from getopt argument commit e2e882f7e139a951a52c7f4b5af447c3e6e68398 6691 V490 and V890 symlinks missing on SPARC build commit 2f15e7adf5d6f13b15dfa8f3900a07804cadd86c 6581 cmd/format should be able label virtio BLKDEV drives commit debed2c9e88134586f1a03761f87d8a1d599b854 6733 mh_contents rwlock is not initialised Conflicts: usr/src/cmd/lofiadm/main.c
2016-03-096691 V490 and V890 symlinks missing on SPARC buildGary Mills3-3/+6
Reviewed by: "Toomas Soome" <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-07 [illumos-gate merge]Jerry Jelinek2-13/+2
commit 5c5f137104b2d56181283389fa902220f2023809 2976 remove useless offsetof() macros commit 876de206688d9fe008ad80c116a23a56701579d1 3373 gcc >= 4.5 concerns about offsetof()
2016-03-052976 remove useless offsetof() macrosRichard Lowe2-13/+2
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-04 [illumos-gate merge]Jerry Jelinek1-2/+0
commit 38379e9254628617dd4995589f23b06c84ffe16e 6715 Remove MD2 from libkmf
2016-03-03OS-5203 io_getevents brokenJerry Jelinek3-42/+83
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-03OS-5200 MapR disk format step fails - timer_create errorJerry Jelinek1-2/+18
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-036715 Remove MD2 from libkmfDan McDonald1-2/+0
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-03-01OS-5191 consistent use of zpool name as device in /proc/diskstats and ↵Jerry Jelinek2-6/+19
/proc/mounts Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-29 [illumos-gate merge]Jerry Jelinek34-164/+79
commit aab83bb83be7342f6cfccaed8d5fe0b2f404855d 6659 nvlist_free(NULL) is a no-op commit d643a855cbd8c4fb4fe966406fa05dff70673597 6674 sys/isa_defs.h shouldn't unconditionally define _ILP32 commit bcf23f43dc1b73080eeded927585ee86feab40a7 6596 Macro redefined in strtolctype.h
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek34-164/+79
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-26 [illumos-gate merge]Jerry Jelinek31-3305/+5091
commit 5ffb0c9b03b5149ff4f5821a62be4a52408ada2a 3661 Sync mDNS with upstream commit 8551f527eff6d736e8191795ffafe40abbdb71e6 6416 ptime -p could support multiple processes Conflicts: usr/src/man/man1/proc.1 usr/src/lib/libdns_sd/java/com/apple/dnssd/DNSSDRecordRegistrar.java usr/src/cmd/ptools/ptime/ptime.c usr/src/cmd/cmd-inet/usr.lib/mdnsd/DNSCommon.c
2016-02-253661 Sync mDNS with upstreamToomas Soome31-3312/+5092
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-25 [illumos-gate merge]Jerry Jelinek1-12/+42
commit 633aa8079184298dfc2ae6966d0d9cc897712b57 6575 grow_replicas_001_pos fails intermittently commit 327848f9b50960449ae0e73e0767b617af721690 6578 cifs_attr_002_pos fails to cleanup after itself commit 964a6bd0f9365bb057bceb3cf813be3dbb8de2bf 6577 zfs_copies_004_neg fails trying to expand wildcard characters commit ee0ab62f26fb5723153c0c1b3cb1c5590bd7fb3c 6468 remove iscsi-related cruft from zfs-tests commit 412db4e993a383395d7ff1add4bb97f97ca3d433 6642 testrunner output can be displayed in the wrong order 6643 zfstest should enforce the required privileges before running. commit a6c5c5ca2069d841106ecb240d54632487830200 6663 Driver timerfd not built on SPARC commit 4185ca1d7f22b7d0d04eac3b580dd338274cb432 6671 man(1): document MANWIDTH variable commit 5db531e3faa94427746eae754b11770fd8416b6d 6662 uts should only build the variant requested commit 96088c8326643135b996338d1fe5a68aac181f31 6592 AI_ADDRCONFIG fails all resolutions when only loopback is present Conflicts: usr/src/uts/sparc/Makefile.sparc
2016-02-236592 AI_ADDRCONFIG fails all resolutions when only loopback is presentRobert Mustacchi1-12/+42
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-02-23 [illumos-gate merge]Jerry Jelinek4-13/+45
commit e014e7f89c5273294b22953615734b04c11b1b4f 6641 deadman fires spuriously when running on VMware commit 8808ac5dae118369991f158b6ab736cb2691ecde 4521 zfstest is trying to execute evil "zfs unmount -a"
2016-02-224521 zfstest is trying to execute evil "zfs unmount -a"Yuri Pankov4-13/+45
Reviewed by: Andriy Gapon <avg@FreeBSD.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-19OS-5166 Unable to mount NFS volume from lx instances when server only ↵Jerry Jelinek1-8/+30
supports NFSv3 Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-18 [illumos-gate merge]Jerry Jelinek1-45/+42
commit a21e16923712d68dbeecfc9660b47a4279005efd 6646 libbe be_do_copy_grub_cap() is broken when pool root dataset is not mounted
2016-02-176646 libbe be_do_copy_grub_cap() is broken when pool root dataset is not mountedToomas Soome1-45/+42
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-16 [illumos-gate merge]Jerry Jelinek11-149/+155
commit 7f11fd00fc23e2af7ae21cc8837a2b86380dcfa7 6648 illumos build should be explicit about C standards commit eae164eb03cbb004dcf9154f36352e62f693eb6c 6645 sgsmsg relies on undefined behaviour of loop-scoped variables commit a7317ceb814150d472383df8b987d7e3282ea15b 6639 uhci_qh walker contains whacky boolean logic commit 1665390b481087ca2aaff06a502c62b3ee91d530 6638 ::pfiles walks out of bounds on array of vnode types commit d456640d8a14f0ba35a7ec232f0ce9ebd34541cb 6647 MANSECTS should not require a trailing comma commit 0803e914d3511e82e0b1cc0c888af873a4aaa7d1 6603 zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET implies SPA_FEATURE_EXTENSIBLE_DATASET commit 22b6687e7850d421c61bf433a388b7db306aca00 6586 Whitespace inconsistencies in the spa feature dependency arrays in zfeature_common.c commit 892586e8a147c02d7f4053cc405229a13e796928 6585 sha512, skein, and edonr have an unenforced dependency on extensible dataset commit 971640e6aa954c91b0706543741aa4570299f4d7 6541 Pool feature-flag check defeated if "verify" is included in the dedup property value commit bd94aa560898627952fba8f09dda95c4492e7d9e 6644 MBOOT_SCAN_SIZE in usr/src/cmd/boot/common/mboot_extra.h is wrong
2016-02-146648 illumos build should be explicit about C standardsRichard Lowe11-149/+155
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-09 [illumos-gate merge]Jerry Jelinek5-0/+5
commit d7e7cb9c207e40874f6a4b61ca8ea1526b5555bd 6528 need casesensitivity/normalization test cases for zfs-tests commit c3d26abc9ee97b4f60233556aadeb57e0bd30bb9 5027 zfs large block support (add copyright)
2016-02-085027 zfs large block support (add copyright)Matthew Ahrens5-0/+5
2016-02-076606 pysolaris has no translations but pretends otherwise [fix mismerge]Patrick Mooney1-1/+0
2016-02-07 [illumos-gate merge]Jerry Jelinek4-19/+7
commit 6d6fcbbb256ba9a8fe3e6076ae8a1f493b1f1a99 6600 cmd/fm should use the msgfmt(1) that Makefile.master tells it to commit aeac2d873b68a43f6650e0d0f021c02f5a653a21 6606 pysolaris has no translations but pretends otherwise commit f3b6506e5de00944c5a877f02a83b5e850f37ef5 6564 F_FLOCKW and F_FLOCK are undefined symbols in SPARC build commit 238d8f47d92b5b99a374f9639e0704420d3aef77 6601 Various GLD drivers return EINVAL instead of ENOTSUP for unused mac_prop_id_t's commit 4870e0a7381ec2ec57437062574e6ddc3dd48d7f 6582 initial reorg adding sys/null.h for 5218 6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Conflicts: usr/src/lib/Makefile
2016-02-066606 pysolaris has no translations but pretends otherwiseRichard Lowe3-20/+1
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
2016-02-056564 F_FLOCKW and F_FLOCK are undefined symbols in SPARC buildGary Mills1-0/+5
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-04OS-5070 missing autofs dev ioctls - automounter restart recovery doesn't workJerry Jelinek1-1/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-02 [illumos-gate merge]Jerry Jelinek1-0/+4
commit a1f661d2d1b9c9526143179014bbdd3949a90abe 6560 Make error for libprtdiag_psr on SPARC