]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
- Somehow the disable fragment option got lost. We could
[FreeBSD/FreeBSD.git] / lib /
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
2007-04-09 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 Tim KientzleFix build on Solaris.
2007-04-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-04-07 Tim KientzleEnable 'ar' support; hook it up to the build and
2007-04-07 Tim KientzleClarification: Point people to archive_read_data()...
2007-04-07 Colin PercivalWhen copying data from one archive to another, only...
2007-04-07 Ed MasteDescribe PT_GETLWPLIST's arguments.
2007-04-06 Alexander Kabaev__p_rcode_syms is declared as external in resolv.conf...
2007-04-06 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-04-05 Pawel Jakub DawidekBump date.
2007-04-05 Pawel Jakub DawidekImplement SEEK_DATA and SEEK_HOLE extensions to lseek...
2007-04-05 Pawel Jakub DawidekAdd security.jail.mount_allowed sysctl, which allows...
2007-04-05 Colin PercivalMove archive_read_data_into_buffer into archive_read...
2007-04-05 David XuIf a thread who's name is being set is not the current...
2007-04-05 Tim KientzleMore corrections from Joerg Sonnenberger.
2007-04-05 Tim KientzleStyle fixes from Joerg Sonnenberger: use correct types,
2007-04-05 Tim KientzleFrom Joerg Sonnenberger: Fix a number of style gaffes,
2007-04-05 Tim KientzleWordsmithing.
2007-04-05 Xin LIAvoid using intermediate variables by just comparing...
2007-04-04 Andrew ThompsonThis commit was generated by cvs2svn to compensate...
2007-04-04 Ceri Daviescipher(3) is gone.
2007-04-04 Alexander KabaevCast away const qualifier to squash GCC warning.
2007-04-04 Alexander KabaevFirst argument of MD5Final is an array of unsigned...
2007-04-04 Alexander KabaevUse correct u_int and socklen_t types for parameters...
2007-04-04 Alexander KabaevAdd include directives for string.h and stdlib.h to...
2007-04-04 Alexander KabaevInclude string.h to get proper memcpy prototype.
2007-04-04 Jung-uk KimImport amd64 assembly implementations of div(3) family...
2007-04-03 Colin PercivalParse SCHILY.dev and SCHILY.ino fields. These are...
2007-04-03 Alexander KabaevAdd entry for dl_iterate_phdr.
2007-04-03 Alexander KabaevAdd stub for dl_iterate_phdr.
2007-04-03 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-04-03 Tim Kientzle'ar' format support for libarchive, contributed by...
2007-04-02 Colin PercivalNow that there is always a compression-layer skip funct...
2007-04-02 Tim KientzleFix type-punned pointer, minor style fixes.
2007-04-02 Tim KientzleRemove unused variable; use consistent types.
2007-04-02 Tim KientzleBe consistent: file flags are unsigned bitmaps.
2007-04-02 Tim KientzleDon't compare a signed char to 0xFF.
2007-04-02 Tim KientzleAvoid a potential overflow when 'skip' is larger than...
2007-04-02 Tim KientzleStyle fix: Use the correct type for 'bytes_to_write'.
2007-04-02 Tim KientzleStyle: bare "unsigned" is deprecated, use "unsigned...
2007-04-02 Tim KientzleRemove some unused fields from archive_read internal...
2007-03-31 Colin PercivalProvide a dummy compression-layer skip function which...
2007-03-30 Tom RhodesBack out my previous commit to this area, there are...
2007-03-29 Jason EvansUse size_t instead of unsigned for pagesize-related...
2007-03-28 Jason EvansRemove the run promotion/demotion machinery. Replace...
2007-03-28 Jason EvansChange macro in order to refer to FreeBSD 7.0 instead...
2007-03-28 Xin LIThis commit was generated by cvs2svn to compensate...
2007-03-28 Jason EvansUpdate the IMPLEMENTATION NOTES section to reflect...
2007-03-28 Jason EvansRemove some stray roff formatting that caused incorrect...
2007-03-28 Jason EvansAdd a HISTORY section.
2007-03-28 Xin LIThis commit was generated by cvs2svn to compensate...
2007-03-27 Yaroslav TykhiyIn account management, verify whether the account has...
2007-03-27 Joseph KoshyDescribe the contents of the "ar_name" and "ar_rawname...
2007-03-27 Joseph KoshyBug fixes to ar(1) archive handling:
2007-03-26 Joseph KoshyClarify memory management rules for pmc_cpuinfo().
2007-03-26 Joseph KoshyDocument the return type of elf_rand(3) correctly.
2007-03-24 Jason EvansFix some subtle bugs for posix_memalign() having to...
2007-03-24 Tim KientzleNotice when mkdir() fails.
2007-03-24 Tim KientzleFix compile error when libbz2 is unavailable.
2007-03-23 Jason EvansFix posix_memalign() for large objects. Now that runs...
2007-03-23 Jason EvansUse extents rather than binary buddies to track free...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
next