summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug due to a type conversion from 64 to 32 bits. The side effect ofgordon2010-05-121-2/+2
* The previous revision actually removed the bug being hinted at, sobrueffer2010-05-121-3/+2
* mdoc: simplify quotation schemeuqs2010-05-111-3/+2
* mdoc: fix parenthesisuqs2010-05-111-2/+2
* mdoc: use macro for +- that is understood by mdocmluqs2010-05-112-4/+4
* Document FIONREAD, FIONWRITE and FIONSPACE.brueffer2010-05-111-1/+25
* strptime(3) confused July with June with the fr_FR locale.edwin2010-05-091-0/+8
* sigprocmask(2): pthread_sigmask(3) must be used in threaded processes.jilles2010-05-071-1/+7
* raise(3): Note that this sends a signal to the current thread, not process.jilles2010-05-071-3/+3
* Merger of the quota64 project into head.mckusick2010-05-071-4/+18
|\
| * Final update to current version of head in preparation for reintegration.mckusick2010-05-061-3/+9
| |\
| * \ Update to current version of head.mckusick2010-04-2894-572/+744
| |\ \
| * | | Debugging nits found while testing the new 64-bit quota code.mckusick2010-03-161-4/+18
| * | | IFH@204581des2010-03-04192-7021/+7849
| |\ \ \
| * \ \ \ Sync from head.des2009-09-262-2/+19
| |\ \ \ \
| * \ \ \ \ Sync with headdes2009-09-255-5/+186
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headdes2009-09-17253-2365/+11587
| |\ \ \ \ \ \
* | | | | | | | Update xrefs from 4.3BSD to modern signal functions in various man pages.jilles2010-05-0610-18/+12
* | | | | | | | sigaltstack(2): document some modernizations:jilles2010-05-061-17/+15
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Document RUSAGE_THREAD.kib2010-05-041-3/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | unlinkat(2): unlinkat(AT_REMOVEDIR) fails with ENOTEMPTY like rmdir()jilles2010-04-251-2/+2
* | | | | | sysctl(3): Update description of various kern.* variables.jilles2010-04-251-12/+10
* | | | | | C language does not has references, it provides pointers.kib2010-04-211-2/+2
* | | | | | Add standards section, improve wording, taking into account the handlingkib2010-04-211-6/+8
* | | | | | Free() is not allowed to modify errno, remove safety brackets around it [1].kib2010-04-201-13/+5
* | | | | | Slightly modernize realpath(3).kib2010-04-202-8/+65
* | | | | | Revert r206649.kib2010-04-181-18/+13
* | | | | | getcwd(3): Clarify that EACCES may or may not be checked.jilles2010-04-171-3/+11
* | | | | | fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.jilles2010-04-161-8/+8
* | | | | | Still reference struct __sigaction with clarification when this formkib2010-04-151-0/+10
* | | | | | mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-1413-13/+13
OpenPOWER on IntegriCloud