summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-128-22/+22
* Replace utxrm(8) by utx(8).ed2012-02-111-1/+1
* Set read buffer size to multiple of sizeof(struct futx).ed2012-02-111-7/+12
* Switch getifaddrs(3) to the new API introduced in r231505. Also removebz2012-02-111-122/+47
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-1/+15
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-111-1/+1
* More accurately document what happens on error.eadler2012-02-091-3/+6
* Acknowledge that jail_attach and jail_remove can return EPERM.jamie2012-02-081-1/+3
* eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r andbrooks2012-02-081-7/+0
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-072-2/+2
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichandreast2012-02-054-34/+34
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-018-8/+8
* Move descriptions of file caching commands out of the file locking section.tijl2012-01-281-17/+17
* Remove a left-over reference to make.conf(5) which was used as a place topluknet2012-01-271-2/+1
* Clarify the implementation-defined behaviour in case of close(2)kib2012-01-221-1/+5
* The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andpjd2012-01-222-4/+4
* Add API for obtaining extended machine context states that cannot bekib2012-01-2119-10/+693
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-201-1/+1
* Conditionalize the __floatunsisf and __floatunsidf functions, added indas2012-01-201-0/+4
* Don't inline fenv.h functions on arm for now. Inlining makes sense:das2012-01-201-0/+2
* Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't thedas2012-01-2019-16/+555
* Insert read memory barriers.davidxu2012-01-162-1/+2
* Computations on NaNs are supposed to return one of the input NaNs unchanged.das2012-01-162-4/+3
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support fordas2012-01-162-1/+64
* Remove functions from softfloat's Symbol.map that don't need to be exported.das2012-01-162-20/+14
* Convert softfloat to use the standard exception flag and rounding macrosdas2012-01-165-34/+34
* Correct some bugs that resulted from arm/_fpmath.h being blindly copieddas2012-01-161-1/+2
* Make man page wording more clear:eadler2012-01-151-1/+1
* Remove wtmpcvt(1).ed2012-01-131-1/+0
* Revert unintentional commit of changes to getnetgrent.c.ghelmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openghelmer2012-01-101-13/+28
* Add aligned_alloc(3).ed2012-01-094-9/+55
* Properly sort functions by name.ed2012-01-081-3/+3
* Two other places where we can use WEAK_ALIAS.andreast2012-01-082-6/+2
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-074-3/+47
* Handle the internal scope address representation of the KAME IPv6ume2012-01-071-1/+2
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.andreast2012-01-062-20/+10
* Change index() and rindex() to a weak alias.ed2012-01-056-6/+6
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3delphij2012-01-041-1/+19
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-035-7/+7
* Merge index() and strchr() together.ed2012-01-0315-279/+128
* Add some additional const poison after r228972. The 'mapping' array indim2011-12-301-1/+2
* libc: Eliminate some relative relocations in file flags table.jilles2011-12-291-23/+23
* Fix manual section for acl_get(3) and mac_get(3) family functions.pluknet2011-12-291-14/+14
* libc: Eliminate some relative relocations in getusershell().jilles2011-12-271-8/+7
* libc: Eliminate some relative relocations in setlocale().jilles2011-12-271-1/+1
* Update rtprio(2) manual page to reflect the latest changes in -CURRENT asdelphij2011-12-272-17/+82
* Add missing opening and closing brackets in getopt_long.3 and getsubopt.3gjb2011-12-262-3/+6
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-236-3/+81
* Handle malloc failures in yplib.c.ghelmer2011-12-231-0/+46
OpenPOWER on IntegriCloud