summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFV: zlib 1.2.5.delphij2010-04-2018-74/+117
* 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
* Expose a few symbols as public interface rather than private.delphij2010-04-161-6/+6
* MFV: libz 1.2.4.3.delphij2010-04-1611-35/+104
* Still reference struct __sigaction with clarification when this formkib2010-04-151-0/+10
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-14154-154/+154
* 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
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-027-7/+5167
* Remove _LARGEFILE64_SOURCE==1 case which is supposed to be always falsedelphij2010-04-011-1/+1
* For now, hardcode FreeBSD configuration that will never change on zlib.h:delphij2010-04-011-25/+0
* Update to 1.2.4.1 (beta).delphij2010-03-3114-66/+78
* Add prototype for libc internal interfaces.delphij2010-03-312-0/+4
* Add prototypes for libc private interfaces.delphij2010-03-311-5/+9
* Use panic() (which the environment is required to provide to libstand) tojhb2010-03-301-4/+4
* 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
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-11/+17
* Merge improvements from kernel HID parser to the userland usbhid(3)kaiw2010-03-276-251/+406
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-242-3/+3
* Reject attempts to create a MAP_ANON mapping with a non-zero offset.jhb2010-03-231-1/+6
* Finish the much belated Intel XScale hwpmc(4) man page.rpaulo2010-03-231-2/+119
* Update to zlib 1.2.4 and add versioned symbols to thedelphij2010-03-2241-2144/+7559
|\
| * Create a custom branch where I will be able to do the merge.delphij2010-03-193980-731486/+0
* | Let opendir() use O_DIRECTORY.ed2010-03-211-2/+2
* | Actually make O_DIRECTORY work.ed2010-03-211-0/+12
* | Avoid aliasing which leads to incorrect results when compiling with themarius2010-03-211-12/+11
* | Do not create *.gmon files for PIE executables on i386.jilles2010-03-201-1/+1
* | - While SPARC V9 allows tininess to be detected either before or aftermarius2010-03-201-5/+10
* | Division should take both arguments' signs into account when themarius2010-03-201-7/+9
* | FPU_DEBUG requires <stdio.h>.marius2010-03-203-1/+12
* | Ensure that __fpu_ftox() both returns the high bits and res[1] containsmarius2010-03-201-5/+7
* | - Remove a bogus forward declaration.marius2010-03-202-7/+3
|/
OpenPOWER on IntegriCloud