]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2010-12-09  Davidlohr Buesotests: add regression tests
2010-12-09  Karel Zakdelpart: code consolidation
2010-12-09  Karel Zakaddpart: code consolidation
2010-12-09  Davidlohr Buesopartx: complete rewrite
2010-12-06  Karel Zakmount: be more explicit about --move in mount.8
2010-12-03  Karel Zaklibblkid: NTFS volume label not found
2010-12-03  Karel Zakipc: remove .info file
2010-12-02  Karel Zakbuild-sys: add mesg to .gitignore
2010-12-02  Marek Polacekagetty: Use EXIT_* and add noreturn attribute
2010-12-02  Marek Polacekmesg: Use EXIT_* and discard K&R style declaration.
2010-12-02  Marek Polaceknewgrp: Use err() and EXIT_*
2010-12-02  Davidlohr BuesoREADME: fix typo
2010-12-01  Karel Zakmount: read /sys for loopdev backing file
2010-12-01  Karel Zakremove -ng from some files
2010-12-01  Karel Zaklosetup: use /sys/dev/block/.../loop/backing_file
2010-12-01  Karel Zaklscpu: use GPLv2+
2010-11-30  Karel Zakdocs: update TODO file
2010-11-30  Davidlohr Buesolast: use xalloc lib
2010-11-30  Davidlohr Buesologin: use xalloc lib
2010-11-30  Davidlohr Buesowall: use xalloc lib
2010-11-30  Karel Zakrenice: rewrite usage()
2010-11-30  Francesco Cosoletorenice: update man page (nice rlimit was added to kernel)
2010-11-30  Francesco Cosoletorenice: reverse %s position in error messages
2010-11-30  Francesco Cosoletorenice: remove hardcoded program name using warn()...
2010-11-30  Francesco Cosoletorenice: make some functions static
2010-11-30  Karel Zakpo: fix note about license
2010-11-30  Karel Zakbuild-sys: add missing header
2010-11-30  Karel Zakpo: update after rename
2010-11-30  Karel Zakrename util-linux-ng back to util-linux
2010-11-30  Karel Zaklibblkid: add LINHIB0001 signature to swap prober
2010-11-29  Karel Zakfdisk: fix freespace boundaries calculation on SGI...
2010-11-29  Karel Zakfstrim: fix typo
2010-11-29  Mike Frysingerlibblkid: remove unnecessary __UCLIBC__ check
2010-11-26  Karel Zakrtcwake: use err.h routines
2010-11-26  Marek Otahalrtcwake: add 'show' mode for rtc alarm
2010-11-26  Lukas Czernerfstrim: add new command
2010-11-26  Karel Zaklibblkid: 256MiB is min size of btrfs
2010-11-24  Karel Zakfallocate: fix typo
2010-11-24  Karel Zakbuild-sys: fix lsblk building
2010-11-24  Milan Brozlsblk: add new utility
2010-11-24  Karel Zaklib: [strutils] move strmode() from namei.c to strutils.c
2010-11-24  Karel Zaklib: [xalloc] add xstrdup()
2010-11-24  Karel Zakfindmnt: apply new changes from tt.c
2010-11-24  Karel Zaklib: [tt] add TT_FL_RIGHT, add columns list parser
2010-11-24  Karel Zaklib: [ismounted] don't wast time with mtab is /proc...
2010-11-23  Karel Zaklibblkid: remove unused variable
2010-11-23  Karel Zakdocs: update TODO file
2010-11-23  Davidlohr Buesolib: [strutils] general purpose string handling functions
2010-11-23  Karel Zaklibblkid: cache is incorrectly revalidated
2010-11-23  Karel Zakmount: mark die() as nonreturn
2010-11-19  Karel Zakmount: ignore *context= options on remount
2010-11-16  Karel Zakmount: update relatime description in mount.8
2010-11-15  Karel Zakagetty: use nl_langinfo()
2010-11-15  Karel Zakcal: follow HAVE_LANGINFO
2010-11-15  Karel Zakfindmnt: follow HAVE_LANGINFO
2010-11-15  Karel Zaklib: add fallback for nl_langinfo()
2010-11-15  Davidlohr Buesolib/tt: fix langinfo build break
2010-11-15  Davidlohr Buesolibblkid: add blkid_probe_get_sectors()
2010-11-15  Thorsten Glaserhwclock: [m68k] unbreak FTBFS with recent (>= 2.4.18...
2010-11-10  Karel Zakswapon: better text for "discard", note about swapon...
2010-11-09  Karel Zakdocs: remove ipc.texi (info with IPC API docs)
2010-11-08  Jeroen Oortwijnlibblkid: add magic to vfat
2010-11-04  Karel Zakcolumn: segfault on empty input
2010-11-01  Davidlohr Buesosys-utils: make use xalloc wrappers
2010-11-01  Jeroen Oortwijnlibblkid: add signature to FAT32 fsinfo block
2010-11-01  Hugh Dickinsswapon: add "discard" support
2010-11-01  Davidlohr Buesorev: use xalloc for memory allocation
2010-11-01  Davidlohr Buesoul: use xalloc for memory allocation
2010-11-01  Karel Zakcol: use err.h and EXIT_* macros
2010-11-01  Davidlohr Buesocol: use xalloc for memory allocation
2010-11-01  Davidlohr Buesotailf: use xalloc for memory allocation
2010-11-01  Davidlohr Buesomore: use xalloc for memory allocation
2010-11-01  Davidlohr Buesopg: use xalloc for memory allocation
2010-10-29  Karel Zakmount: use utimensat(AT_FDCWD) rather than open()+futim...
2010-10-29  Karel Zakdocs: add note about agetty to TODO
2010-10-29  Karel Zakremove free() from atexit() callbacks
2010-10-29  Marek Polacekchrt: Add noreturn attribute to show_usage() function
2010-10-29  Marek Polacekuse _exit() instead of exit() in sighandlers
2010-10-26  Karel Zakagetty: fix -s option (baud rate setup)
2010-10-26  Karel Zakfsck: add support for whole-disk locking (-l option)
2010-10-25  Karel Zaklibmount: optimize blkid_devno_to_devname()
2010-10-25  Karel Zakswapon: add support for "nofail" fstab mount option
2010-10-25  Karel Zakumount: umount -r segfault
2010-10-25  Karel Zaklib: add test program to canonicalize.c
2010-10-21  Karel Zakmount: remove warning about FS detection from mount.1
2010-10-21  Karel Zakman: add russian translation of ddate.1
2010-10-21  Marek Polacekctrlaltdel: use err() instead of fprintf() and exit()
2010-10-21  Davidlohr Buesolook: fix conflict between locally defined err() and...
2010-10-21  Davidlohr Buesomisc-utils: use new xmalloc() wrapper
2010-10-21  Davidlohr Buesoxalloc: general purpose memory allocation handling...
2010-10-21  Igor Bazhitovlibblkid: fix memory leak
2010-10-21  Sami Kerolacolumn: code readability improvements
2010-10-21  Sami Kerolacolumn: error messaging & exit codes
2010-10-21  Sami Kerolacolumn: EOF handling bug
2010-10-14  Karel Zaklibblkid: fix MBR detection on iPod and cleanup vfat...
2010-10-14  Karel Zaklibblkid: consolidate magic strings detection code
2010-10-08  Davidlohr Buesopartx: integrate support for mac and sun partitions...
2010-10-08  Davidlohr Buesopartx: add sun partition table support
2010-10-08  Davidlohr Buesopartx: add mac partition table support
2010-10-07  Karel Zakdocs: update TODO
next