summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Expose __stack_chk_fail_local() so -fstack-protector-all works.des2007-06-052-3/+1
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-2/+7
* Merge BIND 9.4.1 into main chunk.ume2007-06-0329-341/+396
* This commit was generated by cvs2svn to compensate for changes in r170242,ume2007-06-038-110/+133
|\
| * Vendor import of BIND 9.4.1ume2007-06-0337-452/+530
* | Export quad symbols. They were previously commented out. These symbolsdeischen2007-05-311-6/+6
* | Some libc symbol map cleanups.deischen2007-05-3111-31/+0
* | Correct spelling errors in comments.rwatson2007-05-281-2/+2
* | Precede symbol names consistently with tabs rather than spaces.rwatson2007-05-281-14/+14
* | Const'ify and ANSIfy the internal interfaces of regex(3).delphij2007-05-251-109/+100
* | ANSIfy function definitions, reduces diff against OpenBSD.delphij2007-05-251-17/+8
* | Also fix the misspelling of hes_resolve().ru2007-05-251-1/+1
* | The usage of "info" in init_hash() is read-only, so constifydelphij2007-05-251-3/+3
* | hesiod_resolv -> hesiod_resolveru2007-05-241-1/+1
* | Backout 1.5 as requested by deischenjon2007-05-221-1/+0
* | __cleanup() is needed for ports/devel/valgrind, export it.jon2007-05-221-0/+1
* | 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
OpenPOWER on IntegriCloud