summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libarchive does much more than just tar ;-)kientzle2005-01-101-1/+1
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,tjr2005-01-093-2/+121
* Recognize and parse symlinks in ISO9660 CDROM images with Rockridge extensions.kientzle2005-01-081-17/+75
* Documentation improvements. In particular,kientzle2005-01-085-52/+145
* Correctly document the order of argumentskientzle2005-01-082-2/+2
* Clear the error buffer on entrykientzle2005-01-081-0/+1
* More fixes to the copyright notice.hsu2005-01-082-2/+2
* Fix copyright notice.hsu2005-01-082-2/+2
* The `timep' argument of utime() is not an array of structs.keramida2005-01-071-1/+7
* Update manual page after adding 'fts_bignum' field.pjd2005-01-071-1/+24
* Introduce new field 'fts_bignum' which is 64bit long and will allow topjd2005-01-071-2/+10
* Remove an unnecessary defination of New_Chunk, which has beendelphij2005-01-051-2/+0
* Fix typo: NUL -> NULLemax2005-01-041-2/+2
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-035-15/+12
* First cut at RockRidge support.kientzle2005-01-031-95/+288
* Constify arguments.marcel2005-01-035-11/+11
* Next round of work on ISO9660 support:kientzle2005-01-031-79/+151
* Enable ISO9660 support in "read_support_format_all".kientzle2005-01-021-0/+1
* First cut support for extracting from ISO9660 disk images.kientzle2005-01-023-1/+524
* Make syslog(3) thread safe.glebius2004-12-301-9/+53
* Plug memory leak.dds2004-12-301-0/+4
* Add LOG_NTP facility.krion2004-12-301-1/+3
* Rewrite the code that hacks a short names to use inkientzle2004-12-291-62/+154
* Catch up with stat.h a bit:trhodes2004-12-291-6/+5
* Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'.keramida2004-12-291-3/+3
* Various markup and spelling fixes.trhodes2004-12-295-7/+8
* Catch up with file 4.12 import.obrien2004-12-281-2/+2
* Restore standard behavior: log to console only when normal loggingglebius2004-12-241-2/+3
* ``NULL is a specific instance of a null pointer constant; the generic iskeramida2004-12-236-30/+12
* Better rendering of the prototype for signal(3).jkoshy2004-12-231-6/+14
* Correct speling erors.wollman2004-12-221-2/+2
* Punctuation marks should be separate arguments in groff macros.keramida2004-12-221-1/+1
* Use .Dv NULL when referring to NULL C pointers, instead of "nil".keramida2004-12-226-11/+32
* Cross reference init(8) too, instead of vaguely referring to thekeramida2004-12-221-4/+7
* Plug memory leak.yongari2004-12-221-1/+4
* Include wchar.h to improve our chances of findingkientzle2004-12-221-0/+1
* Portability nit: Some platforms require stdio.h before bzlib.h.kientzle2004-12-221-0/+1
* Add __archive_strappend_int to format a decimalkientzle2004-12-222-0/+19
* Don't truncate major/minor numbers written to the legacykientzle2004-12-221-3/+15
* Tune the bidding for tar archives. Thiskientzle2004-12-221-2/+9
* NOHTML -> NO_HTMLru2004-12-212-2/+2
* NOINET6 -> NO_INET6ru2004-12-217-7/+7
* NOCRYPT -> NO_CRYPTru2004-12-217-9/+9
* NOINSTALLLIB -> NO_INSTALLLIBru2004-12-213-3/+3
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-219-17/+17
* NOATM -> NO_ATMru2004-12-212-2/+2
* NOLIBC_R -> NO_LIBC_Rru2004-12-212-7/+7
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-214-4/+4
* Don't panic when sigsuspend is interrupted by a cancellation.deischen2004-12-192-4/+14
* Use a generic way to back threads out of wait queues when handlingdeischen2004-12-1833-694/+823
OpenPOWER on IntegriCloud