Displaying 4 results from an estimated 4 matches for "docpatch".
Did you mean:
do_patch
2006 May 19
1
pxelinux cmdline preparation for klibc kinit
...kinit: do_mounts
kinit: name_to_dev_t(/dev/nfs) = dev(0,255)
kinit: root_dev = dev(0,255)
Ro[ 25.030001] Kernel panic - not syncing: Attempted to kill init!
ot-NFS: no serve[ 25.037537] r defined
<0>Rebooting in 5 seconds..
I think this qualifies as a bug; its not what folks expect.
A docpatch WITH LARGE LETTERS would rectify it, if you want to preserve
this behavior.
Also, APPEND doc should probably say that stanza-specific APPENDs
dont append to global APPENDs, they overrride it.
I'll write the docpatch if you like.
tia
-jimc
2009 Mar 03
1
[LLVMdev] Patch for GettingStarted.html
...ELEASE_25 tag to the tags
list and corrected a typo.
Can someone please review? As I'm not a native speaker/writer it may
contain strange wording/spelling mistakes ;). Any feedback welcome.
BR
Josef
--
zapster
-------------- next part --------------
A non-text attachment was scrubbed...
Name: docpatch.diff
Type: text/x-patch
Size: 2782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090303/737aaad7/attachment.bin>
2004 Sep 25
2
[LLVMdev] broken build?
Here are the FreeBSD and Win32 versions of TimeValue.cpp (along with all
the other Win32 changes I've submitted that have yet to be comitted).
Note there is a bug in all the Unix versions in that the time is not
being converted from the Posix origin of 1/1/1970.
On Fri, 24 Sep 2004 22:06:37 -0700
Reid Spencer <reid at x10sys.com> wrote:
> This should be fixed. Sorry for the
2004 Sep 27
0
[LLVMdev] VA intrinsics
In the reference manual the VA intrinsics these are reported as taking and
returning va_list in various places when they actually take sbyte*
everywhere it says va_list.