summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-16 [illumos-gate merge]Keith M Wesolowski2-16/+38
commit 732efd5515b5788339f3da4db04de7cea0f79c86 2964 need POSIX 2008 locale object support (more C++ fixes) commit fec13dd95833a1b958477320d32721f886a94f50 5002 Possible buffer overflow in makefh3() commit 0934fbd7017fd0754831e0ab14cdfc897809b881 2964 need POSIX 2008 locale object support (fix gcc) commit 538aa54d819fa7751ca82bcc30d4ed8c57ec2ef2 4964 nl_langinfo(CRNCYSTR) returns wrong alignment character 4999 libc test suite enhancements 4939 desire wcsnrtombs() function Manifests: usr/src/pkg/manifests/system-library.man3c.inc
2014-07-154964 nl_langinfo(CRNCYSTR) returns wrong alignment characterGarrett D'Amore2-16/+38
4999 libc test suite enhancements 4939 desire wcsnrtombs() function Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-07-14 [illumos-gate merge]Keith M Wesolowski36-1052/+2049
commit 5e74f94d8c2a16c2ef7cf2940a157ffabb379c27 3347 zonecfg(1M) is confused about selection commit 5a81b4ad6a940aead6f0789e059a6f8fbc678be0 4544 sock2path(4) man page needs to be updated for configuration fragments commit 2d08521bd15501c8370ba2153b9cca4f094979d0 2964 need POSIX 2008 locale object support Conflicts: usr/src/man/man3c/Makefile (copyright) usr/src/lib/libzonecfg/common/libzonecfg.c (OS-216) usr/src/lib/libc/sparcv9/Makefile.com (copyright) usr/src/lib/libc/sparc/Makefile.com (copyright) Manifests: usr/src/pkg/manifests/system-header.mf usr/src/pkg/manifests/system-library.man3c.inc
2014-07-112964 need POSIX 2008 locale object supportGarrett D'Amore36-1052/+2049
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-30 [illumos-gate merge]Keith M Wesolowski1-1/+1
commit 3fabe5138cfcd4ff6438a18be90e712cd6cbb7ff 4829 sema_init(3C) botches the arguments in an example commit fb7001f1cd0ee8c6cacc800126125242e40ecbd4 3897 zfs filesystem and snapshot limits (fix leak)
2014-05-294829 sema_init(3C) botches the arguments in an exampleWilliam Dowling1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-05-28 [illumos-gate merge]Keith M Wesolowski1-20/+20
commit 894fa7ba71de90ec2b4a468b77d5d20d75299104 4839 3294 generated elfdump struct layouts by hand, shouldn't have commit 7964943488a95dc9789c485ad9bc815283aadc35 4841 lockf(3c): Minor formatting issues in man page commit 24da2bc2871eea8d50b67afc26dce9fd125f3947 4835 getexecattr(3secdb): Minor formatting issues commit 64f4fcac54a47f8ee19c798b4f4eb1399a0167d4 4774 Typos in tcp(7P) manpage
2014-05-274841 lockf(3c): Minor formatting issues in man pageWilliam Dowling1-20/+20
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-04-23OS-2893 add support for epollBryan Cantrill4-0/+546
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-03-214688 getlogin_r shouldn't clobber memoryRobert Mustacchi1-6/+11
Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-01-084378 Clean up %C in *time() functionsGary Mills1-43/+39
438 need documentation for strftime %s flag Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2013-12-224327 rwlock(3c): Formatting issues and typosShruti Sampat1-10/+10
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2013-11-144294 fopen could support 'x'Robert Mustacchi1-5/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2013-11-063928 `tail -f ...` doesn't notice file truncationBryan Cantrill1-14/+16
3929 `man tail` doesn't mentioned "-F" option 3930 'tail -F ...' not resetting the offset of file rotation properly 3968 want FILE_TRUNC event for PORT_SOURCE_FILE Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-11-011097 glob(3c) needs to support non-POSIX optionsGary Mills1-36/+228
3341 The sftp command should use the native glob() Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-10-082989 LOGNAME_MAX should be increased to 32Gary Mills2-4/+46
1166 useradd warns on names with more than 8 chars Reviewed by: Richard PALO <richard.palo@free.fr> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-08-303600 edit(1) is a bad .so referenceYuri Pankov1-822/+821
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-06-193822 need getline() and getdelim() manual pagesJoshua M. Clulow2-0/+140
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2013-06-193828 The string(3c) man page needs restrict keyword for strtok_r()Johann Oskarsson1-2/+3
2013-04-213713 Implement accept4()Theo Schlossnagle3-5/+56
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-173687 fopen() O_CLOEXEC support via the "e" flagTheo Schlossnagle1-8/+19
Reviewed by Robert Mustacchi <rm@joyent.com> Reviewed by Richard Lowe <richlowe@richlowe.net> Approved by Dan McDonald <danmcd@nexenta.com>
2011-12-201863 gcc compiled libsmb coredumps in trim_whitespaceYuri Pankov1-3/+3
1866 libsmbns is passing constant string to mktemp(3C) 1867 mktemp(3) gives bad advice in EXAMPLES section Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Albert Lee <trisk@nexenta.com>
2011-10-181633 implement posix_spawn_pipe_np()Matthew Ahrens3-1/+138
Reviewed by: Adam Leventhal <Adam.Leventhal@delphix.com> Reviewed by: Eric Schrock <Eric.Schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-10-031502 Remove conversion cruft from manpagesYuri Pankov489-8462/+4090
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-08-10635 sed manual page needs significant updatesYuri Pankov2-1/+8
1188 Move pppdump and tcpd manpages to usr/src/man 1189 add stdin/stdout/stderr(3C) manpage symlinks 1190 Remove source-security-tcp-wrapper and SUNWtcpdS packages 1191 Remove source-network-pppdump and SUNWpppgS packages 1192 fd manpage should be in section 7 Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-29850 system(3C) and similar could just use /bin/shRichard Lowe2-13/+4
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: John Sonnenschein <johns@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-14243 system manual pages should live with the softwareRichard Lowe490-0/+86479
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