| Commit message (Expand) | Author | Age | Files | Lines |
* | Hopefully, improve the grammar and wording in the changes to shmctl(2) | kib | 2009-03-05 | 1 | -4/+5 |
* | Argh. r189389 was supposed to include r539 from libarchive.googlecode.com | kientzle | 2009-03-05 | 3 | -6/+9 |
* | Merge r551,r561 from libarchive.googlecode.com: Update gzip read filter | kientzle | 2009-03-05 | 2 | -231/+218 |
* | Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com: | kientzle | 2009-03-05 | 7 | -613/+506 |
* | Correct r189383, which mis-merged a change from libarchive.googlecode.com. | kientzle | 2009-03-05 | 1 | -2/+2 |
* | Our realloc(3) and reallocf(3) can handle NULL, which turns it into a | delphij | 2009-03-05 | 4 | -21/+8 |
* | Merge r356 and r358 from libarchive.googlecode.com: Remove a Windows | kientzle | 2009-03-05 | 2 | -9/+8 |
* | Merge r357 from libarchive.googlecode.com: bzip2 compression | kientzle | 2009-03-05 | 1 | -3/+3 |
* | Merge r362 from libarchive.googlecode.com: Minor fix to | kientzle | 2009-03-05 | 1 | -2/+3 |
* | Merge r342 from libarchive.googlecode.com: Remove some | kientzle | 2009-03-05 | 1 | -28/+1 |
* | Merge r344 from libarchive.googlecode.com: __LA_INT64_T and __LA_SSIZE_T | kientzle | 2009-03-05 | 1 | -3/+6 |
* | Merge r341,r345,r346,347 from libarchive.googlecode.com: Style | kientzle | 2009-03-05 | 6 | -29/+59 |
* | Add wcpcpy(3) and wcpncpy(3). | das | 2009-03-04 | 5 | -3/+108 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | das | 2009-03-04 | 6 | -32/+198 |
* | Fix a file descriptor leak in fts_child(). | das | 2009-03-04 | 1 | -1/+3 |
* | Considerably improve the wording of this man page. | bms | 2009-03-04 | 1 | -20/+77 |
* | Update copyright. | bms | 2009-03-04 | 1 | -16/+13 |
* | Explicitly specify bit width for on-disk data structure. | delphij | 2009-03-04 | 1 | -17/+17 |
* | Sync license changes. | delphij | 2009-03-04 | 2 | -20/+3 |
* | Style changes (including additional casts to shut up warnings). This | delphij | 2009-03-04 | 15 | -36/+35 |
* | Merge r340 from libarchive.googlecode.com: If zlib/bzlib aren't available, | kientzle | 2009-03-03 | 2 | -6/+20 |
* | Merge r294:337,r348:350 from libarchive.googlecode.com: A lot | kientzle | 2009-03-03 | 61 | -321/+7871 |
* | Merge r294 from libarchive.googlecode.com: Skip testing for | kientzle | 2009-03-03 | 1 | -0/+7 |
* | Merge r282 from libarchive.googlecode.com: Close multiple filters | kientzle | 2009-03-03 | 2 | -3/+3 |
* | Merge r272 from libarchive.googlecode.com: Fix building on MSVC6. | kientzle | 2009-03-03 | 1 | -1/+3 |
* | Rename variable 'index' to 'idx' to avoid name collision with index(3), | delphij | 2009-03-03 | 7 | -101/+87 |
* | Diff reduction against OpenBSD: ANSI'fy prototypes. | delphij | 2009-03-02 | 28 | -485/+196 |
* | Correct types of variables used to track amount of allocated SysV shared | kib | 2009-03-02 | 1 | -0/+9 |
* | Rewrite asprintf() as a wrapper around vasprintf(), thus reducing the | das | 2009-03-02 | 1 | -43/+22 |
* | The argument corresponding to %zn is supposed to be an ssize_t *, not | das | 2009-03-02 | 2 | -6/+6 |
* | Use C99-style initializers. No functional change. | das | 2009-03-01 | 1 | -4/+9 |
* | Add a missing .El. | delphij | 2009-03-01 | 1 | -0/+1 |
* | "-isoC-99" should be spelled without 'c'. | delphij | 2009-03-01 | 1 | -1/+1 |
* | Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT. | ed | 2009-02-28 | 1 | -1/+15 |
* | Replace a dozen lines of code with a call to strnlen() / wcsnlen(). | das | 2009-02-28 | 2 | -33/+2 |
* | Add restrict qualifiers. | das | 2009-02-28 | 1 | -1/+1 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 18 | -26/+689 |
* | Add restrict qualifiers to the parameters to strlcpy() and strlcat(). | das | 2009-02-28 | 3 | -4/+4 |
* | Make sure %zd treats negative arguments properly on 32-bit platforms. | das | 2009-02-28 | 3 | -5/+8 |
* | Change USB over to make_dev() for all device nodes, previously it hooked into | thompsa | 2009-02-27 | 5 | -534/+5 |
* | Fix HID_COMPAT7 handling around the USB_GET_REPORT_DESC ioctl. | thompsa | 2009-02-27 | 1 | -2/+4 |
* | Rename all symbols in libmp(3) to mp_*, just like Solaris. | ed | 2009-02-26 | 6 | -86/+104 |
* | Use ANSI function declarations in librpcsvc. | ed | 2009-02-26 | 5 | -36/+12 |
* | Add a missing parameter to ruserpass(). According to C99 6.9.1p7 | rdivacky | 2009-02-26 | 1 | -2/+4 |
* | With only one threading library, simplify the logic of setting SHLIBDIR. | ru | 2009-02-24 | 1 | -4/+2 |
* | MFp4 //depot/projects/usb@157974 | thompsa | 2009-02-24 | 4 | -0/+59 |
* | Build fixups for the new USB stack. | thompsa | 2009-02-23 | 4 | -6/+16 |
* | Fix build when WITH_SSP is set explicitly. | ru | 2009-02-21 | 3 | -4/+5 |
* | These warnings are only relevant on NetBSD it seems. They don't seem | imp | 2009-02-19 | 2 | -6/+0 |
* | These symbols don't belong here. Remove them. Since mips hasn't had | imp | 2009-02-19 | 1 | -4/+0 |