summaryrefslogtreecommitdiff
path: root/usr/src/man
AgeCommit message (Collapse)AuthorFilesLines
2017-05-04OS-6083 mdb's output autowrapping should be optional -- and disabledBryan Cantrill1-2/+13
Reviewed by: Dave Pacheco <dap@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-05-038138 Improve manpage spellingPeter Tribble52-259/+94
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-04-28OS-5097 lxbrand mlock(2) permissions too strictJerry Jelinek1-3/+7
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-04-27OS-6078 mac_transceiver_info(9F) man page links are incorrectRobert Mustacchi1-2/+2
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2017-04-27 [illumos-gate merge]Jerry Jelinek3-3/+238
commit 9c0752ac0dc05794d2f8a8b4521d55e2b3f63247 3188 ignore the comment in limits.h and define NAME_MAX commit 6fdae1bd5fdc8d68034ee6408f5e6ed9d197fe6b 656 need man pages for mbstowcs(3C) and mbstowcs_l(3C) 7960 need man pages for wcstombs(3C) and wcstombs_l(3C)
2017-04-26656 need man pages for mbstowcs(3C) and mbstowcs_l(3C)Yuri Pankov3-3/+238
7960 need man pages for wcstombs(3C) and wcstombs_l(3C) Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-04-19OS-5701 lxbrand doesn't support per-process RLIMIT_MEMLOCKJerry Jelinek1-2/+13
Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Ryan Zezeski <ryan.zeseski@joyent.com>
2017-04-14 [illumos-gate merge]Jerry Jelinek1-5/+10
commit c2710388e7f692e90d6699bdef7a3987379dba9d 7574 boot slowness followed by panic while booting on KVM when no cpu tag is specified in virsh XML commit 20ee95858720e9df048b9d31b30aeb303e0685c9 7572 vioif panic: qe->qe_indirect_next < qe->qe_queue->vq_indirect_num commit 8a981c3356b194b3b5c0ae9276a9cc31cd2f93a3 7955 libshare needs to initialize only those datasets being modified by the consumer commit b127fe3c059af7adf772735498680b4f2e1405ef 6101 attempt to lzc_create() a filesystem under a volume results in a panic commit 53d6c69268ad98d311e74fb98d7514711585c1fa 8024 mdb_ctf_vread() needn't be so strict about unions commit 7f0bdb4257bb4f1f76390b72665961e411da24c6 8061 sa_find_idx_tab can be declared more type-safely commit dfd5965f7e43b6a630e5ac86708ae76b4f02cc40 6392 zdb: introduce -V for verbatim import commit e548d2fa41d1baa06662ed9abbb8bcec86e27dd9 7900 zdb shouldn't print the path of a znode at verbosity < 5 commit adc68ba91854584a470224cdb128a8e1ba16b41b 8062 memory leak in smb_unicode_init() commit 6b036259815954b7ad86d651af18efba672cb7a9 8026 retire zfs_throttle_delay and zfs_throttle_resolution
2017-04-136392 zdb: introduce -V for verbatim importRichard Yao1-5/+10
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-04-07OS-6022 want basic transceiver visibilityRobert Mustacchi4-0/+488
OS-6023 ixgbe MAC_CAPAB_TRANSCEIVER support OS-6024 i40e MAC_CAPAB_TRANSCEIVER support Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-04-07OS-5970 Want NVMe 1.2 supportRobert Mustacchi1-2/+2
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-04-04 [illumos-gate merge]Jerry Jelinek6-1322/+23
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-038016 cron(1M): Strange sentence in the man pageMarcel Telka1-11/+4
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-04-037978 Some unreferenced man pages are in the gatePeter Tribble5-1311/+19
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-31 [illumos-gate merge]Jerry Jelinek4-127/+14
commit a6ab12d6f9f3977ca030fee8770f9fec7ec48bd2 4678 lms and heci can probably be EOF'd commit 56350fe51602d105c19353b8bf580ddd591726d5 8002 delete unnecessary obsolete packages Conflicts: usr/src/uts/intel/Makefile.intel usr/src/uts/intel/Makefile.rules
2017-03-304678 lms and heci can probably be EOF'dYuri Pankov4-127/+14
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-30 [illumos-gate merge]Jerry Jelinek5-745/+25
commit 32991bedc3a6475f1401855c2318ae5b15f8a16b 5188 SVR4 packaging shouldn't depend on openssl or libwanboot commit 4383d9578c9d399b19edc33e552a4c543ebf9468 5865 snoop prints timestamps oddly commit 708dafbf52fa04021b9471a3582eaf6586ed6931 6516 pkgadm shouldn't use makeuuid from closed admin consolidation commit 01876d1223927426d21f8a38ec514cc3803e9b0f 6297 share_nfs(1m): An obsolete paragraph in the man page Conflicts: usr/src/lib/libpkg/Makefile.com usr/src/cmd/svr4pkg/pkgadm/Makefile usr/src/cmd/svr4pkg/pkgadd/Makefile
2017-03-295188 SVR4 packaging shouldn't depend on openssl or libwanbootPeter Tribble4-731/+23
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-03-296297 share_nfs(1m): An obsolete paragraph in the man pageMarcel Telka1-14/+2
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-29 [illumos-gate merge]release-20170330Jerry Jelinek3-8/+8
commit c71d194a355d17467b4730bbc641c3a40bfb68fd 8003 man page typos commit 714901a982d5d1bbb9fd9f5e46ddd7cacfcf9cdc 7986 loader: remove network mask calculation for Classful network commit ce326879a41b052db3abafb44e551f9d9c40cdba 7982 zfstest -a destroys rpool on IDE disks and should strip partition numbers
2017-03-288003 man page typosDillon Amburgey3-8/+8
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dale Ghent <daleg@elemental.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-28 [illumos-gate merge]Jerry Jelinek3-496/+497
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-277956 "minimum" is misspelled in zpool manpageBrad Lewis1-1/+1
Reviewed by: Prashanth Sreenivasa <pks@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-27 [illumos-gate merge]Jerry Jelinek2-341/+0
commit b1c06e09487e261e84c3cea05e329fd46d712f71 7974 usba: usba_process_cv_descr() needs to handle companion descs commit e9542cf7b65f0e77a62389967bddd9ef73c78bb4 7445 mod_ipp no longer needed commit 50c9b2fea77d0366c0f64a5e4cfd12d607abe6ba 7994 svcadm: switch boolean value commit bab26a4c193f04da365e8c4d412c55486dfb7d98 7988 loader: ls should use snprintf and check for the NULL pointer
2017-03-267964 Want usba hcdi manual pagesRobert Mustacchi30-139/+4630
7965 need xhci(7D) manual page Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-03-257445 mod_ipp no longer neededAlexander Pyhalov2-341/+0
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-03-23 [illumos-gate merge]Jerry Jelinek5-1539/+13
commit 7909625fdb7ecb20e9b7a777cfc0ec7ee63b4642 7912 nfs_rwlock readers are running wild waiting for a writer that cannot come commit 4d4fcbb2e6013422cc7d02d2dc43e469a8691706 7995 va_arg(9F): Minor typos in the man page commit c47963e65df80439f136aa707a063ecfc0a420bb 7979 Some trusted man pages have no delivered binaries
2017-03-237754 need tmpfs size support in percentJerry Jelinek1-3/+4
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-237752 tmpfs should support gigabyte sizesJoshua M. Clulow1-4/+20
7753 tmpfs should support "mode" option Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-227995 va_arg(9F): Minor typos in the man pageMarcel Telka1-21/+13
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-227979 Some trusted man pages have no delivered binariesPeter Tribble4-1518/+0
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-20 [illumos-gate merge]Jerry Jelinek53-1905/+313
commit 291a8a98a6ce8a2e0a5203468242b79d419b06b6 3766 audit documentation needs updating, badly! Conflicts: usr/src/man/man1/crontab.1
2017-03-183766 audit documentation needs updating, badly!Peter Tribble53-1905/+313
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-16 [illumos-gate merge]Jerry Jelinek1-25/+18
commit acb450dd2ada933774adc82e49f9817f85bc85c8 7940 provide device-rotational property commit 8aaea06ac924e217626f879f326b781e9780f7d7 7967 Want apparent size option for du(1) commit 411be58a6e030a3b606f1afcc7f2e2459ffda844 7801 add more by-dnode routines (lint)
2017-03-157967 Want apparent size option for du(1)Dale Ghent1-25/+18
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-14 [illumos-gate merge]Jerry Jelinek2-0/+47
commit 37f601154af8c7ffb08cc3c9ab51f102422ed678 7872 libelf: variable might be clobbered by longjmp commit b1c760bd3306ff30af69800801f30f3dd4b6394e 7882 Add /dev/full , the always-full memory device commit b0801aa3d090555ba5e601ac969e6bf11674cee3 7931 pargs(1) still crashes on growing env Conflicts: usr/src/uts/common/io/mem.c
2017-03-137882 Add /dev/full , the always-full memory deviceJames Blachly2-0/+47
Reviewed by: Adam Stevko <adam.stevko@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-131979 USB 3.0 support [fix merge issues]Jerry Jelinek2-2/+1
2017-03-13 [illumos-gate merge]Jerry Jelinek3-295/+295
commit dd99db614c0cbef3e771c1ebb062be1c97813d6b 7873 libgss: misleading-indentation error commit 993e3faf6a142ae3efdd24388883264c2b56bede 1979 USB 3.0 support 7918 want usb_pipe_xopen(9F) 7919 usbai burst macros for endpoint descriptor are wrong 7920 usba_hcdi_register() should fail if driver is using private data 7921 failing to load the usba root hub module destroys driver parent private data 7922 want ::hubd walker 7923 ::prtusb should include version 7924 usb_*_request(9S) manual pages should match structure names commit f6c9444388aee97beabfda543e0845ab11c9d7b1 7715 loader binaries causes wsdiff false positives commit 04a6e8dc8abf4b59d916eb0cf90cd3328b632b38 7720 embedded versioning in loader should not use date in version string Conflicts: usr/src/uts/common/io/usb/usba/hubdi.c usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c usr/src/uts/common/io/usb/hcd/xhci/xhci_quirks.c usr/src/uts/common/io/usb/hcd/xhci/xhci_intr.c usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c usr/src/uts/common/io/usb/hcd/xhci/xhci.c usr/src/uts/common/io/usb/clients/hid/hid.c usr/src/man/man9s/Makefile usr/src/man/man9f/Makefile usr/src/man/man7d/hubd.7d
2017-03-101979 USB 3.0 supportRobert Mustacchi31-760/+917
7918 want usb_pipe_xopen(9F) 7919 usbai burst macros for endpoint descriptor are wrong 7920 usba_hcdi_register() should fail if driver is using private data 7921 failing to load the usba root hub module destroys driver parent private data 7922 want ::hubd walker 7923 ::prtusb should include version 7924 usb_*_request(9S) manual pages should match structure names Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Dale Ghent <daleg@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-10 [illumos-gate merge]Jerry Jelinek1-1/+1
commit 3d75a287b67b9092b2820a0d7c3be218f843066b 7790 Want support for XXV710 7791 GLDv3 plumbing for 25GbE and 50GbE Conflicts: usr/src/uts/common/io/i40e/core/i40e_type.h usr/src/man/man7d/i40e.7d usr/src/pkg/manifests/driver-network-i40e.mf
2017-03-097790 Want support for XXV710Robert Mustacchi2-6/+19
7791 GLDv3 plumbing for 25GbE and 50GbE Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-08 [illumos-gate merge]Jerry Jelinek5-301/+2
commit 0895054906a89b14eb2ea951eda263af653d17de 7939 Kernel panic in lofi while adding uninitialized encrypted image commit 6de76ce2a90f54fecb0dba46dca08c99cef7aa08 7867 ARC space accounting leak commit e961d62d99e2bf66af8058ee2c33ea689e7eafa0 7936 Remove on and rpc.rexd
2017-03-077936 Remove on and rpc.rexdPeter Tribble5-301/+2
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dale Ghent <daleg@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-07 [illumos-gate merge]Jerry Jelinek1-7/+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-067937 rcapadm.1m incorrectly refers to rcapstat(1SRM)Peter Tribble1-7/+2
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-03 [illumos-gate merge]Jerry Jelinek1-2/+2
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-03OS-5910 want usba manual pagesRobert Mustacchi30-845/+5337
OS-5911 need xhci(7D) manual page Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2017-03-027927 Penv_iter(3proc): Typos in the man pageMarcel Telka1-2/+2
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-02 [illumos-gate merge]Jerry Jelinek81-1499/+303
commit 959b2dfd39979fe8a9a315a52741d009eb168822 7825 want avx dis tests 7826 PCLMULQDQ psuedo-ops aren't properly described in dis 7827 dis tests for f16c, movbe, cpuid, msr, tsc, fence instrs 7828 sysenter and sysexit dis should be allowed in 64-bit x86 commit ff31d5bfa079d4db9f78f481637d7ed9f9fa4a49 4339 NIS+ should be removed from man pages too commit c772408baa457f54709f03eaf11de0b0b30ce317 1217 usr/src/cmd/localedef doesn't KEEP_STATE commit 3e6960d70408b9f4e09714ed3341173673ed28b2 4006 Certain printable unicode characters misclassified as nonprintable Conflicts: usr/src/man/man1m/snoop.1m