]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Correct two comments.
[FreeBSD/FreeBSD.git] / lib /
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-16 ruAdd a missing backslash and unbreak the build.
2007-04-16 rafan- Add missing man page links
2007-04-16 cpercivaIn libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAIL...
2007-04-15 kientzleProperly cleanup the UID/GID lookup data.
2007-04-15 kientzleDon't free a NULL pointer.
2007-04-15 kientzleClean up a lot of memory leaks in the libarchive test...
2007-04-15 kientzleThanks to Colin for catching my mixup. The original...
2007-04-15 kientzleConsolidate numeric limit macros in one place; include...
2007-04-14 kientzlePass through error message if any operation fails,...
2007-04-14 kientzleOverhaul of 'ar' support:
2007-04-14 kientzleInvoke utime(2) properly. (It's only used on platforms
2007-04-14 kientzleFix the build by temporarily disabling 'ar' support...
2007-04-14 pjdCleanup sysconf(3) a bit. sysconf(3) assumes in some...
2007-04-14 kientzleFix the build.
2007-04-14 kientzleFixes from Joerg Sonnenberger, reviewed by Kai Wang.
2007-04-14 kientzleConventionally, tar archives have always included a...
2007-04-14 kientzlePortability: Don't use mkdtemp() when mkdir() will...
2007-04-14 kientzleMore portability improvements from Martin Koeppe:
2007-04-13 kientzlePortability.
2007-04-12 jkoshyFix a bug in the description of the "p6-div" event...
2007-04-12 kientzleNow that libarchive is being built in more environments,
2007-04-12 kientzleMake Lint happier.
2007-04-11 emasteBelatedly bump Dd for my recent changes.
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 jkoshyCorrect a typo in an event name alias.
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 ruExpand the description of the host's UUID.
2007-04-10 ruSwap "underflow"/"overflow" in the table header.
2007-04-09 kanClean-ip TLS symbol versions. [_]__tls_get_addr functio...
2007-04-09 pjdDocument KERN_HOSTUUID.
2007-04-09 emasteDocument PT_GETNUMLWPS.
2007-04-09 gshapiroNew files in sendmail 8.14.1
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 kientzleFix build on Solaris.
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-07 kientzleEnable 'ar' support; hook it up to the build and
2007-04-07 kientzleClarification: Point people to archive_read_data()...
2007-04-07 cpercivaWhen copying data from one archive to another, only...
2007-04-07 emasteDescribe PT_GETLWPLIST's arguments.
2007-04-06 kan__p_rcode_syms is declared as external in resolv.conf...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-05 pjdBump date.
2007-04-05 pjdImplement SEEK_DATA and SEEK_HOLE extensions to lseek...
2007-04-05 pjdAdd security.jail.mount_allowed sysctl, which allows...
2007-04-05 cpercivaMove archive_read_data_into_buffer into archive_read...
2007-04-05 davidxuIf a thread who's name is being set is not the current...
2007-04-05 kientzleMore corrections from Joerg Sonnenberger.
2007-04-05 kientzleStyle fixes from Joerg Sonnenberger: use correct types,
2007-04-05 kientzleFrom Joerg Sonnenberger: Fix a number of style gaffes,
2007-04-05 kientzleWordsmithing.
2007-04-05 delphijAvoid using intermediate variables by just comparing...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-04 cericipher(3) is gone.
2007-04-04 kanCast away const qualifier to squash GCC warning.
2007-04-04 kanFirst argument of MD5Final is an array of unsigned...
2007-04-04 kanUse correct u_int and socklen_t types for parameters...
2007-04-04 kanAdd include directives for string.h and stdlib.h to...
2007-04-04 kanInclude string.h to get proper memcpy prototype.
2007-04-04 jkimImport amd64 assembly implementations of div(3) family...
2007-04-03 cpercivaParse SCHILY.dev and SCHILY.ino fields. These are...
2007-04-03 kanAdd entry for dl_iterate_phdr.
2007-04-03 kanAdd stub for dl_iterate_phdr.
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-04-03 kientzle'ar' format support for libarchive, contributed by...
2007-04-02 cpercivaNow that there is always a compression-layer skip funct...
2007-04-02 kientzleFix type-punned pointer, minor style fixes.
2007-04-02 kientzleRemove unused variable; use consistent types.
2007-04-02 kientzleBe consistent: file flags are unsigned bitmaps.
2007-04-02 kientzleDon't compare a signed char to 0xFF.
2007-04-02 kientzleAvoid a potential overflow when 'skip' is larger than...
2007-04-02 kientzleStyle fix: Use the correct type for 'bytes_to_write'.
2007-04-02 kientzleStyle: bare "unsigned" is deprecated, use "unsigned...
2007-04-02 kientzleRemove some unused fields from archive_read internal...
2007-03-31 cpercivaProvide a dummy compression-layer skip function which...
2007-03-30 trhodesBack out my previous commit to this area, there are...
2007-03-29 jasoneUse size_t instead of unsigned for pagesize-related...
2007-03-28 jasoneRemove the run promotion/demotion machinery. Replace...
2007-03-28 jasoneChange macro in order to refer to FreeBSD 7.0 instead...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 jasoneUpdate the IMPLEMENTATION NOTES section to reflect...
2007-03-28 jasoneRemove some stray roff formatting that caused incorrect...
2007-03-28 jasoneAdd a HISTORY section.
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-27 yarIn account management, verify whether the account has...
2007-03-27 jkoshyDescribe the contents of the "ar_name" and "ar_rawname...
2007-03-27 jkoshyBug fixes to ar(1) archive handling:
2007-03-26 jkoshyClarify memory management rules for pmc_cpuinfo().
2007-03-26 jkoshyDocument the return type of elf_rand(3) correctly.
2007-03-24 jasoneFix some subtle bugs for posix_memalign() having to...
2007-03-24 kientzleNotice when mkdir() fails.
2007-03-24 kientzleFix compile error when libbz2 is unavailable.
2007-03-23 jasoneFix posix_memalign() for large objects. Now that runs...
2007-03-23 jasoneUse extents rather than binary buddies to track free...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-21 mlaierLet people in on the magic of INET[6]_ADDRSTRLEN which...
2007-03-20 jasoneAvoid using vsnprintf(3) unless MALLOC_STATS is defined...
2007-03-19 jkoshyCorrect a typo.
next