]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Remove USBDEV() macro. We do not need a macro that is defined as its
[FreeBSD/FreeBSD.git] / lib /
2007-06-12 Bruce M SimpsonImport rewrite of IPv4 socket multicast layer to suppor...
2007-06-11 Randall Stewart- Validate incoming addresses and sizes for connectx...
2007-06-11 Bruce EvansFix an aliasing bug which was finally detected by gcc...
2007-06-11 Xin LIAdd inet_ntoa_r, a reentrant version of inet_ntoa....
2007-06-11 Tim KientzleDon't lose leading '/' for pathnames exactly 101 bytes...
2007-06-11 Xin LIDiff reduction against other *BSDs: ANSIfy function
2007-06-10 Stefan FarfelederMerge NetBSD changes, among them:
2007-06-10 Yaroslav TykhiyNow pam_nologin(8) will provide an account management...
2007-06-10 Marcel MoolenaarFix bogon in previous commit: <machine/cpu.h> is still...
2007-06-10 Marcel MoolenaarThe definition of CACHELINESIZE moved from <machine...
2007-06-08 David XuSet warning level to 2.
2007-06-06 Remko LodderDocument getaddrinfo(3)'s AI_ADDRCONFIG
2007-06-05 Doug BartonRemove the special atomic.h case for arm, and allow...
2007-06-05 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-06-05 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-06-05 Dag-Erling SmørgravExpose __stack_chk_fail_local() so -fstack-protector...
2007-06-04 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-06-04 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-03 Hajimu UMEMOTOMerge BIND 9.4.1 into main chunk.
2007-06-03 Hajimu UMEMOTOMerge BIND 9.4.1 into main chunk.
2007-06-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-06-03 Hajimu UMEMOTOVendor import of BIND 9.4.1
2007-06-03 Doug BartonFix the amd64 and pc98 versions of ISC_ATOMIC_ARCH...
2007-06-02 Doug BartonUpdate generated files for BIND 9.4.1
2007-06-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-06-02 Doug BartonUpdate bmake glue for the BIND 9.4.1 import.
2007-06-01 Jeff Roberson - Work-around the already partially broken rusage...
2007-05-31 Daniel EischenExport quad symbols. They were previously commented...
2007-05-31 Daniel EischenSome libc symbol map cleanups.
2007-05-29 Bruce EvansMerge the relevant part of rev.1.14 of s_cbrt.c (a...
2007-05-29 Tim Kientzlelibarchive 2.2.3
2007-05-28 Robert WatsonCorrect spelling errors in comments.
2007-05-28 Robert WatsonPrecede symbol names consistently with tabs rather...
2007-05-25 Xin LIInclude string.h for memcpy() and memcmp().
2007-05-25 Xin LIConst'ify and ANSIfy the internal interfaces of regex(3).
2007-05-25 Xin LIANSIfy function definitions, reduces diff against OpenBSD.
2007-05-25 Ruslan ErmilovAlso fix the misspelling of hes_resolve().
2007-05-25 Xin LIThe usage of "info" in init_hash() is read-only, so...
2007-05-25 Dag-Erling SmørgravRe-add support for NIS netgroups (heavily modified...
2007-05-25 Rong-En Fan- When I introduce wide character enabled ncurses into...
2007-05-24 David E. O'BrienFreeBSD has <limits.h>.
2007-05-24 David E. O'BrienUpdate for the 'file' 4.21 import.
2007-05-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-24 Dag-Erling SmørgravEnable FTP_COMBINE_CWDS.
2007-05-24 David E. O'BrienUpdate for the 'file' 4.19 import.
2007-05-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-24 Ruslan Ermilovhesiod_resolv -> hesiod_resolve
2007-05-23 Dag-Erling SmørgravNit: avoid shadowing truncate(2) with a local variable.
2007-05-23 Dag-Erling SmørgravFix stupid braino in previous commit.
2007-05-23 Dag-Erling SmørgravIf (flags & O_TRUNC), don't truncate the file until...
2007-05-22 Colin PercivalReplace "sizeof(struct bucket[cache_size])" with
2007-05-22 Jonathan ChenBackout 1.5 as requested by deischen
2007-05-22 Jonathan Chen__cleanup() is needed for ports/devel/valgrind, export it.
2007-05-21 Robert WatsonMake pointer argument to kread_string() const since...
2007-05-21 Colin PercivalDon't test for NULL when it is both unnecessary (the...
2007-05-21 Colin PercivalRemove pointless code: Don't assign a value to a variab...
2007-05-21 Garrett WollmanThis commit was generated by cvs2svn to compensate...
2007-05-21 Daniel EischenBump library versions in preparation for 7.0.
2007-05-19 Alexander KabaevUse LDADD to add -lgcc to the end of linker command...
2007-05-19 Olivier HouchardUse __mcount() instead of _mcount() to reduce diffs...
2007-05-19 Maxime HenrionThis commit was generated by cvs2svn to compensate...
2007-05-19 Marcel MoolenaarAdd a level of indirection to the kernel PTE table...
2007-05-19 Colin PercivalDon't forget to free a string allocated by strdup where...
2007-05-19 Alexander KabaevMake sure libc is installed before all other shared...
2007-05-19 Alexander KabaevUse built-in _end symbol insteadof 'end' for consistenc...
2007-05-19 Alexander KabaevDo not declare float_detect_tininess as external if...
2007-05-19 Alexander KabaevMake sure GCC will not try to link libc with itself.
2007-05-19 Alexander KabaevFollow NetBSD, OpenBSD and DragonfyBSD project and...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
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...
next