Re: dumper.exe help/version patch

2002-03-11 Thread egor duda
Hi! Saturday, 09 March, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: CF On Fri, Mar 08, 2002 at 10:53:28PM -0800, Joshua Daniel Franklin wrote: Here is the next in the series of patches to standardize the help and version options in the utils. This also adds GNUish options to dumper. I left

[Fwd: src/winsup/w32api ChangeLog include/accctrl.h ...]

2002-03-11 Thread Earnie Boyd
Danny, This isn't a proper ChangeLog. You need to list each file on a separate line. If the change to the file is the same as the previously listed file then use `Ditto.' or `Likewise.' Please correct the ChangeLog. Thanks, Earnie. ---BeginMessage--- CVSROOT:/cvs/src Module name:

Re: big kill patch (adds list/help/version)

2002-03-11 Thread Joshua Daniel Franklin
--- Christopher Faylor [EMAIL PROTECTED] wrote: No lectures, please. If you want to get rid of a goto, fine. 'twas a joke. Sorry. I'm sorry but 'kill -l' has an established way of working. How does the linux kill program handle this? RedHat's prints a list like 1) SIGHUP 2) SIGINT

Re: big kill patch (adds list/help/version)

2002-03-11 Thread Christopher Faylor
On Mon, Mar 11, 2002 at 07:01:58AM -0800, Joshua Daniel Franklin wrote: --- Christopher Faylor [EMAIL PROTECTED] wrote: No lectures, please. If you want to get rid of a goto, fine. 'twas a joke. Sorry. I'm sorry but 'kill -l' has an established way of working. How does the linux kill

Re: big kill patch (adds list/help/version)

2002-03-11 Thread Joshua Daniel Franklin
--- Christopher Faylor [EMAIL PROTECTED] wrote: How does the linux kill program handle this? RedHat's prints a list like 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE ... Looks hard-coded to me, but I didn't look at

Re: big kill patch (adds list/help/version)

2002-03-11 Thread Christopher Faylor
On Mon, Mar 11, 2002 at 07:48:07AM -0800, Joshua Daniel Franklin wrote: --- Christopher Faylor [EMAIL PROTECTED] wrote: How does the linux kill program handle this? RedHat's prints a list like 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7)

msync patch

2002-03-11 Thread Chris January
This patch modifies msync in mmap.cc so that you can call msync with an address which occurs in the middle of an mmap'ed region. It also fixes the bug where the address in the relevant mmap_record would not match the one passed to msync if the offset of the mmap'ed region within the file was not

(small) kill.cc patch

2002-03-11 Thread Joshua Daniel Franklin
Here is a patch that moves the functions in kill.cc to the top. That's all it does. This is for consistency with the other utils. 2001-03-11 Joshua Daniel Franklin [EMAIL PROTECTED] * kill.cc (usage) move to top of file (getsig) ditto (forcekill) ditto

Re: (small) kill.cc patch

2002-03-11 Thread Earnie Boyd
Your ChangeLog entry is improper format. Try again. Earnie. Joshua Daniel Franklin wrote: Here is a patch that moves the functions in kill.cc to the top. That's all it does. This is for consistency with the other utils. 2001-03-11 Joshua Daniel Franklin [EMAIL PROTECTED] * kill.cc

Re: (small) kill.cc patch

2002-03-11 Thread Christopher Faylor
On Mon, Mar 11, 2002 at 10:16:27AM -0800, Joshua Daniel Franklin wrote: Here is a patch that moves the functions in kill.cc to the top. That's all it does. This is for consistency with the other utils. 2001-03-11 Joshua Daniel Franklin [EMAIL PROTECTED] * kill.cc (usage) move to top of file

Re: Security patches

2002-03-11 Thread Christopher Faylor
On Mon, Mar 11, 2002 at 09:38:05PM +0100, Corinna Vinschen wrote: On Sat, Mar 09, 2002 at 07:28:13PM -0500, Pierre A. Humblet wrote: Does RedHat have my copyright assignment after all? We're checking. I come back to you. I'm not clear here. I just checked my records and I've never been

long-option patch for kill.cc

2002-03-11 Thread Joshua Daniel Franklin
I apologize for my hasty Changelog. I was suprised to find in the util-linux sources included with RH7.2 that kill.c is actually BSD-licenced. So any fears were unfounded. However, the signals (for -l, --list) are indeed hard-coded, and options are handled in the same basic way as this patch

long-option patch for kill.cc

2002-03-11 Thread Joshua Daniel Franklin
Um. And here's the patch. __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ --- kill.cc-origMon Mar 11 19:48:34 2002 +++ kill.cc Mon Mar 11 19:55:19 2002 -1,6 +1,6 /* kill.cc -