summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update generated files for BIND 9.4.1dougb2007-06-029-220/+512
* Update bmake glue for the BIND 9.4.1 import.dougb2007-06-028-18/+64
* - Work-around the already partially broken rusage support in kvm byjeff2007-06-011-0/+2
* Export quad symbols. They were previously commented out. These symbolsdeischen2007-05-311-6/+6
* Some libc symbol map cleanups.deischen2007-05-3111-31/+0
* Merge the relevant part of rev.1.14 of s_cbrt.c (a micro-optimizationbde2007-05-291-3/+3
* libarchive 2.2.3kientzle2007-05-2973-1372/+3889
* Correct spelling errors in comments.rwatson2007-05-281-2/+2
* Precede symbol names consistently with tabs rather than spaces.rwatson2007-05-281-14/+14
* Include string.h for memcpy() and memcmp().delphij2007-05-251-0/+1
* 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
* Re-add support for NIS netgroups (heavily modified from patch in PR)des2007-05-251-4/+22
* - When I introduce wide character enabled ncurses into base, all headersrafan2007-05-254-0/+9
* FreeBSD has <limits.h>.obrien2007-05-241-0/+3
* Update for the 'file' 4.21 import.obrien2007-05-241-1/+1
* Enable FTP_COMBINE_CWDS.des2007-05-242-10/+2
* Update for the 'file' 4.19 import.obrien2007-05-241-1/+10
* hesiod_resolv -> hesiod_resolveru2007-05-241-1/+1
* Nit: avoid shadowing truncate(2) with a local variable.des2007-05-231-3/+3
* Fix stupid braino in previous commit.des2007-05-231-1/+1
* If (flags & O_TRUNC), don't truncate the file until we've successfullydes2007-05-231-1/+11
* Replace "sizeof(struct bucket[cache_size])" withcperciva2007-05-221-4/+4
* 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
* Make pointer argument to kread_string() const since the kernel structurerwatson2007-05-211-3/+4
* Don't test for NULL when it is both unnecessary (the pointer is checkedcperciva2007-05-211-1/+1
* Remove pointless code: Don't assign a value to a variable when we'recperciva2007-05-211-1/+0
* Bump library versions in preparation for 7.0.deischen2007-05-2140-40/+40
* 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
* Add a level of indirection to the kernel PTE table. The oldmarcel2007-05-191-8/+16
* Don't forget to free a string allocated by strdup where necessary.cperciva2007-05-191-2/+9
* Make sure libc is installed before all other shared libraries. Otherkan2007-05-191-3/+4
* 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
* Fix a logic bug I re-introduced in my patch I sent to Danielru2007-05-184-4/+4
* __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp...jon2007-05-181-0/+10
* Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.deischen2007-05-174-16/+16
* 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
* Replace select() by poll() to avoid problems with bigmav2007-05-142-6/+7
OpenPOWER on IntegriCloud