Re: [RFC] Cleanup line-wrapping in pgtable.h

2005-08-17 Thread Tommy Reynolds
Uttered Adam Litke <[EMAIL PROTECTED]>, spake thus: > The line-wrapping in most of the include/asm/pgtable.h pte test/set > macros looks horrible in my 80 column terminal. The following "test the > waters" patch is how I would like to see them laid out. I realize that > the braces don't adhere t

Re: question about execve()

2005-04-11 Thread Tommy Reynolds
Uttered Tomko <[EMAIL PROTECTED]>, spake thus: > I would like to ask when a userprogram called in user space called > execve("/bin/abc" will this system call finally copy the code of > /bin/abc into kernel space before kernel runs it or just leave the code > in the userspace and run dire

Re: H6e F5g G1y & C6t H2e C2k

2005-04-06 Thread Tommy Reynolds
Uttered Neal Gustafson <[EMAIL PROTECTED]>, spake thus: > Blond Amateur Coed Spring Break Bed Sex Hardcore > Blonde In Stockings Posing beaumont Has this list not the simplest spam filter? It's difficult to see how any of these original title terms could be from a legitimate posting. pgpPgls

Re: connector.c

2005-03-31 Thread Tommy Reynolds
Uttered Andrew Morton <[EMAIL PROTECTED]>, spake thus: > > if (uskb) { > > netlink_unicast(dev->nls, uskb, 0, 0); > > } > > Unneeded {} Speaking strictly as a language lawyer, they are not needed. However, for maintainability (and best practices) they are essential. They mak

Re: Squashfs without ./..

2005-03-24 Thread Tommy Reynolds
Uttered Geert Uytterhoeven <[EMAIL PROTECTED]>, spake thus: > > There's probably a number of apps that skip the first two dirents, instead > > of checking for the dot dirs. > > Yep, check `-noleaf' in find(1) Then it is broken in several ways. First, file systems are not required to implement

Re: compilation problem of modules

2005-03-02 Thread Tommy Reynolds
Uttered "Randy.Dunlap" <[EMAIL PROTECTED]>, spake thus: > compile/build is wrong. > a minimum 2.4 kernel build needs at least: > > gcc -c -D__KERNEL__ -DMODULE -O2 -nostdinc proc.c Don't forget the kernel headers! # gcc -c -D__KERNEL__ -DMODULE -O2 -I/usr/src/linux/include -nostdinc proc.c and

Re: Cosmetic JFFS patch.

2001-06-28 Thread Tommy Reynolds
ess" compiler warning messages. If I don't get a useless message, I don't have to decide to ignore it. Describing what's happening is OK; don't gush. -- Tommy Reynolds | Red Hat, Inc. (Embedded Development) | Join my presentat