Re: cvs commit: src/usr.bin/pkill pkill.c

2005-11-16 Thread Jos Backus
On Wed, Nov 16, 2005 at 11:03:00AM +, Pawel Jakub Dawidek wrote:
[snip]
>   - Exit with 2 on usage errors as documented.

Just curious as to why we are not using EX_USAGE (from ) here. Or
doesn't pkill qualify as a `system program'?

-- 
Jos Backus
jos at catnook.com
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/vm vm_page.c

2008-05-15 Thread Jos Backus
On Thu, May 15, 2008 at 06:52:31PM +, Alan Cox wrote:
>   Modified files:
> sys/vm   vm_page.c 
>   Log:
>   Don't call vm_reserv_alloc_page() on device-backed objects.  Otherwise, the
>   system may panic because there is no reservation structure corresponding to
>   the physical address of the device memory.
>   
>   Reported by: Giorgos Keramidas

I was seeing this crash, too. Thanks for the fix, Alan.

-- 
Jos Backus
jos at catnook.com
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"