]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Consistent white space after .'s in comments.
[FreeBSD/FreeBSD.git] / lib /
2007-05-29 bdeMerge the relevant part of rev.1.14 of s_cbrt.c (a...
2007-05-29 kientzlelibarchive 2.2.3
2007-05-28 rwatsonCorrect spelling errors in comments.
2007-05-28 rwatsonPrecede symbol names consistently with tabs rather...
2007-05-25 delphijInclude string.h for memcpy() and memcmp().
2007-05-25 delphijConst'ify and ANSIfy the internal interfaces of regex(3).
2007-05-25 delphijANSIfy function definitions, reduces diff against OpenBSD.
2007-05-25 ruAlso fix the misspelling of hes_resolve().
2007-05-25 delphijThe usage of "info" in init_hash() is read-only, so...
2007-05-25 desRe-add support for NIS netgroups (heavily modified...
2007-05-25 rafan- When I introduce wide character enabled ncurses into...
2007-05-24 obrienFreeBSD has <limits.h>.
2007-05-24 obrienUpdate for the 'file' 4.21 import.
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 desEnable FTP_COMBINE_CWDS.
2007-05-24 obrienUpdate for the 'file' 4.19 import.
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 ruhesiod_resolv -> hesiod_resolve
2007-05-23 desNit: avoid shadowing truncate(2) with a local variable.
2007-05-23 desFix stupid braino in previous commit.
2007-05-23 desIf (flags & O_TRUNC), don't truncate the file until...
2007-05-22 cpercivaReplace "sizeof(struct bucket[cache_size])" with
2007-05-22 jonBackout 1.5 as requested by deischen
2007-05-22 jon__cleanup() is needed for ports/devel/valgrind, export it.
2007-05-21 rwatsonMake pointer argument to kread_string() const since...
2007-05-21 cpercivaDon't test for NULL when it is both unnecessary (the...
2007-05-21 cpercivaRemove pointless code: Don't assign a value to a variab...
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-21 deischenBump library versions in preparation for 7.0.
2007-05-19 kanUse LDADD to add -lgcc to the end of linker command...
2007-05-19 cognetUse __mcount() instead of _mcount() to reduce diffs...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 marcelAdd a level of indirection to the kernel PTE table...
2007-05-19 cpercivaDon't forget to free a string allocated by strdup where...
2007-05-19 kanMake sure libc is installed before all other shared...
2007-05-19 kanUse built-in _end symbol insteadof 'end' for consistenc...
2007-05-19 kanDo not declare float_detect_tininess as external if...
2007-05-19 kanMake sure GCC will not try to link libc with itself.
2007-05-19 kanFollow NetBSD, OpenBSD and DragonfyBSD project and...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 jonMove nss_compat symbols from r1.11 to private section...
2007-05-18 ruFix a logic bug I re-introduced in my patch I sent...
2007-05-18 jon__nss_compat_* from net/nss_compat.c are needed by...
2007-05-17 deischenAllow DEFAULT_THREAD_LIB to be set from /etc/src.conf.
2007-05-17 jonendrpcent belongs with rpc name service db, not services.
2007-05-17 jonfix memory leak from reading nsswitch.conf
2007-05-16 rrs-Fix so getoptinfo() is in conformance with socket...
2007-05-16 rrs Resolves symbols map so sctp_xxx() functions are included.
2007-05-16 kanDo not export 'end' symbol. It is not meant to be visib...
2007-05-14 mavReplace select() by poll() to avoid problems with big
2007-05-14 pavDocument RFTHREAD
2007-05-14 deischenI guess powerpc needs vfork(), add it to the symbol...
2007-05-14 cpercivaUse unsigned comparisons. Prior to this commit, SHA1_U...
2007-05-13 rwatsonAdd ether_aton_r and ether_ntoa_r to public symbol...
2007-05-13 deischenRemove .mcount from gmon's Symbol map and add it to...
2007-05-13 deischenEnable symbol versioning by default. Use WITHOUT_SYMVE...
2007-05-13 rwatsonAdd and document ether_ntoa_r() and ether_aton_r()...
2007-05-13 rwatsonMove to more conformant style(9) before making function...
2007-05-11 marius- Add bits for userland profiling. For sun4u this is...
2007-05-11 desstrlcpy() may be faster than snprintf(), but it is...
2007-05-10 desFix typo.
2007-05-10 desWell gag me with a spoon... I'm so used to working...
2007-05-10 desRemove superfluous unexpanded RCS tag.
2007-05-10 desUse flopen(3).
2007-05-10 desDTRT when O_NONBLOCK is specified.
2007-05-10 desI'm tired of seeing this done incorrectly and non-porta...
2007-05-09 gnnIntegrate the Camellia Block Cipher. For more informat...
2007-05-09 davidxubackout experimental adaptive spinning mutex for produc...
2007-05-08 desHandle temporary redirects (HTTP status code 307)
2007-05-08 dasWe should never zero-pad INF or NaN (yielding silly...
2007-05-08 dasFix a rounding error.
2007-05-06 desRemove parameter names from prototypes to avoid namespa...
2007-05-06 pjdImplement and document some utility functions that...
2007-05-04 gabor- Fix typo
2007-05-02 bdeDon't assume that int is signed 32-bits in one place...
2007-05-02 bdeFix tgamma() on some special args:
2007-05-02 bdeDocument (in a comment) the current (slightly broken...
2007-05-02 cpercivas/@VERSION@/@ARCHIVE_VERSION@/
2007-05-01 yarFix one kind of style(9) bug and a typo in a comment.
2007-05-01 marcelRoughly implement libpthread support.
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-05-01 acheBack out all POSIXified *env() changes.
2007-05-01 wkoszekSecond call of sysctl() is used to gather a proper...
2007-04-30 acheBump .Dd
2007-04-30 acheAdd phrase
2007-04-30 acheMake putenv() fully conforms to Open Group specs Issue 6
2007-04-30 acheRemove special case skipping initial '=' of the setenv...
2007-04-30 acheMake setenv, putenv, getenv and unsetenv conforming...
2007-04-29 pjdAdd missing links and sort.
2007-04-29 deischenDon't enable symbol versioning for librt by default...
2007-04-29 kanMake sure FBSDprivate_1.0 is located at the end of...
2007-04-29 deischenCatch up with the renaming of the private version names...
2007-04-29 deischenUse C comments since we now preprocess these files...
2007-04-29 deischenNumber the private version namespace in case we ever...
2007-04-29 deischenSymbol version librt.
2007-04-27 roamRemove the MSG_PEEK flag from the documentation of...
2007-04-24 phkGet endianess right.
next