summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add information about the implications of using mmap(2) instead of sbrk(2).jasone2007-06-151-1/+19
* Fix junk/zero filling for realloc(). Junk filling was missing in one case,jasone2007-06-151-36/+48
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-142-5/+6
* Catch up with the code.brueffer2007-06-131-2/+2
* Fix yet another (make install) stopper with wrong sourcefilter.3 linksache2007-06-121-2/+2
* Fix typo in filename from mismerged earlier rev of this file.bms2007-06-121-1/+1
* Fix a typo which crept in from an earlier version of this file.bms2007-06-121-2/+2
* Add missing userland support files from previous commit for the newbms2007-06-122-0/+587
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-122-1/+8
* - Validate incoming addresses and sizes for connectx and bindx.rrs2007-06-111-5/+16
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isdelphij2007-06-114-2/+23
* Diff reduction against other *BSDs: ANSIfy functiondelphij2007-06-114-141/+66
* Fix bogon in previous commit: <machine/cpu.h> is still needed.marcel2007-06-101-0/+1
* The definition of CACHELINESIZE moved from <machine/cpu.h> tomarcel2007-06-101-1/+1
* Document getaddrinfo(3)'s AI_ADDRCONFIGremko2007-06-061-6/+67
* 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
OpenPOWER on IntegriCloud