summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build when WITH_SSP is set explicitly.ru2009-02-213-4/+5
* These warnings are only relevant on NetBSD it seems. They don't seemimp2009-02-192-6/+0
* These symbols don't belong here. Remove them. Since mips hasn't hadimp2009-02-191-4/+0
* Don't try to auto-detect dynamic linking; it fails on mips. The Makefiledes2009-02-171-0/+3
* MFp4 //depot/projects/usb@157783thompsa2009-02-161-3/+11
* MFp4 //depot/projects/usb@157699thompsa2009-02-145-52/+146
* Honor WITHOUT_INSTALLLIB in some places.jkim2009-02-133-0/+6
* Properly invalidate highest pts number when calling setttyent().ed2009-02-121-5/+4
* Make ttyslot(3) work with pts(4) devices.ed2009-02-121-6/+5
* Add two new routines: fdevname() and fdevname_r().ed2009-02-116-20/+88
* - Sanitize disk parameters retrieved from GEOM, as they are not guaranteed tolulf2009-02-091-0/+3
* Shutup warning for DNAME RR.ume2009-02-082-2/+3
* Fix language on atol(3) manpage. Add a COMPATIBILITY sectionkeramida2009-02-081-3/+32
* Fix leak of kqueue() file descriptors when linked with staticdeischen2009-02-081-0/+1
* Make sure the comparison is done with an unsigned char.imp2009-02-071-1/+1
* C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros aredas2009-02-071-3/+3
OpenPOWER on IntegriCloud