summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Collapse)AuthorFilesLines
2018-02-068706 libc lint library missing endian.h functionsRobert Mustacchi1-0/+20
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2018-02-069027 Makefiles need to specify C99 mode consistentlyYuri Pankov4-4/+4
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2018-02-06 [illumos-gate merge]Jerry Jelinek2-4/+2
commit 9a67df4bb0ad84bdbd1a1441f5ddef328cc000f0 9028 libc: comparison between pointer and zero character constant commit 36a64e62848b51ac5a9a5216e894ec723cfef14e 9018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon() commit 4c99ecc308d297ccc23eec0665e892052c57bf49 9017 Introduce taskq_empty() commit 2d32a1ddfb23c1c365df65e824bb121a4b8eff08 8210 uts: remove kb streams module commit fa0ac298472d412bbe24a9f66170656e19b0efd9 9000 unix: cleanup 32-bit specific code in fakebop commit 7205bbdb7e26dc1a7bb1db72ec31d90f94acfa69 8999 SMBIOS: cleanup 32-bit specific code commit 815e30865bf8158e01988f16d9717f50038e0c76 9029 libc: duplicate 'const' declaration specifier commit 471b551f6042e421bfe941f593337a8a5b2a7a7d 8498 ficl: variable 'count' might be clobbered by 'longjmp' or 'vfork' commit 6efcf43c2657773c50e5f6c946b05c4b2004a22b 8914 loader: gcc 4.4.4 fails to allocate register for do_cpuid() Conflicts: usr/src/lib/libfakekernel/common/kmem.c
2018-02-059028 libc: comparison between pointer and zero character constantToomas Soome1-3/+1
Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2018-02-059029 libc: duplicate 'const' declaration specifierToomas Soome1-1/+1
Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-17 [illumos-gate merge]Jerry Jelinek3-9/+6
commit b14715fcd76b149c1fa0e1137cd516631ca5f295 8699 Want NIC transceiver visibility (fix lint) commit 9d218268650a3767f3df2612043a730a935ea2a9 8804 nvme: add alias for pciclass,010802 commit 5b5fb15366257580ddfa65c652a1da8e0c6d4fd5 8795 loader: add efi_devpath_is_prefix() commit 7373b68a8a0aaee382a6403d5a70fce9bd19d62a 8786 s1394: variable 'type' set but not used commit c340f0f5876f4c5f9f4768c5b3f112e89b611888 8785 p4_pcbe: 'p4_cccrstop' defined but not used commit 4f62a6570dcd50f97b2c01e95cbb683b3f9d7a7c 8783 pppd: 'rcsid' defined but not used commit 3078e445fa2468f969d4f787db6f303739fdf820 8782 chat: 'rcsid' defined but not used commit f4d6818a2f6bb2640f51b221780039982957a0ca 8781 pppstats: 'rcsid' defined but not used commit ba448f1770618a414cb80eee258f018e711b407f 8780 gss_mechs: variable set but not used commit 38f33a76fa7f74946118fef8a670ecc05f7675e1 8778 kadm5: variable 'tl_data_orig' set but not used commit 495ee6847d0d3e288f47ba026d98a830e51cbc06 8777 krb5/plugins/kdb: variable set but not used commit 0f1d26a485e4e2010058758dfd2d45d98e3482b0 8772 kadmin/server: variable 'maj_stat' set but not used commit 6e573db1dd63b3b24579b7ceee32de57c994405c 8770 lofiadm: variable 'btMode' set but not used commit 9c3b8506879f8963287c430f2eb2e74c554a1c54 8724 libc: multiple variable set but not used errors commit 578f67364c19b20450a4783ebeae776c9e900185 8794 cstyle generates warnings with recent perl commit fa4b26fb5b73dd0f0319a34c6046034202e60bc6 8793 libbsm build failure with recent perl commit 5026b7fcee27ac1c884a99b607cc2abea07137d6 8775 krb5kdc: variable set but not used commit dfe02591ce4c15a40d7babbf85ceb4125485779d 8769 mv: variable 'rc' set but not used commit d9e525a856d3050197717c45fb58667e0ee0f297 8767 cmd/hal: variable set but not used commit 0803869a9bc0aff1c81287ac6eae15943cbba545 8766 pcitool: typedef locally defined but not used commit 62a14a75a4b2740af69a083f5ae385596db7ffc8 8763 sendmail: set but not used parameter/variable
2017-11-168724 libc: multiple variable set but not used errorsToomas Soome3-9/+6
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-04 [illumos-gate merge]Jerry Jelinek8-19/+19
commit 41f1e5ce90cd52781080a1c5e7aa689846400e74 8422 uts: basic UEFI support for illumos commit 3e76f9d6851ef6c63217178eb67278ec2809b944 8609 want a position independent CRT Conflicts: usr/src/cmd/cron/Makefile usr/src/lib/common/i386/crtn.s
2017-10-028609 want a position independent CRTRichard Lowe8-19/+19
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Albert Lee <trisk@forkgnu.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-18 [illumos-gate merge]Jerry Jelinek1-1/+1
commit ed992b0aac4e5b70dc1273b1d055c0d471fbb4b1 8604 Avoid unnecessary work search in VFS when unmounting snapshots commit 5f39f884e2035d671ec02148fc4d8420c670bcb4 8605 zfs channel programs: zfs.exists undocumented and non-working commit 2bcb5458541cc6e8bf7dc541303da29297b82e8b 8602 remove unused "dp_early_sync_tasks" field from "dsl_pool" structure commit c861bfbd77c4ae780a0341e9cb6926d8b74341cf 8567 Inconsistent return value in zpool_read_label commit a141dbd6230b88bf7da3b673ca0f9b46918d5684 8655 remove more gender specific language commit 30acb30daf662150e9e016113303bd74f2379dfc 8626 make pcplusmp and apix warning-free Conflicts: usr/src/uts/i86pc/io/pcplusmp/apic_introp.c usr/src/uts/i86pc/io/mp_platform_misc.c
2017-09-158655 remove more gender specific languageAlison C1-1/+1
Reviewed by: Jim Salter <github@jrs-s.net> Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-08-23 [illumos-gate merge]Jerry Jelinek1-13/+11
commit f52b16c60da4b4c350471d7fc68089d796cc082f 8578 sync fnmatch(3C) with upstream commit 89d58ee09d14e0fcdb6f3e8b43197b24ba7a0036 8523 Fix "clobber" in a few Makefiles
2017-08-228578 sync fnmatch(3C) with upstreamYuri Pankov1-13/+11
Reviewed by: Toomas Soome <toomas@me.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-15 [illumos-gate merge]Jerry Jelinek3-98/+122
commit 79d022da827bda94f470706ea9a9a8d6dbab9d07 8568 fnmatch, glob: fix exponential CPU use with repeated '*' operators commit 02e2c3ed584d6e282e2f2f9ed1659ef2ba09b924 8575 regcomp(3C): handle invalid {} constructs consistently
2017-08-148568 fnmatch, glob: fix exponential CPU use with repeated '*' operatorsYuri Pankov2-92/+117
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-08-148575 regcomp(3C): handle invalid {} constructs consistentlyYuri Pankov1-6/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-07-31 [illumos-gate merge]Jerry Jelinek9-8/+134
commit d65dfb0a6855414a1ff916b896e8be0fbe0d212a 8499 ficl: this statement may fall through commit e07d85f87c3920e032adb855fdc500e4616c7718 7875 libcurses: multiple misleading-indentation errors commit f1cdbd3731f01314c1d46f05280ad63f1770fdc6 8546 want recallocarray(3C) and freezero(3C) commit 0b905b49d460a57773d88d714cd880ffe0182b7c 5980 in-kernel inet_ntop should format IPv4 addresses like userland one commit 3facafd61791b16f112797f1b07dde00ab6b9a59 8487 cfgadm_plugins/shp: memory leak in cfga_get_condition() commit a3bcc60de108dc761615b2b9561d6dc76971f471 8543 nss_ldap crashes handling a group with no gidnumber attribute commit b2ce6e4ebc262a57e5c5d0224b2577526261a0e4 8463 common/acl: 'resultcount' may be used uninitialized in this function commit 83e86541459022f059e0bf50ebbc33fc8ec2d62e 8486 libdiskmgt: memory leak in slice_get_stats() commit 7f6d142fc0001e76967b1f047b6df5bc4c5d9082 8399 sun_fc: in C++11 destructors default to noexcept commit 3dde7c95de085cfe31f989eff6cefb775563eeb8 8528 Want Chelsio T6 support
2017-07-298546 want recallocarray(3C) and freezero(3C)Yuri Pankov9-8/+134
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-06-22 [illumos-gate merge]Jerry Jelinek1-1/+1
commit a40ea1a7d80eee1b409e9dcc2e48c730988147ea 8297 update mdocml to 1.14.1 commit 299c9e70a71f87365f8f88fdea2cccbd0d5b8db6 8082 last(1) should be able to print years in output commit d21cedec4ed074c3a6feb4a8a007a9cb83cca060 8323 ndmpd: left shift of the negative value commit 78916deaa2ec29fc04f5a0cddacf4bd749a2188f 8415 loader: biosdisk comment wording commit 422eb17feeb8fadbfa2a80faf5c8a8d2987f9196 8374 loader: devicename.c cleanup commit e2fc3408efa6cdfc5e33c73c3567efc8c7592707 8376 cached v_path should be kept fresh commit e34d8872f4a713d904a4b34fb081060d1a7eba62 3729 getifaddrs must learn to stop worrying and love the other address families commit 0bb3cf0bf38ac0d43c9c480709323240b002c1dd 8335 mr_sas - remove PDSUPPORT conditional. commit 567fb7ba1e336fc2eab74e747be1e7ac51f1a4ee 8396 uts: vm_dep.h error: left shift of negative value commit 02553f55739fa960255c83b5c09351e2fa244ba2 8336 ed: misleading-indentation Conflicts: usr/src/uts/common/fs/vnode.c usr/src/uts/common/fs/lookup.c usr/src/tools/mandoc/Makefile
2017-06-218297 update mdocml to 1.14.1Yuri Pankov1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-06-21 [illumos-gate merge]Jerry Jelinek1-222/+233
commit 81b505b772ab015c588c56bb116239ee549b6eee 8384 AVX512 dis - EVEX prefix support 8385 32-bit avx dis test mishandles EVEX prefix 8386 32-bit bound dis is incorrect commit 6ddde3c29e802380fc0318df29c80e7820847f48 8362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper for _DefaultRuneLocale commit cdcc9e2ce0563ac9f9076ee350d4fd008f61f1eb 8349 thrd_equal implements the wrong specification Conflicts: usr/src/common/dis/i386/dis_tables.c
2017-06-208362 libc: install_legacy() overwrites __runetype, __maplower, and ↵Yuri Pankov1-222/+233
__mapupper for _DefaultRuneLocale Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-06-208349 thrd_equal implements the wrong specificationRobert Mustacchi1-3/+3
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-06-168362 libc: install_legacy() overwrites __runetype, __maplower, and ↵Robert Mustacchi1-228/+223
__mapupper for _DefaultRuneLocale (breaks copy relocs)
2017-06-148362 libc: install_legacy() overwrites __runetype, __maplower, and ↵Yuri Pankov1-223/+228
__mapupper for _DefaultRuneLocale Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-06-14 [illumos-gate merge]Jerry Jelinek1-1/+1
commit 2889ec41c05e9ffe1890b529b3111354da325aeb 8311 ZFS_READONLY is a little too strict commit 796b8631498f69a3e21b5c35aee280499f64420e 8332 krb5: misleading-indentation commit c1eb8ad45781fe675aa558a47a11345293533238 8204 Makefile changes in zfstest cannot cope with empty directories commit d5767f310a0330fcb172a1651b2c9301e53b9aef 8334 ipf: self-comparison always evaluates to false commit 843c2111b160463f014d325560ad4b051711928e 8375 Kernel memory leak in nvpair code commit 403a8da73c64ff9dfb6230ba045c765a242213fb 5220 L2ARC does not support devices that do not provide 512B access commit 4ec4134be29a3b00791f6d70074168a6a3ff4fb3 8317 ddi_periodic_add(9F) has wrong type for arg in summary commit 56849bc6aade3a04eb051dc383a2091c220385c4 8322 nl: misleading-indentation commit 6dd72a43d2e43185833c20e7f0c4cb88a4d37ec8 8106 authloopback_marshal() can violate the RPC specification 8109 Kernel AUTH_SYS and AUTH_LOOPBACK implementation can ignore provided credentials commit 1d8d40bd3f903c0d0fa71c26b4548d2d47260251 8354 sync regcomp(3C) with upstream (fix make catalog)
2017-06-13 [illumos-gate merge]Jerry Jelinek17-215/+1431
commit 4585130b259133a26efae68275dbe56b08366deb 5428 provide fts(), reallocarray(), and strtonum() commit 61304e4faaed38301307f7f985160d1843473587 8086 Add Stride parameter to dd commit dd627ace5d331edb6342d966323629e57008b71f 8328 keyserv: sizeof on array function parameter commit d1151f9bab097777251f26772ebcc50468637a12 8369 libcmdutils should be better about large file support 8370 libcmdutils needlessly defines its own OFFSETOF() macro commit 336970851eecf9c4348b3de7bbea0687059dd216 6856 sys/stream.h exposes unnecessary macros to userland commit a4b8c9aa65a0a735aba318024a424a90d7b06c37 8264 want support for promoting datasets in libzfs_core commit 3f068ebd9d125396d22997224889b677a22523fe 8232 pcmcia: misleading-indentation commit 5400f871d9d59398f2c72ca8320aad07c6caa49c 8350 mr_sas - replace sprintf() with snprintf() commit 2e10def11ef1a50c25efa2444482670e6b0654ff 8302 svr4pkg unused variables commit 311c88c1ed31408e0998a9aabb8e7d0d12ef83ad 8326 logger: misleading-indentation commit 8487916bce68d458d3da4cba7d0be961dfce786f 8316 srchtxt: misleading-indentation commit bcb81701c49bee8a728b9a14ac9b6675854a7f25 8296 tcopy: misleading-indentation commit 4c004ea84c324520a1bac324e9f69d22ab4c5cd9 8303 loader: biosdisk interface should be able to cope with 4k sectors commit 115716444da43c8948885b687239f3c4187d0897 8131 loader: add support for chain and device BE's commit e2f4f3dab373b605b62ac175115f264a5c417eb6 8366 remove warlock leftovers from usr/src/cmd and usr/src/lib commit 490fea6b98d609ce9ae1306209c80bb255b84c95 8355 need libc regex tests commit 7641c5eab2e15e87eafc318a09f2bd5c6f968607 8354 sync regcomp(3C) with upstream Conflicts: usr/src/tools/mandoc/Makefile usr/src/man/man3c/Makefile
2017-06-128354 sync regcomp(3C) with upstream (fix make catalog)Yuri Pankov1-1/+1
Approved by: Gordon Ross <gwr@nexenta.com>
2017-06-125428 provide fts(), reallocarray(), and strtonum()Yuri Pankov9-93/+1263
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2017-06-128355 need libc regex testsYuri Pankov3-12/+44
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-06-128354 sync regcomp(3C) with upstreamYuri Pankov12-110/+124
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-06-08 [illumos-gate merge]release-20170608Jerry Jelinek1-1/+7
commit 79809f9cf402f130667349b2d4007ecd65d63c6f 8269 dtrace stddev aggregation is normalized incorrectly commit 22c8b9583d07895c16549075a53668d7bc988cf3 8108 zdb -l fails to read labels 2 and 3 commit 0255edcc85fc0cd1dda0e49bcd52eb66c06a1b16 8056 zfs send size estimate is inaccurate for some zvols commit dbfd9f930004c390a2ce2cf850c71b4f880eef9c 8156 dbuf_evict_notify() does not need dbuf_evict_lock commit 690031d326342fa4ea28b5e80f1ad6a16281519d 8168 NULL pointer dereference in zfs_create() commit 7c4ab494ff60bbbcc0889e71388ae63e903bbf57 8276 rpcbind leaks memory due to libumem per thread caching. commit f176a0a4cd61cbd708a7f25dc30d221f4d5902ba 8270 dnlc_reverse_lookup() is unsafe at any speed commit 72d3dbb9ab4481606cb93caca98ba3b3a8eb6ce2 8300 fix man page issues found by mandoc 1.14.1 commit cb4d790db8fe85bce9f9647fe4e1bdc274c7af1c 8337 gss: misleading-indentation commit f53522305c07915a44e86f2455cc62e7aac27037 8324 more: misleading-indentation Conflicts: usr/src/uts/common/fs/lookup.c usr/src/man/man3c/thrd_equal.3c
2017-06-078276 rpcbind leaks memory due to libumem per thread caching.Youzhong Yang1-1/+7
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-06-055097 psignal and psiginfo don't handle NULL arguments correctlyRobert Mustacchi2-18/+23
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-05-31 [illumos-gate merge]Jerry Jelinek1-3/+1
commit afc62b4b94eec9d9cec1ba14fd65fcf304325e7f 6961 64-bit octal printf may overflow internal buffer commit a5ae00988088f44766fb28f575751986b222edbc 8298 snoop: dhcp option_types list is missing strings commit 5cb835500e9cd5a521ccc0bbd3d2d15ea11a997f 8191 in.routed: misleading-indentation commit 92e800cb34cfa1782db2b305db525b6853deb198 8162 cscope-fast: this statement may fall through commit a4e73d5d60e566669c550027fae2b1d87b4be2b4 8240 AVX512 dis - opmask instruction support
2017-05-306961 64-bit octal printf may overflow internal bufferRobert Mustacchi1-3/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Dan McDonald <danmcd@kebe.com>
2017-04-04 [illumos-gate merge]Jerry Jelinek1-19/+13
commit cd277642e0bdc71a7f57c550df1279b0c091d6e2 5157 remove ELFSIGN leftovers from nightly commit b70272d37d9c1cb9110d939bb3a13e3c12081de5 8016 cron(1M): Strange sentence in the man page commit cc08f3e31de29ec88623d4c286b27de1dd708b72 7978 Some unreferenced man pages are in the gate commit 4f9d8ec0de8c8724941a1c13a5adf4c710d6442c 4412 character handling functions should return 0 for argument range 128-255 in UTF-8 locales Conflicts: usr/src/tools/scripts/nightly.sh usr/src/tools/Makefile
2017-04-034412 character handling functions should return 0 for argument range 128-255 ↵Yuri Pankov1-19/+13
in UTF-8 locales Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-28 [illumos-gate merge]Jerry Jelinek4-94/+122
commit 440578c35af1ea0360a52ee814488a4d0bbbc160 6689 mbtowc(3C) fails to set errno for incomplete characters commit efcfb316ebac90ddc614edc285349bc5c55e52bd 6907 strcoll() and strxfrm() don't seem to agree commit 0d71d7a6ce03ecffbb6f198e02a72fd4a262f936 6905 locales: Fix eucJP sorting commit c8e8151746c31cffabceb6c8a47afa98f041f327 6904 collation: Fix expansion substitutions commit eba8726136851528470dad9bad27892859bc1e3e 7956 "minimum" is misspelled in zpool manpage commit a5f66292b1fde634423b1bf99d75c8dbbaf53d8c 7889 loader.efi: efipart IO optimization commit 0062e03dc6d700fc8eaaf8174448181babab8179 7985 vioif handles allocation error in attach incorrectly commit 9b0e7716e1a1d7db67a335b9bdcf72b79f1bd8df 7964 Want usba hcdi manual pages 7965 need xhci(7D) manual page Conflicts: usr/src/man/man9s/Makefile usr/src/man/man9f/Makefile
2017-03-286689 mbtowc(3C) fails to set errno for incomplete charactersIngo Schwarze1-2/+9
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-286907 strcoll() and strxfrm() don't seem to agreeYuri Pankov1-59/+61
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-286905 locales: Fix eucJP sortingJohn Marino1-14/+15
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-286904 collation: Fix expansion substitutionsJohn Marino2-57/+75
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-20OS-6014 native gettimeofday should use comm pagePatrick Mooney5-122/+54
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-07 [illumos-gate merge]Jerry Jelinek2-2/+2
commit 78b029b7f02730d3acc32084cd9fc419a0d0fb50 7942 uts: drm does not need to include font.h commit 1f5a410a2f9465ac293999ba49d50a742bb55a46 7937 rcapadm.1m incorrectly refers to rcapstat(1SRM) commit aa3c82a1eb83308d262b03dbffe9969658c7045b 7805 want faster clock_gettime (fix clean)
2017-03-067805 want faster clock_gettime (fix clean)Yuri Pankov2-2/+2
2017-03-03 [illumos-gate merge]Jerry Jelinek2-8/+10
commit 48184658ed4905003a64891adfd0c0a4bd726b78 7927 Penv_iter(3proc): Typos in the man page commit d8e39ab6c370c9510b10d53c0ebf82294af4aede 7892 loader.efi: Add defines needed to export SMBIOS serial numbers commit 6fec69aa7d808587436432f75023de288451324f 7788 loader: zfs boot should check for provided fstype commit f24aa11fb7f6343b7e687fa57ee8997cc55e2883 7860 libc: indentation errors commit f1cc607eb9fe881d3fa29a24921e6ba1b64eb7fb 7901 Devices that do not support setting WC keep generating ereports commit 20d4f984477a2a115e362365dc6f201b59a14d27 7894 loader: Stop closing the network device when netbooting for loaders using the common dev_net.c code
2017-03-027860 libc: indentation errorsToomas Soome2-8/+10
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dale Ghent <daleg@omniti.com> Reviewed by: Juraj Lutter <juraj@lutter.sk> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-277805 want faster clock_gettimePatrick Mooney8-17/+113
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2017-02-23 [illumos-gate merge]Jerry Jelinek9-31/+40
commit 1951a93366b3e52f7c49ec9b2dbfb21bccc56a3e 7837 smbios3 64-bit entry point support commit ec2c76eb1d5ecd7a4fccccefc1bc4aa7c1531606 7854 installboot should set MBR to load partition boot block if it was installed commit 48bbca816818409505a6e214d0911fda44e622e3 7812 Remove gender specific language commit e40108ff341f07fe03e96c751c6cf2cb5867d1a8 7898 mdb's ::netstat doesn't print UDP conn_t pointer correctly Conflicts: usr/src/uts/common/syscall/poll.c