search for: saved_offset

Displaying 3 results from an estimated 3 matches for "saved_offset".

2003 Nov 14
1
initramfs gunzip problems.
...= --- 1.12/init/initramfs.c Sat Oct 18 11:25:50 2003 +++ edited/initramfs.c Fri Nov 14 10:32:47 2003 @@ -459,6 +459,8 @@ makecrc(); if (gunzip()) message = "ungzip failed"; + else + break; if (state != Reset) error("junk in gzipped archive"); this_header = saved_offset + inptr;
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
...fffL; /* shift register contents */ makecrc(); if (gunzip()) - error("ungzip failed"); + error("ungzip failed\n"); if (state != Reset) - error("junk in gzipped archive"); + error("junk in gzipped archive: state %d\n", state); this_header = saved_offset + inptr; buf += inptr; len -= inptr; diff -Nru a/usr/Makefile b/usr/Makefile --- a/usr/Makefile Thu May 22 15:40:19 2003 +++ b/usr/Makefile Thu May 22 15:40:19 2003 @@ -20,7 +20,7 @@ # initramfs-y := $(obj)/root/hello quiet_cmd_cpio = CPIO $@ - cmd_cpio = ./$< > $@ + cm...
2009 Mar 02
0
[PATCH 5 of 13] exploiting the new interface in vnc.c
...+ last_fg = (void *) malloc(vs->serverds.pf.bytes_per_pixel); + last_bg = (void *) malloc(vs->serverds.pf.bytes_per_pixel); has_fg = has_bg = 0; for (j = y; j < (y + h); j += 16) { for (i = x; i < (x + w); i += 16) { @@ -618,7 +628,7 @@ int n_rectangles; int saved_offset; int maxx, maxy; - int tile_bytes = vs->depth * DP2X(vs, 1); + int tile_bytes = vs->serverds.pf.bytes_per_pixel * DP2X(vs, 1); if (!vs->update_requested || vs->csock == -1) return; @@ -638,7 +648,7 @@ now = qemu_get_clock(rt_clock); - if (vs->width !=...