Changes between v2.13-rc1 and v2.13-rc2 --------------------------------------- commit ff5cc6f574af45cd2ceb9b3f00da32c76d362eb7 Author: Karel Zak Date: Tue Jul 17 13:22:11 2007 +0200 build-sys: release++ Increment release number to v2.13-rc2. Signed-off-by: Karel Zak commit aedd4ddc776a5171cb823149347f9408b6c8b608 Author: Karel Zak Date: Tue Jul 17 13:17:16 2007 +0200 po: update po files Signed-off-by: Karel Zak commit cceaba68db83884f1c36d1c12500819a9c5d3fa2 Author: Karel Zak Date: Tue Jul 17 13:11:19 2007 +0200 docs: update release notes Signed-off-by: Karel Zak commit 1ed485b571c3a58560eca2701e502d737143c61c Author: Karel Zak Date: Tue Jul 17 11:44:34 2007 +0200 login-utils: remove deprecated sigsetmask() from wall The sigsetmask() is deprecated in favor of sigprocmask(). Signed-off-by: Karel Zak commit cc2ce9454a150fc21fa2e73723b13f7dc287325a Author: Mike Frysinger Date: Sat Jul 14 13:32:37 2007 -0400 fdisk: check returns in fdisk from partition changes currently the code in fdisk which changes partition types is a bit fragile ... it assumes the partition type succeeded instead of checking the user input or for errors. ive tweaked the sub functions to return a value indicative of the functions' success and fdisk now checks/reports based on that. Signed-off-by: Mike Frysinger commit 697d58e867d6c2a5746f495cb5cab24994ce808e Author: Matthias Koenig Date: Mon Jul 16 13:10:59 2007 +0200 schedutils: fix chrt docs and pid=0 usage Fix some documentation bugs for chrt. Make it work with PID 0, which means current process. Signed-off-by: Matthias Koenig commit dfcd918b6e03636483f29fe150ae2901f479fb3f Author: Matthias Koenig Date: Mon Jul 16 12:09:37 2007 +0200 mount: add acl option documentation for ext3 and reiserfs Signed-off-by: Matthias Koenig commit 529bdd94f4a2c6329f33623b8a70b51f3e60289f Author: Karel Zak Date: Mon Jul 16 14:41:28 2007 +0200 login-utils: remove unwanted newlines from wall Prevent wall from adding an empty newline to every new line. Signed-off-by: Karel Zak commit 65c381e984e7a7b536ff2eeb6a8f66b7aafb492f Author: Karel Zak Date: Mon Jul 16 13:56:08 2007 +0200 docs: update AUTHORS file Signed-off-by: Karel Zak commit 7670038954ff7dd7f15726d4941469734da71caf Author: Bernhard Walle Date: Fri Jul 13 18:18:13 2007 +0200 misc-util: new rtcwake command Signed-off-by: Bernhard Walle Signed-off-by: Karel Zak commit 4dfadf9c3abcdd9171a7bd81aedd4ec67d38d7b8 Author: Karel Zak Date: Mon Jul 16 11:56:23 2007 +0200 ionice: prefer SYS_ioprio_{set,get} from glibc to hardcoded version It's better to use glibc SYS_ioprio_{set,get} definitions rather than an incomplete (not all archs) and hardcoded version from ionice.c. Signed-off-by: Karel Zak commit 62f0ec7b4a98939bf736c4733b5ddbd155876d50 Author: Karel Zak Date: Thu Jul 12 14:31:26 2007 +0200 build-sys: remove "make mrproper", git-clean is good enough Signed-off-by: Karel Zak commit 6a97809b9fc9bb4113e1ecfa95d68536b0a720a8 Author: Karel Zak Date: Wed Jul 11 12:37:40 2007 +0200 sys-utils: add arch(1) back to the official tree This patch add arch(1) back to util-linux source code tree, but the command is not installed by defautl. For more details see "./configure --help". The arch command is deprecated in favor of "uname -m" (coreutils). The latest (6.9+) version of coreutils also supports arch(1) as an alias to "uname -a". Please, if you need arch(1) use the coreutils implementation. Signed-off-by: Karel Zak commit 7dff8582f826830926b50b272e5ebfcfb46bf243 Author: Karel Zak Date: Wed Jul 11 11:15:45 2007 +0200 whereis: add lib64 paths Signed-off-by: Karel Zak commit db0aaaa6a860e7a914ac8582c11f9d40c3164b25 Author: Karel Zak Date: Wed Jul 11 00:59:49 2007 +0200 build-sys: remove libtool Signed-off-by: Karel Zak commit fd71c659631f7a30e773df94d19c668fb5373d0c Author: Karel Zak Date: Tue Jul 10 23:51:12 2007 +0200 tests: remove dependence on helpers/libpreload-time.so Signed-off-by: Karel Zak commit 7e7f73cf9d7a55cde858a07c1d16bde57006fb6d Author: Karel Zak Date: Tue Jul 10 23:20:42 2007 +0200 cal: add test code This patch allows to override the time() and define a different time by TEST_TIME env. variable. The code has to be compiled with -DTEST_CAL. Signed-off-by: Karel Zak commit db94975b5972a691d32fe34ed82d5f76713f9895 Author: Mike Frysinger Date: Thu Jul 5 12:15:50 2007 -0400 also search for __stext in readprofile Some architectures have a single underscore prefix in their ABI, so there will be no "_stext" symbol, just "__stext". Signed-off-by: Mike Frysinger commit d33279c2e3bdaff7a3c9c7f6df60da75d7969ad4 Author: Masatake YAMATO Date: Tue May 8 11:52:18 2007 +0000 lomount.c: don't use mlockall if CRYPT_NONE loop back mounting emits two system calls: mount and mlockall. mount is obviously needed. mlockall is needed for encryption. As the result both CAP_SYS_ADMIN and CAP_IPC_LOCK are needed to do loopback mounting. The problem is that CAP_IPC_LOCK is always needed through my command doesn't need encryption. With the following patch, mount calls mlockall only when encryption is needed. Signed-off-by: Masatake YAMATO commit bb6aacfecaaa4d70a2c46e9151bb67503a35a781 Author: H. Peter Anvin Date: Fri Jul 6 18:32:31 2007 -0700 fdisk: when generating a DOS disk label, give it an ID Newer Micro$oft operating systems (NT 3 and later) put a 4-byte signature in the MBR at offset 440 decimal. Generate a random such signature when creating a new disk label, and allow it to be changed. Signed-off-by: H. Peter Anvin Signed-off-by: Karel Zak commit bba382aafe34282797794915539225a23e11b1fc Author: H. Peter Anvin Date: Fri Jul 6 18:31:12 2007 -0700 fdisk: do not complain about regular files fdisk complains that it doesn't understand regular files. This can be trivially fixed. Also, modes are conventionally given in octal, not hex. Signed-off-by: H. Peter Anvin