summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-1610-13/+14
* Correct the return code from _dns_gethostby*() to correspondume2010-08-151-4/+20
* - When there is no room for returning the result, nss backendume2010-08-1311-49/+109
* Fix typos and spelling mistakes.joel2010-08-065-5/+5
* Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,ache2010-08-051-5/+5
* Spelling fixes.joel2010-08-027-9/+9
* mdoc: remove unbalanced quotesuqs2010-08-022-6/+6
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-023-3/+3
* Disable all warnings when building gdtoa. This allows building libc withrpaulo2010-08-011-1/+1
* Fix a couple of typos.uqs2010-07-301-1/+1
* Update mlockall(2) to mention that it's superuser-only syscall, justtrasz2010-07-272-4/+7
* Apply a small grammar fix to {toupper,tolower}(3).bcr2010-07-252-4/+4
* Verify return value of the sigset manipulation functionskib2010-07-221-22/+14
* Also link getutxent.3 to utmpx.3.ed2010-07-211-1/+1
* For xsi_sigpause(3), remove the supplied signal from the process maskkib2010-07-121-2/+10
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-1038-2/+2443
* The 64-bit PowerPC ABI implemented in binutils 2.15 requires some specialnwhitehorn2010-07-101-1/+2
* Document pl_siginfo and PT_FLAG_SI for PT_LWPINFO.kib2010-07-101-4/+20
* If a user calls sctp_sendx() with a NULLrrs2010-07-071-0/+5
* Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and grouptrasz2010-07-063-40/+10
* Remove comment which didn't match reality for a long time.trasz2010-07-051-3/+0
* Increment 'sa' at the end of the loop; otherwise, only the firstbrucec2010-07-051-1/+1
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.brucec2010-07-043-29/+29
* Simplify the calculation of s_scale by rewriting the FP expression tomarcel2010-07-011-20/+5
* On powerpc, calculate s_scale using the non-FP version previouslymarcel2010-06-301-1/+1
* Just like in case of setgroups(2), for getgroups(2) also advice includingpjd2010-06-261-1/+1
* use PTR_WORD for __curbrk and minbrk instead of .word, the new versionjchandra2010-06-252-2/+2
* Merge from English r198040: add C message catalogue entries for newermaxim2010-06-201-0/+10
* Merge jmallett@'s n64 work into HEAD - changeset 2jchandra2010-06-167-40/+117
* Merge jmallett@'s n64 work into HEAD - changeset 1.jchandra2010-06-1620-521/+510
* Separate _posix1e_acl_id_to_name() into a separate file, tokientzle2010-06-143-55/+101
* In threaded processes, destroy the mutex atexit_mutex when we'vecperciva2010-06-131-0/+3
* sctp_recvmsg returns the number of bytes received, not sent.brucec2010-06-111-1/+1
* mdoc: stop abusing -column lists and use .Bl -tag insteaduqs2010-06-111-19/+21
* mdoc: remove literal tabs where they don't belonguqs2010-06-0810-17/+17
* Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).trasz2010-06-051-5/+5
* Don't forget to free the string in error case.trasz2010-06-031-0/+1
* _posix1e_acl_sort() never returns anything other than 0; change itstrasz2010-06-034-55/+15
* Fix usage of uninitialized variable.trasz2010-06-031-1/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-2/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-1/+1
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-021-1/+1
* Change the current working directory to be inside the jail created bycperciva2010-05-271-1/+8
* Improve the documentation for PT_LWPINFO. Note that some features arekib2010-05-241-3/+58
* These features will first appear in 8.1, soon to be releaseduqs2010-05-241-1/+1
* Make acl_get_perm_np(3) work with NFSv4 ACLs.trasz2010-05-232-24/+18
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-194-4/+4
* Make branding less intrusive - in acl_set(3), in case ACL brandtrasz2010-05-131-0/+3
* Make it possible to actually use NFSv4 permission bits with acl_set_perm(3)trasz2010-05-131-20/+32
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-1311-221/+221
OpenPOWER on IntegriCloud