]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
This commit was generated by cvs2svn to compensate for changes in r169689,
[FreeBSD/FreeBSD.git] / lib /
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-18 Jonathan ChenMove nss_compat symbols from r1.11 to private section...
2007-05-18 Ruslan ErmilovFix a logic bug I re-introduced in my patch I sent...
2007-05-18 Jonathan Chen__nss_compat_* from net/nss_compat.c are needed by...
2007-05-17 Daniel EischenAllow DEFAULT_THREAD_LIB to be set from /etc/src.conf.
2007-05-17 Jonathan Chenendrpcent belongs with rpc name service db, not services.
2007-05-17 Jonathan Chenfix memory leak from reading nsswitch.conf
2007-05-16 Randall Stewart-Fix so getoptinfo() is in conformance with socket...
2007-05-16 Randall Stewart Resolves symbols map so sctp_xxx() functions are included.
2007-05-16 Alexander KabaevDo not export 'end' symbol. It is not meant to be visib...
2007-05-14 Alexander MotinReplace select() by poll() to avoid problems with big
2007-05-14 Pav LucistnikDocument RFTHREAD
2007-05-14 Daniel EischenI guess powerpc needs vfork(), add it to the symbol...
2007-05-14 Colin PercivalUse unsigned comparisons. Prior to this commit, SHA1_U...
2007-05-13 Robert WatsonAdd ether_aton_r and ether_ntoa_r to public symbol...
2007-05-13 Daniel EischenRemove .mcount from gmon's Symbol map and add it to...
2007-05-13 Daniel EischenEnable symbol versioning by default. Use WITHOUT_SYMVE...
2007-05-13 Robert WatsonAdd and document ether_ntoa_r() and ether_aton_r()...
2007-05-13 Robert WatsonMove to more conformant style(9) before making function...
2007-05-11 Marius Strobl- Add bits for userland profiling. For sun4u this is...
2007-05-11 Dag-Erling Smørgravstrlcpy() may be faster than snprintf(), but it is...
2007-05-10 Dag-Erling SmørgravFix typo.
2007-05-10 Dag-Erling SmørgravWell gag me with a spoon... I'm so used to working...
2007-05-10 Dag-Erling SmørgravRemove superfluous unexpanded RCS tag.
2007-05-10 Dag-Erling SmørgravUse flopen(3).
2007-05-10 Dag-Erling SmørgravDTRT when O_NONBLOCK is specified.
2007-05-10 Dag-Erling SmørgravI'm tired of seeing this done incorrectly and non-porta...
2007-05-09 George V. Neville... Integrate the Camellia Block Cipher. For more informat...
2007-05-09 David Xubackout experimental adaptive spinning mutex for produc...
2007-05-08 Dag-Erling SmørgravHandle temporary redirects (HTTP status code 307)
2007-05-08 David SchultzWe should never zero-pad INF or NaN (yielding silly...
2007-05-08 David SchultzFix a rounding error.
2007-05-06 Dag-Erling SmørgravRemove parameter names from prototypes to avoid namespa...
2007-05-06 Pawel Jakub DawidekImplement and document some utility functions that...
2007-05-04 Gabor Kovesdan- Fix typo
2007-05-02 Bruce EvansDon't assume that int is signed 32-bits in one place...
2007-05-02 Bruce EvansFix tgamma() on some special args:
2007-05-02 Bruce EvansDocument (in a comment) the current (slightly broken...
2007-05-02 Colin Percivals/@VERSION@/@ARCHIVE_VERSION@/
2007-05-01 Yaroslav TykhiyFix one kind of style(9) bug and a typo in a comment.
2007-05-01 Marcel MoolenaarRoughly implement libpthread support.
2007-05-01 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2007-05-01 Andrey A. ChernovBack out all POSIXified *env() changes.
2007-05-01 Wojciech A. KoszekSecond call of sysctl() is used to gather a proper...
2007-04-30 Andrey A. ChernovBump .Dd
2007-04-30 Andrey A. ChernovAdd phrase
2007-04-30 Andrey A. ChernovMake putenv() fully conforms to Open Group specs Issue 6
2007-04-30 Andrey A. ChernovRemove special case skipping initial '=' of the setenv...
2007-04-30 Andrey A. ChernovMake setenv, putenv, getenv and unsetenv conforming...
2007-04-29 Pawel Jakub DawidekAdd missing links and sort.
2007-04-29 Daniel EischenDon't enable symbol versioning for librt by default...
2007-04-29 Alexander KabaevMake sure FBSDprivate_1.0 is located at the end of...
2007-04-29 Daniel EischenCatch up with the renaming of the private version names...
2007-04-29 Daniel EischenUse C comments since we now preprocess these files...
2007-04-29 Daniel EischenNumber the private version namespace in case we ever...
2007-04-29 Daniel EischenSymbol version librt.
2007-04-27 Peter PentchevRemove the MSG_PEEK flag from the documentation of...
2007-04-24 Poul-Henning KampGet endianess right.
2007-04-23 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 Robert WatsonAdd au_to_zonename.3 alias for au_token.3.
2007-04-23 Daniel EischenAdd a reference and lock the target thread when setting...
2007-04-22 Nate LawsonAdd back the original behavior of changing the entire...
2007-04-20 Tim KientzleFix a memory leak in the uname/gname lookup cache.
2007-04-19 Mike MakonnenMake inet6_rth_* family of functions more compliant...
2007-04-19 Poul-Henning KampGrammer correction from: emaste
2007-04-19 Poul-Henning KampLoosen return value spec for fputs to be standards...
2007-04-16 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-04-16 Ruslan ErmilovAdd a missing backslash and unbreak the build.
2007-04-16 Rong-En Fan- Add missing man page links
2007-04-16 Colin PercivalIn libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAIL...
2007-04-15 Tim KientzleProperly cleanup the UID/GID lookup data.
2007-04-15 Tim KientzleDon't free a NULL pointer.
2007-04-15 Tim KientzleClean up a lot of memory leaks in the libarchive test...
2007-04-15 Tim KientzleThanks to Colin for catching my mixup. The original...
2007-04-15 Tim KientzleConsolidate numeric limit macros in one place; include...
2007-04-14 Tim KientzlePass through error message if any operation fails,...
2007-04-14 Tim KientzleOverhaul of 'ar' support:
2007-04-14 Tim KientzleInvoke utime(2) properly. (It's only used on platforms
2007-04-14 Tim KientzleFix the build by temporarily disabling 'ar' support...
2007-04-14 Pawel Jakub DawidekCleanup sysconf(3) a bit. sysconf(3) assumes in some...
2007-04-14 Tim KientzleFix the build.
2007-04-14 Tim KientzleFixes from Joerg Sonnenberger, reviewed by Kai Wang.
2007-04-14 Tim KientzleConventionally, tar archives have always included a...
2007-04-14 Tim KientzlePortability: Don't use mkdtemp() when mkdir() will...
2007-04-14 Tim KientzleMore portability improvements from Martin Koeppe:
2007-04-13 Tim KientzlePortability.
2007-04-12 Joseph KoshyFix a bug in the description of the "p6-div" event...
2007-04-12 Tim KientzleNow that libarchive is being built in more environments,
2007-04-12 Tim KientzleMake Lint happier.
2007-04-11 Ed MasteBelatedly bump Dd for my recent changes.
2007-04-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-04-11 Joseph KoshyCorrect a typo in an event name alias.
2007-04-11 Nate LawsonThis commit was generated by cvs2svn to compensate...
2007-04-10 Ruslan ErmilovExpand the description of the host's UUID.
2007-04-10 Ruslan ErmilovSwap "underflow"/"overflow" in the table header.
2007-04-09 Alexander KabaevClean-ip TLS symbol versions. [_]__tls_get_addr functio...
2007-04-09 Pawel Jakub DawidekDocument KERN_HOSTUUID.
2007-04-09 Ed MasteDocument PT_GETNUMLWPS.
2007-04-09 Gregory Neil ShapiroNew files in sendmail 8.14.1
next