]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
This commit was generated by cvs2svn to compensate for changes in r171945,
[FreeBSD/FreeBSD.git] / lib / libc /
2007-08-24 Edwin GroothuisThis commit was generated by cvs2svn to compensate...
2007-08-22 David XuAdd thr_kill2 syscall.
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-07-31 Michael Bushkov- Getipnodebyname() and getipnodebyaddr() reimplemented...
2007-07-25 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-07-24 Randall Stewart - take out a needless panic under invariants for sctp_...
2007-07-24 Simon L. B. NielsenSet timeout for all NIS RPC requests to 1 second and...
2007-07-22 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 Sean FarleyAdded environ-replacement detection. For programs...
2007-07-14 Christian BruefferTake a sentence into the present by removing a referenc...
2007-07-14 Randall Stewart- Modular congestion control, with RFC2581 being the...
2007-07-11 Sam LefflerThis commit was generated by cvs2svn to compensate...
2007-07-11 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2007-07-09 Sam LefflerThis commit was generated by cvs2svn to compensate...
2007-07-06 Daniel EischenFix a typo that prevented the quad symbols from being...
2007-07-05 Peter WemmFix remaining syntax errors (missing semicolons)
2007-07-04 Peter WemmAdd missing \ characters in PSEUDO() macro on arm....
2007-07-04 Peter WemmChange the C wrappers for mmap/lseek/pread/pwrite/trunc...
2007-07-04 Peter WemmClassify mmap, lseek, pread, pwrite, truncate, ftruncat...
2007-07-04 Peter WemmAdjust the syscall stub macros to be consistent in...
2007-07-04 Peter WemmFix missing prototype warnings. (Compile errors with...
2007-07-04 Sean FarleySignificantly reduce the memory leak as noted in BUGS...
2007-07-03 Max LaierThis commit was generated by cvs2svn to compensate...
2007-07-03 Max LaierThis commit was generated by cvs2svn to compensate...
2007-07-02 Randall Stewart- Removes some incorrect error returns (errno was being...
2007-06-27 Alexander KabaevFix sbrk.S to use _end symbol the same way brk.s was...
2007-06-26 Matt JacobAdd missing semi-colon.
2007-06-25 Randall Stewart- Fix wrong error return (the errno was being returned...
2007-06-22 Randall Stewart- Fix incorrect error return on sctp_getaddrlen
2007-06-21 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-19 Christian BruefferClean up after previous commit: new sentence -> new...
2007-06-19 Randall Stewart- Fix the signature of sctp_connectx to match the funct...
2007-06-18 Christian BruefferMajor cleanup: mdoc macros, style, typos etc.
2007-06-18 Andrey A. ChernovAdd rewind() to the list of functions which may fail...
2007-06-18 Andrey A. ChernovAdd mbstate clear missed in one of the cases.
2007-06-18 David XuFix library names.
2007-06-15 Jason EvansAdd information about the implications of using mmap...
2007-06-15 Jason EvansFix junk/zero filling for realloc(). Junk filling...
2007-06-15 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-15 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-14 Hartmut BrandtUse an array of size NGROUP_MAX for the getgroups(...
2007-06-14 Xin LIRequire users to provide a length information for inet_...
2007-06-13 Christian BruefferCatch up with the code.
2007-06-12 Andrey A. ChernovFix yet another (make install) stopper with wrong sourc...
2007-06-12 Bruce M SimpsonFix typo in filename from mismerged earlier rev of...
2007-06-12 Bruce M SimpsonFix a typo which crept in from an earlier version of...
2007-06-12 Bruce M SimpsonAdd missing userland support files from previous commit...
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 Xin LIAdd inet_ntoa_r, a reentrant version of inet_ntoa....
2007-06-11 Xin LIDiff reduction against other *BSDs: ANSIfy function
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-06 Remko LodderDocument getaddrinfo(3)'s AI_ADDRCONFIG
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-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-05-31 Daniel EischenExport quad symbols. They were previously commented...
2007-05-31 Daniel EischenSome libc symbol map cleanups.
2007-05-28 Robert WatsonCorrect spelling errors in comments.
2007-05-28 Robert WatsonPrecede symbol names consistently with tabs rather...
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-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-24 Ruslan Ermilovhesiod_resolv -> hesiod_resolve
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 Garrett WollmanThis commit was generated by cvs2svn to compensate...
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 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 Jonathan Chen__nss_compat_* from net/nss_compat.c are needed by...
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...
next