summaryrefslogtreecommitdiffstats
path: root/util/lar/lib.c
Commit message (Expand)AuthorAgeFilesLines
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-4/+4
* This patch fixes lar path handling. In particular, it adds new members to theMyles Watson2008-02-281-40/+75
* This is a simple patch which corrects directory handling for addMyles Watson2008-02-251-1/+1
* This patch adds zero compression for bss segments. One of the reasonsMyles Watson2008-02-151-0/+19
* This patch adds dst_len for the lar uncompress functions, enablingMyles Watson2008-02-131-3/+10
* This patch fixes a memory corruption error in lar when compiled on a 64-bitMyles Watson2008-02-131-4/+4
* Now version 3: LinuxBIOS -> coreboot rename. Stefan Reinauer2008-01-271-1/+1
* small typoStefan Reinauer2007-08-201-1/+0
* Fixes nocompress:-handling in larStefan Reinauer2007-08-201-8/+4
* fix mkdirp_below calls like I think Peter intended themStefan Reinauer2007-08-201-6/+0
* Add another field to the filename specified for create and addStefan Reinauer2007-08-191-3/+17
* In preparation for adding new LAR functionality - this patchStefan Reinauer2007-08-191-0/+47
* - adds missing includeStefan Reinauer2007-07-211-0/+1
* Replaces mkdirp() with mkdirp_below() that aborts directory creation andPeter Stuge2007-07-131-26/+67
* - Extend lar format to support compression (incompatible format change!)Uwe Hermann2007-06-261-2/+8
* Fix various license headers.Uwe Hermann2007-05-201-1/+1
* - solaris already has an mkdirp in libgen (and thus in its header) withStefan Reinauer2007-04-141-2/+3
* Run indent for util/lar/*. Cosmetic fixes in arch/x86/Makefile (trivial).Uwe Hermann2007-03-101-20/+20
* This is a major update to the lar archiver. It simplifies the build process andUwe Hermann2007-03-101-2/+171
* Cosmetic changes (trivial).Uwe Hermann2007-02-271-1/+1
* Various, mostly cosmetic fixes (trivial).Uwe Hermann2007-02-271-23/+5
* Fix coding style of util/lar/*.[ch] by running:Stefan Reinauer2007-02-271-16/+23
* Large patch but trivial: Fix Copright error.Stefan Reinauer2007-02-261-1/+1
* Use the same format for the lar license headers as in the rest of theUwe Hermann2006-11-101-15/+13
* Add initial version of lar to the archive.Stefan Reinauer2006-11-071-0/+75