eudev/libudev
David Zeuthen e32d5237ea Increase UTIL_LINE_SIZE from 2048 to 16384
Recent udisks versions, for LVM2 integration, ships with probers that
produce very long lines such as

UDISKS_LVM2_PV_VG_PV_LIST=
  uuid=98lyZl-Ya7U-p26Z-Ia7b-xf8u-xZqP-jc4njb;size=2000397795328;allocated_size=2000397795328
  uuid=iFs0cM-sxCF-ceQK-hZl1-kbwo-ZTjq-gSewQR;size=2000397795328;allocated_size=2000397795328
  [...]

e.g. roughly 100 bytes per LVM2 physical volume for each LVM2
PV encountered.

Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-03-02 17:11:10 -05:00
..
docs work around gtk-doc which breaks distcheck 2010-01-07 17:11:06 +01:00
.gitignore libudev: move to top-level directory 2009-06-08 21:36:06 +02:00
exported_symbols libudev: export udev_monitor_set_receive_buffer_size() 2010-02-17 15:26:00 +00:00
libudev-ctrl.c libudev: move to top-level directory 2009-06-08 21:36:06 +02:00
libudev-device-private.c libudev: device - create db file atomically 2010-01-13 13:26:56 +01:00
libudev-device.c Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties 2010-03-02 17:07:14 -05:00
libudev-enumerate.c libudev: enumerate - fix move_later logic 2009-12-30 16:21:59 +01:00
libudev-list.c libudev: doc - add section headers 2009-06-15 17:09:43 +02:00
libudev-monitor.c use CLOEXEC flags instead of fcntl() 2009-10-30 12:39:04 +01:00
libudev-private.h Increase UTIL_LINE_SIZE from 2048 to 16384 2010-03-02 17:11:10 -05:00
libudev-queue-private.c udevd: queue-export - remove retry loop 2009-10-30 12:39:04 +01:00
libudev-queue.c udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak 2009-09-07 12:13:50 +02:00
libudev-selinux-private.c move common stuff from udev/ to private parts of libudev/ 2009-06-09 23:05:25 +02:00
libudev-util-private.c util_unlink_secure(): chmod() before chown() 2009-12-08 18:44:45 +01:00
libudev-util.c use CLOEXEC flags instead of fcntl() 2009-10-30 12:39:04 +01:00
libudev.c remove UDEV_RUN environment variable 2009-12-25 15:23:45 +01:00
libudev.h libudev: export udev_monitor_set_receive_buffer_size() 2010-02-17 15:26:00 +00:00
libudev.pc.in cleanup ./configure installation directory options 2009-06-17 02:25:07 +02:00
test-libudev.c libudev: enumerate - sort with qsort() 2009-07-08 02:04:49 +02:00