aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Replace "sizeof(struct bucket[cache_size])" withColin Percival2007-05-221-4/+4
* Backout 1.5 as requested by deischenJonathan Chen2007-05-221-1/+0
* __cleanup() is needed for ports/devel/valgrind, export it.Jonathan Chen2007-05-221-0/+1
* Make pointer argument to kread_string() const since the kernel structureRobert Watson2007-05-211-3/+4
* Don't test for NULL when it is both unnecessary (the pointer is checkedColin Percival2007-05-211-1/+1
* Remove pointless code: Don't assign a value to a variable when we'reColin Percival2007-05-211-1/+0
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-2140-40/+40
* Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGSAlexander Kabaev2007-05-191-1/+2
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard2007-05-191-1/+1
* Add a level of indirection to the kernel PTE table. The oldMarcel Moolenaar2007-05-191-8/+16
* Don't forget to free a string allocated by strdup where necessary.Colin Percival2007-05-191-2/+9
* Make sure libc is installed before all other shared libraries. OtherAlexander Kabaev2007-05-191-3/+4
* Use built-in _end symbol insteadof 'end' for consistency with otherAlexander Kabaev2007-05-191-2/+2
* Do not declare float_detect_tininess as external if it will be re-delaredAlexander Kabaev2007-05-191-0/+2
* Make sure GCC will not try to link libc with itself.Alexander Kabaev2007-05-191-0/+5
* Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensedAlexander Kabaev2007-05-193-1/+124
* Move nss_compat symbols from r1.11 to private section of symbol map.Jonathan Chen2007-05-181-10/+10
* Fix a logic bug I re-introduced in my patch I sent to DanielRuslan Ermilov2007-05-184-4/+4
* __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp...Jonathan Chen2007-05-181-0/+10
* Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.Daniel Eischen2007-05-174-16/+16
* endrpcent belongs with rpc name service db, not services.Jonathan Chen2007-05-171-1/+1
* fix memory leak from reading nsswitch.confJonathan Chen2007-05-172-0/+7
* -Fix so getoptinfo() is in conformance with socket api (itRandall Stewart2007-05-161-32/+33
* Resolves symbols map so sctp_xxx() functions are included.Randall Stewart2007-05-161-0/+14
* Do not export 'end' symbol. It is not meant to be visible to outsideAlexander Kabaev2007-05-161-1/+1
* Replace select() by poll() to avoid problems with bigAlexander Motin2007-05-142-6/+7
* Document RFTHREADPav Lucistnik2007-05-141-1/+9
* I guess powerpc needs vfork(), add it to the symbol list.Daniel Eischen2007-05-141-0/+1
* Use unsigned comparisons. Prior to this commit, SHA1_Update andColin Percival2007-05-142-2/+4
* Add ether_aton_r and ether_ntoa_r to public symbol map for libc.Robert Watson2007-05-131-0/+2
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-135-2/+27
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-1312-781/+48
* Add and document ether_ntoa_r() and ether_aton_r() functions, which acceptRobert Watson2007-05-132-37/+85
* Move to more conformant style(9) before making functional changes.Robert Watson2007-05-131-51/+35
* - Add bits for userland profiling. For sun4u this is compile-tested only.Marius Strobl2007-05-111-0/+1
* strlcpy() may be faster than snprintf(), but it is less portable, and thisDag-Erling Smørgrav2007-05-111-8/+8
* Fix typo.Dag-Erling Smørgrav2007-05-101-1/+1
* Well gag me with a spoon... I'm so used to working at high WARNS levelsDag-Erling Smørgrav2007-05-102-1/+5
* Remove superfluous unexpanded RCS tag.Dag-Erling Smørgrav2007-05-101-2/+0
* Use flopen(3).Dag-Erling Smørgrav2007-05-101-2/+2
* DTRT when O_NONBLOCK is specified.Dag-Erling Smørgrav2007-05-102-4/+29
* I'm tired of seeing this done incorrectly and non-portably, so add aDag-Erling Smørgrav2007-05-104-6/+177
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-0/+3
* backout experimental adaptive spinning mutex for product use.David Xu2007-05-093-9/+0
* Handle temporary redirects (HTTP status code 307)Dag-Erling Smørgrav2007-05-081-0/+2
* We should never zero-pad INF or NaN (yielding silly strings like "00inf")David Schultz2007-05-081-0/+1
* Fix a rounding error.David Schultz2007-05-081-1/+1
* Remove parameter names from prototypes to avoid namespace issues.Dag-Erling Smørgrav2007-05-061-22/+22
* Implement and document some utility functions that can be used to communicatePawel Jakub Dawidek2007-05-064-3/+360
* - Fix typoGabor Kovesdan2007-05-041-2/+2