summaryrefslogtreecommitdiff
path: root/usr/src/man/man2
AgeCommit message (Collapse)AuthorFilesLines
2015-12-29 [illumos-gate merge]Jerry Jelinek1-16/+10
commit 6249f9725f411468c70516176806c553ac983270 6057 login(1) "Last login" hostname is too short commit 43b03420337dfd6b23d347fb1a237f0554fcde98 6534 Improve processor_bind(2) EINVAL description commit b2b464a48ff6cc58978813dbfc2f622e2dab29ce 6525 nlm_unexport() should not call nlm_vhold_clean() with g->lock held
2015-12-286534 Improve processor_bind(2) EINVAL descriptionRyan Zezeski1-16/+10
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-12-01 [illumos-gate merge]Jerry Jelinek1-8/+1
commit cbff3abd8ecaa7b8e6a47457e0a5e562dbfc2cad 6457 ucopystr can't find its way home commit 7a5aac98bc37534537d4896efd4efd30627d221e 3252 Need a proper flock() implementation Conflicts: usr/src/uts/common/os/flock.c usr/src/man/man3c/flock.3c usr/src/man/man2/fcntl.2 usr/src/lib/libbc/libc/sys/common/flock.c
2015-11-243252 Need a proper flock() implementationJerry Jelinek1-100/+324
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-11-05 [illumos-gate merge]Jerry Jelinek1-6/+0
commit a1ed883a3c2acc53bbb9a171ef07aeb8eaf78736 5719 Add support for LSI Fury adapters commit 3502ed6e7cb3f3d2e781960ab8fe465fdc884834 6434 sa_find_sizes() may compute wrong SA header size commit 3bc3cac557dd137eed9013e966a789bd19dd1d0b 6419 list_create(9F) manpage deserves an introduction section commit 37294019745c29c42448424cc3bce79eb1c6a785 6417 Want a privilege for accessing information about physical memory Conflicts: usr/src/uts/common/sys/policy.h usr/src/uts/common/os/policy.c usr/src/man/man2/meminfo.2
2015-11-046417 Want a privilege for accessing information about physical memoryJerry Jelinek1-8/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-11-04 [illumos-gate merge]Jerry Jelinek1-1/+1
commit 6357b94b54238e954e002562d0e89a2fefd982e1 6415 sockets created via t_open/t_bind not shown by pfiles 6432 TLI sockets aren't detected correctly by pfiles in a NGZ commit 260e9a87725c090ba5835b1f9f0b62fa2f96036f 6356 Update mdocml to 1.13.3 commit 1058dba45ec5d6876a5bbb0b9174347e13e5748d 6346 zfs(1M) has spurious comma commit 3a005aada8ac0e291c13cbc488ba9ae1473f0a96 6377 Fix man page issues found by mandoc 1.13.3 commit fd76205d7372b305e64b7cfcd27939a39c743cb4 6397 libiscsit: several leaks due to left "errlist" commit a9685eaab1313767d1d4dac672c3a468519aa899 6321 mountd: The IP to name translation is usually not needed in nfsauth_access() Conflicts: usr/src/cmd/ptools/pfiles/pfiles.c
2015-11-036377 Fix man page issues found by mandoc 1.13.3Yuri Pankov1-1/+1
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-10-27OS-4824 Unlike Linux, nested interpreters don't workJerry Jelinek1-3/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com>
2015-09-30 [illumos-gate merge]20151001release-20151001Jerry Jelinek1-9/+4
commit adb26135f9399e574196b45d6ab3ba1bb470e60f 4648 detach(9e): Extra space between 'prefix' and 'detach' commit bcfd4cacb8887a687a4dd27cbaeec75e65f0e9de 5663 sysinfo(2): Missing spaces in the man page commit 118975ce0091e85fa58568a5700555eec6330843 5678 mutex_init(3C): Extra space in man page commit ba647289fedd78140d3b8288576aeb23fcf57043 5706 dldump(3c)/dlopen(3c): Extra spaces in the man page commit 9a91647e0ac8a8e02f9e9d8345e751e0c02c0b19 6050 kstat_create(9f) should document KSTAT_TYPE_RAW and KSTAT_TYPE_TIMER commit e057ac923deda9b3a28f8ec5b927ccf0a9479ba9 6097 ks_snapshot(9e): Typo in the man page commit c4921527904c6350c4ac33b0f936c4920cb38d39 5036 taskq(9f): Typos in the man page commit cebfa3c2fea024bb483d40f6d0cacd3298540cab 5657 Typo in rpcbind(3nsl): ssvcaddr commit cf6fe0ff9e996915d750fb1fc98477c23e9c5e1d 4514 k5srvutil(1m): The default keytab file is /etc/krb5/krb5.keytab commit 20110e4e4d2d67b7e7c7309d1733ee00a499c491 5730 Typos in rpc_clnt_create(3nsl) man page commit 395c7a3dcfc66b8b671dc4b3c4a2f0ca26449922 6266 harden dtrace_difo_chunksize() with respect to malicious DIF commit 6a9ca708361200b105f7a016216808e6058d17cb 6263 add missing cc clobbers to intel atomic inlines
2015-09-295663 sysinfo(2): Missing spaces in the man pageAdam Stevko1-9/+4
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2015-04-13 [illumos-gate merge]Jerry Jelinek1-159/+266
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-095776 vfork and getwd should not be exposed under XPG7Garrett D'Amore1-159/+266
5828 Verify usleep and ualarm in symbol test Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2015-03-10OS-4028 need a priv for meminfo and disallow by default for a zoneJerry Jelinek1-2/+8
2015-02-20 [illumos-gate merge]Jerry Jelinek1-5/+6
commit e6cb0f7efa539f8e48e8c1be930a922d8f78ff21 5635 man(5): Missing dot before SH NAME and SH SYNOPSIS commit 5121173d9eb061ce4f43e258e204733a67cd1c8c 4447 rpc_control(3nsl): info should be italic, not bold commit 6ce0d4691b75d1575291b3f3c31b4fc4cf80a28e 4649 kmem_cache_create(9f): The function should be called from _init(9e), not _fini(9e) commit cc6a84e5fae0839c62d642a3889a3a7dddb7d770 4870 t_listen(3nsl): Typo TPROT0 commit 6ddd698b643afc12602969d6afd1fcb06b706692 5636 ldap_memfree(3ldap): Formatting issues in the man page commit 9396cc67eedc239ceec8b24af010dbaeb6162283 4852 rpc_clnt_auth(3nsl): Minor man page formatting issues commit f8a04df97f92f19394b23c2e3d1907ffa0574a64 5616 netdir(3nsl): Return values should be better documented commit a6d8852a981f3ee28e9755ad33299b3652f35761 5617 open(2): The RETURN VALUES section should mention openat() commit e32019a621e42d2ff484adc1c4b4420a115b6b72 5614 rpcbind(1m): Registered services are saved to /var/run/daemon commit 20d0ade92f2ccd1095364cf9ca5807ad3dee6081 5631 rpcinfo(1M) is unable to connect to localhost commit 8f88a51fa5d22e056a70484fd9496b2dee9876b0 5628 mdb ::regs could print registers from a ucontext 5629 mdb ::ucontext should print uc_flags symbols
2015-02-195617 open(2): The RETURN VALUES section should mention openat()Marcel Telka1-5/+6
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-02-18OS-2868 Need a proper flock() implementationJerry Jelinek1-93/+325
2015-01-144923 want preadv and pwritevDJ Hoffman3-10/+46
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> 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>
2014-12-275479 Need missing *at family manual pagesRobert Mustacchi8-102/+335
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-12-275460 utimensat() and futimens() need manual pagesRobert Mustacchi2-11/+45
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-12-273824 ppoll() needs a manpageRobert Mustacchi2-37/+61
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-12-045385 socket I/O related manuals don't document ECONNRESETRobert Mustacchi2-18/+24
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.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-07-215025 import and use mandocGarrett D'Amore1-1/+0
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2013-11-164330 open(2) manual describes O_SYNC twiceLauri Tirkkonen1-8/+6
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-08-303600 edit(1) is a bad .so referenceYuri Pankov1-91/+92
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-08-233785 Implement MAP_32BIT flag to mmap()Theo Schlossnagle1-0/+17
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-213713 Implement accept4()Theo Schlossnagle3-11/+97
3714 Implement pipe2() 3715 Implement dup3() 3716 Implement mkostemp() and mkostemps() 3719 so_socketpair syscall should preserve FD_CLOEXEC flag Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-04-033665 Implement O_CLOEXEC as an open() flagTheo Schlossnagle1-0/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-10-031502 Remove conversion cruft from manpagesYuri Pankov142-3604/+996
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
2011-03-14243 system manual pages should live with the softwareRichard Lowe143-0/+35665
Reviewed by: garrett@nexenta.com Reviewed by: gwr@nexenta.com Reviewed by: trisk@opensolaris.org Approved by: gwr@nexenta.com --HG-- extra : rebase_source : 0c599d0bec0dc8865fbba67721a7a6cd6b1feefb