| Commit message (Expand) | Author | Age | Files | Lines |
* | Add information about the implications of using mmap(2) instead of sbrk(2). | jasone | 2007-06-15 | 1 | -1/+19 |
* | Fix junk/zero filling for realloc(). Junk filling was missing in one case, | jasone | 2007-06-15 | 1 | -36/+48 |
* | Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP. | harti | 2007-06-14 | 1 | -2/+4 |
* | Require users to provide a length information for inet_ntoa_r, | delphij | 2007-06-14 | 2 | -5/+6 |
* | Catch up with the code. | brueffer | 2007-06-13 | 1 | -2/+2 |
* | Fix yet another (make install) stopper with wrong sourcefilter.3 links | ache | 2007-06-12 | 1 | -2/+2 |
* | Fix typo in filename from mismerged earlier rev of this file. | bms | 2007-06-12 | 1 | -1/+1 |
* | Fix a typo which crept in from an earlier version of this file. | bms | 2007-06-12 | 1 | -2/+2 |
* | Add missing userland support files from previous commit for the new | bms | 2007-06-12 | 2 | -0/+587 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 2 | -1/+8 |
* | - Validate incoming addresses and sizes for connectx and bindx. | rrs | 2007-06-11 | 1 | -5/+16 |
* | Add inet_ntoa_r, a reentrant version of inet_ntoa. This is | delphij | 2007-06-11 | 4 | -2/+23 |
* | Diff reduction against other *BSDs: ANSIfy function | delphij | 2007-06-11 | 4 | -141/+66 |
* | Fix bogon in previous commit: <machine/cpu.h> is still needed. | marcel | 2007-06-10 | 1 | -0/+1 |
* | The definition of CACHELINESIZE moved from <machine/cpu.h> to | marcel | 2007-06-10 | 1 | -1/+1 |
* | Document getaddrinfo(3)'s AI_ADDRCONFIG | remko | 2007-06-06 | 1 | -6/+67 |
* | Expose __stack_chk_fail_local() so -fstack-protector-all works. | des | 2007-06-05 | 2 | -3/+1 |
* | Merge BIND 9.4.1 into main chunk. | ume | 2007-06-03 | 1 | -2/+7 |
* | Merge BIND 9.4.1 into main chunk. | ume | 2007-06-03 | 29 | -341/+396 |
* | This commit was generated by cvs2svn to compensate for changes in r170242, | ume | 2007-06-03 | 8 | -110/+133 |
|\ |
|
| * | Vendor import of BIND 9.4.1 | ume | 2007-06-03 | 37 | -452/+530 |
* | | Export quad symbols. They were previously commented out. These symbols | deischen | 2007-05-31 | 1 | -6/+6 |
* | | Some libc symbol map cleanups. | deischen | 2007-05-31 | 11 | -31/+0 |
* | | Correct spelling errors in comments. | rwatson | 2007-05-28 | 1 | -2/+2 |
* | | Precede symbol names consistently with tabs rather than spaces. | rwatson | 2007-05-28 | 1 | -14/+14 |
* | | Const'ify and ANSIfy the internal interfaces of regex(3). | delphij | 2007-05-25 | 1 | -109/+100 |
* | | ANSIfy function definitions, reduces diff against OpenBSD. | delphij | 2007-05-25 | 1 | -17/+8 |
* | | Also fix the misspelling of hes_resolve(). | ru | 2007-05-25 | 1 | -1/+1 |
* | | The usage of "info" in init_hash() is read-only, so constify | delphij | 2007-05-25 | 1 | -3/+3 |
* | | hesiod_resolv -> hesiod_resolve | ru | 2007-05-24 | 1 | -1/+1 |
* | | Backout 1.5 as requested by deischen | jon | 2007-05-22 | 1 | -1/+0 |
* | | __cleanup() is needed for ports/devel/valgrind, export it. | jon | 2007-05-22 | 1 | -0/+1 |
* | | Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS | kan | 2007-05-19 | 1 | -1/+2 |
* | | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | cognet | 2007-05-19 | 1 | -1/+1 |
* | | Use built-in _end symbol insteadof 'end' for consistency with other | kan | 2007-05-19 | 1 | -2/+2 |
* | | Do not declare float_detect_tininess as external if it will be re-delared | kan | 2007-05-19 | 1 | -0/+2 |
* | | Make sure GCC will not try to link libc with itself. | kan | 2007-05-19 | 1 | -0/+5 |
* | | Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensed | kan | 2007-05-19 | 3 | -1/+124 |
* | | Move nss_compat symbols from r1.11 to private section of symbol map. | jon | 2007-05-18 | 1 | -10/+10 |
* | | __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp... | jon | 2007-05-18 | 1 | -0/+10 |
* | | endrpcent belongs with rpc name service db, not services. | jon | 2007-05-17 | 1 | -1/+1 |
* | | fix memory leak from reading nsswitch.conf | jon | 2007-05-17 | 2 | -0/+7 |
* | | -Fix so getoptinfo() is in conformance with socket api (it | rrs | 2007-05-16 | 1 | -32/+33 |
* | | Resolves symbols map so sctp_xxx() functions are included. | rrs | 2007-05-16 | 1 | -0/+14 |
* | | Do not export 'end' symbol. It is not meant to be visible to outside | kan | 2007-05-16 | 1 | -1/+1 |
* | | Document RFTHREAD | pav | 2007-05-14 | 1 | -1/+9 |
* | | I guess powerpc needs vfork(), add it to the symbol list. | deischen | 2007-05-14 | 1 | -0/+1 |
* | | Add ether_aton_r and ether_ntoa_r to public symbol map for libc. | rwatson | 2007-05-13 | 1 | -0/+2 |
* | | Remove .mcount from gmon's Symbol map and add it to the appropriate | deischen | 2007-05-13 | 5 | -2/+27 |
* | | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -2/+0 |