summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGSkan2007-05-191-1/+2
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.cognet2007-05-191-1/+1
* Use built-in _end symbol insteadof 'end' for consistency with otherkan2007-05-191-2/+2
* Do not declare float_detect_tininess as external if it will be re-delaredkan2007-05-191-0/+2
* Make sure GCC will not try to link libc with itself.kan2007-05-191-0/+5
* Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensedkan2007-05-193-1/+124
* Move nss_compat symbols from r1.11 to private section of symbol map.jon2007-05-181-10/+10
* __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp...jon2007-05-181-0/+10
* endrpcent belongs with rpc name service db, not services.jon2007-05-171-1/+1
* fix memory leak from reading nsswitch.confjon2007-05-172-0/+7
* -Fix so getoptinfo() is in conformance with socket api (itrrs2007-05-161-32/+33
* Resolves symbols map so sctp_xxx() functions are included.rrs2007-05-161-0/+14
* Do not export 'end' symbol. It is not meant to be visible to outsidekan2007-05-161-1/+1
* Document RFTHREADpav2007-05-141-1/+9
* I guess powerpc needs vfork(), add it to the symbol list.deischen2007-05-141-0/+1
* Add ether_aton_r and ether_ntoa_r to public symbol map for libc.rwatson2007-05-131-0/+2
* Remove .mcount from gmon's Symbol map and add it to the appropriatedeischen2007-05-135-2/+27
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-2/+0
* Add and document ether_ntoa_r() and ether_aton_r() functions, which acceptrwatson2007-05-132-37/+85
* Move to more conformant style(9) before making functional changes.rwatson2007-05-131-51/+35
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-111-0/+1
* We should never zero-pad INF or NaN (yielding silly strings like "00inf")das2007-05-081-0/+1
* Fix a rounding error.das2007-05-081-1/+1
* - Fix typogabor2007-05-041-2/+2
* Back out all POSIXified *env() changes.ache2007-05-014-96/+41
* Bump .Ddache2007-04-301-1/+1
* Add phraseache2007-04-301-1/+2
* Make putenv() fully conforms to Open Group specs Issue 6ache2007-04-304-26/+58
* Remove special case skipping initial '=' of the setenv() value "forache2007-04-302-7/+0
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsache2007-04-304-19/+48
* Add missing links and sort.pjd2007-04-291-3/+9
* Make sure FBSDprivate_1.0 is located at the end of the versionkan2007-04-291-1/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-2930-166/+242
* Number the private version namespace in case we ever want to havedeischen2007-04-291-1/+1
* Remove the MSG_PEEK flag from the documentation of the send(2) syscall -roam2007-04-271-1/+0
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-1/+9
* Grammer correction from: emastephk2007-04-191-1/+1
* Loosen return value spec for fputs to be standards compliant so peoplephk2007-04-191-5/+2
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatespjd2007-04-141-21/+18
* Belatedly bump Dd for my recent changes.emaste2007-04-111-1/+1
* Expand the description of the host's UUID.ru2007-04-101-3/+3
* Swap "underflow"/"overflow" in the table header.ru2007-04-101-2/+2
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofkan2007-04-092-6/+2
* Document KERN_HOSTUUID.pjd2007-04-091-1/+4
* Document PT_GETNUMLWPS.emaste2007-04-091-0/+3
* Describe PT_GETLWPLIST's arguments.emaste2007-04-071-0/+9
* __p_rcode_syms is declared as external in resolv.conf, so it cannot bekan2007-04-062-1/+2
* Bump date.pjd2007-04-053-3/+3
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-052-1/+65
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
OpenPOWER on IntegriCloud