| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sbrk.S to use _end symbol the same way brk.s was fixed some time | kan | 2007-06-27 | 1 | -2/+2 |
* | Add missing semi-colon. | mjacob | 2007-06-26 | 1 | -1/+1 |
* | - Fix wrong error return (the errno was being returned and not placed | rrs | 2007-06-25 | 1 | -10/+24 |
* | - Fix incorrect error return on sctp_getaddrlen | rrs | 2007-06-22 | 1 | -3/+3 |
* | Clean up after previous commit: new sentence -> new line, no empty lines, | brueffer | 2007-06-19 | 1 | -4/+6 |
* | - Fix the signature of sctp_connectx to match the function and adds some | rrs | 2007-06-19 | 1 | -2/+6 |
* | Major cleanup: mdoc macros, style, typos etc. | brueffer | 2007-06-18 | 10 | -216/+320 |
* | Add rewind() to the list of functions which may fail and set errno | ache | 2007-06-18 | 1 | -1/+2 |
* | Add mbstate clear missed in one of the cases. | ache | 2007-06-18 | 1 | -5/+6 |
* | Fix library names. | davidxu | 2007-06-18 | 10 | -10/+10 |
* | 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 |