summaryrefslogtreecommitdiffstats
path: root/libblkid
Commit message (Expand)AuthorAgeFilesLines
* libblkid: check mkdir(/run/blkid) return code [coverity scan]Karel Zak2012-12-121-5/+10
* libblkid: re-read PART{UUID,LABEL} for successfully verified cached devicesKarel Zak2012-12-041-5/+15
* libblkid: cleanup arguments checksKarel Zak2012-12-0411-46/+51
* libblkid: cleanup nonnull attribute usageKarel Zak2012-12-041-118/+52Star
* libblkid: cleanup blkid_strconcatKarel Zak2012-11-302-4/+1Star
* libblkid: remove blkid_{strndup,strdup}Karel Zak2012-11-3010-51/+23Star
* libblkid: add function attributes to private APIKarel Zak2012-11-301-51/+123
* libblkid: add function attributes to public APIOndrej Oprala2012-11-301-105/+273
* libblkid: (gpt) don't modify in memory buffersKarel Zak2012-11-211-12/+11Star
* libblkid: remove obsolete tags from cacheKarel Zak2012-11-142-1/+21
* libblkid: fix compiler warning [-Wstrict-aliasing]Karel Zak2012-10-151-3/+5
* libblkid: fix copyright noticed to be consistent (so all are LGPL)Karel Zak2012-09-112-3/+4
* libblkid: check fchmod() return value [coverity scan]Karel Zak2012-09-071-3/+6
* libblkid: improve DBG() macroKarel Zak2012-09-071-1/+1
* libblkid: use O_CLOEXECKarel Zak2012-09-045-6/+6
* libblkid: rewrite ntfs proberKarel Zak2012-08-271-36/+85
* libblkid: use unsigned ints in ntfs proberKarel Zak2012-08-271-19/+22
* build-sys: expand paths at make timeKarel Zak2012-08-151-1/+2
* Fix non-Linux buildSamuel Thibault2012-08-131-3/+12
* build-sys: don't compile lib{mount,blkid} tests when --disable-static specifiedKarel Zak2012-08-021-0/+4
* build-sys: move tests to check_PROGRAMSKarel Zak2012-07-302-2/+2
* build-sys: fix build without libsKarel Zak2012-07-271-6/+15
* build-sys: add minisg COPYING filesKarel Zak2012-07-271-1/+1
* libblkid: add noreturn function attributeSami Kerola2012-07-262-2/+2
* libblkid: fix compiler warning [-Wsign-compare]Karel Zak2012-07-261-1/+1
* Merge branch '2012wk28'Karel Zak2012-07-161-2/+0Star
|\
| * libblkid: remove duplicate entries in symbolsSami Kerola2012-07-161-2/+0Star
* | libblkid: cast blkid_loff_t to unsigned long longPetr Uzel2012-07-161-2/+2
|/
* fix buffer overrun in some calls to sscanfKarel Zak2012-07-092-2/+2
* libblkid: cleanup _attribute__ usageKarel Zak2012-07-092-4/+4
* use proper printf format spec %lunick black2012-07-071-1/+1
* use memcpy() to cope with possible misalignmentnick black2012-07-071-3/+2Star
* properly check for ansi c99 vsnprint truncationnick black2012-07-071-1/+1
* use GCC format __attribute__ on sprinfnick black2012-07-071-1/+3
* build-sys: enable libmount and libblkid docsKarel Zak2012-06-262-10/+6Star
* build-sys: cleanup .gitignore filesKarel Zak2012-06-262-5/+1Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-10/+2Star
* build-sys: convert libblkid/ to moduleKarel Zak2012-06-2610-288/+262Star
* libblkid: update dm-verity scanMilan Broz2012-06-151-14/+19
* libblkid: trust in udev symlinks, don't verifyKarel Zak2012-06-122-1/+8
* libblkid: add dm-verity hash device detectionMilan Broz2012-06-053-0/+43
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* libblkid: support UFS UUIDVladimir 'φ-coder/phcoder' Serbinenko2012-05-041-0/+19
* libblkid: accept small blocks for NTFS and Reiserfs in blkidVladimir 'φ-coder/phcoder' Serbinenko2012-05-042-4/+4
* libblkid: befs: declare functions staticPetr Uzel2012-04-231-6/+6
* Fix typos found by misspellingsBernhard Voelker2012-04-236-9/+9
* libblkid: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-192-1/+20
* sysfs: move blkid_devno_to_wholedisk to sysfs_devno_to_wholediskMichal Luscon2012-03-271-129/+1Star
* libblkid: generate pseudo-UUID for ISO9660 image fileAndreas Vogel2012-03-211-1/+63
* libblkid: fix sysfs context usageKarel Zak2012-03-063-6/+7