summaryrefslogtreecommitdiff
path: root/lib/fs.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-12Change rpmGetFilesystemUsage() size args to rpm_loff_tPanu Matilainen1-3/+3
2008-04-28Avoid alloca() in rpmGetFilesystemUsage()Panu Matilainen1-12/+14
2008-04-28Avoid alloca() in getFilesystemList()Panu Matilainen1-6/+11
2008-04-18Put '\0' to the end of xmalloc'd string to avoid surprisesJindrich Novy1-0/+1
2008-03-07Log message adjustmentsPanu Matilainen1-1/+1
2008-02-15Shut up another case of FUSE mount stat whining (rhbz#432907)Panu Matilainen1-4/+9
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-0/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2007-12-18Drop const from fs mountpoint, contained within fsPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-2/+3
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-7/+7
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-3/+3
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-1/+1
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-1/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-7/+7
2007-09-20Rename freeFilesystems() to rpmFreeFilesystems() for namespacingPanu Matilainen1-3/+3
2007-09-11Remove splint tags.Ralf Corsépius1-39/+3
2007-08-09Skip stale and unaccessible (FUSE) mountpoints (rhbz#190496, 220991)Panu Matilainen1-3/+9
2007-07-11...and more pointer signedness fixes...Panu Matilainen1-1/+1
2005-02-03- discover and use getmntinfo if present.jbj1-0/+14
2003-04-02Splint clean.jbj1-5/+10
2003-01-25Display statfs(2) returns for debugging.jbj1-5/+12
2003-01-23splint fiddles.jbj1-4/+6
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-12/+8
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-2/+4
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+12
2001-11-12- commit to using rpmDepSet and TFI_t, not header.jbj1-8/+5
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-2/+2
2001-10-15Explicit branchstate annotations.jbj1-0/+2
2001-10-15lclint fiddles to annotate globals.jbj1-1/+7
2001-10-13- ratchet up to lclint "strict" level.jbj1-2/+4
2001-06-05- fix typos in linux.{req,prov}.jbj1-1/+4
2001-05-03- still more boring lclint annotations and fiddles.jbj1-1/+1
2001-04-30- yet more boring lclint annotations and fiddles.jbj1-2/+2
2001-04-29- more boring lclint annotations and fiddles.jbj1-0/+5
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-9/+11
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-7/+7
2000-12-12Sync with rpm-4_0 branch.jbj1-7/+7
2000-11-15- fix: segfault on exit of "rpm -qp --qf '%{#fsnames}' pkg" (#20595).jbj1-0/+2
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-1/+1
2000-10-20- detect rdonly linux file systems.jbj1-4/+24