summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge r389 from libarchive.googlecode.com: Fix a memorykientzle2009-03-051-1/+6
* Merge r386,r395,r451 from libarchive.googlecode.com: On Windows, breakkientzle2009-03-051-0/+6
* libc_r_* library is no more required, so just axe it.attilio2009-03-056-563/+0
* Hopefully, improve the grammar and wording in the changes to shmctl(2)kib2009-03-051-4/+5
* Argh. r189389 was supposed to include r539 from libarchive.googlecode.comkientzle2009-03-053-6/+9
* Merge r551,r561 from libarchive.googlecode.com: Update gzip read filterkientzle2009-03-052-231/+218
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:kientzle2009-03-057-613/+506
* Correct r189383, which mis-merged a change from libarchive.googlecode.com.kientzle2009-03-051-2/+2
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-054-21/+8
* Merge r356 and r358 from libarchive.googlecode.com: Remove a Windowskientzle2009-03-052-9/+8
* Merge r357 from libarchive.googlecode.com: bzip2 compressionkientzle2009-03-051-3/+3
* Merge r362 from libarchive.googlecode.com: Minor fix tokientzle2009-03-051-2/+3
* Merge r342 from libarchive.googlecode.com: Remove somekientzle2009-03-051-28/+1
* Merge r344 from libarchive.googlecode.com: __LA_INT64_T and __LA_SSIZE_Tkientzle2009-03-051-3/+6
* Merge r341,r345,r346,347 from libarchive.googlecode.com: Stylekientzle2009-03-056-29/+59
* Add wcpcpy(3) and wcpncpy(3).das2009-03-045-3/+108
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-046-32/+198
* Fix a file descriptor leak in fts_child().das2009-03-041-1/+3
* Considerably improve the wording of this man page.bms2009-03-041-20/+77
* Update copyright.bms2009-03-041-16/+13
* Explicitly specify bit width for on-disk data structure.delphij2009-03-041-17/+17
* Sync license changes.delphij2009-03-042-20/+3
* Style changes (including additional casts to shut up warnings). Thisdelphij2009-03-0415-36/+35
* Merge r340 from libarchive.googlecode.com: If zlib/bzlib aren't available,kientzle2009-03-032-6/+20
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotkientzle2009-03-0361-321/+7871
* Merge r294 from libarchive.googlecode.com: Skip testing forkientzle2009-03-031-0/+7
* Merge r282 from libarchive.googlecode.com: Close multiple filterskientzle2009-03-032-3/+3
* Merge r272 from libarchive.googlecode.com: Fix building on MSVC6.kientzle2009-03-031-1/+3
* Rename variable 'index' to 'idx' to avoid name collision with index(3),delphij2009-03-037-101/+87
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-0228-485/+196
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-021-0/+9
* Rewrite asprintf() as a wrapper around vasprintf(), thus reducing thedas2009-03-021-43/+22
* The argument corresponding to %zn is supposed to be an ssize_t *, notdas2009-03-022-6/+6
* Use C99-style initializers. No functional change.das2009-03-011-4/+9
* Add a missing .El.delphij2009-03-011-0/+1
* "-isoC-99" should be spelled without 'c'.delphij2009-03-011-1/+1
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.ed2009-02-281-1/+15
* Replace a dozen lines of code with a call to strnlen() / wcsnlen().das2009-02-282-33/+2
* Add restrict qualifiers.das2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-2818-26/+689
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().das2009-02-283-4/+4
* Make sure %zd treats negative arguments properly on 32-bit platforms.das2009-02-283-5/+8
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-275-534/+5
* Fix HID_COMPAT7 handling around the USB_GET_REPORT_DESC ioctl.thompsa2009-02-271-2/+4
* Rename all symbols in libmp(3) to mp_*, just like Solaris.ed2009-02-266-86/+104
* Use ANSI function declarations in librpcsvc.ed2009-02-265-36/+12
* Add a missing parameter to ruserpass(). According to C99 6.9.1p7rdivacky2009-02-261-2/+4
* With only one threading library, simplify the logic of setting SHLIBDIR.ru2009-02-241-4/+2
* MFp4 //depot/projects/usb@157974thompsa2009-02-244-0/+59
* Build fixups for the new USB stack.thompsa2009-02-234-6/+16
OpenPOWER on IntegriCloud