summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | mdoc: don't abuse Bo/Pc to get what looks like an intervaluqs2010-04-141-1/+1
* | | | | | mdoc: remove .Pp where not neededuqs2010-04-145-12/+0
* | | | | | Align the declaration for sa_sigaction with POSIX.kib2010-04-131-2/+2
* | | | | | Add #endif missed in r206490.marius2010-04-111-0/+1
* | | | | | While SPARC V9 allows tininess to be detected either before or aftermarius2010-04-111-0/+3
* | | | | | Use the stored length value instead of calculating it by strlen().ume2010-04-061-8/+6
* | | | | | I feel this wording of the history is more clear.obrien2010-04-052-9/+6
* | | | | | libc/db/hash: cap auto-tuned block size with a value that actually worksavg2010-04-052-1/+3
* | | | | | hash.3: fix a factual mistake in the man pageavg2010-04-051-1/+1
* | | | | | Add capability to use a db version of services. It is enabled byume2010-04-042-1/+204
* | | | | | Reduce duplicate code.ume2010-04-041-59/+33
* | | | | | Treat '+' as special only when in compat mode, and simplifyume2010-04-041-22/+19
* | | | | | Stop adding trailing '\n'. The servent_unpack() doesn't expectume2010-04-041-10/+3
* | | | | | Add prototype for libc internal interfaces.delphij2010-03-312-0/+4
* | | | | | Add prototypes for libc private interfaces.delphij2010-03-311-5/+9
* | | | | | Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs.trasz2010-03-281-7/+4
* | | | | | Don't forget to bump the date in the man page.ed2010-03-281-1/+1
OpenPOWER on IntegriCloud