summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* MFC 1.8->1.9, 1.13->1.14: Improve language and code examples.Hajimu UMEMOTO2001-05-241-32/+42
| | | | Notes: svn path=/stable/4/; revision=77146
* MFC: 1.8 (fix the range of the returned value).Ruslan Ermilov2001-05-231-1/+1
| | | | Notes: svn path=/stable/4/; revision=77040
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-205-0/+447
| | | | Notes: svn path=/stable/4/; revision=76914
* MFC: (rev. 1.13) document ECONNREFUSED.Archie Cobbs2001-05-201-0/+4
| | | | Notes: svn path=/stable/4/; revision=76865
* MFC: 1.14 (document O_NOFOLLOW and O_FSYNC flags to open)Ruslan Ermilov2001-05-171-0/+21
| | | | Notes: svn path=/stable/4/; revision=76725
* MFC: (rev 1.8) Add RETURN VALUES section.Ruslan Ermilov2001-05-141-8/+13
| | | | Notes: svn path=/stable/4/; revision=76585
* MFC: Correct spelling of MNT_ASYNC, add f_syncreads and f_asyncreads,David Malone2001-05-011-6/+7
| | | | | | | catch up with a comment. Notes: svn path=/stable/4/; revision=76187
* MFC: add getaddrinfo(3) to the "SEE ALSO" list.Archie Cobbs2001-04-281-0/+1
| | | | Notes: svn path=/stable/4/; revision=76088
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-04-261-0/+106
| | | | Notes: svn path=/stable/4/; revision=76029
* MFC: "it's" -> "its" where appropriate.Dima Dorfman2001-04-262-2/+2
| | | | Notes: svn path=/stable/4/; revision=76011
* MFC 1.18: Correct descriptions of SOCK_RDM and SOCK_SEQPACKET.Dima Dorfman2001-04-261-2/+2
| | | | Notes: svn path=/stable/4/; revision=76006
* MFC 1.16: document some more flags.Dima Dorfman2001-04-261-4/+7
| | | | Notes: svn path=/stable/4/; revision=76005
* MFC 1.21: mention that locks are inherited accross an exec.Dima Dorfman2001-04-261-0/+6
| | | | Notes: svn path=/stable/4/; revision=76004
* MFC 1.13, 1.14: add ``RETURN VALUES'' and ``ERRORS'' sections.Dima Dorfman2001-04-261-1/+19
| | | | Notes: svn path=/stable/4/; revision=75998
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-2516-23/+23
| | | | Notes: svn path=/stable/4/; revision=75949
* MFC: (rev 1.14) moved up the LIBRARY section.Ruslan Ermilov2001-04-231-2/+2
| | | | Notes: svn path=/stable/4/; revision=75871
* MFC: IPv4 address is not unsigned int.Hajimu UMEMOTO2001-04-217-18/+25
| | | | | | | | | | | | | | | | | include/arpa/inet.h: 1.11->1.12 lib/libc/net/inet.3: 1.11->1.12 lib/libc/net/inet_addr.c: 1.12->1.13 lib/libc/net/inet_lnaof.c: 1.2->1.3 lib/libc/net/inet_makeaddr.c: 1.2->1.3 lib/libc/net/inet_neta.c: 1.6->1.7 lib/libc/net/inet_netof.c: 1.2->1.3 lib/libc/net/inet_network.c: 1.6->1.7 sys/alpha/include/endian.h: 1.3->1.4 sys/netinet/in.h: 1.53->1.54 sys/sys/types.h: 1.41->1.43 Notes: svn path=/stable/4/; revision=75794
* MFC: Nuke non-standard EAI_RESNULL.Hajimu UMEMOTO2001-04-211-8/+0
| | | | | | | | include/netdb.h: 1.17->1.18 lib/libc/net/getaddrinfo.c: 1.19->1.20 Notes: svn path=/stable/4/; revision=75792
* MFC: mdoc(7) police: fix markup.Ruslan Ermilov2001-04-181-2/+6
| | | | Notes: svn path=/stable/4/; revision=75662
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-04-171-0/+253
| | | | Notes: svn path=/stable/4/; revision=75603
* MFC: mdoc(7) formatting fixes.Ruslan Ermilov2001-04-041-1/+3
| | | | Notes: svn path=/stable/4/; revision=75159
* MFC: Document LOG_CONSOLE. Approved-by: jkhChris Timmons2001-04-031-0/+2
| | | | Notes: svn path=/stable/4/; revision=75132
* MFC rev 1.17Peter Wemm2001-03-291-42/+39
| | | | Notes: svn path=/stable/4/; revision=74977
* MFC rev 1.15-1.16; fix g_Ctoc() etc.Peter Wemm2001-03-281-16/+38
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74945
* MFC: Allow user to specify glob limits, default to unlimited matches.Jonathan Lemon2001-03-212-39/+59
| | | | Notes: svn path=/stable/4/; revision=74576
* MFC; limit number of pathnames returned from glob.Jonathan Lemon2001-03-161-0/+13
| | | | | | | Approved by: jkh "aaaaand approved for MFC! :)" Notes: svn path=/stable/4/; revision=74358
* MFC: .St -p1003.1g -> .St -p1003.1g-2000.Ruslan Ermilov2001-03-133-4/+5
| | | | Notes: svn path=/stable/4/; revision=74215
* MFC: (rev 1.5) fixed typo: setsid() -> getsid().Ruslan Ermilov2001-03-091-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74037
* Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org>David E. Cross2001-03-082-0/+2
| | | | | | | | | | | | | | | | Reviewed by: David Cross <dec@freebsd.org>, jkh <jkh@freebsd.org> Approved by: jkh <jkh@freebsd.org> Obtained from: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org> We have been running this patch on a production NIS server for 2.5 weeks now. Normally we would have ypserv die at least once a week, and often many times a day. This patch treats and error from select as zeroing out the FD_SET to indicate that no fds are ready for reading. This is safe because the rpc code always re-inits the FDSET before calling select. Notes: svn path=/stable/4/; revision=73992
* MFC: In soshutdown(), use SHUT_* constants instead of FREAD and FWRITE.Ruslan Ermilov2001-03-071-23/+30
| | | | | | | | | Also, return EINVAL if `how' is invalid, as required by POSIX. Approved by: jkh Notes: svn path=/stable/4/; revision=73950
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-06172-520/+616
| | | | Notes: svn path=/stable/4/; revision=73888
* MFC: mpool.c(1.6-7) & mpool.h(1.8): use TAILQ instead of CIRCLEQDavid E. O'Brien2001-03-051-21/+19
| | | | Notes: svn path=/stable/4/; revision=73794
* MFC: fix setlocale(3) so that LC_ALL environment variable (if setRuslan Ermilov2001-03-051-2/+2
| | | | | | | | and not NULL) is preferred over other LC_* environment variables, as required by POSIX. Notes: svn path=/stable/4/; revision=73744
* MFC: style sync with -currentDavid E. O'Brien2001-03-052-1/+5
| | | | Notes: svn path=/stable/4/; revision=73720
* MFC: 1.15: document EINTRDavid E. O'Brien2001-03-051-0/+2
| | | | Notes: svn path=/stable/4/; revision=73718
* MFC: 1.8: clarify comments referring to strlcat() usageDavid E. O'Brien2001-03-051-1/+22
| | | | Notes: svn path=/stable/4/; revision=73717
* MFC: 1.3David E. O'Brien2001-03-051-3/+6
| | | | | | | | | - Reverse the order of two loop invariant to ensure strlcat() does not attempt to read memory when siz is 0 - Clarify comments referring to strlcat() usage Notes: svn path=/stable/4/; revision=73716
* MFC: style sync to currentDavid E. O'Brien2001-03-053-1/+4
| | | | Notes: svn path=/stable/4/; revision=73714
* MFC: style sync with -currentDavid E. O'Brien2001-03-053-0/+6
| | | | Notes: svn path=/stable/4/; revision=73709
* MFC: 1.57: remove sizeof(void *) == sizeof(int) assumptionsDavid E. O'Brien2001-03-051-7/+7
| | | | Notes: svn path=/stable/4/; revision=73708
* MFC: style sync with -currentDavid E. O'Brien2001-03-0511-89/+55
| | | | Notes: svn path=/stable/4/; revision=73707
* MFC: style sync to currentDavid E. O'Brien2001-03-051-0/+3
| | | | Notes: svn path=/stable/4/; revision=73683
* FMC: style sync to -currentDavid E. O'Brien2001-03-051-2/+2
| | | | Notes: svn path=/stable/4/; revision=73682
* mFC: remove register and use proper include styleDavid E. O'Brien2001-03-051-3/+3
| | | | Notes: svn path=/stable/4/; revision=73681
* MFC: remove register and style sync to -currentDavid E. O'Brien2001-03-051-3/+3
| | | | Notes: svn path=/stable/4/; revision=73679
* MFC: style fixDavid E. O'Brien2001-03-051-0/+1
| | | | Notes: svn path=/stable/4/; revision=73676
* MFC: don't use errno.h.David E. O'Brien2001-03-051-1/+0
| | | | Notes: svn path=/stable/4/; revision=73675
* MFC: find errno.h in the proper placeDavid E. O'Brien2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73673
* MFC: remove unused <errno.h> & add FreeBSD idDavid E. O'Brien2001-03-058-6/+5
| | | | Notes: svn path=/stable/4/; revision=73671
* MFC: 1.3: Fix typo: compatability -> compatibility.David E. O'Brien2001-03-051-1/+3
| | | | Notes: svn path=/stable/4/; revision=73669