History log of /external/e2fsprogs/misc/blkid.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
18a1444b4f1e6a0948fd38fa0de382d86cfe04de 31-Dec-2013 Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> Add files that would normally be generated by the e2fsprogs build system

Android doesn't run ./configure and friends, so it has to rely on
pre-populated versions of the autogenerated files.

This is somewhat bogus (e.g. hardcoded little-endian reference in
lib/ext2fs/ext2_types.h) and should at some point be fixed, but it's
what Android has always done, not a regression from the 1.41.14 branch.

Also, don't #include config.h which we don't generate (we pass what it
usually contains as -D parameters from Android.mk) anywhere.

Add a new Android.mk file for the quota library.

Change-Id: I162c6327fee5bd06261d9cdcc34bda10f04a6f21
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
/external/e2fsprogs/misc/blkid.c
d1154eb460efe588eaed3d439c1caaca149fa362 18-Sep-2011 Theodore Ts'o <tytso@mit.edu> Shorten compile commands run by the build system

The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and
this was starting to cause some tools heartburn. It also made "make
V=1" almost useless, since trying to following the individual commands
run by make was lost in the noise of all of the defines.

So fix this by putting the configure-generated defines in lib/config.h
and the directory pathnames to lib/dirpaths.h.

In addition, clean up some vestigal defines in configure.in and in the
Makefiles to further shorten the cc command lines.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
3c77b8ec54247f566c7912e1c5733147afeeacac 12-Jul-2009 Theodore Ts'o <tytso@mit.edu> Fix miscellaneous gcc -Wall warnings in blkid and tune2fs

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
45e338f5332a54295893dba2e32cc093d1316f60 23-Feb-2009 Jim Meyering <jim@meyering.net> remove useless if-before-free tests

In case you're wondering about whether this change is safe from a
portability standpoint, fear not. This has been beaten to death
in other forums. Here are a few threads:

http://thread.gmane.org/gmane.comp.version-control.git/74187
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/12712
http://thread.gmane.org/gmane.emacs.devel/98144
http://thread.gmane.org/gmane.comp.lib.glibc.alpha/13092

There has been debate about whether it's a good idea from a
performance standpoint, too, but imho you'll have a hard time
finding an instance where this sort of change induces a
measurable performance penalty. If you do, please let me know.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
efc6f628e15de95bcd13e4f0ee223cb42115d520 28-Aug-2008 Theodore Ts'o <tytso@mit.edu> Remove trailing whitespace for the entire source tree

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
36f4c4080206f5ad4df37c3cb77f20df2f062266 14-Jul-2008 Theodore Ts'o <tytso@mit.edu> blkid: Fix portability issue if TIOCGSIZE and TIOCGWINSZ are present

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
3d05802f925239f516f05b048809281e9e13b3a2 13-Jul-2008 Theodore Ts'o <tytso@mit.edu> blkid: Add new option -L which pretty-prints the device list

Also accessed via -o list, this new output format is much more
user-friendly and lists whether or not a particular device is mounted.

Addresses-Debian-Bug #490527

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
f8efcda2db612f6b6d33dc1a6ff78a1c048608f4 16-Dec-2007 Theodore Ts'o <tytso@mit.edu> blkid: Output non-printing characters using ^ and M- notation

When printing the value of tags in a formatted format, print control
characters and characters with the high eight bit set using the ^ and
M- notation, respectively. This prevents a filesystem with a garbage
label from potentially screwing up the user's screen (for example,
putting it into graphical mode).

Addresses-Ubuntu-Bug: #78087

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
46100e3f6e21a5eb8fbb4d843d4c7fee368b31f5 18-May-2007 Theodore Ts'o <tytso@mit.edu> Add -g option to the blkid program to garbage collect the blkid.tab file

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/blkid.c
a63830271b5143416981f1171503e10bd6b6056f 30-May-2006 Matthias Andree <matthias.andree@gmx.de> Declare getopt() according to POSIX 2001 if getopt.h not found.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
/external/e2fsprogs/misc/blkid.c
ed6acfa337ca74912079b85196cf1263f6daf1a2 07-May-2005 Theodore Ts'o <tytso@mit.edu> Add a new option to the blkid program, -l, which will more efficiently search
for a single device.

Add a new function to the blkid library, blkid_probe_all_new().

Optimize blkid_find_dev_with_tag() so that extraneous device validation are
skipped. (Makes a difference for system with a large number of disks).
/external/e2fsprogs/misc/blkid.c
c37543df2f58f454c29fece5997bd0e9d6ee7533 07-May-2005 Theodore Ts'o <tytso@mit.edu> Add new two new functions to the blkid library: blkid_dev_set_search(), and
blkid_dev_has_tag(), and change the blkid program to take advantage of these
functions.
/external/e2fsprogs/misc/blkid.c
0af8c33be075d7a989993bf2c159c640418b7ed4 06-May-2005 Theodore Ts'o <tytso@mit.edu> Fix potential portability issue in the blkid program. (On architectures
where char is unsigned). (Addresses Sourceforge Bug: #1180585)
/external/e2fsprogs/misc/blkid.c
18d12963335b04a402d097af1d714e8708805ada 28-Jan-2005 Theodore Ts'o <tytso@mit.edu> blkid.c (main, compare_search_type): Make blkid -t work more
consistently when the blkid cache file is explicitly set
to /dev/null. (Addresses Debian Bug #292425)

Also expose blkid_verify() as a public function to the blkid library.
/external/e2fsprogs/misc/blkid.c
8909292655677aa03a882f0ef4e65c58a839ad66 22-Jan-2005 Theodore Ts'o <tytso@mit.edu> Make blkid -t display all devices that match the specified criteria,
not just the first one. (Addresses Debian Bug #290530)

Update the blkid man page's description of the -t option.
/external/e2fsprogs/misc/blkid.c
9b2d5e912b98a4a22d8daab2004ae92bd4a2d2a3 22-Mar-2004 Theodore Ts'o <tytso@mit.edu> Eliminate the partially implemented -p option in blkid.
/external/e2fsprogs/misc/blkid.c
8927998f8229a103037ba5f49abe30c620ce322c 20-Mar-2004 Theodore Ts'o <tytso@mit.edu> blkid.c (main, print_tags): Add new option -o which allows the
user to control the output format of blkid.
/external/e2fsprogs/misc/blkid.c
544349270e4c74a6feb971123884a8cf5052a7ee 07-Dec-2003 Theodore Ts'o <tytso@mit.edu> Fix gcc -Wall nitpicks
/external/e2fsprogs/misc/blkid.c
48e6e81362f264aee4f3945c14928efaf71a06c9 06-Jul-2003 Theodore Ts'o <tytso@mit.edu> Fixx gcc -Wall nitpicks.
/external/e2fsprogs/misc/blkid.c
ed1b33e8fb310641684d68a177c940b58f2f529d 02-Mar-2003 Theodore Ts'o <tytso@mit.edu> Minor bug fixes in the blkid library.

Convert mke2fs, fsck, and tune2fs to use the blkid library.
/external/e2fsprogs/misc/blkid.c
98999c399d563c248728bf217467a788cb0c1aad 16-Feb-2003 Theodore Ts'o <tytso@mit.edu> Rename blkid_get_devname() to blkid_get_dev(), and blkid_get_token()
to blkid_get_devname().
/external/e2fsprogs/misc/blkid.c
50b380b4d4ab668bad45033e3a8aaf93c7f42844 13-Feb-2003 Theodore Ts'o <tytso@mit.edu> Wholesale changes to blkid library to simplify the implementation
and shrink its size. Change library version to be 1.0.
/external/e2fsprogs/misc/blkid.c
7a603aa89fcffb8798eca34ca3858db6f0393046 26-Jan-2003 Theodore Ts'o <tytso@mit.edu> Separate public and private interfaces into separate header files.
Start separating internal implementation details from the
publically exported interface of the blkid library.
/external/e2fsprogs/misc/blkid.c
e12f2ae74c2eb8997bf13adf8fdd7e7313971eae 23-Jan-2003 Theodore Ts'o <tytso@mit.edu> Integrate new blkid library.
/external/e2fsprogs/misc/blkid.c