summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Portability:kientzle2009-12-281-5/+37
* Portability: terminate abnormally via abort() instead of segfault,kientzle2009-12-281-4/+12
* Allow more formats to be active at a time; discourage outside use.kientzle2009-12-281-1/+5
* Enforce this as an internal-only header.kientzle2009-12-281-0/+4
* Discourage people from using this header outside of libarchive.kientzle2009-12-281-0/+4
* Compatibility: I found some more compilers that don't like 'inline' keyword.kientzle2009-12-281-1/+5
* Sync with googlecode some changes that have no impact on FreeBSD.kientzle2009-12-281-1/+6
* Compatibility fix for some older systems with non-POSIX getgrnam_r/getpwnam_rkientzle2009-12-281-2/+4
* Catch certain gzip failures at close time.kientzle2009-12-281-0/+2
* Remove a dead assignment.kientzle2009-12-281-1/+0
* Remove some unused variables and dead assignments.kientzle2009-12-281-3/+1
* Update the hard-coded configuration for libarchive.kientzle2009-12-281-3/+7
* Update format manpages for libarchive.kientzle2009-12-282-32/+87
* Parse DEAD_PROCESS entries properly.ed2009-12-271-1/+1
* Several refinements to libulog's API.ed2009-12-264-36/+51
* Don't corrupt logout entries in utmp files.ed2009-12-251-1/+1
* Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointedmarkus2009-12-251-1/+6
* Intel XScale hwpmc(4) support.rpaulo2009-12-233-0/+86
* Fix a bug in gzipfs that prevented lseek() from working and add lseek()jhb2009-12-232-16/+67
* MFV of tzdata2009t, r200831edwin2009-12-221-1/+1
* Use vsprintf instead of rolling our own.delphij2009-12-211-9/+1
* Use vsscanf instead of rolling our own.delphij2009-12-211-24/+1
* K&R -> ANSI prototype.delphij2009-12-211-8/+3
* Use _once() to initialize the pthread key for thread-local storage to holdjhb2009-12-211-14/+14
* Add a null pointer check so "name" can be used as a key parameter injamie2009-12-171-1/+1
* (no commit message)matteo2009-12-161-1/+2
* cpuset(2): fix a typo and a markup error in the man pagejilles2009-12-151-2/+2
* Work-around a race condition on ia64 while unlocking a contested lock.marcel2009-12-141-0/+3
* Explicitly say that this is an internal library which is intended to bedelphij2009-12-131-1/+10
* Fix libusb_open_device_with_vid_pid() to return a NULL if no device isscf2009-12-121-2/+2
* Remove a dead store.scf2009-12-121-2/+2
* The hostname passed to ulog_login(3) may be optional.ed2009-12-111-1/+2
* Convert pam_lastlog(8) to libulog.ed2009-12-113-88/+27
* Bump the man page date to the date of the last update.syrinx2009-12-111-1/+1
* Add support for TACACS+ accounting to libtacplus(3).syrinx2009-12-114-0/+142
* Add a missing else that negated the truncation of ki_ngroups tobrooks2009-12-101-1/+1
* Merge two cpio fixes from libarchive.googlecode.com:kientzle2009-12-101-2/+5
* Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrectjasone2009-12-101-89/+28
* Fix the posix_memalign() changes in r196861 to actually return a NULL pointerjasone2009-12-101-0/+1
* sem_init(3): document process shared semaphores and their restrictionsjilles2009-12-081-18/+9
* Install libulog in /lib.ed2009-12-071-0/+2
* Revert behavior change to setenv(), unsetenv() and putenv() until a morescf2009-12-071-3/+6
* Update the getenv(3) man page to reflect the recent change to the behaviorscf2009-12-061-9/+9
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingscf2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toscf2009-12-061-8/+9
* Add a libutempter compatibility interface to libulog.ed2009-12-065-4/+263
* Massively extend libulog:ed2009-12-0511-158/+736
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-0512-42/+27
* Don't let the C library depend on <utmp.h>.ed2009-12-053-14/+12
* Remove warnings from exec.c.ed2009-12-051-20/+19
OpenPOWER on IntegriCloud