summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make test suite work with libarchive 1.3.1: Take advantage ofkientzle2007-07-0617-25/+289
* New "version stamp" simplifies determining the exact versionkientzle2007-07-064-23/+70
* Fix a typo that prevented the quad symbols from being exporteddeischen2007-07-061-1/+1
* Fix remaining syntax errors (missing semicolons)peter2007-07-051-2/+2
* If the mech_type argument to gss_display_status is null, use a defaultdfr2007-07-051-1/+10
* Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-049-9/+119
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-047-22/+35
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-045-34/+20
* Fix missing prototype warnings. (Compile errors with -Werror on)peter2007-07-041-2/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-045-259/+622
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-0111-19/+18
* Merge fixes back from heimdal.dfr2007-06-305-63/+154
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-263-12/+45
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* Ouch. I partially screwed up the last commit bykientzle2007-06-221-1/+0
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-227-0/+393
* Clean up after previous commit: new sentence -> new line, no empty lines,brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds somerrs2007-06-191-2/+6
* - Bump share library version which were missed in last bumprafan2007-06-183-3/+3
* Major cleanup: mdoc macros, style, typos etc.brueffer2007-06-1810-216/+320
* Add rewind() to the list of functions which may fail and set errnoache2007-06-181-1/+2
* Add mbstate clear missed in one of the cases.ache2007-06-181-5/+6
* Fix library names.davidxu2007-06-1810-10/+10
* Track whether the current read stream supports seek(). For now, wekientzle2007-06-182-0/+22
* - Bump ncurses share library version for the coming RELENG_7rafan2007-06-161-1/+1
* Add information about the implications of using mmap(2) instead of sbrk(2).jasone2007-06-151-1/+19
* Fix junk/zero filling for realloc(). Junk filling was missing in one case,jasone2007-06-151-36/+48
* Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.simokawa2007-06-154-18/+39
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* According to the documentation mech_type for gss_init_sec_context() mayharti2007-06-141-1/+9
* Use the current user's login class for the decisions about whereyar2007-06-142-45/+59
* Document the quirks of ~/.login_conf and LOGIN_MECLASS.yar2007-06-141-57/+80
* Improve mdoc(7) markup.yar2007-06-141-76/+190
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-142-5/+6
* Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.yar2007-06-141-8/+18
* Oops, back out previous commit since it was backwards to a wrong branch.bde2007-06-141-1/+1
* MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation.bde2007-06-141-1/+1
* Catch up with the code.brueffer2007-06-131-2/+2
* Make 'ar' write test a tad more portable.kientzle2007-06-131-3/+3
* Read support for the new GNU tar sparse formats added in gtar 1.15 andkientzle2007-06-133-84/+570
* Add some options to libarchive_test:kientzle2007-06-131-12/+50
* Fix a broken function declaration.kientzle2007-06-131-1/+1
* Options spring cleanup:sepotvin2007-06-131-1/+0
* Fix yet another (make install) stopper with wrong sourcefilter.3 linksache2007-06-121-2/+2
* Fix typo in filename from mismerged earlier rev of this file.bms2007-06-121-1/+1
OpenPOWER on IntegriCloud