summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix build on Solaris.kientzle2007-04-071-1/+1
* Enable 'ar' support; hook it up to the build andkientzle2007-04-073-2/+7
* Clarification: Point people to archive_read_data(), whichkientzle2007-04-071-1/+4
* When copying data from one archive to another, only set the errorcperciva2007-04-071-5/+4
* Describe PT_GETLWPLIST's arguments.emaste2007-04-071-0/+9
* __p_rcode_syms is declared as external in resolv.conf, so it cannot bekan2007-04-062-1/+2
* Bump date.pjd2007-04-053-3/+3
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-052-1/+65
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
* Move archive_read_data_into_buffer into archive_read.c, simplify itscperciva2007-04-054-55/+23
* If a thread who's name is being set is not the current thread, use macrosdavidxu2007-04-051-2/+2
* More corrections from Joerg Sonnenberger.kientzle2007-04-051-3/+3
* Style fixes from Joerg Sonnenberger: use correct types,kientzle2007-04-051-5/+7
* From Joerg Sonnenberger: Fix a number of style gaffes,kientzle2007-04-054-26/+35
* Wordsmithing.kientzle2007-04-051-12/+9
* Avoid using intermediate variables by just comparing betweendelphij2007-04-051-27/+15
* cipher(3) is gone.ceri2007-04-041-1/+0
* Cast away const qualifier to squash GCC warning.kan2007-04-041-1/+1
* First argument of MD5Final is an array of unsigned characters.kan2007-04-041-1/+2
* Use correct u_int and socklen_t types for parameters if function iskan2007-04-041-2/+3
* Add include directives for string.h and stdlib.h to get proper functionkan2007-04-0411-0/+12
* Include string.h to get proper memcpy prototype.kan2007-04-041-0/+1
* Import amd64 assembly implementations of div(3) family from NetBSD.jkim2007-04-044-0/+51
* Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extractingcperciva2007-04-031-0/+4
* Add entry for dl_iterate_phdr.kan2007-04-031-0/+1
* Add stub for dl_iterate_phdr.kan2007-04-031-0/+10
* 'ar' format support for libarchive, contributed by Kai Wang.kientzle2007-04-036-0/+1376
* Now that there is always a compression-layer skip function available,cperciva2007-04-021-9/+3
* Fix type-punned pointer, minor style fixes.kientzle2007-04-021-6/+7
* Remove unused variable; use consistent types.kientzle2007-04-021-3/+2
* Be consistent: file flags are unsigned bitmaps.kientzle2007-04-021-1/+1
* Don't compare a signed char to 0xFF.kientzle2007-04-021-3/+3
* Avoid a potential overflow when 'skip' is larger than a pointer.kientzle2007-04-021-1/+1
* Style fix: Use the correct type for 'bytes_to_write'.kientzle2007-04-021-2/+2
* Style: bare "unsigned" is deprecated, use "unsigned int" instead.kientzle2007-04-022-8/+8
* Remove some unused fields from archive_read internal structure.kientzle2007-04-021-5/+1
* Provide a dummy compression-layer skip function which just reads data andcperciva2007-03-313-34/+44
* Back out my previous commit to this area, there are differences betweentrhodes2007-03-302-363/+0
* Use size_t instead of unsigned for pagesize-related values, in order tojasone2007-03-291-4/+8
* Remove the run promotion/demotion machinery. Replace it with red-blackjasone2007-03-281-430/+219
* Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.jasone2007-03-281-2/+2
* Update the IMPLEMENTATION NOTES section to reflect recent mallocjasone2007-03-281-13/+30
* Remove some stray roff formatting that caused incorrect rendering.jasone2007-03-281-1/+0
* Add a HISTORY section.jasone2007-03-281-0/+5
* In account management, verify whether the account has been lockedyar2007-03-272-3/+22
* Describe the contents of the "ar_name" and "ar_rawname" fields ofjkoshy2007-03-271-6/+6
* Bug fixes to ar(1) archive handling:jkoshy2007-03-271-13/+31
* Clarify memory management rules for pmc_cpuinfo().jkoshy2007-03-261-1/+4
* Document the return type of elf_rand(3) correctly.jkoshy2007-03-261-1/+1
* Fix some subtle bugs for posix_memalign() having to do with integerjasone2007-03-241-18/+43
OpenPOWER on IntegriCloud