| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace "sizeof(struct bucket[cache_size])" with | Colin Percival | 2007-05-22 | 1 | -4/+4 |
| * | Backout 1.5 as requested by deischen | Jonathan Chen | 2007-05-22 | 1 | -1/+0 |
| * | __cleanup() is needed for ports/devel/valgrind, export it. | Jonathan Chen | 2007-05-22 | 1 | -0/+1 |
| * | Make pointer argument to kread_string() const since the kernel structure | Robert Watson | 2007-05-21 | 1 | -3/+4 |
| * | Don't test for NULL when it is both unnecessary (the pointer is checked | Colin Percival | 2007-05-21 | 1 | -1/+1 |
| * | Remove pointless code: Don't assign a value to a variable when we're | Colin Percival | 2007-05-21 | 1 | -1/+0 |
| * | Bump library versions in preparation for 7.0. | Daniel Eischen | 2007-05-21 | 40 | -40/+40 |
| * | Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS | Alexander Kabaev | 2007-05-19 | 1 | -1/+2 |
| * | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | Olivier Houchard | 2007-05-19 | 1 | -1/+1 |
| * | Add a level of indirection to the kernel PTE table. The old | Marcel Moolenaar | 2007-05-19 | 1 | -8/+16 |
| * | Don't forget to free a string allocated by strdup where necessary. | Colin Percival | 2007-05-19 | 1 | -2/+9 |
| * | Make sure libc is installed before all other shared libraries. Other | Alexander Kabaev | 2007-05-19 | 1 | -3/+4 |
| * | Use built-in _end symbol insteadof 'end' for consistency with other | Alexander Kabaev | 2007-05-19 | 1 | -2/+2 |
| * | Do not declare float_detect_tininess as external if it will be re-delared | Alexander Kabaev | 2007-05-19 | 1 | -0/+2 |
| * | Make sure GCC will not try to link libc with itself. | Alexander Kabaev | 2007-05-19 | 1 | -0/+5 |
| * | Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensed | Alexander Kabaev | 2007-05-19 | 3 | -1/+124 |
| * | Move nss_compat symbols from r1.11 to private section of symbol map. | Jonathan Chen | 2007-05-18 | 1 | -10/+10 |
| * | Fix a logic bug I re-introduced in my patch I sent to Daniel | Ruslan Ermilov | 2007-05-18 | 4 | -4/+4 |
| * | __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp... | Jonathan Chen | 2007-05-18 | 1 | -0/+10 |
| * | Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. | Daniel Eischen | 2007-05-17 | 4 | -16/+16 |
| * | endrpcent belongs with rpc name service db, not services. | Jonathan Chen | 2007-05-17 | 1 | -1/+1 |
| * | fix memory leak from reading nsswitch.conf | Jonathan Chen | 2007-05-17 | 2 | -0/+7 |
| * | -Fix so getoptinfo() is in conformance with socket api (it | Randall Stewart | 2007-05-16 | 1 | -32/+33 |
| * | Resolves symbols map so sctp_xxx() functions are included. | Randall Stewart | 2007-05-16 | 1 | -0/+14 |
| * | Do not export 'end' symbol. It is not meant to be visible to outside | Alexander Kabaev | 2007-05-16 | 1 | -1/+1 |
| * | Replace select() by poll() to avoid problems with big | Alexander Motin | 2007-05-14 | 2 | -6/+7 |
| * | Document RFTHREAD | Pav Lucistnik | 2007-05-14 | 1 | -1/+9 |
| * | I guess powerpc needs vfork(), add it to the symbol list. | Daniel Eischen | 2007-05-14 | 1 | -0/+1 |
| * | Use unsigned comparisons. Prior to this commit, SHA1_Update and | Colin Percival | 2007-05-14 | 2 | -2/+4 |
| * | Add ether_aton_r and ether_ntoa_r to public symbol map for libc. | Robert Watson | 2007-05-13 | 1 | -0/+2 |
| * | Remove .mcount from gmon's Symbol map and add it to the appropriate | Daniel Eischen | 2007-05-13 | 5 | -2/+27 |
| * | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | Daniel Eischen | 2007-05-13 | 12 | -781/+48 |
| * | Add and document ether_ntoa_r() and ether_aton_r() functions, which accept | Robert Watson | 2007-05-13 | 2 | -37/+85 |
| * | Move to more conformant style(9) before making functional changes. | Robert Watson | 2007-05-13 | 1 | -51/+35 |
| * | - Add bits for userland profiling. For sun4u this is compile-tested only. | Marius Strobl | 2007-05-11 | 1 | -0/+1 |
| * | strlcpy() may be faster than snprintf(), but it is less portable, and this | Dag-Erling Smørgrav | 2007-05-11 | 1 | -8/+8 |
| * | Fix typo. | Dag-Erling Smørgrav | 2007-05-10 | 1 | -1/+1 |
| * | Well gag me with a spoon... I'm so used to working at high WARNS levels | Dag-Erling Smørgrav | 2007-05-10 | 2 | -1/+5 |
| * | Remove superfluous unexpanded RCS tag. | Dag-Erling Smørgrav | 2007-05-10 | 1 | -2/+0 |
| * | Use flopen(3). | Dag-Erling Smørgrav | 2007-05-10 | 1 | -2/+2 |
| * | DTRT when O_NONBLOCK is specified. | Dag-Erling Smørgrav | 2007-05-10 | 2 | -4/+29 |
| * | I'm tired of seeing this done incorrectly and non-portably, so add a | Dag-Erling Smørgrav | 2007-05-10 | 4 | -6/+177 |
| * | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 1 | -0/+3 |
| * | backout experimental adaptive spinning mutex for product use. | David Xu | 2007-05-09 | 3 | -9/+0 |
| * | Handle temporary redirects (HTTP status code 307) | Dag-Erling Smørgrav | 2007-05-08 | 1 | -0/+2 |
| * | We should never zero-pad INF or NaN (yielding silly strings like "00inf") | David Schultz | 2007-05-08 | 1 | -0/+1 |
| * | Fix a rounding error. | David Schultz | 2007-05-08 | 1 | -1/+1 |
| * | Remove parameter names from prototypes to avoid namespace issues. | Dag-Erling Smørgrav | 2007-05-06 | 1 | -22/+22 |
| * | Implement and document some utility functions that can be used to communicate | Pawel Jakub Dawidek | 2007-05-06 | 4 | -3/+360 |
| * | - Fix typo | Gabor Kovesdan | 2007-05-04 | 1 | -2/+2 |