cvsync doesn't work simply on 7-current with SYMVER_ENABLED=yes

Norikatsu Shigemura nork at FreeBSD.org
Wed Nov 29 07:42:46 PST 2006


	I'm testing SYMVER_ENABLED=yes environment by using net/cvsync.
	Yes, it is quite simple.  You can only install and use it.  It
	doesn't require any setting like following.

	$ cvsync -4 -v 'cvsync://cvsync.allbsd.org/freebsd-src/rcs/?prefix=/home/ncvs'


	I tested -lthr case and -lpthread case.  Please see attached log.

	$ ktrace -i -t cnisuw =cvsync -4 -v 'cvsync://cvsync.allbsd.org/freebsd-src/rcs/?prefix=/home/ncvs'
	Parsing a URI cvsync://cvsync.allbsd.org/freebsd-src/rcs/?prefix=/home/ncvs...
	Connecting to cvsync.allbsd.org port 7777
	host 133.31.130.35 port 7777: Operation timed out
	service is not available at cvsync.allbsd.org port 7777

	cvsync didn't work:-(.  Really, SYMVER_ENABLED=YES is usable?
-------------- next part --------------
 50463 ktrace   0.000000 RET   ktrace 0
 50463 ktrace   0.000128 CALL  execve(0xbfbfebb8,0xbfbfea88,0xbfbfea9c)
 50463 ktrace   0.000178 NAMI  "/usr/local/bin/cvsync"
 50463 ktrace   0.000384 NAMI  "/libexec/ld-elf.so.1"
 50463 cvsync   0.000545 RET   execve 0
 50463 cvsync   0.000564 CALL  mmap(0,0x1148,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.000583 RET   mmap 1074360320/0x40097000
 50463 cvsync   0.000670 CALL  munmap(0x40097000,0x1148)
 50463 cvsync   0.000684 RET   munmap 0
 50463 cvsync   0.000707 CALL  __sysctl(0xbfbfe828,0x2,0x40093998,0xbfbfe824,0,0)
 50463 cvsync   0.000724 RET   __sysctl 0
 50463 cvsync   0.000735 CALL  mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.000746 RET   mmap 1074360320/0x40097000
 50463 cvsync   0.000786 CALL  issetugid
 50463 cvsync   0.000795 RET   issetugid 0
 50463 cvsync   0.000856 CALL  open(0x4008d97a,O_RDONLY,<unused>0x1b6)
 50463 cvsync   0.000873 NAMI  "/etc/libmap.conf"
 50463 cvsync   0.000895 RET   open -1 errno 2 No such file or directory
 50463 cvsync   0.000917 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.000932 NAMI  "/usr/lib/libz.so.3"
 50463 cvsync   0.000959 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.000968 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.000981 NAMI  "/usr/local/lib/libz.so.3"
 50463 cvsync   0.001007 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.001018 CALL  open(0x4008c6b8,O_RDONLY,<unused>0)
 50463 cvsync   0.001030 NAMI  "/var/run/ld-elf.so.hints"
 50463 cvsync   0.001061 RET   open 3
 50463 cvsync   0.001071 CALL  read(0x3,0xbfbfe560,0x80)
 50463 cvsync   0.001098 GIO   fd 3 read 128 bytes
       0x0000 4568 6e74 0100 0000 8000 0000 5900 0000  |Ehnt........Y...|
       0x0010 0000 0000 5800 0000 0000 0000 0000 0000  |....X...........|
       0x0020 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0030 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0050 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0060 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0070 0000 0000 0000 0000 0000 0000 0000 0000  |................|
 50463 cvsync   0.001106 RET   read 128/0x80
 50463 cvsync   0.001126 CALL  lseek(0x3,0,0x80,SEEK_SET,0)
 50463 cvsync   0.001141 RET   lseek 128/0x80
 50463 cvsync   0.001176 CALL  read(0x3,0x4009c000,0x59)
 50463 cvsync   0.001190 GIO   fd 3 read 89 bytes
       "/lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/X11R6/lib:/usr/local\
	/lib/evolution/2.8\0"
 50463 cvsync   0.001200 RET   read 89/0x59
 50463 cvsync   0.001210 CALL  close(0x3)
 50463 cvsync   0.001232 RET   close 0
 50463 cvsync   0.001243 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.001253 NAMI  "/lib/libz.so.3"
 50463 cvsync   0.001275 RET   access 0
 50463 cvsync   0.001285 CALL  open(0x40098040,O_RDONLY,<unused>0)
 50463 cvsync   0.001297 NAMI  "/lib/libz.so.3"
 50463 cvsync   0.001314 RET   open 3
 50463 cvsync   0.001323 CALL  fstat(0x3,0xbfbfe810)
 50463 cvsync   0.001336 RET   fstat 0
 50463 cvsync   0.001345 CALL  read(0x3,0x400928e0,0x1000)
 50463 cvsync   0.001386 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 1017 0000 3400 0000  |............4...|
       0x0020 d408 0100 0000 0000 3400 2000 0300 2800  |........4. ...(.|
       0x0030 1500 1400 0100 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 aa02 0100 aa02 0100 0500 0000  |................|
       0x0050 0010 0000 0100 0000 c002 0100 c012 0100  |................|
       0x0060 c012 0100 d402 0000 f002 0000 0600 0000  |................|
       0x0070 0010 0000 0200 0000 c803 0100 c813 0100  |................|
       0x0080 c813 0100 a800 0000 a800 0000 0600 0000  |................|
       0x0090 0400 0000 6100 0000 8100 0000 4f00 0000  |....a.......O...|
       0x00a0 0000 0000 5c00 0000 4700 0000 2e00 0000  |....\...G.......|
       0x00b0 7f00 0000 0000 0000 3900 0000 0000 0000  |........9.......|
       0x00c0 0000 0000 6e00 0000 0000 0000 5100 0000  |....n.......Q...|
       0x00d0 0000 0000 4200 0000 0000 0000 2b00 0000  |....B.......+...|
       0x00e0 6000 0000 2500 0000 3800 0000 6900 0000  |`...%...8...i...|
       0x00f0 5f00 0000 7400 0000 6600 0000 7200 0000  |_...t...f...r...|
       0x0100 0000 0000 2900 0000 6b00 0000 6800 0000  |....)...k...h...|
       0x0110 3300 0000 0000 0000 4600 0000 6f00 0000  |3.......F...o...|
       0x0120 5800 0000 7600 0000 6700 0000 6d00 0000  |X...v...g...m...|
       0x0130 3200 0000 3b00 0000 0000 0000 5b00 0000  |2...;.......[...|
       0x0140 4000 0000 7800 0000 7500 0000 0000 0000  |@...x...u.......|
       0x0150 6100 0000 3400 0000 6400 0000 6a00 0000  |a...4...d...j...|
       0x0160 3c00 0000 0000 0000 0000 0000 4500 0000  |<...........E...|
       0x0170 3f00 0000 0000 0000 0000 0000 4a00 0000  |?...........J...|
       0x0180 5200 0000 4800 0000 0000 0000 5d00 0000  |R...H.......]...|
       0x0190 2d00 0000 7a00 0000 1f00 0000 7900 0000  |-...z.......y...|
       0x01a0 6c00 0000 5600 0000 0000 0000 8000 0000  |l...V...........|
       0x01b0 7d00 0000 5000 0000 2400 0000 7300 0000  |}...P...$...s...|
       0x01c0 4e00 0000 2000 0000 2f00 0000 7700 0000  |N... .../...w...|
       0x01d0 7000 0000 3a00 0000 0000 0000 7100 0000  |p...:.......q...|
       0x01e0 3600 0000 0000 0000 0000 0000 7b00 0000  |6...........{...|
       0x01f0 0000 0000 7e00 0000 0000 0000 0000 0000  |....~...........|
       0x0200 5700 0000 1600 0000 5a00 0000 0000 0000  |W.......Z.......|
       0x0210 7c00 0000 0000 0000 2800 0000 4d00 0000  ||.......(...M...|
       0x0220 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0230 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0240 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0250 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0260 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0270 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0280 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0290 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02a0 0000 0000 0000 0000 2100 0000 0000 0000  |........!.......|
       0x02b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02c0 0000 0000 0000 0000 0000 0000 1b00 0000  |................|
       0x02d0 0000 0000 0000 0000 1d00 0000 0000 0000  |................|
       0x02e0 2700 0000 1c00 0000 1e00 0000 0000 0000  |'...............|
       0x02f0 0000 0000 1500 0000 0000 0000 0000 0000  |................|
       0x0300 3100 0000 0000 0000 0000 0000 0000 0000  |1...............|
       0x0310 1700 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0320 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0330 2a00 0000 2300 0000 4300 0000 0000 0000  |*...#...C.......|
       0x0340 2c00 0000 0000 0000 0000 0000 0000 0000  |,...............|
       0x0350 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0360 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0370 0000 0000 3e00 0000 0000 0000 1400 0000  |....>...........|
       0x0380 0000 0000 1a00 0000 0000 0000 0000 0000  |................|
       0x0390 0000 0000 4900 0000 0000 0000 0000 0000  |....I...........|
       0x03a0 5900 0000 0000 0000 0000 0000 5300 0000  |Y...........S...|
       0x03b0 3700 0000 4b00 0000 3500 0000 5e00 0000  |7...K...5...^...|
       0x03c0 0000 0000 2200 0000 4400 0000 4100 0000  |...."...D...A...|
       0x03d0 2600 0000 6300 0000 0000 0000 0000 0000  |&...c...........|
       0x03e0 0000 0000 0000 0000 4c00 0000 0000 0000  |........L.......|
       0x03f0 0000 0000 1900 0000 1800 0000 6200 0000  |............b...|
       0x0400 6500 0000 3d00 0000 0000 0000 0000 0000  |e...=...........|
       0x0410 0000 0000 5400 0000 3000 0000 0000 0000  |....T...0.......|
       0x0420 5500 0000 0000 0000 0000 0000 0000 0000  |U...............|
       0x0430 0000 0000 0000 0000 9400 0000 0000 0000  |................|
       0x0440 0300 0100 0000 0000 2404 0000 0000 0000  |........$.......|
       0x0450 0300 0200 0000 0000 340c 0000 0000 0000  |........4.......|
       0x0460 0300 0300 0000 0000 a410 0000 0000 0000  |................|
       0x0470 0300 0400 0000 0000 d411 0000 0000 0000  |................|
       0x0480 0300 0500 0000 0000 8413 0000 0000 0000  |................|
       0x0490 0300 0600 0000 0000 9813 0000 0000 0000  |................|
       0x04a0 0300 0700 0000 0000 1017 0000 0000 0000  |................|
       0x04b0 0300 0800 0000 0000 50c1 0000 0000 0000  |........P.......|
       0x04c0 0300 0900 0000 0000 60c1 0000 0000 0000  |........`.......|
       0x04d0 0300 0a00 0000 0000 c012 0100 0000 0000  |................|
       0x04e0 0300 0b00 0000 0000 c413 0100 0000 0000  |................|
       0x04f0 0300 0c00 0000 0000 c813 0100 0000 0000  |................|
       0x0500 0300 0d00 0000 0000 7014 0100 0000 0000  |........p.......|
       0x0510 0300 0e00 0000 0000 7814 0100 0000 0000  |........x.......|
       0x0520 0300 0f00 0000 0000 8014 0100 0000 0000  |................|
       0x0530 0300 1000 0000 0000 8414 0100 0000 0000  |................|
       0x0540 0300 1100 0000 0000 9415 0100 0000 0000  |................|
       0x0550 0300 1200 0000 0000 0000 0000 0000 0000  |................|
       0x0560 0300 1300 8e01 0000 0000 0000 0000 0000  |................|
       0x0570 1000 0000 fa00 0000 4029 0000 ca00 0000  |........@)......|
       0x0580 1200 0800 2102 0000 403a 0000 6100 0000  |....!...@:..a...|
       0x0590 1200 0800 ed02 0000 3062 0000 ca01 0000  |........0b......|
       0x05a0 1200 0800 f801 0000 b073 0000 c80b 0000  |.........s......|
       0x05b0 1200 0800 e801 0000 3036 0000 5c00 0000  |........06..\...|
       0x05c0 1200 0800 5003 0000 4072 0000 3d00 0000  |....P... at r..=...|
       0x05d0 1200 0800 e101 0000 e035 0000 4200 0000  |.........5..B...|
       0x05e0 1200 0800 8102 0000 0000 0000 0000 0000  |................|
       0x05f0 1000 0000 c103 0000 50b1 0000 ff05 0000  |........P.......|
       0x0600 1200 0800 0a02 0000 0000 0000 0000 0000  |................|
       0x0610 1000 0000 e300 0000 4032 0000 1600 0000  |........ at 2......|
       0x0620 1200 0800 e903 0000 4097 0000 1600 0000  |........ at .......|
       0x0630 1200 0800 0100 0000 c813 0100 0000 0000  |................|
       0x0640 1100 f1ff 6902 0000 c03e 0000 5c01 0000  |....i....>..\...|
       0x0650 1200 0800 3203 0000 c071 0000 2d00 0000  |....2....q..-...|
       0x0660 1200 0800 d103 0000 e0d7 0000 0001 0000  |................|
       0x0670 1100 0a00 1201 0000 a044 0000 c619 0000  |.........D......|
       0x0680 1200 0800 5a02 0000 e03d 0000 1900 0000  |....Z....=......|
       0x0690 1200 0800 1d03 0000 3070 0000 8101 0000  |........0p......|
       0x06a0 1200 0800 be00 0000 0000 0000 0000 0000  |................|
       0x06b0 1000 0000 2501 0000 102a 0000 9800 0000  |....%....*......|
       0x06c0 1200 0800 2600 0000 0000 0000 0000 0000  |....&...........|
       0x06d0 2000 0000 b100 0000 0064 0000 f104 0000  | ........d......|
       0x06e0 1200 0800 7a01 0000 0000 0000 0000 0000  |....z...........|
       0x06f0 1000 0000 0902 0000 0000 0000 0000 0000  |................|
       0x0700 1000 0000 f503 0000 6097 0000 0a00 0000  |........`.......|
       0x0710 1200 0800 2902 0000 0000 0000 0000 0000  |....)...........|
       0x0720 1000 0000 4d02 0000 703d 0000 3200 0000  |....M...p=..2...|
       0x0730 1200 0800 dc02 0000 f061 0000 3400 0000  |.........a..4...|
       0x0740 1200 0800 a203 0000 8413 0000 0000 0000  |................|
       0x0750 1200 0600 bf02 0000 1060 0000 3700 0000  |.........`..7...|
       0x0760 1200 0800 7703 0000 e0af 0000 6401 0000  |....w.......d...|
       0x0770 1200 0800 8a02 0000 2040 0000 5f00 0000  |........ @.._...|
       0x0780 1200 0800 0501 0000 b042 0000 3a00 0000  |.........B..:...|
       0x0790 1200 0800 5c03 0000 8072 0000 5a00 0000  |....\....r..Z...|
       0x07a0 1200 0800 be01 0000 0000 0000 0000 0000  |................|
       0x07b0 1000 0000 a803 0000 5085 0000 5900 0000  |........P...Y...|
       0x07c0 1200 0800 a202 0000 00be 0000 5b02 0000  |............[...|
       0x07d0 1200 0800 7102 0000 0000 0000 0000 0000  |....q...........|
       0x07e0 1000 0000 8800 0000 d097 0000 2100 0000  |............!...|
       0x07f0 1200 0800 3500 0000 0000 0000 0000 0000  |....5...........|
       0x0800 2000 0000 7700 0000 f017 0000 2501 0000  | ...w.......%...|
       0x0810 1200 0800 3902 0000 0000 0000 0000 0000  |....9...........|
       0x0820 1000 0000 9700 0000 2019 0000 c50e 0000  |........ .......|
       0x0830 1200 0800 e400 0000 c028 0000 7f00 0000  |.........(......|
       0x0840 1200 0800 0604 0000 7097 0000 2300 0000  |........p...#...|
       0x0850 1200 0800 8101 0000 b0b8 0000 b502 0000  |................|
       0x0860 1200 0800 3f02 0000 603b 0000 0102 0000  |....?...`;......|
       0x0870 1200 0800 d400 0000 c032 0000 1e03 0000  |.........2......|
       0x0880 1200 0800 9502 0000 2041 0000 6500 0000  |........ A..e...|
       0x0890 1200 0800 6101 0000 0000 0000 0000 0000  |....a...........|
       0x08a0 1000 0000 1a02 0000 d038 0000 3f00 0000  |.........8..?...|
       0x08b0 1200 0800 4601 0000 0000 0000 0000 0000  |....F...........|
       0x08c0 1000 0000 b001 0000 5082 0000 f202 0000  |........P.......|
       0x08d0 1200 0800 0b03 0000 20d7 0000 3500 0000  |........ ...5...|
       0x08e0 1100 0a00 cc01 0000 e031 0000 5f00 0000  |.........1.._...|
       0x08f0 1200 0800 d401 0000 8040 0000 9300 0000  |......... at ......|
       0x0900 1200 0800 a301 0000 0000 0000 0000 0000  |................|
       0x0910 1000 0000 de03 0000 e0d8 0000 0002 0000  |................|
       0x0920 1100 0a00 9203 0000 b080 0000 9f01 0000  |................|
       0x0930 1200 0800 d002 0000 d060 0000 1d01 0000  |.........`......|
       0x0940 1200 0800 4e01 0000 0000 0000 0000 0000  |....N...........|
       0x0950 1000 0000 4303 0000 f071 0000 4100 0000  |....C....q..A...|
       0x0960 1200 0800 3304 0000 c0bc 0000 c900 0000  |....3...........|
       0x0970 1200 0800 c601 0000 0000 0000 0000 0000  |................|
       0x0980 1000 0000 5401 0000 0000 0000 0000 0000  |....T...........|
       0x0990 1000 0000 5404 0000 9415 0100 0000 0000  |....T...........|
       0x09a0 1000 f1ff 4602 0000 0000 0000 0000 0000  |....F...........|
       0x09b0 1000 0000 ea00 0000 603e 0000 5100 0000  |........`>..Q...|
       0x09c0 1200 0800 aa01 0000 0000 0000 0000 0000  |................|
       0x09d0 1000 0000 8c02 0000 0000 0000 0000 0000  |................|
       0x09e0 1000 0000 6801 0000 0000 0000 0000 0000  |....h...........|
       0x09f0 1000 0000 7802 0000 6013 0100 2800 0000  |....x...`...(...|
       0x0a00 1100 0b00 8f00 0000 a097 0000 2700 0000  |............'...|
       0x0a10 1200 0800 2000 0000 50c1 0000 0000 0000  |.... ...P.......|
       0x0a20 1200 0900 b503 0000 b085 0000 4d02 0000  |............M...|
       0x0a30 1200 0800 2504 0000 d0bb 0000 e400 0000  |....%...........|
       0x0a40 1200 0800 db00 0000 1037 0000 ed00 0000  |.........7......|
       0x0a50 1200 0800 6903 0000 e0bd 0000 1600 0000  |....i...........|
       0x0a60 1200 0800 6302 0000 0000 0000 0000 0000  |....c...........|
       0x0a70 1000 0000 1302 0000 8038 0000 4800 0000  |.........8..H...|
       0x0a80 1200 0800 f200 0000 0000 0000 0000 0000  |................|
       0x0a90 1000 0000 5402 0000 b03d 0000 2b00 0000  |....T....=..+...|
       0x0aa0 1200 0800 3f01 0000 0000 0000 0000 0000  |....?...........|
       0x0ab0 1000 0000 4d04 0000 9415 0100 0000 0000  |....M...........|
       0x0ac0 1000 f1ff 0a00 0000 8414 0100 0000 0000  |................|
       0x0ad0 1100 f1ff 6004 0000 b015 0100 0000 0000  |....`...........|
       0x0ae0 1000 f1ff f902 0000 e0d5 0000 2f00 0000  |............/...|
       0x0af0 1100 0a00 3d04 0000 60c0 0000 c000 0000  |....=...`.......|
       0x0b00 1200 0800 9f03 0000 8098 0000 7b00 0000  |............{...|
       0x0b10 1200 0800 f101 0000 9036 0000 7a00 0000  |.........6..z...|
       0x0b20 1200 0800 3101 0000 807f 0000 2401 0000  |....1.......$...|
       0x0b30 1200 0800 fc00 0000 90bd 0000 4100 0000  |............A...|
       0x0b40 1200 0800 aa02 0000 d05e 0000 3201 0000  |.........^..2...|
       0x0b50 1200 0800 8701 0000 0000 0000 0000 0000  |................|
       0x0b60 1000 0000 3002 0000 b03a 0000 b000 0000  |....0....:......|
       0x0b70 1200 0800 1a01 0000 705e 0000 5f00 0000  |........p^.._...|
       0x0b80 1200 0800 6300 0000 0000 0000 0000 0000  |....c...........|
       0x0b90 2000 0000 9501 0000 9041 0000 1c01 0000  | ........A......|
       0x0ba0 1200 0800 4d00 0000 0000 0000 0000 0000  |....M...........|
       0x0bb0 2000 0000 c500 0000 f027 0000 4200 0000  | ........'..B...|
       0x0bc0 1200 0800 0d04 0000 50b7 0000 3601 0000  |........P...6...|
       0x0bd0 1200 0800 6f01 0000 106f 0000 1501 0000  |....o....o......|
       0x0be0 1200 0800 1704 0000 90b8 0000 1600 0000  |................|
       0x0bf0 1200 0800 a300 0000 0069 0000 0206 0000  |.........i......|
       0x0c00 1200 0800 0002 0000 0038 0000 7e00 0000  |.........8..~...|
       0x0c10 1200 0800 8803 0000 20a7 0000 f102 0000  |........ .......|
       0x0c20 1200 0800 8a00 0000 0000 0000 0000 0000  |................|
       0x0c30 1000 0000 005f 4459 4e41 4d49 4300 5f47  |....._DYNAMIC._G|
       0x0c40 4c4f 4241 4c5f 4f46 4653 4554 5f54 4142  |LOBAL_OFFSET_TAB|
       0x0c50 4c45 5f00 5f66 696e 6900 5f5f 6378 615f  |LE_._fini.__cxa_|
       0x0c60 6669 6e61 6c69 7a65 005f 5f64 6572 6567  |finalize.__dereg|
       0x0c70 6973 7465 725f 6672 616d 655f 696e 666f  |ister_frame_info|
       0x0c80 005f 5f72 6567 6973 7465 725f 6672 616d  |.__register_fram|
       0x0c90 655f 696e 666f 005f 4a76 5f52 6567 6973  |e_info._Jv_Regis|
       0x0ca0 7465 7243 6c61 7373 6573 0069 6e66 6c61  |terClasses.infla|
       0x0cb0 7465 4261 636b 496e 6974 5f00 7a63 6672  |teBackInit_.zcfr|
       0x0cc0 6565 007a 6361 6c6c 6f63 0069 6e66 6c61  |ee.zcalloc.infla|
       0x0cd0 7465 4261 636b 0069 6e66 6c61 7465 5f74  |teBack.inflate_t|
       0x0ce0 6162 6c65 0069 6e66 6c61 7465 5f66 6173  |able.inflate_fas|
       0x0cf0 7400 6d65 6d63 7079 0069 6e66 6c61 7465  |t.memcpy.inflate|
       0x0d00 4261 636b 456e 6400 677a 7265 6164 0067  |BackEnd.gzread.g|
       0x0d10 7a77 7269 7465 0067 7a6f 7065 6e00 677a  |zwrite.gzopen.gz|
       0x0d20 636c 6f73 6500 6675 6e6f 7065 6e00 756e  |close.funopen.un|
       0x0d30 636f 6d70 7265 7373 0069 6e66 6c61 7465  |compress.inflate|
       0x0d40 496e 6974 5f00 696e 666c 6174 6500 696e  |Init_.inflate.in|
       0x0d50 666c 6174 6545 6e64 0067 7a73 6574 7061  |flateEnd.gzsetpa|
       0x0d60 7261 6d73 0064 6566 6c61 7465 5061 7261  |rams.deflatePara|
       0x0d70 6d73 0066 7772 6974 6500 5f5f 6572 726f  |ms.fwrite.__erro|
       0x0d80 7200 6672 6561 6400 5f5f 6973 7468 7265  |r.fread.__isthre|
       0x0d90 6164 6564 0066 6572 726f 7200 6663 6c6f  |aded.ferror.fclo|
       0x0da0 7365 0064 6566 6c61 7465 456e 6400 6d61  |se.deflateEnd.ma|
       0x0db0 6c6c 6f63 0063 7263 3332 0073 7472 6c65  |lloc.crc32.strle|
       0x0dc0 6e00 7374 7263 7079 0069 6e66 6c61 7465  |n.strcpy.inflate|
       0x0dd0 496e 6974 325f 0066 646f 7065 6e00 6674  |Init2_.fdopen.ft|
       0x0de0 656c 6c00 6465 666c 6174 6549 6e69 7432  |ell.deflateInit2|
       0x0df0 5f00 6670 7269 6e74 6600 666f 7065 6e00  |_.fprintf.fopen.|
       0x0e00 677a 646f 7065 6e00 696e 666c 6174 6552  |gzdopen.inflateR|
       0x0e10 6573 6574 0067 7a67 6574 6300 677a 756e  |eset.gzgetc.gzun|
       0x0e20 6765 7463 0067 7a67 6574 7300 6465 666c  |getc.gzgets.defl|
       0x0e30 6174 6500 677a 7072 696e 7466 0076 736e  |ate.gzprintf.vsn|
       0x0e40 7072 696e 7466 0067 7a70 7574 6300 677a  |printf.gzputc.gz|
       0x0e50 7075 7473 0067 7a66 6c75 7368 0066 666c  |puts.gzflush.ffl|
       0x0e60 7573 6800 677a 7265 7769 6e64 0066 7365  |ush.gzrewind.fse|
       0x0e70 656b 0067 7a73 6565 6b00 6d65 6d73 6574  |ek.gzseek.memset|
       0x0e80 0067 7a74 656c 6c00 677a 656f 6600 677a  |.gztell.gzeof.gz|
       0x0e90 6469 7265 6374 0066 7075 7463 0067 7a65  |direct.fputc.gze|
       0x0ea0 7272 6f72 0073 7472 6361 7400 7a5f 6572  |rror.strcat.z_er|
       0x0eb0 726d 7367 0073 7472 6572 726f 7200 677a  |rmsg.strerror.gz|
       0x0ec0 636c 6561 7265 7272 0069 6e66 6c61 7465  |clearerr.inflate|
       0x0ed0 5072 696d 6500 6164 6c65 7233 3200 696e  |Prime.adler32.in|
       0x0ee0 666c 6174 6553 6574 4469 6374 696f 6e61  |flateSetDictiona|
       0x0ef0 7279 0069 6e66 6c61 7465 4765 7448 6561  |ry.inflateGetHea|
       0x0f00 6465 7200 696e 666c 6174 6553 796e 6300  |der.inflateSync.|
       0x0f10 696e 666c 6174 6553 796e 6350 6f69 6e74  |inflateSyncPoint|
       0x0f20 0069 6e66 6c61 7465 436f 7079 0069 6e66  |.inflateCopy.inf|
       0x0f30 6c61 7465 5f63 6f70 7972 6967 6874 0064  |late_copyright.d|
       0x0f40 6566 6c61 7465 5f63 6f70 7972 6967 6874  |eflate_copyright|
       0x0f50 0064 6566 6c61 7465 5365 7444 6963 7469  |.deflateSetDicti|
       0x0f60 6f6e 6172 7900 6465 666c 6174 6553 6574  |onary.deflateSet|
       0x0f70 4865 6164 6572 0064 6566 6c61 7465 5072  |Header.deflatePr|
       0x0f80 696d 6500 6465 666c 6174 6554 756e 6500  |ime.deflateTune.|
       0x0f90 6465 666c 6174 6542 6f75 6e64 0063 6f6d  |deflateBound.com|
       0x0fa0 7072 6573 7342 6f75 6e64 005f 7472 5f73  |pressBound._tr_s|
       0x0fb0 746f 7265 645f 626c 6f63 6b00 5f74 725f  |tored_block._tr_|
       0x0fc0 616c 6967 6e00 6465 666c 6174 6552 6573  |align.deflateRes|
       0x0fd0 6574 005f 7472 5f69 6e69 7400 6465 666c  |et._tr_init.defl|
       0x0fe0 6174 6549 6e69 745f 0064 6566 6c61 7465  |ateInit_.deflate|
       0x0ff0 436f 7079 005f 7472 5f66 6c75 7368 5f62  |Copy._tr_flush_b|
 50463 cvsync   0.001432 RET   read 4096/0x1000
 50463 cvsync   0.001445 CALL  mmap(0,0x12000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 50463 cvsync   0.001485 RET   mmap 1074393088/0x4009f000
 50463 cvsync   0.001496 CALL  mprotect(0x400af000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 50463 cvsync   0.001512 RET   mprotect 0
 50463 cvsync   0.001552 CALL  mprotect(0x400af000,0x1000,PROT_READ|PROT_EXEC)
 50463 cvsync   0.001564 RET   mprotect 0
 50463 cvsync   0.001575 CALL  mmap(0x400b0000,0x1000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0x10000,0)
 50463 cvsync   0.001594 RET   mmap 1074462720/0x400b0000
 50463 cvsync   0.001630 CALL  close(0x3)
 50463 cvsync   0.001644 RET   close 0
 50463 cvsync   0.001656 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.001666 NAMI  "/usr/lib/libcrypto.so.5"
 50463 cvsync   0.001688 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.001697 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.001708 NAMI  "/usr/local/lib/libcrypto.so.5"
 50463 cvsync   0.001732 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.001743 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.001755 NAMI  "/lib/libcrypto.so.5"
 50463 cvsync   0.001786 RET   access 0
 50463 cvsync   0.001795 CALL  open(0x400980a0,O_RDONLY,<unused>0x400b0fff)
 50463 cvsync   0.001807 NAMI  "/lib/libcrypto.so.5"
 50463 cvsync   0.001827 RET   open 3
 50463 cvsync   0.001837 CALL  fstat(0x3,0xbfbfe810)
 50463 cvsync   0.001849 RET   fstat 0
 50463 cvsync   0.001860 CALL  read(0x3,0x400928e0,0x1000)
 50463 cvsync   0.001891 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 60d1 0300 3400 0000  |........`...4...|
       0x0020 d424 1400 0000 0000 3400 2000 0300 2800  |.$......4. ...(.|
       0x0030 1600 1500 0100 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 8d7e 1200 8d7e 1200 0500 0000  |.....~...~......|
       0x0050 0010 0000 0100 0000 0080 1200 0080 1200  |................|
       0x0060 0080 1200 705c 0100 1083 0100 0600 0000  |....p\..........|
       0x0070 0010 0000 0200 0000 14bd 1300 14bd 1300  |................|
       0x0080 14bd 1300 b000 0000 b000 0000 0600 0000  |................|
       0x0090 0400 0000 0508 0000 0f0d 0000 0000 0000  |................|
       0x00a0 cf0c 0000 0000 0000 9308 0000 0000 0000  |................|
       0x00b0 0000 0000 2b0c 0000 a80c 0000 0000 0000  |....+...........|
       0x00c0 0000 0000 3a08 0000 fb01 0000 f209 0000  |....:...........|
       0x00d0 150c 0000 6b04 0000 8603 0000 360a 0000  |....k.......6...|
       0x00e0 940c 0000 3a0c 0000 5907 0000 ee03 0000  |....:...Y.......|
       0x00f0 7404 0000 a208 0000 8009 0000 6100 0000  |t...........a...|
       0x0100 0b04 0000 0206 0000 9b04 0000 900a 0000  |................|
       0x0110 8609 0000 c90b 0000 0000 0000 2704 0000  |............'...|
       0x0120 ff0b 0000 d507 0000 6a0c 0000 0000 0000  |........j.......|
       0x0130 6e04 0000 0000 0000 4403 0000 060c 0000  |n.......D.......|
       0x0140 1b0b 0000 670c 0000 0000 0000 0000 0000  |....g...........|
       0x0150 370a 0000 0000 0000 0000 0000 3b09 0000  |7...........;...|
       0x0160 0000 0000 a60c 0000 280b 0000 590a 0000  |........(...Y...|
       0x0170 0000 0000 5e0b 0000 db01 0000 9b0a 0000  |....^...........|
       0x0180 4504 0000 0000 0000 ee05 0000 9709 0000  |E...............|
       0x0190 7c04 0000 0000 0000 870c 0000 0000 0000  ||...............|
       0x01a0 d406 0000 8907 0000 af0a 0000 c300 0000  |................|
       0x01b0 ea04 0000 ac09 0000 f507 0000 d309 0000  |................|
       0x01c0 0a0c 0000 af06 0000 f30c 0000 d905 0000  |................|
       0x01d0 cc0a 0000 190c 0000 0000 0000 c004 0000  |................|
       0x01e0 0000 0000 c107 0000 7605 0000 210a 0000  |........v...!...|
       0x01f0 d201 0000 0000 0000 810b 0000 740c 0000  |............t...|
       0x0200 000d 0000 7b0c 0000 780c 0000 050c 0000  |....{...x.......|
       0x0210 8d0c 0000 7e04 0000 bd0b 0000 020a 0000  |....~...........|
       0x0220 f10a 0000 8501 0000 cf0a 0000 9d0b 0000  |................|
       0x0230 e606 0000 130c 0000 1d07 0000 160b 0000  |................|
       0x0240 5a0a 0000 4008 0000 6a0a 0000 4904 0000  |Z... at ...j...I...|
       0x0250 c308 0000 0000 0000 c00b 0000 2f0c 0000  |............/...|
       0x0260 0909 0000 550b 0000 fd0c 0000 0000 0000  |....U...........|
       0x0270 ff01 0000 0000 0000 370c 0000 0603 0000  |........7.......|
       0x0280 1107 0000 0000 0000 3805 0000 7c02 0000  |........8...|...|
       0x0290 4e00 0000 1c0a 0000 8c0c 0000 0000 0000  |N...............|
       0x02a0 0000 0000 1704 0000 150b 0000 bd0c 0000  |................|
       0x02b0 f500 0000 0000 0000 6908 0000 b607 0000  |........i.......|
       0x02c0 060b 0000 a50b 0000 7c06 0000 4706 0000  |........|...G...|
       0x02d0 0000 0000 0000 0000 0000 0000 b70a 0000  |................|
       0x02e0 2106 0000 f60c 0000 af04 0000 3c0c 0000  |!...........<...|
       0x02f0 340a 0000 100b 0000 bf0a 0000 a909 0000  |4...............|
       0x0300 e40c 0000 8908 0000 050d 0000 e60c 0000  |................|
       0x0310 e60b 0000 5600 0000 b909 0000 5506 0000  |....V.......U...|
       0x0320 c40c 0000 fa0b 0000 3904 0000 940a 0000  |........9.......|
       0x0330 f708 0000 0000 0000 0000 0000 5a09 0000  |............Z...|
       0x0340 7106 0000 6e0c 0000 0000 0000 bf07 0000  |q...n...........|
       0x0350 0000 0000 af0b 0000 f80b 0000 e30c 0000  |................|
       0x0360 0000 0000 c20c 0000 200c 0000 6d05 0000  |........ ...m...|
       0x0370 c50a 0000 a00c 0000 0000 0000 0000 0000  |................|
       0x0380 0000 0000 e008 0000 5903 0000 7207 0000  |........Y...r...|
       0x0390 4f0a 0000 6605 0000 e90b 0000 0b0a 0000  |O...f...........|
       0x03a0 0000 0000 0e08 0000 2a04 0000 8f06 0000  |........*.......|
       0x03b0 bc06 0000 cb0a 0000 0009 0000 f00a 0000  |................|
       0x03c0 9d0c 0000 e90a 0000 9902 0000 bf01 0000  |................|
       0x03d0 0000 0000 0000 0000 4709 0000 4e0c 0000  |........G...N...|
       0x03e0 8d09 0000 9402 0000 f009 0000 090a 0000  |................|
       0x03f0 2c04 0000 860c 0000 0000 0000 0d0d 0000  |,...............|
       0x0400 0000 0000 f409 0000 630c 0000 2405 0000  |........c...$...|
       0x0410 0000 0000 0000 0000 5503 0000 0000 0000  |........U.......|
       0x0420 a509 0000 0000 0000 b90b 0000 d202 0000  |................|
       0x0430 0000 0000 f706 0000 d90a 0000 5e0a 0000  |............^...|
       0x0440 2706 0000 0807 0000 2708 0000 b903 0000  |'.......'.......|
       0x0450 df0b 0000 3106 0000 8a08 0000 100a 0000  |....1...........|
       0x0460 5b0b 0000 0000 0000 0e09 0000 0000 0000  |[...............|
       0x0470 a503 0000 0000 0000 1b00 0000 0a0a 0000  |................|
       0x0480 fc0a 0000 b10c 0000 2a0c 0000 da05 0000  |........*.......|
       0x0490 820a 0000 fe0a 0000 a204 0000 d808 0000  |................|
       0x04a0 7906 0000 3308 0000 9b0c 0000 8902 0000  |y...3...........|
       0x04b0 6607 0000 5202 0000 0000 0000 220a 0000  |f...R......."...|
       0x04c0 c20b 0000 0000 0000 da0b 0000 410c 0000  |............A...|
       0x04d0 0000 0000 cc0b 0000 e801 0000 3405 0000  |............4...|
       0x04e0 0000 0000 d601 0000 340c 0000 6308 0000  |........4...c...|
       0x04f0 440a 0000 0000 0000 540a 0000 0000 0000  |D.......T.......|
       0x0500 0000 0000 d205 0000 1c09 0000 790b 0000  |............y...|
       0x0510 0000 0000 de09 0000 0000 0000 c605 0000  |................|
       0x0520 7800 0000 fa08 0000 0000 0000 0000 0000  |x...............|
       0x0530 f207 0000 650b 0000 8404 0000 320a 0000  |....e.......2...|
       0x0540 0000 0000 dd07 0000 c60c 0000 c90a 0000  |................|
       0x0550 5b0a 0000 fd09 0000 3f0c 0000 8104 0000  |[.......?.......|
       0x0560 0000 0000 4e01 0000 0000 0000 9506 0000  |....N...........|
       0x0570 180c 0000 500a 0000 c002 0000 c40a 0000  |....P...........|
       0x0580 0000 0000 f50b 0000 ca06 0000 2503 0000  |............%...|
       0x0590 0000 0000 0000 0000 5b0c 0000 bd06 0000  |........[.......|
       0x05a0 110a 0000 e209 0000 ee02 0000 8307 0000  |................|
       0x05b0 5603 0000 4a0a 0000 9106 0000 8709 0000  |V...J...........|
       0x05c0 ec02 0000 0000 0000 2500 0000 d10a 0000  |........%.......|
       0x05d0 f104 0000 0000 0000 c900 0000 7107 0000  |............q...|
       0x05e0 270b 0000 ed0c 0000 e80c 0000 2e04 0000  |'...............|
       0x05f0 b207 0000 db07 0000 aa0b 0000 e304 0000  |................|
       0x0600 c901 0000 2e01 0000 0000 0000 d60c 0000  |................|
       0x0610 0000 0000 5b09 0000 b10b 0000 a10b 0000  |....[...........|
       0x0620 2306 0000 ee0c 0000 f703 0000 890b 0000  |#...............|
       0x0630 0000 0000 0000 0000 c205 0000 3109 0000  |............1...|
       0x0640 ae0b 0000 1409 0000 0000 0000 0000 0000  |................|
       0x0650 cf08 0000 b009 0000 0000 0000 0000 0000  |................|
       0x0660 ee07 0000 410a 0000 6c04 0000 0000 0000  |....A...l.......|
       0x0670 b400 0000 0000 0000 7308 0000 3407 0000  |........s...4...|
       0x0680 c608 0000 070b 0000 930c 0000 0000 0000  |................|
       0x0690 0000 0000 a70c 0000 3806 0000 0000 0000  |........8.......|
       0x06a0 0000 0000 5107 0000 c609 0000 c509 0000  |....Q...........|
       0x06b0 dc06 0000 fb06 0000 0908 0000 af09 0000  |................|
       0x06c0 0000 0000 8a0b 0000 9809 0000 0000 0000  |................|
       0x06d0 f30b 0000 d208 0000 8a03 0000 f20c 0000  |................|
       0x06e0 b302 0000 0000 0000 0000 0000 740b 0000  |............t...|
       0x06f0 9e06 0000 0000 0000 1b05 0000 4201 0000  |............B...|
       0x0700 7e08 0000 0000 0000 b20b 0000 3609 0000  |~...........6...|
       0x0710 0a0d 0000 2e05 0000 6c09 0000 790c 0000  |........l...y...|
       0x0720 0000 0000 4208 0000 800b 0000 be09 0000  |....B...........|
       0x0730 fb0a 0000 8d08 0000 5005 0000 230c 0000  |........P...#...|
       0x0740 de0a 0000 0000 0000 ed07 0000 e308 0000  |................|
       0x0750 1a06 0000 ab0c 0000 4602 0000 0508 0000  |........F.......|
       0x0760 390c 0000 380a 0000 060a 0000 680c 0000  |9...8.......h...|
       0x0770 f107 0000 3203 0000 f704 0000 950b 0000  |....2...........|
       0x0780 ff02 0000 1f0c 0000 b205 0000 0c09 0000  |................|
       0x0790 4805 0000 9f0a 0000 fd07 0000 560c 0000  |H...........V...|
       0x07a0 030a 0000 460a 0000 920b 0000 f003 0000  |....F...........|
       0x07b0 0000 0000 600b 0000 b30b 0000 0000 0000  |....`...........|
       0x07c0 9f06 0000 c700 0000 f804 0000 0000 0000  |................|
       0x07d0 8702 0000 c000 0000 0000 0000 4e08 0000  |............N...|
       0x07e0 0000 0000 d103 0000 710c 0000 0000 0000  |........q.......|
       0x07f0 0000 0000 5401 0000 cc09 0000 a006 0000  |....T...........|
       0x0800 e103 0000 5609 0000 0000 0000 0000 0000  |....V...........|
       0x0810 1a00 0000 0000 0000 fd01 0000 ad08 0000  |................|
       0x0820 fd0b 0000 7604 0000 f007 0000 5c0b 0000  |....v.......\...|
       0x0830 030c 0000 640c 0000 d50b 0000 e909 0000  |....d...........|
       0x0840 b800 0000 0000 0000 8308 0000 1a09 0000  |................|
       0x0850 0000 0000 0000 0000 2202 0000 d506 0000  |........".......|
       0x0860 8a07 0000 670b 0000 3b05 0000 d500 0000  |....g...;.......|
       0x0870 a00b 0000 ea06 0000 f90a 0000 0000 0000  |................|
       0x0880 0000 0000 0609 0000 4c04 0000 8204 0000  |........L.......|
       0x0890 760a 0000 0000 0000 860b 0000 ce0c 0000  |v...............|
       0x08a0 8202 0000 0000 0000 d30a 0000 2c0b 0000  |............,...|
       0x08b0 8309 0000 7d0b 0000 e40a 0000 f908 0000  |....}...........|
       0x08c0 2603 0000 6a03 0000 0000 0000 3108 0000  |&...j.......1...|
       0x08d0 f204 0000 610a 0000 0000 0000 a801 0000  |....a...........|
       0x08e0 c701 0000 0000 0000 0000 0000 4106 0000  |............A...|
       0x08f0 5004 0000 ac00 0000 0000 0000 2602 0000  |P...........&...|
       0x0900 0000 0000 be05 0000 a906 0000 0000 0000  |................|
       0x0910 0000 0000 e402 0000 9b08 0000 d30c 0000  |................|
       0x0920 0a04 0000 df0c 0000 1506 0000 1b0a 0000  |................|
       0x0930 660a 0000 b209 0000 a30b 0000 690c 0000  |f...........i...|
       0x0940 c805 0000 0000 0000 c10a 0000 3f04 0000  |............?...|
       0x0950 b90c 0000 ad09 0000 3d00 0000 8400 0000  |........=.......|
       0x0960 0000 0000 1202 0000 6b0a 0000 0000 0000  |........k.......|
       0x0970 be06 0000 0b0d 0000 c40b 0000 0d09 0000  |................|
       0x0980 0c07 0000 5e07 0000 2709 0000 650c 0000  |....^...'...e...|
       0x0990 4209 0000 0000 0000 0000 0000 9e04 0000  |B...............|
       0x09a0 7e0b 0000 6c0b 0000 7e02 0000 d608 0000  |~...l...~.......|
       0x09b0 9708 0000 8304 0000 1006 0000 420a 0000  |............B...|
       0x09c0 680a 0000 d403 0000 0000 0000 1a0c 0000  |h...............|
       0x09d0 b109 0000 9505 0000 5205 0000 0000 0000  |........R.......|
       0x09e0 f502 0000 c906 0000 0000 0000 0a07 0000  |................|
       0x09f0 ed0b 0000 4009 0000 d105 0000 5d00 0000  |.... at .......]...|
       0x0a00 9c0b 0000 9507 0000 0000 0000 bf0c 0000  |................|
       0x0a10 c709 0000 0000 0000 9a07 0000 0000 0000  |................|
       0x0a20 dc0a 0000 0000 0000 520c 0000 0000 0000  |........R.......|
       0x0a30 d204 0000 610b 0000 0000 0000 900c 0000  |....a...........|
       0x0a40 4d09 0000 d90c 0000 2d0b 0000 2400 0000  |M.......-...$...|
       0x0a50 e207 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0a60 240b 0000 b007 0000 0000 0000 1e00 0000  |$...............|
       0x0a70 9e09 0000 b50b 0000 0000 0000 f50c 0000  |................|
       0x0a80 3c09 0000 620a 0000 0000 0000 110c 0000  |<...b...........|
       0x0a90 4801 0000 0000 0000 8405 0000 4206 0000  |H...........B...|
       0x0aa0 e80b 0000 f10c 0000 fc02 0000 0408 0000  |................|
       0x0ab0 690a 0000 7104 0000 250b 0000 1101 0000  |i...q...%.......|
       0x0ac0 1b03 0000 8d0a 0000 d303 0000 580a 0000  |............X...|
       0x0ad0 780b 0000 0000 0000 0000 0000 5e04 0000  |x...........^...|
       0x0ae0 c006 0000 e009 0000 0000 0000 cb0c 0000  |................|
       0x0af0 4003 0000 ad0b 0000 f105 0000 d606 0000  |@...............|
       0x0b00 a409 0000 e202 0000 0000 0000 800c 0000  |................|
       0x0b10 4809 0000 0000 0000 5800 0000 420b 0000  |H.......X...B...|
       0x0b20 d00a 0000 5302 0000 8006 0000 4104 0000  |....S.......A...|
       0x0b30 d10b 0000 fa01 0000 0000 0000 160c 0000  |................|
       0x0b40 680b 0000 7606 0000 7c0b 0000 5207 0000  |h...v...|...R...|
       0x0b50 0000 0000 bf0b 0000 4b09 0000 4a0c 0000  |........K...J...|
       0x0b60 dd03 0000 980a 0000 ce0b 0000 cf06 0000  |................|
       0x0b70 8e0a 0000 b60b 0000 5c05 0000 9c09 0000  |........\.......|
       0x0b80 7408 0000 140b 0000 ae0a 0000 0000 0000  |t...............|
       0x0b90 0e0d 0000 9501 0000 2c0a 0000 0e0c 0000  |........,.......|
       0x0ba0 910c 0000 0000 0000 c209 0000 0000 0000  |................|
       0x0bb0 ba0a 0000 8d06 0000 460b 0000 6b0c 0000  |........F...k...|
       0x0bc0 5306 0000 b206 0000 0000 0000 e004 0000  |S...............|
       0x0bd0 c30a 0000 8f0a 0000 d007 0000 4c08 0000  |............L...|
       0x0be0 350c 0000 0201 0000 4505 0000 8804 0000  |5.......E.......|
       0x0bf0 870b 0000 0000 0000 a408 0000 0000 0000  |................|
       0x0c00 150a 0000 7d08 0000 4a0b 0000 1205 0000  |....}...J.......|
       0x0c10 0000 0000 120b 0000 8905 0000 0000 0000  |................|
       0x0c20 0000 0000 7b03 0000 0606 0000 a808 0000  |....{...........|
       0x0c30 8707 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0c40 0208 0000 0000 0000 3b07 0000 d804 0000  |........;.......|
       0x0c50 6302 0000 b80b 0000 5808 0000 c104 0000  |c.......X.......|
       0x0c60 3903 0000 c604 0000 fe0b 0000 d408 0000  |9...............|
       0x0c70 500b 0000 0000 0000 ec09 0000 ad07 0000  |P...............|
       0x0c80 780a 0000 df04 0000 c304 0000 0000 0000  |x...............|
       0x0c90 6d00 0000 e807 0000 980c 0000 e709 0000  |m...............|
       0x0ca0 f40c 0000 4d0b 0000 e50a 0000 0000 0000  |....M...........|
       0x0cb0 e802 0000 3705 0000 610c 0000 a306 0000  |....7...a.......|
       0x0cc0 5b07 0000 0000 0000 e00b 0000 0203 0000  |[...............|
       0x0cd0 9d09 0000 af00 0000 de06 0000 c50b 0000  |................|
       0x0ce0 460c 0000 aa05 0000 1902 0000 0000 0000  |F...............|
       0x0cf0 480c 0000 aa03 0000 0000 0000 9e0b 0000  |H...............|
       0x0d00 3b0c 0000 2906 0000 d109 0000 a308 0000  |;...)...........|
       0x0d10 5802 0000 0000 0000 a205 0000 c005 0000  |X...............|
       0x0d20 f806 0000 0000 0000 330c 0000 4f0b 0000  |........3...O...|
       0x0d30 0000 0000 c203 0000 d209 0000 3c02 0000  |............<...|
       0x0d40 f80c 0000 5d06 0000 f509 0000 0409 0000  |....]...........|
       0x0d50 a30a 0000 5906 0000 0000 0000 0000 0000  |....Y...........|
       0x0d60 0000 0000 d603 0000 b40a 0000 3009 0000  |............0...|
       0x0d70 b305 0000 3508 0000 ea0a 0000 0000 0000  |....5...........|
       0x0d80 0000 0000 0000 0000 cd09 0000 b204 0000  |................|
       0x0d90 b907 0000 7100 0000 250c 0000 0000 0000  |....q...%.......|
       0x0da0 a703 0000 0000 0000 0209 0000 0000 0000  |................|
       0x0db0 7402 0000 ca0c 0000 4506 0000 e705 0000  |t.......E.......|
       0x0dc0 0e0a 0000 0000 0000 cb0b 0000 0000 0000  |................|
       0x0dd0 5d0a 0000 1e0b 0000 0000 0000 e605 0000  |]...............|
       0x0de0 380c 0000 fc07 0000 0000 0000 0000 0000  |8...............|
       0x0df0 ef0b 0000 f906 0000 0000 0000 8901 0000  |................|
       0x0e00 f300 0000 ae09 0000 730b 0000 4604 0000  |........s...F...|
       0x0e10 2702 0000 f603 0000 c30c 0000 b00b 0000  |'...............|
       0x0e20 b00a 0000 f60a 0000 ce07 0000 0000 0000  |................|
       0x0e30 0b0c 0000 c109 0000 720a 0000 0000 0000  |........r.......|
       0x0e40 d305 0000 8c0a 0000 1e07 0000 ec0a 0000  |................|
       0x0e50 6d0c 0000 2606 0000 1909 0000 d40c 0000  |m...&...........|
       0x0e60 4f0c 0000 b509 0000 ac02 0000 9808 0000  |O...............|
       0x0e70 570b 0000 a609 0000 0000 0000 7d09 0000  |W...........}...|
       0x0e80 cd01 0000 a307 0000 e805 0000 0000 0000  |................|
       0x0e90 ae07 0000 a40c 0000 0000 0000 560a 0000  |............V...|
       0x0ea0 0000 0000 0000 0000 5b06 0000 820b 0000  |........[.......|
       0x0eb0 600c 0000 2206 0000 3f00 0000 1401 0000  |`..."...?.......|
       0x0ec0 0b0b 0000 0000 0000 3c0b 0000 9f0b 0000  |........<.......|
       0x0ed0 0000 0000 ff08 0000 1c04 0000 0000 0000  |................|
       0x0ee0 b30c 0000 1307 0000 0000 0000 fb08 0000  |................|
       0x0ef0 d706 0000 0000 0000 0000 0000 3d05 0000  |............=...|
       0x0f00 1e0a 0000 a90a 0000 0000 0000 0007 0000  |................|
       0x0f10 1105 0000 c80c 0000 cd0a 0000 c60a 0000  |................|
       0x0f20 0308 0000 6f0c 0000 1306 0000 3605 0000  |....o.......6...|
       0x0f30 cc0c 0000 af0c 0000 b304 0000 5d0b 0000  |............]...|
       0x0f40 0d08 0000 d80b 0000 0000 0000 0000 0000  |................|
       0x0f50 5e00 0000 3d02 0000 0000 0000 6f04 0000  |^...=.......o...|
       0x0f60 c90c 0000 9200 0000 e603 0000 9c08 0000  |................|
       0x0f70 9306 0000 9905 0000 0000 0000 5409 0000  |............T...|
       0x0f80 0000 0000 e407 0000 5f0a 0000 cb08 0000  |........_.......|
       0x0f90 0000 0000 c00c 0000 6109 0000 ed0a 0000  |........a.......|
       0x0fa0 0906 0000 050b 0000 590b 0000 8909 0000  |........Y.......|
       0x0fb0 390a 0000 2b00 0000 0000 0000 0000 0000  |9...+...........|
       0x0fc0 1d0b 0000 0000 0000 0709 0000 0000 0000  |................|
       0x0fd0 eb0a 0000 910b 0000 0000 0000 b709 0000  |................|
       0x0fe0 0000 0000 0000 0000 750c 0000 4b0c 0000  |........u...K...|
       0x0ff0 b70c 0000 0000 0000 7d05 0000 140c 0000  |........}.......|
 50463 cvsync   0.001935 RET   read 4096/0x1000
 50463 cvsync   0.001945 CALL  mmap(0,0x141000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 50463 cvsync   0.001962 RET   mmap 1074466816/0x400b1000
 50463 cvsync   0.001971 CALL  mprotect(0x401d8000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 50463 cvsync   0.001985 RET   mprotect 0
 50463 cvsync   0.002030 CALL  mprotect(0x401d8000,0x1000,PROT_READ|PROT_EXEC)
 50463 cvsync   0.002043 RET   mprotect 0
 50463 cvsync   0.002052 CALL  mmap(0x401d9000,0x16000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0x128000,0)
 50463 cvsync   0.002082 RET   mmap 1075679232/0x401d9000
 50463 cvsync   0.002125 CALL  mmap(0x401ef000,0x3000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.002140 RET   mmap 1075769344/0x401ef000
 50463 cvsync   0.002204 CALL  close(0x3)
 50463 cvsync   0.002218 RET   close 0
 50463 cvsync   0.002233 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.002249 NAMI  "/usr/lib/libthr.so.2"
 50463 cvsync   0.002278 RET   access 0
 50463 cvsync   0.002290 CALL  open(0x40098100,O_RDONLY,<unused>0x401f1fff)
 50463 cvsync   0.002303 NAMI  "/usr/lib/libthr.so.2"
 50463 cvsync   0.002327 RET   open 3
 50463 cvsync   0.002338 CALL  fstat(0x3,0xbfbfe810)
 50463 cvsync   0.002350 RET   fstat 0
 50463 cvsync   0.002359 CALL  read(0x3,0x400928e0,0x1000)
 50463 cvsync   0.002402 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 b04f 0000 3400 0000  |.........O..4...|
       0x0020 4c05 0100 0000 0000 3400 2000 0300 2800  |L.......4. ...(.|
       0x0030 1700 1600 0100 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 72f7 0000 72f7 0000 0500 0000  |....r...r.......|
       0x0050 0010 0000 0100 0000 80f7 0000 8007 0100  |................|
       0x0060 8007 0100 9405 0000 4820 0000 0600 0000  |........H ......|
       0x0070 0010 0000 0200 0000 3cfa 0000 3c0a 0100  |........<...<...|
       0x0080 3c0a 0100 c000 0000 c000 0000 0600 0000  |<...............|
       0x0090 0400 0000 0701 0000 de01 0000 b700 0000  |................|
       0x00a0 af01 0000 bd00 0000 0000 0000 9f01 0000  |................|
       0x00b0 d401 0000 0901 0000 6e01 0000 5b01 0000  |........n...[...|
       0x00c0 d901 0000 b901 0000 f600 0000 0801 0000  |................|
       0x00d0 3a00 0000 5d01 0000 d801 0000 8100 0000  |:...]...........|
       0x00e0 0000 0000 8501 0000 a300 0000 0000 0000  |................|
       0x00f0 0000 0000 0000 0000 0000 0000 e200 0000  |................|
       0x0100 4601 0000 d001 0000 d300 0000 bb01 0000  |F...............|
       0x0110 0b01 0000 0601 0000 c901 0000 0000 0000  |................|
       0x0120 ca01 0000 6501 0000 3701 0000 0000 0000  |....e...7.......|
       0x0130 9101 0000 0000 0000 0000 0000 de00 0000  |................|
       0x0140 ab01 0000 c001 0000 6100 0000 6200 0000  |........a...b...|
       0x0150 1f01 0000 cc01 0000 e100 0000 5e01 0000  |............^...|
       0x0160 2e01 0000 d100 0000 0000 0000 2001 0000  |............ ...|
       0x0170 2f01 0000 6f01 0000 0701 0000 5001 0000  |/...o.......P...|
       0x0180 db00 0000 7e01 0000 c601 0000 9001 0000  |....~...........|
       0x0190 1001 0000 d501 0000 6201 0000 0000 0000  |........b.......|
       0x01a0 8701 0000 0000 0000 d601 0000 3d01 0000  |............=...|
       0x01b0 a801 0000 1b01 0000 d500 0000 6f00 0000  |............o...|
       0x01c0 ce01 0000 be01 0000 4f01 0000 9e01 0000  |........O.......|
       0x01d0 0000 0000 8f01 0000 cd01 0000 0000 0000  |................|
       0x01e0 5100 0000 ac01 0000 8900 0000 9901 0000  |Q...............|
       0x01f0 0e01 0000 5301 0000 9601 0000 f700 0000  |....S...........|
       0x0200 4801 0000 4901 0000 0000 0000 8000 0000  |H...I...........|
       0x0210 1101 0000 8e01 0000 2300 0000 9401 0000  |........#.......|
       0x0220 0000 0000 0000 0000 7701 0000 0000 0000  |........w.......|
       0x0230 c301 0000 6601 0000 b400 0000 9b01 0000  |....f...........|
       0x0240 0000 0000 0000 0000 4b01 0000 c801 0000  |........K.......|
       0x0250 1401 0000 1d01 0000 8b00 0000 8301 0000  |................|
       0x0260 2901 0000 ef00 0000 d201 0000 fe00 0000  |)...............|
       0x0270 2201 0000 fd00 0000 cc00 0000 c201 0000  |"...............|
       0x0280 0000 0000 6301 0000 b900 0000 0000 0000  |....c...........|
       0x0290 c500 0000 7201 0000 0d01 0000 3f01 0000  |....r.......?...|
       0x02a0 3b00 0000 7f01 0000 dd01 0000 0000 0000  |;...............|
       0x02b0 1201 0000 7200 0000 4101 0000 d701 0000  |....r...A.......|
       0x02c0 7b01 0000 3900 0000 7600 0000 7c01 0000  |{...9...v...|...|
       0x02d0 8300 0000 ae01 0000 0000 0000 4e01 0000  |............N...|
       0x02e0 7c00 0000 4401 0000 7d01 0000 6001 0000  ||...D...}...`...|
       0x02f0 a901 0000 5901 0000 4100 0000 b601 0000  |....Y...A.......|
       0x0300 0000 0000 0000 0000 0000 0000 a900 0000  |................|
       0x0310 5f01 0000 9300 0000 1701 0000 0000 0000  |_...............|
       0x0320 7801 0000 3600 0000 bf01 0000 9301 0000  |x...6...........|
       0x0330 cd00 0000 aa01 0000 bf00 0000 0000 0000  |................|
       0x0340 0000 0000 0000 0000 d301 0000 0000 0000  |................|
       0x0350 0000 0000 0000 0000 c000 0000 4700 0000  |............G...|
       0x0360 0000 0000 6000 0000 0000 0000 0000 0000  |....`...........|
       0x0370 ba00 0000 6b01 0000 b201 0000 5300 0000  |....k.......S...|
       0x0380 8801 0000 a101 0000 c101 0000 b001 0000  |................|
       0x0390 5c01 0000 d101 0000 f300 0000 db01 0000  |\...............|
       0x03a0 da01 0000 0000 0000 8101 0000 4000 0000  |............ at ...|
       0x03b0 dc01 0000 a001 0000 5601 0000 7401 0000  |........V...t...|
       0x03c0 0000 0000 6d01 0000 0000 0000 e000 0000  |....m...........|
       0x03d0 8001 0000 3201 0000 7601 0000 0000 0000  |....2...v.......|
       0x03e0 4400 0000 fc00 0000 0000 0000 9501 0000  |D...............|
       0x03f0 1a01 0000 1900 0000 b701 0000 7901 0000  |............y...|
       0x0400 4900 0000 0000 0000 c701 0000 9701 0000  |I...............|
       0x0410 6c01 0000 b301 0000 7000 0000 6701 0000  |l.......p...g...|
       0x0420 c900 0000 7501 0000 b501 0000 2c01 0000  |....u.......,...|
       0x0430 5501 0000 c501 0000 cf01 0000 7101 0000  |U...........q...|
       0x0440 0000 0000 5e00 0000 5701 0000 a100 0000  |....^...W.......|
       0x0450 3301 0000 c401 0000 0000 0000 8d01 0000  |3...............|
       0x0460 4701 0000 ee00 0000 0000 0000 0000 0000  |G...............|
       0x0470 0000 0000 cb01 0000 ba01 0000 ca00 0000  |................|
       0x0480 d400 0000 2701 0000 d900 0000 0000 0000  |....'...........|
       0x0490 e300 0000 4501 0000 5801 0000 0000 0000  |....E...X.......|
       0x04a0 4201 0000 3d00 0000 3601 0000 5401 0000  |B...=...6...T...|
       0x04b0 4d00 0000 a201 0000 0000 0000 0000 0000  |M...............|
       0x04c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x04d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x04e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x04f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0500 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0510 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0520 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0530 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0540 0000 0000 0000 0000 1f00 0000 0000 0000  |................|
       0x0550 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0560 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0570 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0580 0000 0000 0000 0000 3200 0000 0000 0000  |........2.......|
       0x0590 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x05a0 0000 0000 2100 0000 1c00 0000 0000 0000  |....!...........|
       0x05b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x05c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x05d0 0000 0000 0000 0000 0000 0000 2b00 0000  |............+...|
       0x05e0 2900 0000 0000 0000 0000 0000 0000 0000  |)...............|
       0x05f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0600 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0610 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0620 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0630 0000 0000 0000 0000 4300 0000 0000 0000  |........C.......|
       0x0640 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0650 3100 0000 0000 0000 0000 0000 2400 0000  |1...........$...|
       0x0660 0000 0000 0000 0000 0000 0000 3000 0000  |............0...|
       0x0670 0000 0000 2200 0000 0000 0000 6600 0000  |....".......f...|
       0x0680 0000 0000 2a00 0000 5d00 0000 0000 0000  |....*...].......|
       0x0690 0000 0000 6b00 0000 7700 0000 0000 0000  |....k...w.......|
       0x06a0 1e00 0000 0000 0000 2700 0000 0000 0000  |........'.......|
       0x06b0 0000 0000 2f00 0000 7100 0000 0000 0000  |..../...q.......|
       0x06c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x06d0 0000 0000 8500 0000 3300 0000 0000 0000  |........3.......|
       0x06e0 6700 0000 3e00 0000 3c00 0000 0000 0000  |g...>...<.......|
       0x06f0 0000 0000 2800 0000 0000 0000 8e00 0000  |....(...........|
       0x0700 0000 0000 0000 0000 0000 0000 8a00 0000  |................|
       0x0710 3500 0000 0000 0000 0000 0000 0000 0000  |5...............|
       0x0720 0000 0000 7500 0000 7f00 0000 0000 0000  |....u...........|
       0x0730 1800 0000 1a00 0000 0000 0000 2000 0000  |............ ...|
       0x0740 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0750 0000 0000 7e00 0000 0000 0000 0000 0000  |....~...........|
       0x0760 0000 0000 9900 0000 7900 0000 9700 0000  |........y.......|
       0x0770 0000 0000 0000 0000 0000 0000 8400 0000  |................|
       0x0780 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0790 9000 0000 3800 0000 0000 0000 0000 0000  |....8...........|
       0x07a0 b200 0000 0000 0000 0000 0000 ae00 0000  |................|
       0x07b0 0000 0000 0000 0000 0000 0000 b800 0000  |................|
       0x07c0 ad00 0000 0000 0000 0000 0000 a800 0000  |................|
       0x07d0 9200 0000 4b00 0000 0000 0000 b100 0000  |....K...........|
       0x07e0 7a00 0000 0000 0000 8c00 0000 0000 0000  |z...............|
       0x07f0 0000 0000 2c00 0000 a600 0000 af00 0000  |....,...........|
       0x0800 9500 0000 aa00 0000 0000 0000 8800 0000  |................|
       0x0810 0000 0000 0000 0000 b600 0000 0000 0000  |................|
       0x0820 3f00 0000 0000 0000 0000 0000 6c00 0000  |?...........l...|
       0x0830 0000 0000 7400 0000 0000 0000 0000 0000  |....t...........|
       0x0840 6800 0000 d200 0000 c200 0000 1700 0000  |h...............|
       0x0850 0000 0000 9f00 0000 bb00 0000 dd00 0000  |................|
       0x0860 be00 0000 0000 0000 b000 0000 4500 0000  |............E...|
       0x0870 4800 0000 0000 0000 2600 0000 0000 0000  |H.......&.......|
       0x0880 6400 0000 4200 0000 5000 0000 0000 0000  |d...B...P.......|
       0x0890 0000 0000 a000 0000 9b00 0000 4600 0000  |............F...|
       0x08a0 0000 0000 5600 0000 5b00 0000 e500 0000  |....V...[.......|
       0x08b0 0000 0000 2e00 0000 c600 0000 0000 0000  |................|
       0x08c0 c700 0000 3700 0000 3400 0000 d600 0000  |....7...4.......|
       0x08d0 0000 0000 5c00 0000 cb00 0000 0000 0000  |....\...........|
       0x08e0 0000 0000 0000 0000 0001 0000 c800 0000  |................|
       0x08f0 d000 0000 0000 0000 0000 0000 ab00 0000  |................|
       0x0900 0000 0000 8700 0000 9d00 0000 0000 0000  |................|
       0x0910 2d00 0000 f200 0000 9800 0000 1d00 0000  |-...............|
       0x0920 0000 0000 0a01 0000 ec00 0000 ea00 0000  |................|
       0x0930 9e00 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0940 0000 0000 1e01 0000 fa00 0000 d700 0000  |................|
       0x0950 6e00 0000 0000 0000 0000 0000 0000 0000  |n...............|
       0x0960 0000 0000 5900 0000 0c01 0000 0000 0000  |....Y...........|
       0x0970 0000 0000 2500 0000 7d00 0000 8200 0000  |....%...}.......|
       0x0980 d800 0000 0000 0000 2d01 0000 9a00 0000  |........-.......|
       0x0990 0000 0000 c400 0000 0000 0000 1301 0000  |................|
       0x09a0 0000 0000 2301 0000 6900 0000 0000 0000  |....#...i.......|
       0x09b0 0000 0000 0000 0000 eb00 0000 9c00 0000  |................|
       0x09c0 5400 0000 3801 0000 0501 0000 7800 0000  |T...8.......x...|
       0x09d0 f500 0000 0f01 0000 1901 0000 0000 0000  |................|
       0x09e0 4001 0000 a400 0000 f100 0000 0000 0000  |@...............|
       0x09f0 da00 0000 1801 0000 0000 0000 0000 0000  |................|
       0x0a00 0000 0000 7b00 0000 5800 0000 b300 0000  |....{...X.......|
       0x0a10 2401 0000 1b00 0000 0401 0000 fb00 0000  |$...............|
       0x0a20 2b01 0000 0000 0000 0000 0000 0000 0000  |+...............|
       0x0a30 3001 0000 0000 0000 5200 0000 0000 0000  |0.......R.......|
       0x0a40 9600 0000 e400 0000 0000 0000 0000 0000  |................|
       0x0a50 5a01 0000 3e01 0000 ff00 0000 dc00 0000  |Z...>...........|
       0x0a60 bc00 0000 e700 0000 2101 0000 1601 0000  |........!.......|
       0x0a70 0000 0000 3901 0000 5f00 0000 4d01 0000  |....9..._...M...|
       0x0a80 cf00 0000 ce00 0000 b500 0000 0000 0000  |................|
       0x0a90 5201 0000 f900 0000 0101 0000 4f00 0000  |R...........O...|
       0x0aa0 9100 0000 0000 0000 3c01 0000 6a01 0000  |........<...j...|
       0x0ab0 0000 0000 e800 0000 2501 0000 2801 0000  |........%...(...|
       0x0ac0 0000 0000 0000 0000 7300 0000 0000 0000  |........s.......|
       0x0ad0 8401 0000 2601 0000 f400 0000 6901 0000  |....&.......i...|
       0x0ae0 c100 0000 0000 0000 4a00 0000 6300 0000  |........J...c...|
       0x0af0 6d00 0000 0000 0000 1c01 0000 8901 0000  |m...............|
       0x0b00 8b01 0000 0301 0000 6101 0000 0000 0000  |........a.......|
       0x0b10 4c01 0000 6401 0000 3401 0000 f000 0000  |L...d...4.......|
       0x0b20 2a01 0000 5a00 0000 7a01 0000 0000 0000  |*...Z...z.......|
       0x0b30 6500 0000 1600 0000 0000 0000 4301 0000  |e...........C...|
       0x0b40 0000 0000 8c01 0000 7301 0000 4a01 0000  |........s...J...|
       0x0b50 0000 0000 8201 0000 8600 0000 a500 0000  |................|
       0x0b60 a701 0000 a700 0000 a601 0000 3a01 0000  |............:...|
       0x0b70 a501 0000 ac00 0000 9801 0000 5700 0000  |............W...|
       0x0b80 0000 0000 0201 0000 6801 0000 6a00 0000  |........h...j...|
       0x0b90 9c01 0000 c300 0000 df00 0000 0000 0000  |................|
       0x0ba0 b801 0000 a301 0000 0000 0000 0000 0000  |................|
       0x0bb0 0000 0000 e900 0000 3b01 0000 8a01 0000  |........;.......|
       0x0bc0 5500 0000 f800 0000 1501 0000 0000 0000  |U...............|
       0x0bd0 3101 0000 e600 0000 8f00 0000 9d01 0000  |1...............|
       0x0be0 b101 0000 b401 0000 bc01 0000 9a01 0000  |................|
       0x0bf0 0000 0000 7001 0000 8d00 0000 bd01 0000  |....p...........|
       0x0c00 3501 0000 a401 0000 9201 0000 9400 0000  |5...............|
       0x0c10 8601 0000 ad01 0000 0000 0000 5101 0000  |............Q...|
       0x0c20 ed00 0000 4c00 0000 4e00 0000 a200 0000  |....L...N.......|
       0x0c30 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0c40 0000 0000 9400 0000 0000 0000 0300 0100  |................|
       0x0c50 0000 0000 300c 0000 0000 0000 0300 0200  |....0...........|
       0x0c60 0000 0000 102a 0000 0000 0000 0300 0300  |.....*..........|
       0x0c70 0000 0000 7e3c 0000 0000 0000 0300 0400  |....~<..........|
       0x0c80 0000 0000 3c40 0000 0000 0000 0300 0500  |....<@..........|
       0x0c90 0000 0000 ac40 0000 0000 0000 0300 0600  |..... at ..........|
       0x0ca0 0000 0000 ec44 0000 0000 0000 0300 0700  |.....D..........|
       0x0cb0 0000 0000 7448 0000 0000 0000 0300 0800  |....tH..........|
       0x0cc0 0000 0000 8848 0000 0000 0000 0300 0900  |.....H..........|
       0x0cd0 0000 0000 b04f 0000 0000 0000 0300 0a00  |.....O..........|
       0x0ce0 0000 0000 b0f2 0000 0000 0000 0300 0b00  |................|
       0x0cf0 0000 0000 bcf2 0000 0000 0000 0300 0c00  |................|
       0x0d00 0000 0000 8007 0100 0000 0000 0300 0d00  |................|
       0x0d10 0000 0000 380a 0100 0000 0000 0300 0e00  |....8...........|
       0x0d20 0000 0000 3c0a 0100 0000 0000 0300 0f00  |....<...........|
       0x0d30 0000 0000 fc0a 0100 0000 0000 0300 1000  |................|
       0x0d40 0000 0000 080b 0100 0000 0000 0300 1100  |................|
       0x0d50 0000 0000 100b 0100 0000 0000 0300 1200  |................|
       0x0d60 0000 0000 140b 0100 0000 0000 0300 1300  |................|
       0x0d70 0000 0000 200d 0100 0000 0000 0300 1400  |.... ...........|
       0x0d80 0000 0000 0000 0000 0000 0000 0300 1500  |................|
       0x0d90 ce0b 0000 f0ec 0000 6b00 0000 2200 0a00  |........k..."...|
       0x0da0 6902 0000 a056 0000 5b00 0000 1200 0a00  |i....V..[.......|
       0x0db0 db05 0000 2068 0000 9b00 0000 1200 0a00  |.... h..........|
       0x0dc0 0205 0000 0000 0000 0000 0000 1000 0000  |................|
       0x0dd0 460d 0000 b0a6 0000 1600 0000 1200 0a00  |F...............|
       0x0de0 760b 0000 b0db 0000 1100 0000 1200 0a00  |v...............|
       0x0df0 a903 0000 0000 0000 0000 0000 1000 0000  |................|
       0x0e00 0406 0000 e076 0000 1b00 0000 2200 0a00  |.....v......"...|
       0x0e10 e901 0000 1051 0000 5b00 0000 1200 0a00  |.....Q..[.......|
       0x0e20 d602 0000 d05a 0000 5b00 0000 1200 0a00  |.....Z..[.......|
       0x0e30 6908 0000 f074 0000 5d00 0000 2200 0a00  |i....t..]..."...|
       0x0e40 cf06 0000 2408 0100 0400 0000 1100 0d00  |....$...........|
       0x0e50 a108 0000 5008 0100 0800 0000 1100 0d00  |....P...........|
       0x0e60 5e02 0000 3056 0000 7000 0000 1200 0a00  |^...0V..p.......|
       0x0e70 e600 0000 9c07 0100 0400 0000 1100 0d00  |................|
       0x0e80 5b0d 0000 d0af 0000 7800 0000 1200 0a00  |[.......x.......|
       0x0e90 710d 0000 50af 0000 7d00 0000 2200 0a00  |q...P...}..."...|
       0x0ea0 d902 0000 d05a 0000 5b00 0000 2200 0a00  |.....Z..[..."...|
       0x0eb0 a20d 0000 50b2 0000 3400 0000 2200 0a00  |....P...4..."...|
       0x0ec0 9109 0000 6090 0000 5c00 0000 1200 0a00  |....`...\.......|
       0x0ed0 b704 0000 0000 0000 0000 0000 1000 0000  |................|
       0x0ee0 7209 0000 908e 0000 4700 0000 2200 0a00  |r.......G..."...|
       0x0ef0 620b 0000 a0db 0000 0e00 0000 2200 0a00  |b..........."...|
       0x0f00 eb02 0000 905b 0000 5b00 0000 2200 0a00  |.....[..[..."...|
       0x0f10 8d04 0000 2064 0000 6101 0000 1200 0a00  |.... d..a.......|
       0x0f20 9000 0000 9007 0100 0400 0000 1100 0d00  |................|
       0x0f30 9802 0000 9058 0000 4d00 0000 1200 0a00  |.....X..M.......|
       0x0f40 2b03 0000 0000 0000 0000 0000 1000 0000  |+...............|
       0x0f50 710a 0000 2098 0000 0f00 0000 1200 0a00  |q... ...........|
       0x0f60 ae08 0000 0000 0000 0000 0000 1000 0000  |................|
       0x0f70 7302 0000 0057 0000 6900 0000 1200 0a00  |s....W..i.......|
       0x0f80 1d08 0000 4074 0000 2200 0000 2200 0a00  |.... at t.."..."...|
       0x0f90 370c 0000 80a1 0000 2700 0000 2200 0a00  |7.......'..."...|
       0x0fa0 c605 0000 c067 0000 5600 0000 2200 0a00  |.....g..V..."...|
       0x0fb0 570e 0000 90df 0000 4d00 0000 2200 0a00  |W.......M..."...|
       0x0fc0 0102 0000 c051 0000 5b00 0000 2200 0a00  |.....Q..[..."...|
       0x0fd0 d103 0000 0000 0000 0000 0000 1000 0000  |................|
       0x0fe0 2e0f 0000 30e3 0000 3200 0000 2200 0a00  |....0...2..."...|
       0x0ff0 8606 0000 b06a 0000 8d06 0000 2200 0a00  |.....j......"...|
 50463 cvsync   0.002524 RET   read 4096/0x1000
 50463 cvsync   0.002533 CALL  mmap(0,0x13000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 50463 cvsync   0.002562 RET   mmap 1075781632/0x401f2000
 50463 cvsync   0.002586 CALL  mprotect(0x40201000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 50463 cvsync   0.002598 RET   mprotect 0
 50463 cvsync   0.002637 CALL  mprotect(0x40201000,0x1000,PROT_READ|PROT_EXEC)
 50463 cvsync   0.002647 RET   mprotect 0
 50463 cvsync   0.002657 CALL  mmap(0x40202000,0x1000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0xf000,0)
 50463 cvsync   0.002677 RET   mmap 1075847168/0x40202000
 50463 cvsync   0.002701 CALL  mmap(0x40203000,0x2000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.002716 RET   mmap 1075851264/0x40203000
 50463 cvsync   0.002731 CALL  close(0x3)
 50463 cvsync   0.002746 RET   close 0
 50463 cvsync   0.002757 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.002768 NAMI  "/usr/lib/libc.so.7"
 50463 cvsync   0.002790 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.002799 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.002810 NAMI  "/usr/local/lib/libc.so.7"
 50463 cvsync   0.002834 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.002846 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.002856 NAMI  "/lib/libc.so.7"
 50463 cvsync   0.002876 RET   access 0
 50463 cvsync   0.002885 CALL  open(0x40098160,O_RDONLY,<unused>0x40204fff)
 50463 cvsync   0.002898 NAMI  "/lib/libc.so.7"
 50463 cvsync   0.002915 RET   open 3
 50463 cvsync   0.002924 CALL  fstat(0x3,0xbfbfe810)
 50463 cvsync   0.002936 RET   fstat 0
 50463 cvsync   0.002946 CALL  read(0x3,0x400928e0,0x1000)
 50463 cvsync   0.002983 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 50d0 0100 3400 0000  |........P...4...|
       0x0020 70e7 0f00 0000 0000 3400 2000 0400 2800  |p.......4. ...(.|
       0x0030 2100 2000 0100 0000 0000 0000 0000 0000  |!. .............|
       0x0040 0000 0000 9260 0e00 9260 0e00 0500 0000  |.....`...`......|
       0x0050 0010 0000 0100 0000 a060 0e00 a070 0e00  |.........`...p..|
       0x0060 a070 0e00 b45a 0000 80bb 0100 0600 0000  |.p...Z..........|
       0x0070 0010 0000 0200 0000 dcaa 0e00 dcba 0e00  |................|
       0x0080 dcba 0e00 c000 0000 c000 0000 0600 0000  |................|
       0x0090 0400 0000 0700 0000 d8aa 0e00 d8ba 0e00  |................|
       0x00a0 d8ba 0e00 0000 0000 0400 0000 0400 0000  |................|
       0x00b0 0400 0000 0508 0000 0b0a 0000 f304 0000  |................|
       0x00c0 0000 0000 0000 0000 0000 0000 c906 0000  |................|
       0x00d0 9005 0000 d401 0000 3c09 0000 ae03 0000  |........<.......|
       0x00e0 0000 0000 9e07 0000 bb07 0000 2a06 0000  |............*...|
       0x00f0 de04 0000 6201 0000 8b09 0000 4708 0000  |....b.......G...|
       0x0100 0000 0000 b402 0000 be08 0000 7605 0000  |............v...|
       0x0110 4405 0000 be00 0000 9b08 0000 0408 0000  |D...............|
       0x0120 f409 0000 000a 0000 3806 0000 0000 0000  |........8.......|
       0x0130 0000 0000 1605 0000 0000 0000 9009 0000  |................|
       0x0140 5808 0000 cf09 0000 ce09 0000 2009 0000  |X........... ...|
       0x0150 d300 0000 3d00 0000 3d04 0000 0206 0000  |....=...=.......|
       0x0160 0000 0000 7909 0000 5008 0000 0706 0000  |....y...P.......|
       0x0170 0000 0000 5608 0000 a902 0000 0109 0000  |....V...........|
       0x0180 e709 0000 a102 0000 b808 0000 1904 0000  |................|
       0x0190 0b07 0000 0000 0000 2902 0000 3508 0000  |........)...5...|
       0x01a0 0000 0000 3d03 0000 0000 0000 0000 0000  |....=...........|
       0x01b0 df09 0000 8506 0000 0000 0000 d100 0000  |................|
       0x01c0 bd09 0000 a804 0000 0000 0000 4f03 0000  |............O...|
       0x01d0 ec00 0000 d609 0000 2d03 0000 0307 0000  |........-.......|
       0x01e0 0000 0000 0000 0000 bd08 0000 0000 0000  |................|
       0x01f0 4808 0000 0000 0000 3906 0000 0000 0000  |H.......9.......|
       0x0200 d508 0000 0000 0000 a907 0000 0000 0000  |................|
       0x0210 e805 0000 1e07 0000 0000 0000 1a06 0000  |................|
       0x0220 ec07 0000 ed01 0000 0000 0000 a207 0000  |................|
       0x0230 0000 0000 ab05 0000 0c09 0000 cf07 0000  |................|
       0x0240 0000 0000 4b06 0000 af03 0000 0000 0000  |....K...........|
       0x0250 0000 0000 bf07 0000 0802 0000 0000 0000  |................|
       0x0260 6206 0000 0000 0000 0000 0000 5304 0000  |b...........S...|
       0x0270 5007 0000 9a01 0000 3107 0000 5409 0000  |P.......1...T...|
       0x0280 be02 0000 9a04 0000 3b05 0000 0000 0000  |........;.......|
       0x0290 9308 0000 5909 0000 6309 0000 e603 0000  |....Y...c.......|
       0x02a0 3407 0000 0000 0000 2509 0000 3e09 0000  |4.......%...>...|
       0x02b0 3901 0000 9a07 0000 0000 0000 ad08 0000  |9...............|
       0x02c0 b601 0000 9c06 0000 0000 0000 c308 0000  |................|
       0x02d0 7c08 0000 b006 0000 4507 0000 0000 0000  ||.......E.......|
       0x02e0 9f08 0000 7807 0000 9b04 0000 1e01 0000  |....x...........|
       0x02f0 0000 0000 0509 0000 0207 0000 5607 0000  |............V...|
       0x0300 9103 0000 f907 0000 0000 0000 0000 0000  |................|
       0x0310 6a08 0000 e606 0000 0000 0000 fc01 0000  |j...............|
       0x0320 6a00 0000 6f01 0000 ff04 0000 0000 0000  |j...o...........|
       0x0330 dd00 0000 0000 0000 5705 0000 0000 0000  |........W.......|
       0x0340 0102 0000 0000 0000 cc09 0000 0000 0000  |................|
       0x0350 0000 0000 ff08 0000 ae09 0000 3708 0000  |............7...|
       0x0360 0f02 0000 0000 0000 3405 0000 cd00 0000  |........4.......|
       0x0370 f309 0000 f206 0000 f604 0000 c406 0000  |................|
       0x0380 0000 0000 c105 0000 4d08 0000 0000 0000  |........M.......|
       0x0390 f101 0000 9b07 0000 de07 0000 0000 0000  |................|
       0x03a0 7606 0000 f707 0000 8501 0000 0000 0000  |v...............|
       0x03b0 b907 0000 4902 0000 0000 0000 b707 0000  |....I...........|
       0x03c0 5803 0000 0704 0000 3f04 0000 4a07 0000  |X.......?...J...|
       0x03d0 0000 0000 0000 0000 1707 0000 0000 0000  |................|
       0x03e0 0000 0000 4803 0000 0000 0000 0305 0000  |....H...........|
       0x03f0 cf04 0000 0000 0000 d507 0000 0000 0000  |................|
       0x0400 5a05 0000 3800 0000 1b05 0000 d805 0000  |Z...8...........|
       0x0410 cd08 0000 2105 0000 1e06 0000 0000 0000  |....!...........|
       0x0420 5e05 0000 0000 0000 0000 0000 eb07 0000  |^...............|
       0x0430 1407 0000 8503 0000 1007 0000 0000 0000  |................|
       0x0440 9109 0000 7806 0000 0000 0000 b405 0000  |....x...........|
       0x0450 2202 0000 0000 0000 0000 0000 0000 0000  |"...............|
       0x0460 7002 0000 8d08 0000 0000 0000 9408 0000  |p...............|
       0x0470 5503 0000 4106 0000 0000 0000 a608 0000  |U...A...........|
       0x0480 0000 0000 7506 0000 0000 0000 af09 0000  |....u...........|
       0x0490 0000 0000 0309 0000 9802 0000 0000 0000  |................|
       0x04a0 2706 0000 0000 0000 0000 0000 0000 0000  |'...............|
       0x04b0 3003 0000 8d04 0000 0000 0000 2206 0000  |0..........."...|
       0x04c0 ef08 0000 ec05 0000 3f09 0000 0000 0000  |........?.......|
       0x04d0 7008 0000 9407 0000 2008 0000 5108 0000  |p....... ...Q...|
       0x04e0 4600 0000 1701 0000 3903 0000 0000 0000  |F.......9.......|
       0x04f0 0000 0000 0000 0000 0000 0000 ed04 0000  |................|
       0x0500 3300 0000 0000 0000 6709 0000 0000 0000  |3.......g.......|
       0x0510 e509 0000 0000 0000 1102 0000 0000 0000  |................|
       0x0520 3106 0000 0000 0000 5308 0000 0000 0000  |1.......S.......|
       0x0530 d208 0000 aa06 0000 0000 0000 8002 0000  |................|
       0x0540 ef09 0000 3c03 0000 5e04 0000 0000 0000  |....<...^.......|
       0x0550 6404 0000 9e03 0000 0000 0000 2e05 0000  |d...............|
       0x0560 b908 0000 f106 0000 8206 0000 0000 0000  |................|
       0x0570 0000 0000 5205 0000 2504 0000 1107 0000  |....R...%.......|
       0x0580 0000 0000 0000 0000 6a09 0000 0000 0000  |........j.......|
       0x0590 5707 0000 4200 0000 1b07 0000 0000 0000  |W...B...........|
       0x05a0 0000 0000 2505 0000 f807 0000 cb07 0000  |....%...........|
       0x05b0 0000 0000 a909 0000 0103 0000 5c05 0000  |............\...|
       0x05c0 cb04 0000 6003 0000 6506 0000 e105 0000  |....`...e.......|
       0x05d0 0000 0000 0000 0000 7708 0000 0000 0000  |........w.......|
       0x05e0 1304 0000 bb08 0000 1402 0000 5b04 0000  |............[...|
       0x05f0 7703 0000 0000 0000 fd07 0000 0000 0000  |w...............|
       0x0600 0000 0000 0000 0000 e806 0000 6609 0000  |............f...|
       0x0610 4a00 0000 3403 0000 0000 0000 0000 0000  |J...4...........|
       0x0620 a408 0000 0000 0000 ba07 0000 0508 0000  |................|
       0x0630 5408 0000 3b04 0000 3a08 0000 0000 0000  |T...;...:.......|
       0x0640 0000 0000 7505 0000 8c09 0000 4204 0000  |....u.......B...|
       0x0650 7204 0000 6605 0000 fb04 0000 0000 0000  |r...f...........|
       0x0660 fa04 0000 1b03 0000 8a07 0000 ec02 0000  |................|
       0x0670 4709 0000 f005 0000 0000 0000 0000 0000  |G...............|
       0x0680 4009 0000 5407 0000 0000 0000 6500 0000  |@...T.......e...|
       0x0690 0000 0000 0000 0000 4d05 0000 c208 0000  |........M.......|
       0x06a0 f508 0000 0000 0000 cc02 0000 0000 0000  |................|
       0x06b0 0000 0000 a607 0000 3d06 0000 2803 0000  |........=...(...|
       0x06c0 5904 0000 9909 0000 0000 0000 c209 0000  |Y...............|
       0x06d0 2a05 0000 a908 0000 5506 0000 da01 0000  |*.......U.......|
       0x06e0 bb09 0000 0b04 0000 0000 0000 0000 0000  |................|
       0x06f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0700 0000 0000 0000 0000 6e05 0000 3700 0000  |........n...7...|
       0x0710 ef00 0000 9808 0000 7702 0000 8806 0000  |........w.......|
       0x0720 0000 0000 3809 0000 1d02 0000 6b06 0000  |....8.......k...|
       0x0730 a001 0000 3409 0000 5a07 0000 5508 0000  |....4...Z...U...|
       0x0740 9f09 0000 4c07 0000 0000 0000 0402 0000  |....L...........|
       0x0750 7a09 0000 f905 0000 7d04 0000 7903 0000  |z.......}...y...|
       0x0760 8708 0000 a502 0000 fb06 0000 0000 0000  |................|
       0x0770 fe01 0000 6409 0000 4d00 0000 f105 0000  |....d...M.......|
       0x0780 8109 0000 bf03 0000 d207 0000 0000 0000  |................|
       0x0790 4606 0000 0000 0000 0000 0000 3e03 0000  |F...........>...|
       0x07a0 9b06 0000 8609 0000 df03 0000 0000 0000  |................|
       0x07b0 2104 0000 0000 0000 3b07 0000 0000 0000  |!.......;.......|
       0x07c0 aa04 0000 9a06 0000 b200 0000 4701 0000  |............G...|
       0x07d0 9403 0000 f408 0000 4e05 0000 f608 0000  |........N.......|
       0x07e0 9a09 0000 0000 0000 9c07 0000 0000 0000  |................|
       0x07f0 0000 0000 0000 0000 0000 0000 c205 0000  |................|
       0x0800 4501 0000 c207 0000 1306 0000 f600 0000  |E...............|
       0x0810 d907 0000 c407 0000 bb02 0000 0000 0000  |................|
       0x0820 0000 0000 5106 0000 0000 0000 8709 0000  |....Q...........|
       0x0830 a003 0000 d901 0000 e206 0000 0000 0000  |................|
       0x0840 b508 0000 4806 0000 2409 0000 0000 0000  |....H...$.......|
       0x0850 6e08 0000 bc09 0000 c506 0000 4506 0000  |n...........E...|
       0x0860 f407 0000 5303 0000 2809 0000 b902 0000  |....S...(.......|
       0x0870 1003 0000 6c06 0000 9d03 0000 9509 0000  |....l...........|
       0x0880 3004 0000 3703 0000 8e09 0000 1309 0000  |0...7...........|
       0x0890 3d05 0000 0000 0000 3204 0000 b009 0000  |=.......2.......|
       0x08a0 8a05 0000 0000 0000 ca03 0000 e309 0000  |................|
       0x08b0 8807 0000 0000 0000 1d08 0000 3c08 0000  |............<...|
       0x08c0 da09 0000 3c06 0000 1907 0000 1a05 0000  |....<...........|
       0x08d0 0204 0000 fa05 0000 0000 0000 1207 0000  |................|
       0x08e0 2e09 0000 4509 0000 a505 0000 0000 0000  |....E...........|
       0x08f0 4208 0000 0000 0000 1506 0000 0000 0000  |B...............|
       0x0900 0000 0000 d806 0000 0000 0000 0000 0000  |................|
       0x0910 d706 0000 3707 0000 0000 0000 ee08 0000  |....7...........|
       0x0920 2608 0000 a107 0000 6607 0000 4909 0000  |&.......f...I...|
       0x0930 0000 0000 2604 0000 a203 0000 5402 0000  |....&.......T...|
       0x0940 ab01 0000 2209 0000 2d04 0000 3302 0000  |...."...-...3...|
       0x0950 9607 0000 b509 0000 a609 0000 e200 0000  |................|
       0x0960 0000 0000 d408 0000 0c01 0000 0809 0000  |................|
       0x0970 2c04 0000 0000 0000 4401 0000 eb06 0000  |,.......D.......|
       0x0980 0000 0000 a209 0000 c107 0000 4f04 0000  |............O...|
       0x0990 5d06 0000 e907 0000 3008 0000 0000 0000  |].......0.......|
       0x09a0 0e08 0000 f700 0000 9208 0000 0000 0000  |................|
       0x09b0 0000 0000 fc07 0000 8209 0000 6505 0000  |............e...|
       0x09c0 3b00 0000 0000 0000 0a0a 0000 0000 0000  |;...............|
       0x09d0 ba06 0000 8103 0000 0000 0000 e409 0000  |................|
       0x09e0 8e06 0000 4301 0000 6b07 0000 2309 0000  |....C...k...#...|
       0x09f0 da00 0000 1408 0000 0000 0000 7103 0000  |............q...|
       0x0a00 4008 0000 2400 0000 c402 0000 0000 0000  |@...$...........|
       0x0a10 f405 0000 9f00 0000 8b03 0000 3001 0000  |............0...|
       0x0a20 0000 0000 c007 0000 3505 0000 bf09 0000  |........5.......|
       0x0a30 0000 0000 5c01 0000 0000 0000 4409 0000  |....\.......D...|
       0x0a40 8a03 0000 0000 0000 9501 0000 0000 0000  |................|
       0x0a50 3600 0000 c108 0000 0000 0000 1705 0000  |6...............|
       0x0a60 f809 0000 7405 0000 0000 0000 7f04 0000  |....t...........|
       0x0a70 c106 0000 d000 0000 2607 0000 b806 0000  |........&.......|
       0x0a80 cd09 0000 b809 0000 0000 0000 1008 0000  |................|
       0x0a90 6808 0000 a509 0000 5507 0000 0604 0000  |h.......U.......|
       0x0aa0 c008 0000 0000 0000 b100 0000 c702 0000  |................|
       0x0ab0 4608 0000 4a05 0000 0000 0000 e808 0000  |F...J...........|
       0x0ac0 1d09 0000 0000 0000 4307 0000 c808 0000  |........C.......|
       0x0ad0 0000 0000 0000 0000 d900 0000 d908 0000  |................|
       0x0ae0 8808 0000 5406 0000 de09 0000 0000 0000  |....T...........|
       0x0af0 0901 0000 0000 0000 7707 0000 ae00 0000  |........w.......|
       0x0b00 5405 0000 ff03 0000 0000 0000 0000 0000  |T...............|
       0x0b10 0000 0000 0000 0000 bd04 0000 2f07 0000  |............/...|
       0x0b20 0000 0000 f008 0000 0000 0000 2609 0000  |............&...|
       0x0b30 cf00 0000 0000 0000 0000 0000 b409 0000  |................|
       0x0b40 7006 0000 6f02 0000 7b01 0000 0000 0000  |p...o...{.......|
       0x0b50 5009 0000 e909 0000 0000 0000 e204 0000  |P...............|
       0x0b60 0000 0000 0000 0000 2d05 0000 6508 0000  |........-...e...|
       0x0b70 6d00 0000 4508 0000 0000 0000 b909 0000  |m...E...........|
       0x0b80 b103 0000 fa03 0000 f901 0000 d001 0000  |................|
       0x0b90 ad00 0000 1f07 0000 a303 0000 7609 0000  |............v...|
       0x0ba0 0000 0000 b207 0000 1b08 0000 0000 0000  |................|
       0x0bb0 5d08 0000 9306 0000 5209 0000 0000 0000  |].......R.......|
       0x0bc0 5207 0000 0000 0000 0000 0000 4b00 0000  |R...........K...|
       0x0bd0 4809 0000 9900 0000 9508 0000 8208 0000  |H...............|
       0x0be0 0000 0000 0000 0000 cb00 0000 3c02 0000  |............<...|
       0x0bf0 4908 0000 b205 0000 0000 0000 b609 0000  |I...............|
       0x0c00 6207 0000 0000 0000 0409 0000 bc04 0000  |b...............|
       0x0c10 0000 0000 4b07 0000 8108 0000 0000 0000  |....K...........|
       0x0c20 8205 0000 9f06 0000 8b00 0000 0000 0000  |................|
       0x0c30 1d04 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0c40 b001 0000 0000 0000 6707 0000 0000 0000  |........g.......|
       0x0c50 ad06 0000 0000 0000 b004 0000 1108 0000  |................|
       0x0c60 3308 0000 0000 0000 dc09 0000 2308 0000  |3...........#...|
       0x0c70 6901 0000 0000 0000 0000 0000 5a09 0000  |i...........Z...|
       0x0c80 d608 0000 c907 0000 0000 0000 c801 0000  |................|
       0x0c90 bb03 0000 1208 0000 7402 0000 0000 0000  |........t.......|
       0x0ca0 5f09 0000 b903 0000 0c07 0000 1c09 0000  |_...............|
       0x0cb0 0000 0000 7300 0000 eb02 0000 ab09 0000  |....s...........|
       0x0cc0 f208 0000 0000 0000 3c00 0000 0000 0000  |........<.......|
       0x0cd0 7504 0000 0000 0000 6906 0000 0407 0000  |u.......i.......|
       0x0ce0 0000 0000 6802 0000 0000 0000 5c02 0000  |....h.......\...|
       0x0cf0 0000 0000 0000 0000 0000 0000 4e08 0000  |............N...|
       0x0d00 0e01 0000 c508 0000 0000 0000 6007 0000  |............`...|
       0x0d10 5700 0000 0000 0000 1607 0000 d905 0000  |W...............|
       0x0d20 e007 0000 e108 0000 3c05 0000 0000 0000  |........<.......|
       0x0d30 2b01 0000 d600 0000 9703 0000 0000 0000  |+...............|
       0x0d40 0000 0000 e904 0000 0000 0000 0306 0000  |................|
       0x0d50 fd06 0000 fa07 0000 a105 0000 0000 0000  |................|
       0x0d60 ce08 0000 8705 0000 b308 0000 0000 0000  |................|
       0x0d70 8008 0000 0000 0000 7e02 0000 2106 0000  |........~...!...|
       0x0d80 0000 0000 b106 0000 c408 0000 0209 0000  |................|
       0x0d90 af01 0000 b108 0000 090a 0000 6109 0000  |............a...|
       0x0da0 0000 0000 2808 0000 9702 0000 0000 0000  |....(...........|
       0x0db0 0000 0000 2507 0000 fd09 0000 0000 0000  |....%...........|
       0x0dc0 de03 0000 df08 0000 ed03 0000 8f09 0000  |................|
       0x0dd0 0000 0000 0000 0000 8004 0000 4305 0000  |............C...|
       0x0de0 3d02 0000 c709 0000 c101 0000 0807 0000  |=...............|
       0x0df0 fe05 0000 f808 0000 f108 0000 5f06 0000  |............_...|
       0x0e00 9001 0000 be04 0000 0000 0000 0000 0000  |................|
       0x0e10 d206 0000 0000 0000 9e01 0000 7500 0000  |............u...|
       0x0e20 0000 0000 2800 0000 5200 0000 b507 0000  |....(...R.......|
       0x0e30 c001 0000 f906 0000 d400 0000 dd04 0000  |................|
       0x0e40 c706 0000 da03 0000 a407 0000 f908 0000  |................|
       0x0e50 3909 0000 a106 0000 eb04 0000 c509 0000  |9...............|
       0x0e60 0000 0000 3d09 0000 a005 0000 c507 0000  |....=...........|
       0x0e70 9406 0000 0000 0000 7607 0000 0000 0000  |........v.......|
       0x0e80 b501 0000 0000 0000 0000 0000 e002 0000  |................|
       0x0e90 0000 0000 7e06 0000 6800 0000 e508 0000  |....~...h.......|
       0x0ea0 8207 0000 7705 0000 ce03 0000 0000 0000  |....w...........|
       0x0eb0 0000 0000 0000 0000 2e07 0000 8408 0000  |................|
       0x0ec0 0403 0000 0000 0000 a103 0000 0000 0000  |................|
       0x0ed0 0000 0000 5202 0000 ea08 0000 3406 0000  |....R.......4...|
       0x0ee0 0000 0000 1508 0000 8d09 0000 6008 0000  |............`...|
       0x0ef0 0000 0000 9008 0000 5b07 0000 0000 0000  |........[.......|
       0x0f00 1903 0000 0000 0000 a403 0000 2705 0000  |............'...|
       0x0f10 6408 0000 9704 0000 3609 0000 3607 0000  |d.......6...6...|
       0x0f20 dd09 0000 2208 0000 cc07 0000 a605 0000  |...."...........|
       0x0f30 0000 0000 0000 0000 8907 0000 8300 0000  |................|
       0x0f40 0000 0000 ee06 0000 af02 0000 0000 0000  |................|
       0x0f50 e006 0000 7709 0000 0000 0000 0000 0000  |....w...........|
       0x0f60 3603 0000 0000 0000 d102 0000 6e09 0000  |6...........n...|
       0x0f70 4202 0000 8c05 0000 c803 0000 0000 0000  |B...............|
       0x0f80 0000 0000 1a07 0000 8407 0000 e804 0000  |................|
       0x0f90 0000 0000 3e07 0000 2606 0000 8508 0000  |....>...&.......|
       0x0fa0 a808 0000 3109 0000 0000 0000 8a06 0000  |....1...........|
       0x0fb0 3608 0000 0000 0000 4f02 0000 070a 0000  |6.......O.......|
       0x0fc0 de08 0000 0000 0000 0000 0000 9a03 0000  |................|
       0x0fd0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0fe0 0000 0000 0000 0000 9b00 0000 7604 0000  |............v...|
       0x0ff0 ba03 0000 c809 0000 0000 0000 9f07 0000  |................|
 50463 cvsync   0.003017 RET   read 4096/0x1000
 50463 cvsync   0.003028 CALL  mmap(0,0x103000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 50463 cvsync   0.003042 RET   mmap 1075859456/0x40205000
 50463 cvsync   0.003052 CALL  mprotect(0x402eb000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 50463 cvsync   0.003067 RET   mprotect 0
 50463 cvsync   0.003111 CALL  mprotect(0x402eb000,0x1000,PROT_READ|PROT_EXEC)
 50463 cvsync   0.003123 RET   mprotect 0
 50463 cvsync   0.003134 CALL  mmap(0x402ec000,0x6000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0xe6000,0)
 50463 cvsync   0.003169 RET   mmap 1076805632/0x402ec000
 50463 cvsync   0.003207 CALL  mmap(0x402f2000,0x16000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.003221 RET   mmap 1076830208/0x402f2000
 50463 cvsync   0.003277 CALL  close(0x3)
 50463 cvsync   0.003292 RET   close 0
 50463 cvsync   0.003321 CALL  sysarch(0xa,0xbfbfe890)
 50463 cvsync   0.003333 RET   sysarch 0
 50463 cvsync   0.003343 CALL  mmap(0,0x440,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.003356 RET   mmap 1076920320/0x40308000
 50463 cvsync   0.003367 CALL  munmap(0x40308000,0x440)
 50463 cvsync   0.003382 RET   munmap 0
 50463 cvsync   0.003402 CALL  mmap(0,0x408,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.003414 RET   mmap 1076920320/0x40308000
 50463 cvsync   0.003562 CALL  munmap(0x40308000,0x408)
 50463 cvsync   0.003581 RET   munmap 0
 50463 cvsync   0.003594 CALL  mprotect(0x400b1000,0x128000,PROT_READ|PROT_WRITE|PROT_EXEC)
 50463 cvsync   0.003615 RET   mprotect 0
 50463 cvsync   0.003626 CALL  mmap(0,0x6878,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.003640 RET   mmap 1076920320/0x40308000
 50463 cvsync   0.005523 CALL  munmap(0x40308000,0x6878)
 50463 cvsync   0.005618 RET   munmap 0
 50463 cvsync   0.005632 CALL  mprotect(0x400b1000,0x128000,PROT_READ|PROT_EXEC)
 50463 cvsync   0.005658 RET   mprotect 0
 50463 cvsync   0.005784 CALL  mmap(0,0xef0,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.005810 RET   mmap 1076920320/0x40308000
 50463 cvsync   0.005996 CALL  munmap(0x40308000,0xef0)
 50463 cvsync   0.006015 RET   munmap 0
 50463 cvsync   0.006032 CALL  mmap(0,0x5058,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.006044 RET   mmap 1076920320/0x40308000
 50463 cvsync   0.006676 CALL  munmap(0x40308000,0x5058)
 50463 cvsync   0.006711 RET   munmap 0
 50463 cvsync   0.006887 CALL  getpid
 50463 cvsync   0.006899 RET   getpid 50463/0xc51f
 50463 cvsync   0.006952 CALL  __sysctl(0xbfbfe808,0x2,0x402047ac,0xbfbfe804,0,0)
 50463 cvsync   0.007061 RET   __sysctl 0
 50463 cvsync   0.007114 CALL  __sysctl(0xbfbfe748,0x2,0xbfbfe750,0xbfbfe744,0x40201486,0xd)
 50463 cvsync   0.007158 RET   __sysctl 0
 50463 cvsync   0.007168 CALL  __sysctl(0xbfbfe750,0x3,0x402027c8,0xbfbfe804,0,0)
 50463 cvsync   0.007180 RET   __sysctl 0
 50463 cvsync   0.007200 CALL  __sysctl(0xbfbfe7b8,0x2,0x4030543c,0xbfbfe7b4,0,0)
 50463 cvsync   0.007213 RET   __sysctl 0
 50463 cvsync   0.007251 CALL  __sysctl(0xbfbfe318,0x2,0x402f6c1c,0xbfbfe314,0,0)
 50463 cvsync   0.007264 RET   __sysctl 0
 50463 cvsync   0.007288 CALL  __sysctl(0xbfbfe2a8,0x2,0xbfbfe2a0,0xbfbfe2a4,0,0)
 50463 cvsync   0.007303 RET   __sysctl 0
 50463 cvsync   0.007320 CALL  readlink(0x402e380b,0xbfbfe330,0x400)
 50463 cvsync   0.007335 NAMI  "/etc/malloc.conf"
 50463 cvsync   0.007389 RET   readlink 2
 50463 cvsync   0.007423 CALL  issetugid
 50463 cvsync   0.007440 RET   issetugid 0
 50463 cvsync   0.007460 CALL  break(0x8200000)
 50463 cvsync   0.007475 RET   break 0
 50463 cvsync   0.007523 CALL  break(0x8400000)
 50463 cvsync   0.007536 RET   break 0
 50463 cvsync   0.007621 CALL  thr_self(0x8210200)
 50463 cvsync   0.007632 RET   thr_self 0
 50463 cvsync   0.007653 CALL  mmap(0xbf9ff000,0x1000,PROT_NONE,MAP_ANON,0xffffffff,0,0,0)
 50463 cvsync   0.007668 RET   mmap -1080037376/0xbf9ff000
 50463 cvsync   0.007680 CALL  thr_set_name(0x18766,0x40201536)
 50463 cvsync   0.007693 RET   thr_set_name 0
 50463 cvsync   0.007707 CALL  rtprio_thread(0,0x18766,0xbfbfe7bc)
 50463 cvsync   0.007722 RET   rtprio_thread 0
 50463 cvsync   0.007743 CALL  sysarch(0xa,0xbfbfe7d0)
 50463 cvsync   0.007754 RET   sysarch 0
 50463 cvsync   0.007770 CALL  sigprocmask(SIG_SETMASK,0xbfbfe820,0xbfbfe810)
 50463 cvsync   0.007783 RET   sigprocmask 0
 50463 cvsync   0.007798 CALL  sigaction(SIG 32,0xbfbfe7a0,0)
 50463 cvsync   0.007812 RET   sigaction 0
 50463 cvsync   0.007822 CALL  sigprocmask(SIG_SETMASK,0xbfbfe810,0)
 50463 cvsync   0.007858 RET   sigprocmask 0
 50463 cvsync   0.007909 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfe860)
 50463 cvsync   0.007919 RET   sigprocmask 0
 50463 cvsync   0.007931 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.007942 RET   sigprocmask 0
 50463 cvsync   0.008043 CALL  sigaction(SIGHUP,0x806914c,0)
 50463 cvsync   0.008055 RET   sigaction 0
 50463 cvsync   0.008064 CALL  sigaction(SIGPIPE,0x806914c,0)
 50463 cvsync   0.008074 RET   sigaction 0
 50463 cvsync   0.008084 CALL  sigaction(SIGINT,0,0xbfbfe9d0)
 50463 cvsync   0.008094 RET   sigaction 0
 50463 cvsync   0.008107 CALL  sigaction(SIGINT,0xbfbfe9d0,0)
 50463 cvsync   0.008117 RET   sigaction 0
 50463 cvsync   0.008127 CALL  sigaction(SIGTERM,0,0xbfbfe9d0)
 50463 cvsync   0.008137 RET   sigaction 0
 50463 cvsync   0.008147 CALL  sigaction(SIGTERM,0xbfbfe9d0,0)
 50463 cvsync   0.008156 RET   sigaction 0
 50463 cvsync   0.008292 CALL  fstat(0x1,0xbfbfdf70)
 50463 cvsync   0.008316 RET   fstat 0
 50463 cvsync   0.008344 CALL  ioctl(0x1,TIOCGETA,0xbfbfdfb0)
 50463 cvsync   0.008378 RET   ioctl 0
 50463 cvsync   0.008413 CALL  write(0x1,0x8201000,0x4f)
 50463 cvsync   0.008470 GIO   fd 1 wrote 79 bytes
       "Parsing a URI cvsync://cvsync.allbsd.org/freebsd-src/rcs/?prefix=/home\
	/ncvs...
       "
 50463 cvsync   0.008483 RET   write 79/0x4f
 50463 cvsync   0.008580 CALL  stat(0xbfbfe530,0xbfbfe930)
 50463 cvsync   0.008592 NAMI  "/home/ncvs"
 50463 cvsync   0.008654 RET   stat 0
 50463 cvsync   0.008699 CALL  lstat(0x8204204,0xbfbfe480)
 50463 cvsync   0.008709 NAMI  "/home"
 50463 cvsync   0.008728 RET   lstat 0
 50463 cvsync   0.008740 CALL  lstat(0x8204204,0xbfbfe480)
 50463 cvsync   0.008749 NAMI  "/home/ncvs"
 50463 cvsync   0.008770 RET   lstat 0
 50463 cvsync   0.008790 CALL  gettimeofday(0xbfbfea50,0)
 50463 cvsync   0.008829 RET   gettimeofday 0
 50463 cvsync   0.008846 CALL  write(0x1,0x8201000,0x2a)
 50463 cvsync   0.008866 GIO   fd 1 wrote 42 bytes
       "Connecting to cvsync.allbsd.org port 7777
       "
 50463 cvsync   0.008880 RET   write 42/0x2a
 50463 cvsync   0.008975 CALL  stat(0x402e8c94,0xbfbfe160)
 50463 cvsync   0.008986 NAMI  "/etc/nsswitch.conf"
 50463 cvsync   0.009010 RET   stat 0
 50463 cvsync   0.009041 CALL  open(0x402e8c94,O_RDONLY,<unused>0x1b6)
 50463 cvsync   0.009063 NAMI  "/etc/nsswitch.conf"
 50463 cvsync   0.009089 RET   open 3
 50463 cvsync   0.009169 CALL  ioctl(0x3,TIOCGETA,0xbfbfdfd0)
 50463 cvsync   0.009184 RET   ioctl -1 errno 25 Inappropriate ioctl for device
 50463 cvsync   0.009219 CALL  fstat(0x3,0xbfbfdf20)
 50463 cvsync   0.009232 RET   fstat 0
 50463 cvsync   0.009248 CALL  read(0x3,0x8203000,0x1000)
 50463 cvsync   0.009288 GIO   fd 3 read 342 bytes
       "#
	# nsswitch.conf(5) - name service switch configuration file
	# $FreeBSD: src/etc/nsswitch.conf,v 1.1 2006/05/03 15:14:47 ume Exp $
	#
	group:		compat
	group_compat:	nis
	hosts:		cache files dns
	networks:	files
	passwd:		compat
	passwd_compat:	nis
	shells:		files
	services:	cache compat
	services_compat: nis
	protocols:	cache files
	rpc:		cache files
       "
 50463 cvsync   0.009300 RET   read 342/0x156
 50463 cvsync   0.009309 CALL  read(0x3,0x8203000,0x1000)
 50463 cvsync   0.009322 GIO   fd 3 read 0 bytes
       ""
 50463 cvsync   0.009331 RET   read 0
 50463 cvsync   0.009408 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.009421 RET   sigprocmask 0
 50463 cvsync   0.009447 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009461 NAMI  "/usr/lib/nss_compat.so.1"
 50463 cvsync   0.009498 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009510 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009521 NAMI  "/usr/local/lib/nss_compat.so.1"
 50463 cvsync   0.009548 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009562 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009651 NAMI  "/lib/nss_compat.so.1"
 50463 cvsync   0.009670 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009680 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009690 NAMI  "/usr/lib/nss_compat.so.1"
 50463 cvsync   0.009711 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009721 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009733 NAMI  "/usr/lib/compat/nss_compat.so.1"
 50463 cvsync   0.009761 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009773 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009783 NAMI  "/usr/local/lib/nss_compat.so.1"
 50463 cvsync   0.009804 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009814 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009824 NAMI  "/usr/X11R6/lib/nss_compat.so.1"
 50463 cvsync   0.009849 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009861 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009873 NAMI  "/usr/local/lib/evolution/2.8/nss_compat.so.1"
 50463 cvsync   0.009907 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009918 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009932 NAMI  "/lib/nss_compat.so.1"
 50463 cvsync   0.009947 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.009958 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.009968 NAMI  "/usr/lib/nss_compat.so.1"
 50463 cvsync   0.009990 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010020 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.010030 RET   sigprocmask 0
 50463 cvsync   0.010043 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.010053 RET   sigprocmask 0
 50463 cvsync   0.010063 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.010073 RET   sigprocmask 0
 50463 cvsync   0.010146 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.010158 RET   sigprocmask 0
 50463 cvsync   0.010170 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010180 NAMI  "/usr/lib/nss_nis.so.1"
 50463 cvsync   0.010201 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010226 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010237 NAMI  "/usr/local/lib/nss_nis.so.1"
 50463 cvsync   0.010261 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010274 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010284 NAMI  "/lib/nss_nis.so.1"
 50463 cvsync   0.010301 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010311 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010320 NAMI  "/usr/lib/nss_nis.so.1"
 50463 cvsync   0.010340 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010350 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010362 NAMI  "/usr/lib/compat/nss_nis.so.1"
 50463 cvsync   0.010384 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010394 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010404 NAMI  "/usr/local/lib/nss_nis.so.1"
 50463 cvsync   0.010424 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010439 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010449 NAMI  "/usr/X11R6/lib/nss_nis.so.1"
 50463 cvsync   0.010471 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010483 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010494 NAMI  "/usr/local/lib/evolution/2.8/nss_nis.so.1"
 50463 cvsync   0.010520 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010532 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010541 NAMI  "/lib/nss_nis.so.1"
 50463 cvsync   0.010562 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010571 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010581 NAMI  "/usr/lib/nss_nis.so.1"
 50463 cvsync   0.010601 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010615 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.010628 RET   sigprocmask 0
 50463 cvsync   0.010641 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.010650 RET   sigprocmask 0
 50463 cvsync   0.010660 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.010669 RET   sigprocmask 0
 50463 cvsync   0.010691 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.010721 RET   sigprocmask 0
 50463 cvsync   0.010735 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010746 NAMI  "/usr/lib/nss_cache.so.1"
 50463 cvsync   0.010767 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010777 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010786 NAMI  "/usr/local/lib/nss_cache.so.1"
 50463 cvsync   0.010808 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010818 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010827 NAMI  "/lib/nss_cache.so.1"
 50463 cvsync   0.010844 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010857 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010868 NAMI  "/usr/lib/nss_cache.so.1"
 50463 cvsync   0.010888 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010898 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010908 NAMI  "/usr/lib/compat/nss_cache.so.1"
 50463 cvsync   0.010933 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010943 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010953 NAMI  "/usr/local/lib/nss_cache.so.1"
 50463 cvsync   0.010976 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.010986 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.010997 NAMI  "/usr/X11R6/lib/nss_cache.so.1"
 50463 cvsync   0.011019 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011029 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011039 NAMI  "/usr/local/lib/evolution/2.8/nss_cache.so.1"
 50463 cvsync   0.011065 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011075 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011085 NAMI  "/lib/nss_cache.so.1"
 50463 cvsync   0.011099 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011111 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011122 NAMI  "/usr/lib/nss_cache.so.1"
 50463 cvsync   0.011143 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011155 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.011165 RET   sigprocmask 0
 50463 cvsync   0.011178 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.011200 RET   sigprocmask 0
 50463 cvsync   0.011209 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.011219 RET   sigprocmask 0
 50463 cvsync   0.011237 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.011247 RET   sigprocmask 0
 50463 cvsync   0.011258 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011272 NAMI  "/usr/lib/nss_files.so.1"
 50463 cvsync   0.011292 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011302 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011312 NAMI  "/usr/local/lib/nss_files.so.1"
 50463 cvsync   0.011334 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011344 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011357 NAMI  "/lib/nss_files.so.1"
 50463 cvsync   0.011375 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011386 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011396 NAMI  "/usr/lib/nss_files.so.1"
 50463 cvsync   0.011417 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011432 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011444 NAMI  "/usr/lib/compat/nss_files.so.1"
 50463 cvsync   0.011466 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011476 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011487 NAMI  "/usr/local/lib/nss_files.so.1"
 50463 cvsync   0.011510 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011520 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011530 NAMI  "/usr/X11R6/lib/nss_files.so.1"
 50463 cvsync   0.011552 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011564 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011575 NAMI  "/usr/local/lib/evolution/2.8/nss_files.so.1"
 50463 cvsync   0.011602 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011615 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011627 NAMI  "/lib/nss_files.so.1"
 50463 cvsync   0.011644 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011654 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011664 NAMI  "/usr/lib/nss_files.so.1"
 50463 cvsync   0.011699 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011711 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.011720 RET   sigprocmask 0
 50463 cvsync   0.011733 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.011743 RET   sigprocmask 0
 50463 cvsync   0.011754 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.011762 RET   sigprocmask 0
 50463 cvsync   0.011777 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.011787 RET   sigprocmask 0
 50463 cvsync   0.011796 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011806 NAMI  "/usr/lib/nss_dns.so.1"
 50463 cvsync   0.011828 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011838 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011848 NAMI  "/usr/local/lib/nss_dns.so.1"
 50463 cvsync   0.011872 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011882 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011894 NAMI  "/lib/nss_dns.so.1"
 50463 cvsync   0.011912 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011921 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011934 NAMI  "/usr/lib/nss_dns.so.1"
 50463 cvsync   0.011953 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.011963 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.011973 NAMI  "/usr/lib/compat/nss_dns.so.1"
 50463 cvsync   0.011997 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.012008 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.012019 NAMI  "/usr/local/lib/nss_dns.so.1"
 50463 cvsync   0.012041 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.012050 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.012060 NAMI  "/usr/X11R6/lib/nss_dns.so.1"
 50463 cvsync   0.012081 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.012094 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.012103 NAMI  "/usr/local/lib/evolution/2.8/nss_dns.so.1"
 50463 cvsync   0.012132 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.012142 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.012179 NAMI  "/lib/nss_dns.so.1"
 50463 cvsync   0.012196 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.012206 CALL  access(0x4009b000,F_OK)
 50463 cvsync   0.012215 NAMI  "/usr/lib/nss_dns.so.1"
 50463 cvsync   0.012236 RET   access -1 errno 2 No such file or directory
 50463 cvsync   0.012249 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.012259 RET   sigprocmask 0
 50463 cvsync   0.012271 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdb80)
 50463 cvsync   0.012281 RET   sigprocmask 0
 50463 cvsync   0.012291 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.012301 RET   sigprocmask 0
 50463 cvsync   0.012386 CALL  ioctl(0x3,TIOCGETA,0xbfbfdfd0)
 50463 cvsync   0.012401 RET   ioctl -1 errno 25 Inappropriate ioctl for device
 50463 cvsync   0.012421 CALL  close(0x3)
 50463 cvsync   0.012463 RET   close 0
 50463 cvsync   0.012488 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfe050)
 50463 cvsync   0.012500 RET   sigprocmask 0
 50463 cvsync   0.012510 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.012521 RET   sigprocmask 0
 50463 cvsync   0.012533 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfe050)
 50463 cvsync   0.012543 RET   sigprocmask 0
 50463 cvsync   0.012552 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.012561 RET   sigprocmask 0
 50463 cvsync   0.012590 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfe060)
 50463 cvsync   0.012600 RET   sigprocmask 0
 50463 cvsync   0.012611 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 50463 cvsync   0.012624 RET   sigprocmask 0
 50463 cvsync   0.012695 CALL  socket(PF_LOCAL|PF_UNIX,SOCK_STREAM,0)
 50463 cvsync   0.012746 RET   socket 3
 50463 cvsync   0.012773 CALL  connect(0x3,0xbfbfdfc0,0x11)
 50463 cvsync   0.012790 NAMI  "/var/run/cached"
 50463 cvsync   0.012903 RET   connect 0
 50463 cvsync   0.012915 CSW  stop user
 50463 cvsync   0.013529 CSW  resume user
 50463 cvsync   0.013652 CALL  fcntl(0x3,F_SETFL,O_NONBLOCK)
 50463 cvsync   0.013671 RET   fcntl 0
 50463 cvsync   0.013738 CALL  kqueue
 50463 cvsync   0.013756 RET   kqueue 4
 50463 cvsync   0.013774 CALL  kevent(0x4,0xbfbfe030,0x1,0,0,0)
 50463 cvsync   0.013796 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.013805 GIO   fd 4 read 0 bytes
       ""
 50463 cvsync   0.013815 RET   kevent 0
 50463 cvsync   0.013822 CALL  kqueue
 50463 cvsync   0.013833 RET   kqueue 5
 50463 cvsync   0.013842 CALL  kevent(0x5,0xbfbfe030,0x1,0,0,0)
 50463 cvsync   0.013990 GIO   fd 5 wrote 20 bytes
       0x0000 0300 0000 ffff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014003 GIO   fd 5 read 0 bytes
       ""
 50463 cvsync   0.014013 RET   kevent 0
 50463 cvsync   0.014026 CALL  kevent(0x4,0xbfbfe000,0x1,0,0,0)
 50463 cvsync   0.014043 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0100 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014054 GIO   fd 4 read 0 bytes
       ""
 50463 cvsync   0.014062 RET   kevent 0
 50463 cvsync   0.014072 CALL  kevent(0x4,0,0,0xbfbfe000,0x1,0)
 50463 cvsync   0.014088 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.014097 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014108 RET   kevent 1
 50463 cvsync   0.014126 CALL  sendmsg(0x3,0xbfbfdfe0,0)
 50463 cvsync   0.014165 GIO   fd 3 wrote 4 bytes
       0x0000 0300 0000                                |....|

 50463 cvsync   0.014177 RET   sendmsg 4
 50463 cvsync   0.014187 CSW  stop user
 50463 cvsync   0.014290 CSW  resume user
 50463 cvsync   0.014307 CALL  kevent(0x4,0xbfbfe000,0x1,0,0,0)
 50463 cvsync   0.014321 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014331 GIO   fd 4 read 0 bytes
       ""
 50463 cvsync   0.014340 RET   kevent 0
 50463 cvsync   0.014350 CALL  kevent(0x4,0,0,0xbfbfe000,0x1,0xbfbfdff8)
 50463 cvsync   0.014365 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.014376 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014386 RET   kevent 1
 50463 cvsync   0.014396 CALL  write(0x3,0xbfbfe058,0x4)
 50463 cvsync   0.014440 GIO   fd 3 wrote 4 bytes
       0x0000 0500 0000                                |....|

 50463 cvsync   0.014450 RET   write 4
 50463 cvsync   0.014460 CALL  kevent(0x4,0,0,0xbfbfe000,0x1,0xbfbfdff8)
 50463 cvsync   0.014474 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.014487 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fc1f 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014499 RET   kevent 1
 50463 cvsync   0.014509 CALL  write(0x3,0xbfbfe07c,0x4)
 50463 cvsync   0.014527 GIO   fd 3 wrote 4 bytes
       "*\0\0\0"
 50463 cvsync   0.014536 RET   write 4
 50463 cvsync   0.014544 CSW  stop user
 50463 cvsync   0.014597 CSW  resume user
 50463 cvsync   0.014614 CALL  kevent(0x4,0,0,0xbfbfe000,0x1,0xbfbfdff8)
 50463 cvsync   0.014630 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.014641 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014650 RET   kevent 1
 50463 cvsync   0.014660 CALL  write(0x3,0x402e6dab,0x5)
 50463 cvsync   0.014672 GIO   fd 3 wrote 5 bytes
       "hosts"
 50463 cvsync   0.014682 RET   write 5
 50463 cvsync   0.014691 CALL  kevent(0x4,0,0,0xbfbfe000,0x1,0xbfbfdff8)
 50463 cvsync   0.014703 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.014713 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fb1f 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014723 RET   kevent 1
 50463 cvsync   0.014733 CALL  write(0x3,0x8210300,0x2a)
 50463 cvsync   0.014751 GIO   fd 3 wrote 42 bytes
       0x0000 0000 0000 0000 0000 0000 0000 0200 0000  |................|
       0x0010 0100 0000 0600 0000 6376 7379 6e63 2e61  |........cvsync.a|
       0x0020 6c6c 6273 642e 6f72 6700                 |llbsd.org.|

 50463 cvsync   0.014761 RET   write 42/0x2a
 50463 cvsync   0.014770 CSW  stop user
 50463 cvsync   0.014883 CSW  resume user
 50463 cvsync   0.014901 CALL  kevent(0x5,0,0,0xbfbfe000,0x1,0xbfbfdff8)
 50463 cvsync   0.014914 GIO   fd 5 wrote 0 bytes
       ""
 50463 cvsync   0.014924 GIO   fd 5 read 20 bytes
       0x0000 0300 0000 ffff 0080 0000 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.014934 RET   kevent 1
 50463 cvsync   0.014944 CALL  read(0x3,0xbfbfe054,0x4)
 50463 cvsync   0.014956 GIO   fd 3 read 4 bytes
       0x0000 ffff ffff                                |....|

 50463 cvsync   0.015042 RET   read 4
 50463 cvsync   0.015052 CALL  close(0x3)
 50463 cvsync   0.015067 RET   close 0
 50463 cvsync   0.015076 CALL  close(0x5)
 50463 cvsync   0.015091 RET   close 0
 50463 cvsync   0.015101 CALL  close(0x4)
 50463 cvsync   0.015115 RET   close 0
 50463 cvsync   0.015164 CALL  open(0x402e6da6,O_RDONLY,<unused>0x1b6)
 50463 cvsync   0.015179 NAMI  "/etc/hosts"
 50463 cvsync   0.015221 RET   open 3
 50463 cvsync   0.015246 CALL  fstat(0x3,0xbfbfbf40)
 50463 cvsync   0.015265 RET   fstat 0
 50463 cvsync   0.015280 CALL  read(0x3,0x8203000,0x1000)
 50463 cvsync   0.015308 GIO   fd 3 read 1045 bytes
       "# $FreeBSD: src/etc/hosts,v 1.16 2003/01/28 21:29:23 dbaker Exp $
	#
	# Host Database
	#
	# This file should contain the addresses and aliases for local hosts t\
	hat
	# share this file.  Replace 'my.domain' below with the domainname of y\
	our
	# machine.
	#
	# In the presence of the domain name service or NIS, this file may
	# not be consulted at all; see /etc/nsswitch.conf for the resolution o\
	rder.
	#
	#
	::1			localhost
	127.0.0.1		localhost
	#
	# Imaginary network.
	#10.0.0.2		myname.my.domain myname
	#10.0.0.3		myfriend.my.domain myfriend
	#
	# According to RFC 1918, you can use the following IP networks for
	# private nets which will never be connected to the Internet:
	#
	#	10.0.0.0	-   10.255.255.255
	#	172.16.0.0	-   172.31.255.255
	#	192.168.0.0	-   192.168.255.255
	#
	# In case you want to be able to connect to the Internet, you need
	# real official assigned numbers.  Do not try to invent your own netwo\
	rk
	# numbers but instead get one from your network provider (if any) or
	# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriN\
	IC.)
	#
       "
 50463 cvsync   0.015318 RET   read 1045/0x415
 50463 cvsync   0.015345 CALL  read(0x3,0x8203000,0x1000)
 50463 cvsync   0.015358 GIO   fd 3 read 0 bytes
       ""
 50463 cvsync   0.015369 RET   read 0
 50463 cvsync   0.015395 CALL  close(0x3)
 50463 cvsync   0.015422 RET   close 0
 50463 cvsync   0.015471 CALL  gettimeofday(0xbfbfd5e8,0)
 50463 cvsync   0.015487 RET   gettimeofday 0
 50463 cvsync   0.015502 CALL  getpid
 50463 cvsync   0.015512 RET   getpid 50463/0xc51f
 50463 cvsync   0.015536 CALL  issetugid
 50463 cvsync   0.015546 RET   issetugid 0
 50463 cvsync   0.015562 CALL  open(0x402e7588,O_RDONLY,<unused>0x1b6)
 50463 cvsync   0.015576 NAMI  "/etc/resolv.conf"
 50463 cvsync   0.015595 RET   open 3
 50463 cvsync   0.015608 CALL  fstat(0x3,0xbfbfd500)
 50463 cvsync   0.015618 RET   fstat 0
 50463 cvsync   0.015630 CALL  read(0x3,0x8203000,0x1000)
 50463 cvsync   0.015647 GIO   fd 3 read 91 bytes
       "domain		ninth-nine.com
	search		ninth-nine.com
	nameserver	0.0.0.0
	nameserver	219.127.74.121
       "
 50463 cvsync   0.015656 RET   read 91/0x5b
 50463 cvsync   0.015733 CALL  read(0x3,0x8203000,0x1000)
 50463 cvsync   0.015747 GIO   fd 3 read 0 bytes
       ""
 50463 cvsync   0.015758 RET   read 0
 50463 cvsync   0.015768 CALL  close(0x3)
 50463 cvsync   0.015786 RET   close 0
 50463 cvsync   0.015795 CALL  issetugid
 50463 cvsync   0.015802 RET   issetugid 0
 50463 cvsync   0.015893 CALL  kqueue
 50463 cvsync   0.015906 RET   kqueue 3
 50463 cvsync   0.015918 CALL  socket(PF_INET,SOCK_DGRAM,0)
 50463 cvsync   0.015946 RET   socket 4
 50463 cvsync   0.015956 CALL  connect(0x4,0x403078d0,0x10)
 50463 cvsync   0.015995 RET   connect 0
 50463 cvsync   0.016020 CALL  sendto(0x4,0x82d0000,0x23,0,0,0)
 50463 cvsync   0.016112 GIO   fd 4 wrote 35 bytes
       0x0000 6b01 0100 0001 0000 0000 0000 0663 7673  |k............cvs|
       0x0010 796e 6306 616c 6c62 7364 036f 7267 0000  |ync.allbsd.org..|
       0x0020 0100 01                                  |...|

 50463 cvsync   0.016122 RET   sendto 35/0x23
 50463 cvsync   0.016148 CALL  clock_gettime(0,0xbfbfcee8)
 50463 cvsync   0.016160 RET   clock_gettime 0
 50463 cvsync   0.016175 CALL  kevent(0x3,0xbfbfcfe0,0x1,0xbfbfcfe0,0x1,0xbfbfcfb8)
 50463 cvsync   0.016219 CSW  stop kernel
 50463 cvsync   0.016667 CSW  resume kernel
 50463 cvsync   0.016674 GIO   fd 3 wrote 20 bytes
       0x0000 0400 0000 ffff 1000 0000 0000 6800 0000  |............h...|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.016702 GIO   fd 3 read 20 bytes
       0x0000 0400 0000 ffff 1000 0000 0000 6800 0000  |............h...|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.016712 RET   kevent 1
 50463 cvsync   0.016729 CALL  recvfrom(0x4,0x82b0000,0x10000,0,0xbfbfd200,0xbfbfcfb4)
 50463 cvsync   0.016745 GIO   fd 4 read 104 bytes
       0x0000 6b01 8180 0001 0001 0003 0000 0663 7673  |k............cvs|
       0x0010 796e 6306 616c 6c62 7364 036f 7267 0000  |ync.allbsd.org..|
       0x0020 0100 01c0 0c00 0100 0100 0004 8900 0485  |................|
       0x0030 1f82 23c0 1300 0200 0100 0004 8900 0603  |..#.............|
       0x0040 6e73 32c0 13c0 1300 0200 0100 0004 8900  |ns2.............|
       0x0050 0603 6e73 33c0 13c0 1300 0200 0100 0004  |..ns3...........|
       0x0060 8900 0502 6e73 c013                      |....ns..|

 50463 cvsync   0.016757 RET   recvfrom 104/0x68
 50463 cvsync   0.016829 CALL  close(0x4)
 50463 cvsync   0.016859 RET   close 0
 50463 cvsync   0.016869 CALL  close(0x3)
 50463 cvsync   0.016887 RET   close 0
 50463 cvsync   0.016922 CALL  socket(PF_LOCAL|PF_UNIX,SOCK_STREAM,0)
 50463 cvsync   0.016947 RET   socket 3
 50463 cvsync   0.016957 CALL  connect(0x3,0xbfbfdfc0,0x11)
 50463 cvsync   0.016969 NAMI  "/var/run/cached"
 50463 cvsync   0.017041 RET   connect 0
 50463 cvsync   0.017051 CSW  stop user
 50463 cvsync   0.017216 CSW  resume user
 50463 cvsync   0.017234 CALL  fcntl(0x3,F_SETFL,O_NONBLOCK)
 50463 cvsync   0.017249 RET   fcntl 0
 50463 cvsync   0.017260 CALL  kqueue
 50463 cvsync   0.017271 RET   kqueue 4
 50463 cvsync   0.017280 CALL  kevent(0x4,0xbfbfe030,0x1,0,0,0)
 50463 cvsync   0.017297 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017307 GIO   fd 4 read 0 bytes
       ""
 50463 cvsync   0.017314 RET   kevent 0
 50463 cvsync   0.017322 CALL  kqueue
 50463 cvsync   0.017332 RET   kqueue 5
 50463 cvsync   0.017341 CALL  kevent(0x5,0xbfbfe030,0x1,0,0,0)
 50463 cvsync   0.017359 GIO   fd 5 wrote 20 bytes
       0x0000 0300 0000 ffff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017369 GIO   fd 5 read 0 bytes
       ""
 50463 cvsync   0.017377 RET   kevent 0
 50463 cvsync   0.017414 CALL  kevent(0x4,0xbfbfe010,0x1,0,0,0)
 50463 cvsync   0.017435 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0100 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017445 GIO   fd 4 read 0 bytes
       ""
 50463 cvsync   0.017452 RET   kevent 0
 50463 cvsync   0.017461 CALL  kevent(0x4,0,0,0xbfbfe010,0x1,0)
 50463 cvsync   0.017476 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.017487 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017498 RET   kevent 1
 50463 cvsync   0.017509 CALL  sendmsg(0x3,0xbfbfdff0,0)
 50463 cvsync   0.017536 GIO   fd 3 wrote 4 bytes
       0x0000 0100 0000                                |....|

 50463 cvsync   0.017546 RET   sendmsg 4
 50463 cvsync   0.017556 CSW  stop user
 50463 cvsync   0.017608 CSW  resume user
 50463 cvsync   0.017627 CALL  kevent(0x4,0xbfbfe010,0x1,0,0,0)
 50463 cvsync   0.017641 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017651 GIO   fd 4 read 0 bytes
       ""
 50463 cvsync   0.017658 RET   kevent 0
 50463 cvsync   0.017667 CALL  kevent(0x4,0,0,0xbfbfe010,0x1,0xbfbfe008)
 50463 cvsync   0.017680 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.017689 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017699 RET   kevent 1
 50463 cvsync   0.017708 CALL  write(0x3,0xbfbfe05c,0x4)
 50463 cvsync   0.017726 GIO   fd 3 wrote 4 bytes
       0x0000 0500 0000                                |....|

 50463 cvsync   0.017738 RET   write 4
 50463 cvsync   0.017749 CALL  kevent(0x4,0,0,0xbfbfe010,0x1,0xbfbfe008)
 50463 cvsync   0.017763 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.017774 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fc1f 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017784 RET   kevent 1
 50463 cvsync   0.017793 CALL  write(0x3,0xbfbfe07c,0x4)
 50463 cvsync   0.017808 GIO   fd 3 wrote 4 bytes
       "*\0\0\0"
 50463 cvsync   0.017818 RET   write 4
 50463 cvsync   0.017827 CALL  kevent(0x4,0,0,0xbfbfe010,0x1,0xbfbfe008)
 50463 cvsync   0.017839 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.017849 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 f81f 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.017874 RET   kevent 1
 50463 cvsync   0.017885 CALL  write(0x3,0xbfbfe084,0x4)
 50463 cvsync   0.017902 GIO   fd 3 wrote 4 bytes
       0x0000 0004 0000                                |....|

 50463 cvsync   0.017911 RET   write 4
 50463 cvsync   0.017919 CSW  stop user
 50463 cvsync   0.017978 CSW  resume user
 50463 cvsync   0.017995 CALL  kevent(0x4,0,0,0xbfbfe010,0x1,0xbfbfe008)
 50463 cvsync   0.018007 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.018016 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.018026 RET   kevent 1
 50463 cvsync   0.018035 CALL  write(0x3,0x402e6dab,0x5)
 50463 cvsync   0.018047 GIO   fd 3 wrote 5 bytes
       "hosts"
 50463 cvsync   0.018057 RET   write 5
 50463 cvsync   0.018067 CALL  kevent(0x4,0,0,0xbfbfe010,0x1,0xbfbfe008)
 50463 cvsync   0.018081 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.018091 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fb1f 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.018099 RET   kevent 1
 50463 cvsync   0.018108 CALL  write(0x3,0x8210300,0x2a)
 50463 cvsync   0.018124 GIO   fd 3 wrote 42 bytes
       0x0000 0000 0000 0000 0000 0000 0000 0200 0000  |................|
       0x0010 0100 0000 0600 0000 6376 7379 6e63 2e61  |........cvsync.a|
       0x0020 6c6c 6273 642e 6f72 6700                 |llbsd.org.|

 50463 cvsync   0.018134 RET   write 42/0x2a
 50463 cvsync   0.018144 CALL  kevent(0x4,0,0,0xbfbfe010,0x1,0xbfbfe008)
 50463 cvsync   0.018158 GIO   fd 4 wrote 0 bytes
       ""
 50463 cvsync   0.018168 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 d11f 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.018178 RET   kevent 1
 50463 cvsync   0.018187 CALL  write(0x3,0x8240c00,0x400)
 50463 cvsync   0.018209 GIO   fd 3 wrote 1024 bytes
       0x0000 0100 0000 0000 0000 0200 0000 0100 0000  |................|
       0x0010 0600 0000 1000 0000 0000 0000 8001 2508  |..............%.|
       0x0020 0000 0000 1002 0000 851f 8223 0000 0000  |...........#....|
       0x0030 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0050 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0060 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0070 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0080 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0090 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0100 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0110 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0120 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0130 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0140 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0150 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0160 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0170 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0180 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0190 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0200 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0210 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0220 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0230 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0240 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0250 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0260 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0270 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0280 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0290 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0300 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0310 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0320 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0330 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0340 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0350 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0360 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0370 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0380 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0390 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
 50463 cvsync   0.018257 RET   write 1024/0x400
 50463 cvsync   0.018266 CSW  stop user
 50463 cvsync   0.018374 CSW  resume user
 50463 cvsync   0.018391 CALL  kevent(0x5,0,0,0xbfbfe010,0x1,0xbfbfe008)
 50463 cvsync   0.018406 GIO   fd 5 wrote 0 bytes
       ""
 50463 cvsync   0.018416 GIO   fd 5 read 20 bytes
       0x0000 0300 0000 ffff 0000 0000 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 50463 cvsync   0.018425 RET   kevent 1
 50463 cvsync   0.018440 CALL  read(0x3,0xbfbfe058,0x4)
 50463 cvsync   0.018452 GIO   fd 3 read 4 bytes
       "-\0\0\0"
 50463 cvsync   0.018462 RET   read 4
 50463 cvsync   0.018471 CALL  close(0x3)
 50463 cvsync   0.018504 RET   close 0
 50463 cvsync   0.018515 CSW  stop user
 50463 cvsync   0.018549 CSW  resume user
 50463 cvsync   0.018568 CALL  close(0x5)
 50463 cvsync   0.018582 RET   close 0
 50463 cvsync   0.018592 CALL  close(0x4)
 50463 cvsync   0.018604 RET   close 0
 50463 cvsync   0.018658 CALL  socket(PF_INET,SOCK_STREAM,0x6)
 50463 cvsync   0.018691 RET   socket 3
 50463 cvsync   0.018716 CALL  connect(0x3,0x8250180,0x10)
 50463 cvsync   0.018838 CSW  stop kernel
 50463 cvsync   75.022436 CSW  resume kernel
 50463 cvsync   75.022616 RET   connect -1 errno 60 Operation timed out
 50463 cvsync   75.022779 CALL  write(0x2,0xbfbfdc80,0x32)
 50463 cvsync   75.022863 GIO   fd 2 wrote 50 bytes
       "host 133.31.130.35 port 7777: Operation timed out
       "
 50463 cvsync   75.023007 RET   write 50/0x32
 50463 cvsync   75.023062 CALL  close(0x3)
 50463 cvsync   75.023148 RET   close 0
 50463 cvsync   75.023203 CALL  write(0x2,0xbfbfe120,0x38)
 50463 cvsync   75.023232 GIO   fd 2 wrote 56 bytes
       "service is not available at cvsync.allbsd.org port 7777
       "
 50463 cvsync   75.023245 RET   write 56/0x38
 50463 cvsync   75.023495 CALL  exit(0x1)
-------------- next part --------------
 80421 ktrace   0.000000 RET   ktrace 0
 80421 ktrace   0.000139 CALL  execve(0xbfbfe780,0xbfbfe648,0xbfbfe65c)
 80421 ktrace   0.000190 NAMI  "/usr/local/bin/cvsync"
 80421 ktrace   0.000386 NAMI  "/libexec/ld-elf.so.1"
 80421 cvsync   0.000540 RET   execve 0
 80421 cvsync   0.000559 CALL  mmap(0,0x1148,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.000581 RET   mmap 1074360320/0x40097000
 80421 cvsync   0.000682 CALL  munmap(0x40097000,0x1148)
 80421 cvsync   0.000696 RET   munmap 0
 80421 cvsync   0.000722 CALL  __sysctl(0xbfbfe3e8,0x2,0x40093998,0xbfbfe3e4,0,0)
 80421 cvsync   0.000743 RET   __sysctl 0
 80421 cvsync   0.000752 CALL  mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.000764 RET   mmap 1074360320/0x40097000
 80421 cvsync   0.000800 CALL  issetugid
 80421 cvsync   0.000809 RET   issetugid 0
 80421 cvsync   0.000870 CALL  open(0x4008d97a,O_RDONLY,<unused>0x1b6)
 80421 cvsync   0.000888 NAMI  "/etc/libmap.conf"
 80421 cvsync   0.000912 RET   open 3
 80421 cvsync   0.000932 CALL  fstat(0x3,0xbfbfdad0)
 80421 cvsync   0.000952 RET   fstat 0
 80421 cvsync   0.000962 CALL  read(0x3,0x4009b000,0x1000)
 80421 cvsync   0.000995 GIO   fd 3 read 37 bytes
       "[cvsync]
	libthr.so.2	libpthread.so.2
       "
 80421 cvsync   0.001005 RET   read 37/0x25
 80421 cvsync   0.001022 CALL  read(0x3,0x4009b000,0x1000)
 80421 cvsync   0.001034 GIO   fd 3 read 0 bytes
       ""
 80421 cvsync   0.001044 RET   read 0
 80421 cvsync   0.001056 CALL  close(0x3)
 80421 cvsync   0.001080 RET   close 0
 80421 cvsync   0.001114 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.001126 NAMI  "/usr/lib/libz.so.3"
 80421 cvsync   0.001166 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.001176 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.001186 NAMI  "/usr/local/lib/libz.so.3"
 80421 cvsync   0.001211 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.001224 CALL  open(0x4008c6b8,O_RDONLY,<unused>0)
 80421 cvsync   0.001269 NAMI  "/var/run/ld-elf.so.hints"
 80421 cvsync   0.001302 RET   open 3
 80421 cvsync   0.001312 CALL  read(0x3,0xbfbfe120,0x80)
 80421 cvsync   0.001328 GIO   fd 3 read 128 bytes
       0x0000 4568 6e74 0100 0000 8000 0000 5900 0000  |Ehnt........Y...|
       0x0010 0000 0000 5800 0000 0000 0000 0000 0000  |....X...........|
       0x0020 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0030 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0050 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0060 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0070 0000 0000 0000 0000 0000 0000 0000 0000  |................|
 80421 cvsync   0.001339 RET   read 128/0x80
 80421 cvsync   0.001360 CALL  lseek(0x3,0,0x80,SEEK_SET,0)
 80421 cvsync   0.001371 RET   lseek 128/0x80
 80421 cvsync   0.001380 CALL  read(0x3,0x4009e000,0x59)
 80421 cvsync   0.001395 GIO   fd 3 read 89 bytes
       "/lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/X11R6/lib:/usr/local\
	/lib/evolution/2.8\0"
 80421 cvsync   0.001405 RET   read 89/0x59
 80421 cvsync   0.001414 CALL  close(0x3)
 80421 cvsync   0.001436 RET   close 0
 80421 cvsync   0.001446 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.001456 NAMI  "/lib/libz.so.3"
 80421 cvsync   0.001477 RET   access 0
 80421 cvsync   0.001488 CALL  open(0x400980a0,O_RDONLY,<unused>0)
 80421 cvsync   0.001498 NAMI  "/lib/libz.so.3"
 80421 cvsync   0.001515 RET   open 3
 80421 cvsync   0.001524 CALL  fstat(0x3,0xbfbfe3d0)
 80421 cvsync   0.001537 RET   fstat 0
 80421 cvsync   0.001546 CALL  read(0x3,0x400928e0,0x1000)
 80421 cvsync   0.001598 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 1017 0000 3400 0000  |............4...|
       0x0020 d408 0100 0000 0000 3400 2000 0300 2800  |........4. ...(.|
       0x0030 1500 1400 0100 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 aa02 0100 aa02 0100 0500 0000  |................|
       0x0050 0010 0000 0100 0000 c002 0100 c012 0100  |................|
       0x0060 c012 0100 d402 0000 f002 0000 0600 0000  |................|
       0x0070 0010 0000 0200 0000 c803 0100 c813 0100  |................|
       0x0080 c813 0100 a800 0000 a800 0000 0600 0000  |................|
       0x0090 0400 0000 6100 0000 8100 0000 4f00 0000  |....a.......O...|
       0x00a0 0000 0000 5c00 0000 4700 0000 2e00 0000  |....\...G.......|
       0x00b0 7f00 0000 0000 0000 3900 0000 0000 0000  |........9.......|
       0x00c0 0000 0000 6e00 0000 0000 0000 5100 0000  |....n.......Q...|
       0x00d0 0000 0000 4200 0000 0000 0000 2b00 0000  |....B.......+...|
       0x00e0 6000 0000 2500 0000 3800 0000 6900 0000  |`...%...8...i...|
       0x00f0 5f00 0000 7400 0000 6600 0000 7200 0000  |_...t...f...r...|
       0x0100 0000 0000 2900 0000 6b00 0000 6800 0000  |....)...k...h...|
       0x0110 3300 0000 0000 0000 4600 0000 6f00 0000  |3.......F...o...|
       0x0120 5800 0000 7600 0000 6700 0000 6d00 0000  |X...v...g...m...|
       0x0130 3200 0000 3b00 0000 0000 0000 5b00 0000  |2...;.......[...|
       0x0140 4000 0000 7800 0000 7500 0000 0000 0000  |@...x...u.......|
       0x0150 6100 0000 3400 0000 6400 0000 6a00 0000  |a...4...d...j...|
       0x0160 3c00 0000 0000 0000 0000 0000 4500 0000  |<...........E...|
       0x0170 3f00 0000 0000 0000 0000 0000 4a00 0000  |?...........J...|
       0x0180 5200 0000 4800 0000 0000 0000 5d00 0000  |R...H.......]...|
       0x0190 2d00 0000 7a00 0000 1f00 0000 7900 0000  |-...z.......y...|
       0x01a0 6c00 0000 5600 0000 0000 0000 8000 0000  |l...V...........|
       0x01b0 7d00 0000 5000 0000 2400 0000 7300 0000  |}...P...$...s...|
       0x01c0 4e00 0000 2000 0000 2f00 0000 7700 0000  |N... .../...w...|
       0x01d0 7000 0000 3a00 0000 0000 0000 7100 0000  |p...:.......q...|
       0x01e0 3600 0000 0000 0000 0000 0000 7b00 0000  |6...........{...|
       0x01f0 0000 0000 7e00 0000 0000 0000 0000 0000  |....~...........|
       0x0200 5700 0000 1600 0000 5a00 0000 0000 0000  |W.......Z.......|
       0x0210 7c00 0000 0000 0000 2800 0000 4d00 0000  ||.......(...M...|
       0x0220 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0230 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0240 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0250 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0260 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0270 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0280 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0290 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02a0 0000 0000 0000 0000 2100 0000 0000 0000  |........!.......|
       0x02b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02c0 0000 0000 0000 0000 0000 0000 1b00 0000  |................|
       0x02d0 0000 0000 0000 0000 1d00 0000 0000 0000  |................|
       0x02e0 2700 0000 1c00 0000 1e00 0000 0000 0000  |'...............|
       0x02f0 0000 0000 1500 0000 0000 0000 0000 0000  |................|
       0x0300 3100 0000 0000 0000 0000 0000 0000 0000  |1...............|
       0x0310 1700 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0320 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0330 2a00 0000 2300 0000 4300 0000 0000 0000  |*...#...C.......|
       0x0340 2c00 0000 0000 0000 0000 0000 0000 0000  |,...............|
       0x0350 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0360 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0370 0000 0000 3e00 0000 0000 0000 1400 0000  |....>...........|
       0x0380 0000 0000 1a00 0000 0000 0000 0000 0000  |................|
       0x0390 0000 0000 4900 0000 0000 0000 0000 0000  |....I...........|
       0x03a0 5900 0000 0000 0000 0000 0000 5300 0000  |Y...........S...|
       0x03b0 3700 0000 4b00 0000 3500 0000 5e00 0000  |7...K...5...^...|
       0x03c0 0000 0000 2200 0000 4400 0000 4100 0000  |...."...D...A...|
       0x03d0 2600 0000 6300 0000 0000 0000 0000 0000  |&...c...........|
       0x03e0 0000 0000 0000 0000 4c00 0000 0000 0000  |........L.......|
       0x03f0 0000 0000 1900 0000 1800 0000 6200 0000  |............b...|
       0x0400 6500 0000 3d00 0000 0000 0000 0000 0000  |e...=...........|
       0x0410 0000 0000 5400 0000 3000 0000 0000 0000  |....T...0.......|
       0x0420 5500 0000 0000 0000 0000 0000 0000 0000  |U...............|
       0x0430 0000 0000 0000 0000 9400 0000 0000 0000  |................|
       0x0440 0300 0100 0000 0000 2404 0000 0000 0000  |........$.......|
       0x0450 0300 0200 0000 0000 340c 0000 0000 0000  |........4.......|
       0x0460 0300 0300 0000 0000 a410 0000 0000 0000  |................|
       0x0470 0300 0400 0000 0000 d411 0000 0000 0000  |................|
       0x0480 0300 0500 0000 0000 8413 0000 0000 0000  |................|
       0x0490 0300 0600 0000 0000 9813 0000 0000 0000  |................|
       0x04a0 0300 0700 0000 0000 1017 0000 0000 0000  |................|
       0x04b0 0300 0800 0000 0000 50c1 0000 0000 0000  |........P.......|
       0x04c0 0300 0900 0000 0000 60c1 0000 0000 0000  |........`.......|
       0x04d0 0300 0a00 0000 0000 c012 0100 0000 0000  |................|
       0x04e0 0300 0b00 0000 0000 c413 0100 0000 0000  |................|
       0x04f0 0300 0c00 0000 0000 c813 0100 0000 0000  |................|
       0x0500 0300 0d00 0000 0000 7014 0100 0000 0000  |........p.......|
       0x0510 0300 0e00 0000 0000 7814 0100 0000 0000  |........x.......|
       0x0520 0300 0f00 0000 0000 8014 0100 0000 0000  |................|
       0x0530 0300 1000 0000 0000 8414 0100 0000 0000  |................|
       0x0540 0300 1100 0000 0000 9415 0100 0000 0000  |................|
       0x0550 0300 1200 0000 0000 0000 0000 0000 0000  |................|
       0x0560 0300 1300 8e01 0000 0000 0000 0000 0000  |................|
       0x0570 1000 0000 fa00 0000 4029 0000 ca00 0000  |........@)......|
       0x0580 1200 0800 2102 0000 403a 0000 6100 0000  |....!...@:..a...|
       0x0590 1200 0800 ed02 0000 3062 0000 ca01 0000  |........0b......|
       0x05a0 1200 0800 f801 0000 b073 0000 c80b 0000  |.........s......|
       0x05b0 1200 0800 e801 0000 3036 0000 5c00 0000  |........06..\...|
       0x05c0 1200 0800 5003 0000 4072 0000 3d00 0000  |....P... at r..=...|
       0x05d0 1200 0800 e101 0000 e035 0000 4200 0000  |.........5..B...|
       0x05e0 1200 0800 8102 0000 0000 0000 0000 0000  |................|
       0x05f0 1000 0000 c103 0000 50b1 0000 ff05 0000  |........P.......|
       0x0600 1200 0800 0a02 0000 0000 0000 0000 0000  |................|
       0x0610 1000 0000 e300 0000 4032 0000 1600 0000  |........ at 2......|
       0x0620 1200 0800 e903 0000 4097 0000 1600 0000  |........ at .......|
       0x0630 1200 0800 0100 0000 c813 0100 0000 0000  |................|
       0x0640 1100 f1ff 6902 0000 c03e 0000 5c01 0000  |....i....>..\...|
       0x0650 1200 0800 3203 0000 c071 0000 2d00 0000  |....2....q..-...|
       0x0660 1200 0800 d103 0000 e0d7 0000 0001 0000  |................|
       0x0670 1100 0a00 1201 0000 a044 0000 c619 0000  |.........D......|
       0x0680 1200 0800 5a02 0000 e03d 0000 1900 0000  |....Z....=......|
       0x0690 1200 0800 1d03 0000 3070 0000 8101 0000  |........0p......|
       0x06a0 1200 0800 be00 0000 0000 0000 0000 0000  |................|
       0x06b0 1000 0000 2501 0000 102a 0000 9800 0000  |....%....*......|
       0x06c0 1200 0800 2600 0000 0000 0000 0000 0000  |....&...........|
       0x06d0 2000 0000 b100 0000 0064 0000 f104 0000  | ........d......|
       0x06e0 1200 0800 7a01 0000 0000 0000 0000 0000  |....z...........|
       0x06f0 1000 0000 0902 0000 0000 0000 0000 0000  |................|
       0x0700 1000 0000 f503 0000 6097 0000 0a00 0000  |........`.......|
       0x0710 1200 0800 2902 0000 0000 0000 0000 0000  |....)...........|
       0x0720 1000 0000 4d02 0000 703d 0000 3200 0000  |....M...p=..2...|
       0x0730 1200 0800 dc02 0000 f061 0000 3400 0000  |.........a..4...|
       0x0740 1200 0800 a203 0000 8413 0000 0000 0000  |................|
       0x0750 1200 0600 bf02 0000 1060 0000 3700 0000  |.........`..7...|
       0x0760 1200 0800 7703 0000 e0af 0000 6401 0000  |....w.......d...|
       0x0770 1200 0800 8a02 0000 2040 0000 5f00 0000  |........ @.._...|
       0x0780 1200 0800 0501 0000 b042 0000 3a00 0000  |.........B..:...|
       0x0790 1200 0800 5c03 0000 8072 0000 5a00 0000  |....\....r..Z...|
       0x07a0 1200 0800 be01 0000 0000 0000 0000 0000  |................|
       0x07b0 1000 0000 a803 0000 5085 0000 5900 0000  |........P...Y...|
       0x07c0 1200 0800 a202 0000 00be 0000 5b02 0000  |............[...|
       0x07d0 1200 0800 7102 0000 0000 0000 0000 0000  |....q...........|
       0x07e0 1000 0000 8800 0000 d097 0000 2100 0000  |............!...|
       0x07f0 1200 0800 3500 0000 0000 0000 0000 0000  |....5...........|
       0x0800 2000 0000 7700 0000 f017 0000 2501 0000  | ...w.......%...|
       0x0810 1200 0800 3902 0000 0000 0000 0000 0000  |....9...........|
       0x0820 1000 0000 9700 0000 2019 0000 c50e 0000  |........ .......|
       0x0830 1200 0800 e400 0000 c028 0000 7f00 0000  |.........(......|
       0x0840 1200 0800 0604 0000 7097 0000 2300 0000  |........p...#...|
       0x0850 1200 0800 8101 0000 b0b8 0000 b502 0000  |................|
       0x0860 1200 0800 3f02 0000 603b 0000 0102 0000  |....?...`;......|
       0x0870 1200 0800 d400 0000 c032 0000 1e03 0000  |.........2......|
       0x0880 1200 0800 9502 0000 2041 0000 6500 0000  |........ A..e...|
       0x0890 1200 0800 6101 0000 0000 0000 0000 0000  |....a...........|
       0x08a0 1000 0000 1a02 0000 d038 0000 3f00 0000  |.........8..?...|
       0x08b0 1200 0800 4601 0000 0000 0000 0000 0000  |....F...........|
       0x08c0 1000 0000 b001 0000 5082 0000 f202 0000  |........P.......|
       0x08d0 1200 0800 0b03 0000 20d7 0000 3500 0000  |........ ...5...|
       0x08e0 1100 0a00 cc01 0000 e031 0000 5f00 0000  |.........1.._...|
       0x08f0 1200 0800 d401 0000 8040 0000 9300 0000  |......... at ......|
       0x0900 1200 0800 a301 0000 0000 0000 0000 0000  |................|
       0x0910 1000 0000 de03 0000 e0d8 0000 0002 0000  |................|
       0x0920 1100 0a00 9203 0000 b080 0000 9f01 0000  |................|
       0x0930 1200 0800 d002 0000 d060 0000 1d01 0000  |.........`......|
       0x0940 1200 0800 4e01 0000 0000 0000 0000 0000  |....N...........|
       0x0950 1000 0000 4303 0000 f071 0000 4100 0000  |....C....q..A...|
       0x0960 1200 0800 3304 0000 c0bc 0000 c900 0000  |....3...........|
       0x0970 1200 0800 c601 0000 0000 0000 0000 0000  |................|
       0x0980 1000 0000 5401 0000 0000 0000 0000 0000  |....T...........|
       0x0990 1000 0000 5404 0000 9415 0100 0000 0000  |....T...........|
       0x09a0 1000 f1ff 4602 0000 0000 0000 0000 0000  |....F...........|
       0x09b0 1000 0000 ea00 0000 603e 0000 5100 0000  |........`>..Q...|
       0x09c0 1200 0800 aa01 0000 0000 0000 0000 0000  |................|
       0x09d0 1000 0000 8c02 0000 0000 0000 0000 0000  |................|
       0x09e0 1000 0000 6801 0000 0000 0000 0000 0000  |....h...........|
       0x09f0 1000 0000 7802 0000 6013 0100 2800 0000  |....x...`...(...|
       0x0a00 1100 0b00 8f00 0000 a097 0000 2700 0000  |............'...|
       0x0a10 1200 0800 2000 0000 50c1 0000 0000 0000  |.... ...P.......|
       0x0a20 1200 0900 b503 0000 b085 0000 4d02 0000  |............M...|
       0x0a30 1200 0800 2504 0000 d0bb 0000 e400 0000  |....%...........|
       0x0a40 1200 0800 db00 0000 1037 0000 ed00 0000  |.........7......|
       0x0a50 1200 0800 6903 0000 e0bd 0000 1600 0000  |....i...........|
       0x0a60 1200 0800 6302 0000 0000 0000 0000 0000  |....c...........|
       0x0a70 1000 0000 1302 0000 8038 0000 4800 0000  |.........8..H...|
       0x0a80 1200 0800 f200 0000 0000 0000 0000 0000  |................|
       0x0a90 1000 0000 5402 0000 b03d 0000 2b00 0000  |....T....=..+...|
       0x0aa0 1200 0800 3f01 0000 0000 0000 0000 0000  |....?...........|
       0x0ab0 1000 0000 4d04 0000 9415 0100 0000 0000  |....M...........|
       0x0ac0 1000 f1ff 0a00 0000 8414 0100 0000 0000  |................|
       0x0ad0 1100 f1ff 6004 0000 b015 0100 0000 0000  |....`...........|
       0x0ae0 1000 f1ff f902 0000 e0d5 0000 2f00 0000  |............/...|
       0x0af0 1100 0a00 3d04 0000 60c0 0000 c000 0000  |....=...`.......|
       0x0b00 1200 0800 9f03 0000 8098 0000 7b00 0000  |............{...|
       0x0b10 1200 0800 f101 0000 9036 0000 7a00 0000  |.........6..z...|
       0x0b20 1200 0800 3101 0000 807f 0000 2401 0000  |....1.......$...|
       0x0b30 1200 0800 fc00 0000 90bd 0000 4100 0000  |............A...|
       0x0b40 1200 0800 aa02 0000 d05e 0000 3201 0000  |.........^..2...|
       0x0b50 1200 0800 8701 0000 0000 0000 0000 0000  |................|
       0x0b60 1000 0000 3002 0000 b03a 0000 b000 0000  |....0....:......|
       0x0b70 1200 0800 1a01 0000 705e 0000 5f00 0000  |........p^.._...|
       0x0b80 1200 0800 6300 0000 0000 0000 0000 0000  |....c...........|
       0x0b90 2000 0000 9501 0000 9041 0000 1c01 0000  | ........A......|
       0x0ba0 1200 0800 4d00 0000 0000 0000 0000 0000  |....M...........|
       0x0bb0 2000 0000 c500 0000 f027 0000 4200 0000  | ........'..B...|
       0x0bc0 1200 0800 0d04 0000 50b7 0000 3601 0000  |........P...6...|
       0x0bd0 1200 0800 6f01 0000 106f 0000 1501 0000  |....o....o......|
       0x0be0 1200 0800 1704 0000 90b8 0000 1600 0000  |................|
       0x0bf0 1200 0800 a300 0000 0069 0000 0206 0000  |.........i......|
       0x0c00 1200 0800 0002 0000 0038 0000 7e00 0000  |.........8..~...|
       0x0c10 1200 0800 8803 0000 20a7 0000 f102 0000  |........ .......|
       0x0c20 1200 0800 8a00 0000 0000 0000 0000 0000  |................|
       0x0c30 1000 0000 005f 4459 4e41 4d49 4300 5f47  |....._DYNAMIC._G|
       0x0c40 4c4f 4241 4c5f 4f46 4653 4554 5f54 4142  |LOBAL_OFFSET_TAB|
       0x0c50 4c45 5f00 5f66 696e 6900 5f5f 6378 615f  |LE_._fini.__cxa_|
       0x0c60 6669 6e61 6c69 7a65 005f 5f64 6572 6567  |finalize.__dereg|
       0x0c70 6973 7465 725f 6672 616d 655f 696e 666f  |ister_frame_info|
       0x0c80 005f 5f72 6567 6973 7465 725f 6672 616d  |.__register_fram|
       0x0c90 655f 696e 666f 005f 4a76 5f52 6567 6973  |e_info._Jv_Regis|
       0x0ca0 7465 7243 6c61 7373 6573 0069 6e66 6c61  |terClasses.infla|
       0x0cb0 7465 4261 636b 496e 6974 5f00 7a63 6672  |teBackInit_.zcfr|
       0x0cc0 6565 007a 6361 6c6c 6f63 0069 6e66 6c61  |ee.zcalloc.infla|
       0x0cd0 7465 4261 636b 0069 6e66 6c61 7465 5f74  |teBack.inflate_t|
       0x0ce0 6162 6c65 0069 6e66 6c61 7465 5f66 6173  |able.inflate_fas|
       0x0cf0 7400 6d65 6d63 7079 0069 6e66 6c61 7465  |t.memcpy.inflate|
       0x0d00 4261 636b 456e 6400 677a 7265 6164 0067  |BackEnd.gzread.g|
       0x0d10 7a77 7269 7465 0067 7a6f 7065 6e00 677a  |zwrite.gzopen.gz|
       0x0d20 636c 6f73 6500 6675 6e6f 7065 6e00 756e  |close.funopen.un|
       0x0d30 636f 6d70 7265 7373 0069 6e66 6c61 7465  |compress.inflate|
       0x0d40 496e 6974 5f00 696e 666c 6174 6500 696e  |Init_.inflate.in|
       0x0d50 666c 6174 6545 6e64 0067 7a73 6574 7061  |flateEnd.gzsetpa|
       0x0d60 7261 6d73 0064 6566 6c61 7465 5061 7261  |rams.deflatePara|
       0x0d70 6d73 0066 7772 6974 6500 5f5f 6572 726f  |ms.fwrite.__erro|
       0x0d80 7200 6672 6561 6400 5f5f 6973 7468 7265  |r.fread.__isthre|
       0x0d90 6164 6564 0066 6572 726f 7200 6663 6c6f  |aded.ferror.fclo|
       0x0da0 7365 0064 6566 6c61 7465 456e 6400 6d61  |se.deflateEnd.ma|
       0x0db0 6c6c 6f63 0063 7263 3332 0073 7472 6c65  |lloc.crc32.strle|
       0x0dc0 6e00 7374 7263 7079 0069 6e66 6c61 7465  |n.strcpy.inflate|
       0x0dd0 496e 6974 325f 0066 646f 7065 6e00 6674  |Init2_.fdopen.ft|
       0x0de0 656c 6c00 6465 666c 6174 6549 6e69 7432  |ell.deflateInit2|
       0x0df0 5f00 6670 7269 6e74 6600 666f 7065 6e00  |_.fprintf.fopen.|
       0x0e00 677a 646f 7065 6e00 696e 666c 6174 6552  |gzdopen.inflateR|
       0x0e10 6573 6574 0067 7a67 6574 6300 677a 756e  |eset.gzgetc.gzun|
       0x0e20 6765 7463 0067 7a67 6574 7300 6465 666c  |getc.gzgets.defl|
       0x0e30 6174 6500 677a 7072 696e 7466 0076 736e  |ate.gzprintf.vsn|
       0x0e40 7072 696e 7466 0067 7a70 7574 6300 677a  |printf.gzputc.gz|
       0x0e50 7075 7473 0067 7a66 6c75 7368 0066 666c  |puts.gzflush.ffl|
       0x0e60 7573 6800 677a 7265 7769 6e64 0066 7365  |ush.gzrewind.fse|
       0x0e70 656b 0067 7a73 6565 6b00 6d65 6d73 6574  |ek.gzseek.memset|
       0x0e80 0067 7a74 656c 6c00 677a 656f 6600 677a  |.gztell.gzeof.gz|
       0x0e90 6469 7265 6374 0066 7075 7463 0067 7a65  |direct.fputc.gze|
       0x0ea0 7272 6f72 0073 7472 6361 7400 7a5f 6572  |rror.strcat.z_er|
       0x0eb0 726d 7367 0073 7472 6572 726f 7200 677a  |rmsg.strerror.gz|
       0x0ec0 636c 6561 7265 7272 0069 6e66 6c61 7465  |clearerr.inflate|
       0x0ed0 5072 696d 6500 6164 6c65 7233 3200 696e  |Prime.adler32.in|
       0x0ee0 666c 6174 6553 6574 4469 6374 696f 6e61  |flateSetDictiona|
       0x0ef0 7279 0069 6e66 6c61 7465 4765 7448 6561  |ry.inflateGetHea|
       0x0f00 6465 7200 696e 666c 6174 6553 796e 6300  |der.inflateSync.|
       0x0f10 696e 666c 6174 6553 796e 6350 6f69 6e74  |inflateSyncPoint|
       0x0f20 0069 6e66 6c61 7465 436f 7079 0069 6e66  |.inflateCopy.inf|
       0x0f30 6c61 7465 5f63 6f70 7972 6967 6874 0064  |late_copyright.d|
       0x0f40 6566 6c61 7465 5f63 6f70 7972 6967 6874  |eflate_copyright|
       0x0f50 0064 6566 6c61 7465 5365 7444 6963 7469  |.deflateSetDicti|
       0x0f60 6f6e 6172 7900 6465 666c 6174 6553 6574  |onary.deflateSet|
       0x0f70 4865 6164 6572 0064 6566 6c61 7465 5072  |Header.deflatePr|
       0x0f80 696d 6500 6465 666c 6174 6554 756e 6500  |ime.deflateTune.|
       0x0f90 6465 666c 6174 6542 6f75 6e64 0063 6f6d  |deflateBound.com|
       0x0fa0 7072 6573 7342 6f75 6e64 005f 7472 5f73  |pressBound._tr_s|
       0x0fb0 746f 7265 645f 626c 6f63 6b00 5f74 725f  |tored_block._tr_|
       0x0fc0 616c 6967 6e00 6465 666c 6174 6552 6573  |align.deflateRes|
       0x0fd0 6574 005f 7472 5f69 6e69 7400 6465 666c  |et._tr_init.defl|
       0x0fe0 6174 6549 6e69 745f 0064 6566 6c61 7465  |ateInit_.deflate|
       0x0ff0 436f 7079 005f 7472 5f66 6c75 7368 5f62  |Copy._tr_flush_b|
 80421 cvsync   0.001630 RET   read 4096/0x1000
 80421 cvsync   0.001642 CALL  mmap(0,0x12000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 80421 cvsync   0.001672 RET   mmap 1074393088/0x4009f000
 80421 cvsync   0.001684 CALL  mprotect(0x400af000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 80421 cvsync   0.001702 RET   mprotect 0
 80421 cvsync   0.001742 CALL  mprotect(0x400af000,0x1000,PROT_READ|PROT_EXEC)
 80421 cvsync   0.001754 RET   mprotect 0
 80421 cvsync   0.001763 CALL  mmap(0x400b0000,0x1000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0x10000,0)
 80421 cvsync   0.001780 RET   mmap 1074462720/0x400b0000
 80421 cvsync   0.001822 CALL  close(0x3)
 80421 cvsync   0.001837 RET   close 0
 80421 cvsync   0.001848 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.001859 NAMI  "/usr/lib/libcrypto.so.5"
 80421 cvsync   0.001894 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.001904 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.001913 NAMI  "/usr/local/lib/libcrypto.so.5"
 80421 cvsync   0.001942 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.001956 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.001967 NAMI  "/lib/libcrypto.so.5"
 80421 cvsync   0.001985 RET   access 0
 80421 cvsync   0.001994 CALL  open(0x40098100,O_RDONLY,<unused>0x400b0fff)
 80421 cvsync   0.002006 NAMI  "/lib/libcrypto.so.5"
 80421 cvsync   0.002025 RET   open 3
 80421 cvsync   0.002035 CALL  fstat(0x3,0xbfbfe3d0)
 80421 cvsync   0.002051 RET   fstat 0
 80421 cvsync   0.002060 CALL  read(0x3,0x400928e0,0x1000)
 80421 cvsync   0.002095 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 60d1 0300 3400 0000  |........`...4...|
       0x0020 d424 1400 0000 0000 3400 2000 0300 2800  |.$......4. ...(.|
       0x0030 1600 1500 0100 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 8d7e 1200 8d7e 1200 0500 0000  |.....~...~......|
       0x0050 0010 0000 0100 0000 0080 1200 0080 1200  |................|
       0x0060 0080 1200 705c 0100 1083 0100 0600 0000  |....p\..........|
       0x0070 0010 0000 0200 0000 14bd 1300 14bd 1300  |................|
       0x0080 14bd 1300 b000 0000 b000 0000 0600 0000  |................|
       0x0090 0400 0000 0508 0000 0f0d 0000 0000 0000  |................|
       0x00a0 cf0c 0000 0000 0000 9308 0000 0000 0000  |................|
       0x00b0 0000 0000 2b0c 0000 a80c 0000 0000 0000  |....+...........|
       0x00c0 0000 0000 3a08 0000 fb01 0000 f209 0000  |....:...........|
       0x00d0 150c 0000 6b04 0000 8603 0000 360a 0000  |....k.......6...|
       0x00e0 940c 0000 3a0c 0000 5907 0000 ee03 0000  |....:...Y.......|
       0x00f0 7404 0000 a208 0000 8009 0000 6100 0000  |t...........a...|
       0x0100 0b04 0000 0206 0000 9b04 0000 900a 0000  |................|
       0x0110 8609 0000 c90b 0000 0000 0000 2704 0000  |............'...|
       0x0120 ff0b 0000 d507 0000 6a0c 0000 0000 0000  |........j.......|
       0x0130 6e04 0000 0000 0000 4403 0000 060c 0000  |n.......D.......|
       0x0140 1b0b 0000 670c 0000 0000 0000 0000 0000  |....g...........|
       0x0150 370a 0000 0000 0000 0000 0000 3b09 0000  |7...........;...|
       0x0160 0000 0000 a60c 0000 280b 0000 590a 0000  |........(...Y...|
       0x0170 0000 0000 5e0b 0000 db01 0000 9b0a 0000  |....^...........|
       0x0180 4504 0000 0000 0000 ee05 0000 9709 0000  |E...............|
       0x0190 7c04 0000 0000 0000 870c 0000 0000 0000  ||...............|
       0x01a0 d406 0000 8907 0000 af0a 0000 c300 0000  |................|
       0x01b0 ea04 0000 ac09 0000 f507 0000 d309 0000  |................|
       0x01c0 0a0c 0000 af06 0000 f30c 0000 d905 0000  |................|
       0x01d0 cc0a 0000 190c 0000 0000 0000 c004 0000  |................|
       0x01e0 0000 0000 c107 0000 7605 0000 210a 0000  |........v...!...|
       0x01f0 d201 0000 0000 0000 810b 0000 740c 0000  |............t...|
       0x0200 000d 0000 7b0c 0000 780c 0000 050c 0000  |....{...x.......|
       0x0210 8d0c 0000 7e04 0000 bd0b 0000 020a 0000  |....~...........|
       0x0220 f10a 0000 8501 0000 cf0a 0000 9d0b 0000  |................|
       0x0230 e606 0000 130c 0000 1d07 0000 160b 0000  |................|
       0x0240 5a0a 0000 4008 0000 6a0a 0000 4904 0000  |Z... at ...j...I...|
       0x0250 c308 0000 0000 0000 c00b 0000 2f0c 0000  |............/...|
       0x0260 0909 0000 550b 0000 fd0c 0000 0000 0000  |....U...........|
       0x0270 ff01 0000 0000 0000 370c 0000 0603 0000  |........7.......|
       0x0280 1107 0000 0000 0000 3805 0000 7c02 0000  |........8...|...|
       0x0290 4e00 0000 1c0a 0000 8c0c 0000 0000 0000  |N...............|
       0x02a0 0000 0000 1704 0000 150b 0000 bd0c 0000  |................|
       0x02b0 f500 0000 0000 0000 6908 0000 b607 0000  |........i.......|
       0x02c0 060b 0000 a50b 0000 7c06 0000 4706 0000  |........|...G...|
       0x02d0 0000 0000 0000 0000 0000 0000 b70a 0000  |................|
       0x02e0 2106 0000 f60c 0000 af04 0000 3c0c 0000  |!...........<...|
       0x02f0 340a 0000 100b 0000 bf0a 0000 a909 0000  |4...............|
       0x0300 e40c 0000 8908 0000 050d 0000 e60c 0000  |................|
       0x0310 e60b 0000 5600 0000 b909 0000 5506 0000  |....V.......U...|
       0x0320 c40c 0000 fa0b 0000 3904 0000 940a 0000  |........9.......|
       0x0330 f708 0000 0000 0000 0000 0000 5a09 0000  |............Z...|
       0x0340 7106 0000 6e0c 0000 0000 0000 bf07 0000  |q...n...........|
       0x0350 0000 0000 af0b 0000 f80b 0000 e30c 0000  |................|
       0x0360 0000 0000 c20c 0000 200c 0000 6d05 0000  |........ ...m...|
       0x0370 c50a 0000 a00c 0000 0000 0000 0000 0000  |................|
       0x0380 0000 0000 e008 0000 5903 0000 7207 0000  |........Y...r...|
       0x0390 4f0a 0000 6605 0000 e90b 0000 0b0a 0000  |O...f...........|
       0x03a0 0000 0000 0e08 0000 2a04 0000 8f06 0000  |........*.......|
       0x03b0 bc06 0000 cb0a 0000 0009 0000 f00a 0000  |................|
       0x03c0 9d0c 0000 e90a 0000 9902 0000 bf01 0000  |................|
       0x03d0 0000 0000 0000 0000 4709 0000 4e0c 0000  |........G...N...|
       0x03e0 8d09 0000 9402 0000 f009 0000 090a 0000  |................|
       0x03f0 2c04 0000 860c 0000 0000 0000 0d0d 0000  |,...............|
       0x0400 0000 0000 f409 0000 630c 0000 2405 0000  |........c...$...|
       0x0410 0000 0000 0000 0000 5503 0000 0000 0000  |........U.......|
       0x0420 a509 0000 0000 0000 b90b 0000 d202 0000  |................|
       0x0430 0000 0000 f706 0000 d90a 0000 5e0a 0000  |............^...|
       0x0440 2706 0000 0807 0000 2708 0000 b903 0000  |'.......'.......|
       0x0450 df0b 0000 3106 0000 8a08 0000 100a 0000  |....1...........|
       0x0460 5b0b 0000 0000 0000 0e09 0000 0000 0000  |[...............|
       0x0470 a503 0000 0000 0000 1b00 0000 0a0a 0000  |................|
       0x0480 fc0a 0000 b10c 0000 2a0c 0000 da05 0000  |........*.......|
       0x0490 820a 0000 fe0a 0000 a204 0000 d808 0000  |................|
       0x04a0 7906 0000 3308 0000 9b0c 0000 8902 0000  |y...3...........|
       0x04b0 6607 0000 5202 0000 0000 0000 220a 0000  |f...R......."...|
       0x04c0 c20b 0000 0000 0000 da0b 0000 410c 0000  |............A...|
       0x04d0 0000 0000 cc0b 0000 e801 0000 3405 0000  |............4...|
       0x04e0 0000 0000 d601 0000 340c 0000 6308 0000  |........4...c...|
       0x04f0 440a 0000 0000 0000 540a 0000 0000 0000  |D.......T.......|
       0x0500 0000 0000 d205 0000 1c09 0000 790b 0000  |............y...|
       0x0510 0000 0000 de09 0000 0000 0000 c605 0000  |................|
       0x0520 7800 0000 fa08 0000 0000 0000 0000 0000  |x...............|
       0x0530 f207 0000 650b 0000 8404 0000 320a 0000  |....e.......2...|
       0x0540 0000 0000 dd07 0000 c60c 0000 c90a 0000  |................|
       0x0550 5b0a 0000 fd09 0000 3f0c 0000 8104 0000  |[.......?.......|
       0x0560 0000 0000 4e01 0000 0000 0000 9506 0000  |....N...........|
       0x0570 180c 0000 500a 0000 c002 0000 c40a 0000  |....P...........|
       0x0580 0000 0000 f50b 0000 ca06 0000 2503 0000  |............%...|
       0x0590 0000 0000 0000 0000 5b0c 0000 bd06 0000  |........[.......|
       0x05a0 110a 0000 e209 0000 ee02 0000 8307 0000  |................|
       0x05b0 5603 0000 4a0a 0000 9106 0000 8709 0000  |V...J...........|
       0x05c0 ec02 0000 0000 0000 2500 0000 d10a 0000  |........%.......|
       0x05d0 f104 0000 0000 0000 c900 0000 7107 0000  |............q...|
       0x05e0 270b 0000 ed0c 0000 e80c 0000 2e04 0000  |'...............|
       0x05f0 b207 0000 db07 0000 aa0b 0000 e304 0000  |................|
       0x0600 c901 0000 2e01 0000 0000 0000 d60c 0000  |................|
       0x0610 0000 0000 5b09 0000 b10b 0000 a10b 0000  |....[...........|
       0x0620 2306 0000 ee0c 0000 f703 0000 890b 0000  |#...............|
       0x0630 0000 0000 0000 0000 c205 0000 3109 0000  |............1...|
       0x0640 ae0b 0000 1409 0000 0000 0000 0000 0000  |................|
       0x0650 cf08 0000 b009 0000 0000 0000 0000 0000  |................|
       0x0660 ee07 0000 410a 0000 6c04 0000 0000 0000  |....A...l.......|
       0x0670 b400 0000 0000 0000 7308 0000 3407 0000  |........s...4...|
       0x0680 c608 0000 070b 0000 930c 0000 0000 0000  |................|
       0x0690 0000 0000 a70c 0000 3806 0000 0000 0000  |........8.......|
       0x06a0 0000 0000 5107 0000 c609 0000 c509 0000  |....Q...........|
       0x06b0 dc06 0000 fb06 0000 0908 0000 af09 0000  |................|
       0x06c0 0000 0000 8a0b 0000 9809 0000 0000 0000  |................|
       0x06d0 f30b 0000 d208 0000 8a03 0000 f20c 0000  |................|
       0x06e0 b302 0000 0000 0000 0000 0000 740b 0000  |............t...|
       0x06f0 9e06 0000 0000 0000 1b05 0000 4201 0000  |............B...|
       0x0700 7e08 0000 0000 0000 b20b 0000 3609 0000  |~...........6...|
       0x0710 0a0d 0000 2e05 0000 6c09 0000 790c 0000  |........l...y...|
       0x0720 0000 0000 4208 0000 800b 0000 be09 0000  |....B...........|
       0x0730 fb0a 0000 8d08 0000 5005 0000 230c 0000  |........P...#...|
       0x0740 de0a 0000 0000 0000 ed07 0000 e308 0000  |................|
       0x0750 1a06 0000 ab0c 0000 4602 0000 0508 0000  |........F.......|
       0x0760 390c 0000 380a 0000 060a 0000 680c 0000  |9...8.......h...|
       0x0770 f107 0000 3203 0000 f704 0000 950b 0000  |....2...........|
       0x0780 ff02 0000 1f0c 0000 b205 0000 0c09 0000  |................|
       0x0790 4805 0000 9f0a 0000 fd07 0000 560c 0000  |H...........V...|
       0x07a0 030a 0000 460a 0000 920b 0000 f003 0000  |....F...........|
       0x07b0 0000 0000 600b 0000 b30b 0000 0000 0000  |....`...........|
       0x07c0 9f06 0000 c700 0000 f804 0000 0000 0000  |................|
       0x07d0 8702 0000 c000 0000 0000 0000 4e08 0000  |............N...|
       0x07e0 0000 0000 d103 0000 710c 0000 0000 0000  |........q.......|
       0x07f0 0000 0000 5401 0000 cc09 0000 a006 0000  |....T...........|
       0x0800 e103 0000 5609 0000 0000 0000 0000 0000  |....V...........|
       0x0810 1a00 0000 0000 0000 fd01 0000 ad08 0000  |................|
       0x0820 fd0b 0000 7604 0000 f007 0000 5c0b 0000  |....v.......\...|
       0x0830 030c 0000 640c 0000 d50b 0000 e909 0000  |....d...........|
       0x0840 b800 0000 0000 0000 8308 0000 1a09 0000  |................|
       0x0850 0000 0000 0000 0000 2202 0000 d506 0000  |........".......|
       0x0860 8a07 0000 670b 0000 3b05 0000 d500 0000  |....g...;.......|
       0x0870 a00b 0000 ea06 0000 f90a 0000 0000 0000  |................|
       0x0880 0000 0000 0609 0000 4c04 0000 8204 0000  |........L.......|
       0x0890 760a 0000 0000 0000 860b 0000 ce0c 0000  |v...............|
       0x08a0 8202 0000 0000 0000 d30a 0000 2c0b 0000  |............,...|
       0x08b0 8309 0000 7d0b 0000 e40a 0000 f908 0000  |....}...........|
       0x08c0 2603 0000 6a03 0000 0000 0000 3108 0000  |&...j.......1...|
       0x08d0 f204 0000 610a 0000 0000 0000 a801 0000  |....a...........|
       0x08e0 c701 0000 0000 0000 0000 0000 4106 0000  |............A...|
       0x08f0 5004 0000 ac00 0000 0000 0000 2602 0000  |P...........&...|
       0x0900 0000 0000 be05 0000 a906 0000 0000 0000  |................|
       0x0910 0000 0000 e402 0000 9b08 0000 d30c 0000  |................|
       0x0920 0a04 0000 df0c 0000 1506 0000 1b0a 0000  |................|
       0x0930 660a 0000 b209 0000 a30b 0000 690c 0000  |f...........i...|
       0x0940 c805 0000 0000 0000 c10a 0000 3f04 0000  |............?...|
       0x0950 b90c 0000 ad09 0000 3d00 0000 8400 0000  |........=.......|
       0x0960 0000 0000 1202 0000 6b0a 0000 0000 0000  |........k.......|
       0x0970 be06 0000 0b0d 0000 c40b 0000 0d09 0000  |................|
       0x0980 0c07 0000 5e07 0000 2709 0000 650c 0000  |....^...'...e...|
       0x0990 4209 0000 0000 0000 0000 0000 9e04 0000  |B...............|
       0x09a0 7e0b 0000 6c0b 0000 7e02 0000 d608 0000  |~...l...~.......|
       0x09b0 9708 0000 8304 0000 1006 0000 420a 0000  |............B...|
       0x09c0 680a 0000 d403 0000 0000 0000 1a0c 0000  |h...............|
       0x09d0 b109 0000 9505 0000 5205 0000 0000 0000  |........R.......|
       0x09e0 f502 0000 c906 0000 0000 0000 0a07 0000  |................|
       0x09f0 ed0b 0000 4009 0000 d105 0000 5d00 0000  |.... at .......]...|
       0x0a00 9c0b 0000 9507 0000 0000 0000 bf0c 0000  |................|
       0x0a10 c709 0000 0000 0000 9a07 0000 0000 0000  |................|
       0x0a20 dc0a 0000 0000 0000 520c 0000 0000 0000  |........R.......|
       0x0a30 d204 0000 610b 0000 0000 0000 900c 0000  |....a...........|
       0x0a40 4d09 0000 d90c 0000 2d0b 0000 2400 0000  |M.......-...$...|
       0x0a50 e207 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0a60 240b 0000 b007 0000 0000 0000 1e00 0000  |$...............|
       0x0a70 9e09 0000 b50b 0000 0000 0000 f50c 0000  |................|
       0x0a80 3c09 0000 620a 0000 0000 0000 110c 0000  |<...b...........|
       0x0a90 4801 0000 0000 0000 8405 0000 4206 0000  |H...........B...|
       0x0aa0 e80b 0000 f10c 0000 fc02 0000 0408 0000  |................|
       0x0ab0 690a 0000 7104 0000 250b 0000 1101 0000  |i...q...%.......|
       0x0ac0 1b03 0000 8d0a 0000 d303 0000 580a 0000  |............X...|
       0x0ad0 780b 0000 0000 0000 0000 0000 5e04 0000  |x...........^...|
       0x0ae0 c006 0000 e009 0000 0000 0000 cb0c 0000  |................|
       0x0af0 4003 0000 ad0b 0000 f105 0000 d606 0000  |@...............|
       0x0b00 a409 0000 e202 0000 0000 0000 800c 0000  |................|
       0x0b10 4809 0000 0000 0000 5800 0000 420b 0000  |H.......X...B...|
       0x0b20 d00a 0000 5302 0000 8006 0000 4104 0000  |....S.......A...|
       0x0b30 d10b 0000 fa01 0000 0000 0000 160c 0000  |................|
       0x0b40 680b 0000 7606 0000 7c0b 0000 5207 0000  |h...v...|...R...|
       0x0b50 0000 0000 bf0b 0000 4b09 0000 4a0c 0000  |........K...J...|
       0x0b60 dd03 0000 980a 0000 ce0b 0000 cf06 0000  |................|
       0x0b70 8e0a 0000 b60b 0000 5c05 0000 9c09 0000  |........\.......|
       0x0b80 7408 0000 140b 0000 ae0a 0000 0000 0000  |t...............|
       0x0b90 0e0d 0000 9501 0000 2c0a 0000 0e0c 0000  |........,.......|
       0x0ba0 910c 0000 0000 0000 c209 0000 0000 0000  |................|
       0x0bb0 ba0a 0000 8d06 0000 460b 0000 6b0c 0000  |........F...k...|
       0x0bc0 5306 0000 b206 0000 0000 0000 e004 0000  |S...............|
       0x0bd0 c30a 0000 8f0a 0000 d007 0000 4c08 0000  |............L...|
       0x0be0 350c 0000 0201 0000 4505 0000 8804 0000  |5.......E.......|
       0x0bf0 870b 0000 0000 0000 a408 0000 0000 0000  |................|
       0x0c00 150a 0000 7d08 0000 4a0b 0000 1205 0000  |....}...J.......|
       0x0c10 0000 0000 120b 0000 8905 0000 0000 0000  |................|
       0x0c20 0000 0000 7b03 0000 0606 0000 a808 0000  |....{...........|
       0x0c30 8707 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0c40 0208 0000 0000 0000 3b07 0000 d804 0000  |........;.......|
       0x0c50 6302 0000 b80b 0000 5808 0000 c104 0000  |c.......X.......|
       0x0c60 3903 0000 c604 0000 fe0b 0000 d408 0000  |9...............|
       0x0c70 500b 0000 0000 0000 ec09 0000 ad07 0000  |P...............|
       0x0c80 780a 0000 df04 0000 c304 0000 0000 0000  |x...............|
       0x0c90 6d00 0000 e807 0000 980c 0000 e709 0000  |m...............|
       0x0ca0 f40c 0000 4d0b 0000 e50a 0000 0000 0000  |....M...........|
       0x0cb0 e802 0000 3705 0000 610c 0000 a306 0000  |....7...a.......|
       0x0cc0 5b07 0000 0000 0000 e00b 0000 0203 0000  |[...............|
       0x0cd0 9d09 0000 af00 0000 de06 0000 c50b 0000  |................|
       0x0ce0 460c 0000 aa05 0000 1902 0000 0000 0000  |F...............|
       0x0cf0 480c 0000 aa03 0000 0000 0000 9e0b 0000  |H...............|
       0x0d00 3b0c 0000 2906 0000 d109 0000 a308 0000  |;...)...........|
       0x0d10 5802 0000 0000 0000 a205 0000 c005 0000  |X...............|
       0x0d20 f806 0000 0000 0000 330c 0000 4f0b 0000  |........3...O...|
       0x0d30 0000 0000 c203 0000 d209 0000 3c02 0000  |............<...|
       0x0d40 f80c 0000 5d06 0000 f509 0000 0409 0000  |....]...........|
       0x0d50 a30a 0000 5906 0000 0000 0000 0000 0000  |....Y...........|
       0x0d60 0000 0000 d603 0000 b40a 0000 3009 0000  |............0...|
       0x0d70 b305 0000 3508 0000 ea0a 0000 0000 0000  |....5...........|
       0x0d80 0000 0000 0000 0000 cd09 0000 b204 0000  |................|
       0x0d90 b907 0000 7100 0000 250c 0000 0000 0000  |....q...%.......|
       0x0da0 a703 0000 0000 0000 0209 0000 0000 0000  |................|
       0x0db0 7402 0000 ca0c 0000 4506 0000 e705 0000  |t.......E.......|
       0x0dc0 0e0a 0000 0000 0000 cb0b 0000 0000 0000  |................|
       0x0dd0 5d0a 0000 1e0b 0000 0000 0000 e605 0000  |]...............|
       0x0de0 380c 0000 fc07 0000 0000 0000 0000 0000  |8...............|
       0x0df0 ef0b 0000 f906 0000 0000 0000 8901 0000  |................|
       0x0e00 f300 0000 ae09 0000 730b 0000 4604 0000  |........s...F...|
       0x0e10 2702 0000 f603 0000 c30c 0000 b00b 0000  |'...............|
       0x0e20 b00a 0000 f60a 0000 ce07 0000 0000 0000  |................|
       0x0e30 0b0c 0000 c109 0000 720a 0000 0000 0000  |........r.......|
       0x0e40 d305 0000 8c0a 0000 1e07 0000 ec0a 0000  |................|
       0x0e50 6d0c 0000 2606 0000 1909 0000 d40c 0000  |m...&...........|
       0x0e60 4f0c 0000 b509 0000 ac02 0000 9808 0000  |O...............|
       0x0e70 570b 0000 a609 0000 0000 0000 7d09 0000  |W...........}...|
       0x0e80 cd01 0000 a307 0000 e805 0000 0000 0000  |................|
       0x0e90 ae07 0000 a40c 0000 0000 0000 560a 0000  |............V...|
       0x0ea0 0000 0000 0000 0000 5b06 0000 820b 0000  |........[.......|
       0x0eb0 600c 0000 2206 0000 3f00 0000 1401 0000  |`..."...?.......|
       0x0ec0 0b0b 0000 0000 0000 3c0b 0000 9f0b 0000  |........<.......|
       0x0ed0 0000 0000 ff08 0000 1c04 0000 0000 0000  |................|
       0x0ee0 b30c 0000 1307 0000 0000 0000 fb08 0000  |................|
       0x0ef0 d706 0000 0000 0000 0000 0000 3d05 0000  |............=...|
       0x0f00 1e0a 0000 a90a 0000 0000 0000 0007 0000  |................|
       0x0f10 1105 0000 c80c 0000 cd0a 0000 c60a 0000  |................|
       0x0f20 0308 0000 6f0c 0000 1306 0000 3605 0000  |....o.......6...|
       0x0f30 cc0c 0000 af0c 0000 b304 0000 5d0b 0000  |............]...|
       0x0f40 0d08 0000 d80b 0000 0000 0000 0000 0000  |................|
       0x0f50 5e00 0000 3d02 0000 0000 0000 6f04 0000  |^...=.......o...|
       0x0f60 c90c 0000 9200 0000 e603 0000 9c08 0000  |................|
       0x0f70 9306 0000 9905 0000 0000 0000 5409 0000  |............T...|
       0x0f80 0000 0000 e407 0000 5f0a 0000 cb08 0000  |........_.......|
       0x0f90 0000 0000 c00c 0000 6109 0000 ed0a 0000  |........a.......|
       0x0fa0 0906 0000 050b 0000 590b 0000 8909 0000  |........Y.......|
       0x0fb0 390a 0000 2b00 0000 0000 0000 0000 0000  |9...+...........|
       0x0fc0 1d0b 0000 0000 0000 0709 0000 0000 0000  |................|
       0x0fd0 eb0a 0000 910b 0000 0000 0000 b709 0000  |................|
       0x0fe0 0000 0000 0000 0000 750c 0000 4b0c 0000  |........u...K...|
       0x0ff0 b70c 0000 0000 0000 7d05 0000 140c 0000  |........}.......|
 80421 cvsync   0.002141 RET   read 4096/0x1000
 80421 cvsync   0.002150 CALL  mmap(0,0x141000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 80421 cvsync   0.002167 RET   mmap 1074466816/0x400b1000
 80421 cvsync   0.002177 CALL  mprotect(0x401d8000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 80421 cvsync   0.002189 RET   mprotect 0
 80421 cvsync   0.002227 CALL  mprotect(0x401d8000,0x1000,PROT_READ|PROT_EXEC)
 80421 cvsync   0.002239 RET   mprotect 0
 80421 cvsync   0.002248 CALL  mmap(0x401d9000,0x16000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0x128000,0)
 80421 cvsync   0.002280 RET   mmap 1075679232/0x401d9000
 80421 cvsync   0.002316 CALL  mmap(0x401ef000,0x3000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.002328 RET   mmap 1075769344/0x401ef000
 80421 cvsync   0.002376 CALL  close(0x3)
 80421 cvsync   0.002390 RET   close 0
 80421 cvsync   0.002405 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.002417 NAMI  "/usr/lib/libpthread.so.2"
 80421 cvsync   0.002441 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.002463 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.002473 NAMI  "/usr/local/lib/libpthread.so.2"
 80421 cvsync   0.002500 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.002512 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.002524 NAMI  "/lib/libpthread.so.2"
 80421 cvsync   0.002541 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.002550 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.002560 NAMI  "/usr/lib/libpthread.so.2"
 80421 cvsync   0.002580 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.002598 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.002610 NAMI  "/usr/lib/compat/libpthread.so.2"
 80421 cvsync   0.002637 RET   access 0
 80421 cvsync   0.002646 CALL  mmap(0,0x9000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.002658 RET   mmap 1075781632/0x401f2000
 80421 cvsync   0.002683 CALL  open(0x401f3000,O_RDONLY,<unused>0x401f1fff)
 80421 cvsync   0.002695 NAMI  "/usr/lib/compat/libpthread.so.2"
 80421 cvsync   0.002721 RET   open 3
 80421 cvsync   0.002730 CALL  fstat(0x3,0xbfbfe3d0)
 80421 cvsync   0.002743 RET   fstat 0
 80421 cvsync   0.002753 CALL  read(0x3,0x400928e0,0x1000)
 80421 cvsync   0.002793 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 5053 0000 3400 0000  |........PS..4...|
       0x0020 0841 0200 0000 0000 3400 2000 0300 2800  |.A......4. ...(.|
       0x0030 1700 1600 0100 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 7a1f 0200 7a1f 0200 0500 0000  |....z...z.......|
       0x0050 0010 0000 0100 0000 0020 0200 0020 0200  |......... ... ..|
       0x0060 0020 0200 3c08 0000 884a 0000 0600 0000  |. ..<....J......|
       0x0070 0010 0000 0200 0000 dc24 0200 dc24 0200  |.........$...$..|
       0x0080 dc24 0200 c000 0000 c000 0000 0600 0000  |.$..............|
       0x0090 0400 0000 0701 0000 e401 0000 3600 0000  |............6...|
       0x00a0 b401 0000 be00 0000 b500 0000 a501 0000  |................|
       0x00b0 d901 0000 0000 0000 7401 0000 6001 0000  |........t...`...|
       0x00c0 df01 0000 be01 0000 f600 0000 0801 0000  |................|
       0x00d0 0000 0000 6401 0000 de01 0000 8100 0000  |....d...........|
       0x00e0 0000 0000 8e01 0000 dc01 0000 8b00 0000  |................|
       0x00f0 1e01 0000 0000 0000 0000 0000 ce00 0000  |................|
       0x0100 4701 0000 d301 0000 d500 0000 c001 0000  |G...............|
       0x0110 0a01 0000 0701 0000 cc01 0000 0000 0000  |................|
       0x0120 cd01 0000 7701 0000 3601 0000 0000 0000  |....w...6.......|
       0x0130 9801 0000 0000 0000 3200 0000 e200 0000  |........2.......|
       0x0140 a600 0000 3b01 0000 5b00 0000 0000 0000  |....;...[.......|
       0x0150 1d01 0000 cf01 0000 e400 0000 6501 0000  |............e...|
       0x0160 2a01 0000 6101 0000 0000 0000 0000 0000  |*...a...........|
       0x0170 2b01 0000 7501 0000 b700 0000 5201 0000  |+...u.......R...|
       0x0180 de00 0000 0000 0000 c901 0000 9701 0000  |................|
       0x0190 0e01 0000 da01 0000 9400 0000 3e01 0000  |............>...|
       0x01a0 2401 0000 0000 0000 db01 0000 3a01 0000  |$...........:...|
       0x01b0 af01 0000 0901 0000 8401 0000 6a00 0000  |............j...|
       0x01c0 d101 0000 d701 0000 5001 0000 a401 0000  |........P.......|
       0x01d0 0000 0000 9601 0000 d001 0000 1601 0000  |................|
       0x01e0 4f00 0000 b101 0000 8900 0000 a001 0000  |O...............|
       0x01f0 0c01 0000 5501 0000 9d01 0000 f700 0000  |....U...........|
       0x0200 4801 0000 4a01 0000 0000 0000 8000 0000  |H...J...........|
       0x0210 1201 0000 9501 0000 0000 0000 9b01 0000  |................|
       0x0220 0000 0000 df00 0000 8001 0000 0000 0000  |................|
       0x0230 c501 0000 6d01 0000 b300 0000 a201 0000  |....m...........|
       0x0240 0000 0000 0000 0000 a300 0000 cb01 0000  |................|
       0x0250 1301 0000 1b01 0000 3c00 0000 8c01 0000  |........<.......|
       0x0260 2701 0000 f000 0000 d501 0000 fe00 0000  |'...............|
       0x0270 2001 0000 fd00 0000 cc00 0000 bc00 0000  | ...............|
       0x0280 0000 0000 8901 0000 b900 0000 0000 0000  |................|
       0x0290 c400 0000 7a01 0000 0b01 0000 3f01 0000  |....z.......?...|
       0x02a0 3d01 0000 8701 0000 e301 0000 0000 0000  |=...............|
       0x02b0 1001 0000 7000 0000 4101 0000 dd01 0000  |....p...A.......|
       0x02c0 8301 0000 3700 0000 d200 0000 9201 0000  |....7...........|
       0x02d0 6201 0000 ac01 0000 0000 0000 4f01 0000  |b...........O...|
       0x02e0 7b00 0000 4401 0000 8601 0000 6701 0000  |{...D.......g...|
       0x02f0 a400 0000 5e01 0000 3f00 0000 c601 0000  |....^...?.......|
       0x0300 0000 0000 0000 0000 0000 0000 c600 0000  |................|
       0x0310 6601 0000 9100 0000 d801 0000 0000 0000  |f...............|
       0x0320 c301 0000 3400 0000 eb00 0000 9a01 0000  |....4...........|
       0x0330 cd00 0000 b001 0000 0000 0000 0000 0000  |................|
       0x0340 0000 0000 0000 0000 d601 0000 cf00 0000  |................|
       0x0350 0000 0000 0000 0000 9900 0000 4500 0000  |............E...|
       0x0360 0000 0000 4000 0000 d600 0000 0000 0000  |.... at ...........|
       0x0370 ba00 0000 7101 0000 b801 0000 0000 0000  |....q...........|
       0x0380 8f01 0000 a701 0000 c401 0000 b501 0000  |................|
       0x0390 6301 0000 d401 0000 f200 0000 e101 0000  |c...............|
       0x03a0 e001 0000 0000 0000 8a01 0000 a901 0000  |................|
       0x03b0 e201 0000 a601 0000 5901 0000 7c01 0000  |........Y...|...|
       0x03c0 0000 0000 7301 0000 ea00 0000 e300 0000  |....s...........|
       0x03d0 8801 0000 2f01 0000 7f01 0000 0000 0000  |..../...........|
       0x03e0 4100 0000 fc00 0000 0000 0000 9c01 0000  |A...............|
       0x03f0 1901 0000 0000 0000 bd01 0000 8201 0000  |................|
       0x0400 4700 0000 0000 0000 ca01 0000 b901 0000  |G...............|
       0x0410 7201 0000 0201 0000 6b00 0000 6e01 0000  |r.......k...n...|
       0x0420 8300 0000 7e01 0000 bb01 0000 0001 0000  |....~...........|
       0x0430 5801 0000 c801 0000 d201 0000 7801 0000  |X...........x...|
       0x0440 0000 0000 5900 0000 5b01 0000 5d01 0000  |....Y...[...]...|
       0x0450 3001 0000 c701 0000 0000 0000 9301 0000  |0...............|
       0x0460 4601 0000 ef00 0000 0000 0000 0000 0000  |F...............|
       0x0470 0000 0000 ce01 0000 bf01 0000 ca00 0000  |................|
       0x0480 7901 0000 6c01 0000 dc00 0000 0000 0000  |y...l...........|
       0x0490 e500 0000 4501 0000 5a01 0000 0000 0000  |....E...Z.......|
       0x04a0 4201 0000 aa00 0000 3501 0000 5601 0000  |B.......5...V...|
       0x04b0 4c00 0000 a801 0000 0000 0000 0000 0000  |L...............|
       0x04c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x04d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x04e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x04f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0500 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0510 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0520 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0530 0000 0000 1c00 0000 0000 0000 0000 0000  |................|
       0x0540 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0550 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0560 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0570 0000 0000 0000 0000 2f00 0000 0000 0000  |......../.......|
       0x0580 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0590 0000 0000 0000 0000 1e00 0000 0000 0000  |................|
       0x05a0 1a00 0000 0000 0000 0000 0000 0000 0000  |................|
       0x05b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x05c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x05d0 0000 0000 2700 0000 2500 0000 0000 0000  |....'...%.......|
       0x05e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x05f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0600 0000 0000 3300 0000 0000 0000 0000 0000  |....3...........|
       0x0610 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0620 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0630 0000 0000 2d00 0000 0000 0000 0000 0000  |....-...........|
       0x0640 0000 0000 2000 0000 4a00 0000 0000 0000  |.... ...J.......|
       0x0650 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0660 1f00 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0670 0000 0000 5f00 0000 4200 0000 2600 0000  |...._...B...&...|
       0x0680 5800 0000 6e00 0000 0000 0000 0000 0000  |X...n...........|
       0x0690 0000 0000 6600 0000 7100 0000 0000 0000  |....f...q.......|
       0x06a0 0000 0000 2300 0000 0000 0000 0000 0000  |....#...........|
       0x06b0 0000 0000 2b00 0000 6f00 0000 0000 0000  |....+...o.......|
       0x06c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x06d0 8400 0000 2800 0000 0000 0000 0000 0000  |....(...........|
       0x06e0 6000 0000 0000 0000 0000 0000 2400 0000  |`...........$...|
       0x06f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0700 0000 0000 8a00 0000 3100 0000 0000 0000  |........1.......|
       0x0710 6500 0000 0000 0000 5400 0000 0000 0000  |e.......T.......|
       0x0720 7300 0000 7f00 0000 0000 0000 1700 0000  |s...............|
       0x0730 1800 0000 0000 0000 1d00 0000 0000 0000  |................|
       0x0740 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0750 7e00 0000 0000 0000 0000 0000 0000 0000  |~...............|
       0x0760 3b00 0000 9600 0000 0000 0000 0000 0000  |;...............|
       0x0770 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0780 0000 0000 0000 0000 6200 0000 0000 0000  |........b.......|
       0x0790 8e00 0000 5700 0000 0000 0000 0000 0000  |....W...........|
       0x07a0 b100 0000 0000 0000 5200 0000 0000 0000  |........R.......|
       0x07b0 ae00 0000 0000 0000 b800 0000 ad00 0000  |................|
       0x07c0 9a00 0000 0000 0000 a700 0000 9000 0000  |................|
       0x07d0 a800 0000 4900 0000 5000 0000 7500 0000  |....I...P...u...|
       0x07e0 7900 0000 0000 0000 3a00 0000 0000 0000  |y.......:.......|
       0x07f0 6100 0000 0000 0000 8700 0000 a500 0000  |a...............|
       0x0800 7400 0000 9300 0000 9d00 0000 a900 0000  |t...............|
       0x0810 0000 0000 0000 0000 8800 0000 0000 0000  |................|
       0x0820 0000 0000 b600 0000 0000 0000 3d00 0000  |............=...|
       0x0830 0000 0000 0000 0000 0000 0000 6700 0000  |............g...|
       0x0840 0000 0000 0000 0000 0000 0000 d300 0000  |................|
       0x0850 c100 0000 0000 0000 0000 0000 9e00 0000  |................|
       0x0860 0000 0000 e100 0000 bf00 0000 0000 0000  |................|
       0x0870 b000 0000 4600 0000 0000 0000 5d00 0000  |....F.......]...|
       0x0880 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0890 0000 0000 9f00 0000 c200 0000 4400 0000  |............D...|
       0x08a0 0000 0000 5300 0000 5600 0000 e700 0000  |....S...V.......|
       0x08b0 f500 0000 2a00 0000 c500 0000 0000 0000  |....*...........|
       0x08c0 c700 0000 3500 0000 3000 0000 d800 0000  |....5...0.......|
       0x08d0 d900 0000 0000 0000 cb00 0000 7600 0000  |............v...|
       0x08e0 0000 0000 c900 0000 d100 0000 0000 0000  |................|
       0x08f0 0000 0000 ab00 0000 0000 0000 8600 0000  |................|
       0x0900 0f01 0000 9c00 0000 0000 0000 2900 0000  |............)...|
       0x0910 0000 0000 9500 0000 1b00 0000 0000 0000  |................|
       0x0920 ee00 0000 ec00 0000 d400 0000 0000 0000  |................|
       0x0930 0000 0000 7c00 0000 0000 0000 1c01 0000  |....|...........|
       0x0940 fa00 0000 da00 0000 6900 0000 0000 0000  |........i.......|
       0x0950 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0960 0000 0000 2100 0000 ac00 0000 7d00 0000  |....!.......}...|
       0x0970 0000 0000 db00 0000 0000 0000 2901 0000  |............)...|
       0x0980 0000 0000 b400 0000 9700 0000 0000 0000  |................|
       0x0990 0000 0000 0000 0000 1101 0000 0000 0000  |................|
       0x09a0 0000 0000 2101 0000 6300 0000 3800 0000  |....!...c...8...|
       0x09b0 0000 0000 6c00 0000 ed00 0000 9b00 0000  |....l...........|
       0x09c0 5100 0000 3701 0000 0601 0000 7700 0000  |Q...7.......w...|
       0x09d0 0d01 0000 f400 0000 1801 0000 3301 0000  |............3...|
       0x09e0 0000 0000 0401 0000 4001 0000 0000 0000  |........ at .......|
       0x09f0 0000 0000 dd00 0000 1701 0000 a200 0000  |................|
       0x0a00 0000 0000 0000 0000 0000 0000 7a00 0000  |............z...|
       0x0a10 0000 0000 a100 0000 b200 0000 2201 0000  |............"...|
       0x0a20 4b01 0000 1900 0000 2c01 0000 a000 0000  |K.......,.......|
       0x0a30 fb00 0000 0000 0000 6d00 0000 af00 0000  |........m.......|
       0x0a40 8200 0000 0000 0000 0000 0000 2d01 0000  |............-...|
       0x0a50 0000 0000 c800 0000 0000 0000 e600 0000  |................|
       0x0a60 0000 0000 0000 0000 2501 0000 5f01 0000  |........%..._...|
       0x0a70 0000 0000 ff00 0000 e000 0000 e900 0000  |................|
       0x0a80 1f01 0000 1501 0000 0000 0000 3801 0000  |............8...|
       0x0a90 5a00 0000 6b01 0000 4e01 0000 d700 0000  |Z...k...N.......|
       0x0aa0 d000 0000 0000 0000 4901 0000 3401 0000  |........I...4...|
       0x0ab0 0000 0000 5401 0000 f900 0000 0101 0000  |....T...........|
       0x0ac0 4e00 0000 0000 0000 0501 0000 3c01 0000  |N...........<...|
       0x0ad0 bd00 0000 bb00 0000 2301 0000 6901 0000  |........#...i...|
       0x0ae0 2601 0000 0000 0000 2e00 0000 7800 0000  |&...........x...|
       0x0af0 0000 0000 f300 0000 7001 0000 4800 0000  |........p...H...|
       0x0b00 8501 0000 5c00 0000 4300 0000 6800 0000  |....\...C...h...|
       0x0b10 0000 0000 1a01 0000 9001 0000 3900 0000  |............9...|
       0x0b20 0301 0000 6801 0000 0000 0000 4d01 0000  |....h.......M...|
       0x0b30 6a01 0000 3101 0000 2200 0000 2801 0000  |j...1..."...(...|
       0x0b40 5500 0000 8f00 0000 5e00 0000 1600 0000  |U.......^.......|
       0x0b50 0000 0000 4301 0000 0000 0000 3e00 0000  |....C.......>...|
       0x0b60 9101 0000 7b01 0000 4c01 0000 0000 0000  |....{...L.......|
       0x0b70 8b01 0000 8500 0000 ae01 0000 ad01 0000  |................|
       0x0b80 9e01 0000 3901 0000 5c01 0000 9f01 0000  |....9...\.......|
       0x0b90 9800 0000 b301 0000 0000 0000 b201 0000  |................|
       0x0ba0 6f01 0000 6400 0000 a301 0000 c300 0000  |o...d...........|
       0x0bb0 0000 0000 7200 0000 aa01 0000 0000 0000  |....r...........|
       0x0bc0 0000 0000 8101 0000 c000 0000 f800 0000  |................|
       0x0bd0 bc01 0000 1401 0000 0000 0000 2e01 0000  |................|
       0x0be0 e800 0000 8d00 0000 3201 0000 b601 0000  |........2.......|
       0x0bf0 ba01 0000 c101 0000 a101 0000 2c00 0000  |............,...|
       0x0c00 7601 0000 8c00 0000 c201 0000 7d01 0000  |v...........}...|
       0x0c10 ab01 0000 0000 0000 f100 0000 9901 0000  |................|
       0x0c20 9200 0000 8d01 0000 5101 0000 b701 0000  |........Q.......|
       0x0c30 0000 0000 5301 0000 9401 0000 4b00 0000  |....S.......K...|
       0x0c40 4d00 0000 5701 0000 0000 0000 0000 0000  |M...W...........|
       0x0c50 0000 0000 0000 0000 0000 0000 9400 0000  |................|
       0x0c60 0000 0000 0300 0100 0000 0000 480c 0000  |............H...|
       0x0c70 0000 0000 0300 0200 0000 0000 882a 0000  |.............*..|
       0x0c80 0000 0000 0300 0300 0000 0000 943c 0000  |.............<..|
       0x0c90 0000 0000 0300 0400 0000 0000 5c40 0000  |............\@..|
       0x0ca0 0000 0000 0300 0500 0000 0000 cc40 0000  |............. at ..|
       0x0cb0 0000 0000 0300 0600 0000 0000 7c48 0000  |............|H..|
       0x0cc0 0000 0000 0300 0700 0000 0000 0c4c 0000  |.............L..|
       0x0cd0 0000 0000 0300 0800 0000 0000 204c 0000  |............ L..|
       0x0ce0 0000 0000 0300 0900 0000 0000 5053 0000  |............PS..|
       0x0cf0 0000 0000 0300 0a00 0000 0000 200a 0200  |............ ...|
       0x0d00 0000 0000 0300 0b00 0000 0000 2c0a 0200  |............,...|
       0x0d10 0000 0000 0300 0c00 0000 0000 0020 0200  |............. ..|
       0x0d20 0000 0000 0300 0d00 0000 0000 d824 0200  |.............$..|
       0x0d30 0000 0000 0300 0e00 0000 0000 dc24 0200  |.............$..|
       0x0d40 0000 0000 0300 0f00 0000 0000 9c25 0200  |.............%..|
       0x0d50 0000 0000 0300 1000 0000 0000 a825 0200  |.............%..|
       0x0d60 0000 0000 0300 1100 0000 0000 b025 0200  |.............%..|
       0x0d70 0000 0000 0300 1200 0000 0000 b425 0200  |.............%..|
       0x0d80 0000 0000 0300 1300 0000 0000 4028 0200  |............@(..|
       0x0d90 0000 0000 0300 1400 0000 0000 0000 0000  |................|
       0x0da0 0000 0000 0300 1500 a603 0000 6003 0200  |............`...|
       0x0db0 6d00 0000 2200 0a00 e204 0000 7069 0000  |m...".......pi..|
       0x0dc0 9e00 0000 1200 0a00 220c 0000 3002 0100  |........"...0...|
       0x0dd0 7500 0000 1200 0a00 8508 0000 90d3 0100  |u...............|
       0x0de0 3304 0000 1200 0a00 e203 0000 0000 0000  |3...............|
       0x0df0 0000 0000 1000 0000 1905 0000 b07b 0000  |.............{..|
       0x0e00 4a00 0000 2200 0a00 6002 0000 c057 0000  |J..."...`....W..|
       0x0e10 5e00 0000 1200 0a00 5708 0000 3076 0000  |^.......W...0v..|
       0x0e20 8a00 0000 2200 0a00 300d 0000 ac21 0200  |...."...0....!..|
       0x0e30 0400 0000 1100 0d00 6809 0000 c821 0200  |........h....!..|
       0x0e40 0800 0000 1100 0d00 5601 0000 2420 0200  |........V...$ ..|
       0x0e50 0400 0000 1100 0d00 370c 0000 203a 0100  |........7... :..|
       0x0e60 8e00 0000 1200 0a00 4d0c 0000 9039 0100  |........M....9..|
       0x0e70 8e00 0000 2200 0a00 7200 0000 1055 0000  |...."...r....U..|
       0x0e80 6c00 0000 2200 0a00 e005 0000 806d 0000  |l..."........m..|
       0x0e90 2700 0000 2200 0a00 630a 0000 d09a 0000  |'..."...c.......|
       0x0ea0 7002 0000 1200 0a00 5503 0000 0000 0000  |p.......U.......|
       0x0eb0 0000 0000 1000 0000 4505 0000 906b 0000  |........E....k..|
       0x0ec0 5800 0000 2200 0a00 c503 0000 50cf 0100  |X...".......P...|
       0x0ed0 3404 0000 2200 0a00 5400 0000 3054 0000  |4..."...T...0T..|
       0x0ee0 6c00 0000 2200 0a00 e602 0000 f062 0000  |l..."........b..|
       0x0ef0 6401 0000 1200 0a00 0001 0000 1820 0200  |d............ ..|
       0x0f00 0400 0000 1100 0d00 aa01 0000 3420 0200  |............4 ..|
       0x0f10 0400 0000 1100 0d00 ed06 0000 0000 0000  |................|
       0x0f20 0000 0000 1000 0000 6910 0000 0000 0000  |........i.......|
       0x0f30 0000 0000 1000 0000 4b0b 0000 50eb 0000  |........K...P...|
       0x0f40 0f00 0000 1200 0a00 d903 0000 2065 0000  |............ e..|
       0x0f50 be00 0000 1200 0a00 0b08 0000 8075 0000  |.............u..|
       0x0f60 2200 0000 2200 0a00 c401 0000 3820 0200  |"...".......8 ..|
       0x0f70 0400 0000 1100 0d00 fc10 0000 0000 0000  |................|
       0x0f80 0000 0000 1000 0000 ba0c 0000 504a 0100  |............PJ..|
       0x0f90 2700 0000 2200 0a00 cd04 0000 f068 0000  |'..."........h..|
       0x0fa0 7d00 0000 2200 0a00 d70d 0000 50f3 0100  |}...".......P...|
       0x0fb0 4d00 0000 2200 0a00 0407 0000 7073 0000  |M...".......ps..|
       0x0fc0 6f00 0000 2200 0a00 ae0e 0000 90f0 0100  |o..."...........|
       0x0fd0 3200 0000 2200 0a00 4405 0000 906b 0000  |2..."...D....k..|
       0x0fe0 5800 0000 1200 0a00 f80a 0000 b0df 0000  |X...............|
       0x0ff0 1707 0000 2200 0a00 360c 0000 403c 0100  |...."...6...@<..|
 80421 cvsync   0.002842 RET   read 4096/0x1000
 80421 cvsync   0.002853 CALL  mmap(0,0x27000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 80421 cvsync   0.002894 RET   mmap 1075818496/0x401fb000
 80421 cvsync   0.002904 CALL  mprotect(0x4021c000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 80421 cvsync   0.002916 RET   mprotect 0
 80421 cvsync   0.002952 CALL  mprotect(0x4021c000,0x1000,PROT_READ|PROT_EXEC)
 80421 cvsync   0.002963 RET   mprotect 0
 80421 cvsync   0.002972 CALL  mmap(0x4021d000,0x1000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0x22000,0)
 80421 cvsync   0.002991 RET   mmap 1075957760/0x4021d000
 80421 cvsync   0.003026 CALL  mmap(0x4021e000,0x4000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.003040 RET   mmap 1075961856/0x4021e000
 80421 cvsync   0.003054 CALL  close(0x3)
 80421 cvsync   0.003084 RET   close 0
 80421 cvsync   0.003099 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.003110 NAMI  "/usr/lib/libc.so.7"
 80421 cvsync   0.003147 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.003157 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.003167 NAMI  "/usr/local/lib/libc.so.7"
 80421 cvsync   0.003191 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.003203 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.003213 NAMI  "/lib/libc.so.7"
 80421 cvsync   0.003231 RET   access 0
 80421 cvsync   0.003241 CALL  open(0x40098200,O_RDONLY,<unused>0x40221fff)
 80421 cvsync   0.003253 NAMI  "/lib/libc.so.7"
 80421 cvsync   0.003273 RET   open 3
 80421 cvsync   0.003282 CALL  fstat(0x3,0xbfbfe3d0)
 80421 cvsync   0.003294 RET   fstat 0
 80421 cvsync   0.003304 CALL  read(0x3,0x400928e0,0x1000)
 80421 cvsync   0.003336 GIO   fd 3 read 4096 bytes
       0x0000 7f45 4c46 0101 0109 0000 0000 0000 0000  |.ELF............|
       0x0010 0300 0300 0100 0000 50d0 0100 3400 0000  |........P...4...|
       0x0020 70e7 0f00 0000 0000 3400 2000 0400 2800  |p.......4. ...(.|
       0x0030 2100 2000 0100 0000 0000 0000 0000 0000  |!. .............|
       0x0040 0000 0000 9260 0e00 9260 0e00 0500 0000  |.....`...`......|
       0x0050 0010 0000 0100 0000 a060 0e00 a070 0e00  |.........`...p..|
       0x0060 a070 0e00 b45a 0000 80bb 0100 0600 0000  |.p...Z..........|
       0x0070 0010 0000 0200 0000 dcaa 0e00 dcba 0e00  |................|
       0x0080 dcba 0e00 c000 0000 c000 0000 0600 0000  |................|
       0x0090 0400 0000 0700 0000 d8aa 0e00 d8ba 0e00  |................|
       0x00a0 d8ba 0e00 0000 0000 0400 0000 0400 0000  |................|
       0x00b0 0400 0000 0508 0000 0b0a 0000 f304 0000  |................|
       0x00c0 0000 0000 0000 0000 0000 0000 c906 0000  |................|
       0x00d0 9005 0000 d401 0000 3c09 0000 ae03 0000  |........<.......|
       0x00e0 0000 0000 9e07 0000 bb07 0000 2a06 0000  |............*...|
       0x00f0 de04 0000 6201 0000 8b09 0000 4708 0000  |....b.......G...|
       0x0100 0000 0000 b402 0000 be08 0000 7605 0000  |............v...|
       0x0110 4405 0000 be00 0000 9b08 0000 0408 0000  |D...............|
       0x0120 f409 0000 000a 0000 3806 0000 0000 0000  |........8.......|
       0x0130 0000 0000 1605 0000 0000 0000 9009 0000  |................|
       0x0140 5808 0000 cf09 0000 ce09 0000 2009 0000  |X........... ...|
       0x0150 d300 0000 3d00 0000 3d04 0000 0206 0000  |....=...=.......|
       0x0160 0000 0000 7909 0000 5008 0000 0706 0000  |....y...P.......|
       0x0170 0000 0000 5608 0000 a902 0000 0109 0000  |....V...........|
       0x0180 e709 0000 a102 0000 b808 0000 1904 0000  |................|
       0x0190 0b07 0000 0000 0000 2902 0000 3508 0000  |........)...5...|
       0x01a0 0000 0000 3d03 0000 0000 0000 0000 0000  |....=...........|
       0x01b0 df09 0000 8506 0000 0000 0000 d100 0000  |................|
       0x01c0 bd09 0000 a804 0000 0000 0000 4f03 0000  |............O...|
       0x01d0 ec00 0000 d609 0000 2d03 0000 0307 0000  |........-.......|
       0x01e0 0000 0000 0000 0000 bd08 0000 0000 0000  |................|
       0x01f0 4808 0000 0000 0000 3906 0000 0000 0000  |H.......9.......|
       0x0200 d508 0000 0000 0000 a907 0000 0000 0000  |................|
       0x0210 e805 0000 1e07 0000 0000 0000 1a06 0000  |................|
       0x0220 ec07 0000 ed01 0000 0000 0000 a207 0000  |................|
       0x0230 0000 0000 ab05 0000 0c09 0000 cf07 0000  |................|
       0x0240 0000 0000 4b06 0000 af03 0000 0000 0000  |....K...........|
       0x0250 0000 0000 bf07 0000 0802 0000 0000 0000  |................|
       0x0260 6206 0000 0000 0000 0000 0000 5304 0000  |b...........S...|
       0x0270 5007 0000 9a01 0000 3107 0000 5409 0000  |P.......1...T...|
       0x0280 be02 0000 9a04 0000 3b05 0000 0000 0000  |........;.......|
       0x0290 9308 0000 5909 0000 6309 0000 e603 0000  |....Y...c.......|
       0x02a0 3407 0000 0000 0000 2509 0000 3e09 0000  |4.......%...>...|
       0x02b0 3901 0000 9a07 0000 0000 0000 ad08 0000  |9...............|
       0x02c0 b601 0000 9c06 0000 0000 0000 c308 0000  |................|
       0x02d0 7c08 0000 b006 0000 4507 0000 0000 0000  ||.......E.......|
       0x02e0 9f08 0000 7807 0000 9b04 0000 1e01 0000  |....x...........|
       0x02f0 0000 0000 0509 0000 0207 0000 5607 0000  |............V...|
       0x0300 9103 0000 f907 0000 0000 0000 0000 0000  |................|
       0x0310 6a08 0000 e606 0000 0000 0000 fc01 0000  |j...............|
       0x0320 6a00 0000 6f01 0000 ff04 0000 0000 0000  |j...o...........|
       0x0330 dd00 0000 0000 0000 5705 0000 0000 0000  |........W.......|
       0x0340 0102 0000 0000 0000 cc09 0000 0000 0000  |................|
       0x0350 0000 0000 ff08 0000 ae09 0000 3708 0000  |............7...|
       0x0360 0f02 0000 0000 0000 3405 0000 cd00 0000  |........4.......|
       0x0370 f309 0000 f206 0000 f604 0000 c406 0000  |................|
       0x0380 0000 0000 c105 0000 4d08 0000 0000 0000  |........M.......|
       0x0390 f101 0000 9b07 0000 de07 0000 0000 0000  |................|
       0x03a0 7606 0000 f707 0000 8501 0000 0000 0000  |v...............|
       0x03b0 b907 0000 4902 0000 0000 0000 b707 0000  |....I...........|
       0x03c0 5803 0000 0704 0000 3f04 0000 4a07 0000  |X.......?...J...|
       0x03d0 0000 0000 0000 0000 1707 0000 0000 0000  |................|
       0x03e0 0000 0000 4803 0000 0000 0000 0305 0000  |....H...........|
       0x03f0 cf04 0000 0000 0000 d507 0000 0000 0000  |................|
       0x0400 5a05 0000 3800 0000 1b05 0000 d805 0000  |Z...8...........|
       0x0410 cd08 0000 2105 0000 1e06 0000 0000 0000  |....!...........|
       0x0420 5e05 0000 0000 0000 0000 0000 eb07 0000  |^...............|
       0x0430 1407 0000 8503 0000 1007 0000 0000 0000  |................|
       0x0440 9109 0000 7806 0000 0000 0000 b405 0000  |....x...........|
       0x0450 2202 0000 0000 0000 0000 0000 0000 0000  |"...............|
       0x0460 7002 0000 8d08 0000 0000 0000 9408 0000  |p...............|
       0x0470 5503 0000 4106 0000 0000 0000 a608 0000  |U...A...........|
       0x0480 0000 0000 7506 0000 0000 0000 af09 0000  |....u...........|
       0x0490 0000 0000 0309 0000 9802 0000 0000 0000  |................|
       0x04a0 2706 0000 0000 0000 0000 0000 0000 0000  |'...............|
       0x04b0 3003 0000 8d04 0000 0000 0000 2206 0000  |0..........."...|
       0x04c0 ef08 0000 ec05 0000 3f09 0000 0000 0000  |........?.......|
       0x04d0 7008 0000 9407 0000 2008 0000 5108 0000  |p....... ...Q...|
       0x04e0 4600 0000 1701 0000 3903 0000 0000 0000  |F.......9.......|
       0x04f0 0000 0000 0000 0000 0000 0000 ed04 0000  |................|
       0x0500 3300 0000 0000 0000 6709 0000 0000 0000  |3.......g.......|
       0x0510 e509 0000 0000 0000 1102 0000 0000 0000  |................|
       0x0520 3106 0000 0000 0000 5308 0000 0000 0000  |1.......S.......|
       0x0530 d208 0000 aa06 0000 0000 0000 8002 0000  |................|
       0x0540 ef09 0000 3c03 0000 5e04 0000 0000 0000  |....<...^.......|
       0x0550 6404 0000 9e03 0000 0000 0000 2e05 0000  |d...............|
       0x0560 b908 0000 f106 0000 8206 0000 0000 0000  |................|
       0x0570 0000 0000 5205 0000 2504 0000 1107 0000  |....R...%.......|
       0x0580 0000 0000 0000 0000 6a09 0000 0000 0000  |........j.......|
       0x0590 5707 0000 4200 0000 1b07 0000 0000 0000  |W...B...........|
       0x05a0 0000 0000 2505 0000 f807 0000 cb07 0000  |....%...........|
       0x05b0 0000 0000 a909 0000 0103 0000 5c05 0000  |............\...|
       0x05c0 cb04 0000 6003 0000 6506 0000 e105 0000  |....`...e.......|
       0x05d0 0000 0000 0000 0000 7708 0000 0000 0000  |........w.......|
       0x05e0 1304 0000 bb08 0000 1402 0000 5b04 0000  |............[...|
       0x05f0 7703 0000 0000 0000 fd07 0000 0000 0000  |w...............|
       0x0600 0000 0000 0000 0000 e806 0000 6609 0000  |............f...|
       0x0610 4a00 0000 3403 0000 0000 0000 0000 0000  |J...4...........|
       0x0620 a408 0000 0000 0000 ba07 0000 0508 0000  |................|
       0x0630 5408 0000 3b04 0000 3a08 0000 0000 0000  |T...;...:.......|
       0x0640 0000 0000 7505 0000 8c09 0000 4204 0000  |....u.......B...|
       0x0650 7204 0000 6605 0000 fb04 0000 0000 0000  |r...f...........|
       0x0660 fa04 0000 1b03 0000 8a07 0000 ec02 0000  |................|
       0x0670 4709 0000 f005 0000 0000 0000 0000 0000  |G...............|
       0x0680 4009 0000 5407 0000 0000 0000 6500 0000  |@...T.......e...|
       0x0690 0000 0000 0000 0000 4d05 0000 c208 0000  |........M.......|
       0x06a0 f508 0000 0000 0000 cc02 0000 0000 0000  |................|
       0x06b0 0000 0000 a607 0000 3d06 0000 2803 0000  |........=...(...|
       0x06c0 5904 0000 9909 0000 0000 0000 c209 0000  |Y...............|
       0x06d0 2a05 0000 a908 0000 5506 0000 da01 0000  |*.......U.......|
       0x06e0 bb09 0000 0b04 0000 0000 0000 0000 0000  |................|
       0x06f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0700 0000 0000 0000 0000 6e05 0000 3700 0000  |........n...7...|
       0x0710 ef00 0000 9808 0000 7702 0000 8806 0000  |........w.......|
       0x0720 0000 0000 3809 0000 1d02 0000 6b06 0000  |....8.......k...|
       0x0730 a001 0000 3409 0000 5a07 0000 5508 0000  |....4...Z...U...|
       0x0740 9f09 0000 4c07 0000 0000 0000 0402 0000  |....L...........|
       0x0750 7a09 0000 f905 0000 7d04 0000 7903 0000  |z.......}...y...|
       0x0760 8708 0000 a502 0000 fb06 0000 0000 0000  |................|
       0x0770 fe01 0000 6409 0000 4d00 0000 f105 0000  |....d...M.......|
       0x0780 8109 0000 bf03 0000 d207 0000 0000 0000  |................|
       0x0790 4606 0000 0000 0000 0000 0000 3e03 0000  |F...........>...|
       0x07a0 9b06 0000 8609 0000 df03 0000 0000 0000  |................|
       0x07b0 2104 0000 0000 0000 3b07 0000 0000 0000  |!.......;.......|
       0x07c0 aa04 0000 9a06 0000 b200 0000 4701 0000  |............G...|
       0x07d0 9403 0000 f408 0000 4e05 0000 f608 0000  |........N.......|
       0x07e0 9a09 0000 0000 0000 9c07 0000 0000 0000  |................|
       0x07f0 0000 0000 0000 0000 0000 0000 c205 0000  |................|
       0x0800 4501 0000 c207 0000 1306 0000 f600 0000  |E...............|
       0x0810 d907 0000 c407 0000 bb02 0000 0000 0000  |................|
       0x0820 0000 0000 5106 0000 0000 0000 8709 0000  |....Q...........|
       0x0830 a003 0000 d901 0000 e206 0000 0000 0000  |................|
       0x0840 b508 0000 4806 0000 2409 0000 0000 0000  |....H...$.......|
       0x0850 6e08 0000 bc09 0000 c506 0000 4506 0000  |n...........E...|
       0x0860 f407 0000 5303 0000 2809 0000 b902 0000  |....S...(.......|
       0x0870 1003 0000 6c06 0000 9d03 0000 9509 0000  |....l...........|
       0x0880 3004 0000 3703 0000 8e09 0000 1309 0000  |0...7...........|
       0x0890 3d05 0000 0000 0000 3204 0000 b009 0000  |=.......2.......|
       0x08a0 8a05 0000 0000 0000 ca03 0000 e309 0000  |................|
       0x08b0 8807 0000 0000 0000 1d08 0000 3c08 0000  |............<...|
       0x08c0 da09 0000 3c06 0000 1907 0000 1a05 0000  |....<...........|
       0x08d0 0204 0000 fa05 0000 0000 0000 1207 0000  |................|
       0x08e0 2e09 0000 4509 0000 a505 0000 0000 0000  |....E...........|
       0x08f0 4208 0000 0000 0000 1506 0000 0000 0000  |B...............|
       0x0900 0000 0000 d806 0000 0000 0000 0000 0000  |................|
       0x0910 d706 0000 3707 0000 0000 0000 ee08 0000  |....7...........|
       0x0920 2608 0000 a107 0000 6607 0000 4909 0000  |&.......f...I...|
       0x0930 0000 0000 2604 0000 a203 0000 5402 0000  |....&.......T...|
       0x0940 ab01 0000 2209 0000 2d04 0000 3302 0000  |...."...-...3...|
       0x0950 9607 0000 b509 0000 a609 0000 e200 0000  |................|
       0x0960 0000 0000 d408 0000 0c01 0000 0809 0000  |................|
       0x0970 2c04 0000 0000 0000 4401 0000 eb06 0000  |,.......D.......|
       0x0980 0000 0000 a209 0000 c107 0000 4f04 0000  |............O...|
       0x0990 5d06 0000 e907 0000 3008 0000 0000 0000  |].......0.......|
       0x09a0 0e08 0000 f700 0000 9208 0000 0000 0000  |................|
       0x09b0 0000 0000 fc07 0000 8209 0000 6505 0000  |............e...|
       0x09c0 3b00 0000 0000 0000 0a0a 0000 0000 0000  |;...............|
       0x09d0 ba06 0000 8103 0000 0000 0000 e409 0000  |................|
       0x09e0 8e06 0000 4301 0000 6b07 0000 2309 0000  |....C...k...#...|
       0x09f0 da00 0000 1408 0000 0000 0000 7103 0000  |............q...|
       0x0a00 4008 0000 2400 0000 c402 0000 0000 0000  |@...$...........|
       0x0a10 f405 0000 9f00 0000 8b03 0000 3001 0000  |............0...|
       0x0a20 0000 0000 c007 0000 3505 0000 bf09 0000  |........5.......|
       0x0a30 0000 0000 5c01 0000 0000 0000 4409 0000  |....\.......D...|
       0x0a40 8a03 0000 0000 0000 9501 0000 0000 0000  |................|
       0x0a50 3600 0000 c108 0000 0000 0000 1705 0000  |6...............|
       0x0a60 f809 0000 7405 0000 0000 0000 7f04 0000  |....t...........|
       0x0a70 c106 0000 d000 0000 2607 0000 b806 0000  |........&.......|
       0x0a80 cd09 0000 b809 0000 0000 0000 1008 0000  |................|
       0x0a90 6808 0000 a509 0000 5507 0000 0604 0000  |h.......U.......|
       0x0aa0 c008 0000 0000 0000 b100 0000 c702 0000  |................|
       0x0ab0 4608 0000 4a05 0000 0000 0000 e808 0000  |F...J...........|
       0x0ac0 1d09 0000 0000 0000 4307 0000 c808 0000  |........C.......|
       0x0ad0 0000 0000 0000 0000 d900 0000 d908 0000  |................|
       0x0ae0 8808 0000 5406 0000 de09 0000 0000 0000  |....T...........|
       0x0af0 0901 0000 0000 0000 7707 0000 ae00 0000  |........w.......|
       0x0b00 5405 0000 ff03 0000 0000 0000 0000 0000  |T...............|
       0x0b10 0000 0000 0000 0000 bd04 0000 2f07 0000  |............/...|
       0x0b20 0000 0000 f008 0000 0000 0000 2609 0000  |............&...|
       0x0b30 cf00 0000 0000 0000 0000 0000 b409 0000  |................|
       0x0b40 7006 0000 6f02 0000 7b01 0000 0000 0000  |p...o...{.......|
       0x0b50 5009 0000 e909 0000 0000 0000 e204 0000  |P...............|
       0x0b60 0000 0000 0000 0000 2d05 0000 6508 0000  |........-...e...|
       0x0b70 6d00 0000 4508 0000 0000 0000 b909 0000  |m...E...........|
       0x0b80 b103 0000 fa03 0000 f901 0000 d001 0000  |................|
       0x0b90 ad00 0000 1f07 0000 a303 0000 7609 0000  |............v...|
       0x0ba0 0000 0000 b207 0000 1b08 0000 0000 0000  |................|
       0x0bb0 5d08 0000 9306 0000 5209 0000 0000 0000  |].......R.......|
       0x0bc0 5207 0000 0000 0000 0000 0000 4b00 0000  |R...........K...|
       0x0bd0 4809 0000 9900 0000 9508 0000 8208 0000  |H...............|
       0x0be0 0000 0000 0000 0000 cb00 0000 3c02 0000  |............<...|
       0x0bf0 4908 0000 b205 0000 0000 0000 b609 0000  |I...............|
       0x0c00 6207 0000 0000 0000 0409 0000 bc04 0000  |b...............|
       0x0c10 0000 0000 4b07 0000 8108 0000 0000 0000  |....K...........|
       0x0c20 8205 0000 9f06 0000 8b00 0000 0000 0000  |................|
       0x0c30 1d04 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0c40 b001 0000 0000 0000 6707 0000 0000 0000  |........g.......|
       0x0c50 ad06 0000 0000 0000 b004 0000 1108 0000  |................|
       0x0c60 3308 0000 0000 0000 dc09 0000 2308 0000  |3...........#...|
       0x0c70 6901 0000 0000 0000 0000 0000 5a09 0000  |i...........Z...|
       0x0c80 d608 0000 c907 0000 0000 0000 c801 0000  |................|
       0x0c90 bb03 0000 1208 0000 7402 0000 0000 0000  |........t.......|
       0x0ca0 5f09 0000 b903 0000 0c07 0000 1c09 0000  |_...............|
       0x0cb0 0000 0000 7300 0000 eb02 0000 ab09 0000  |....s...........|
       0x0cc0 f208 0000 0000 0000 3c00 0000 0000 0000  |........<.......|
       0x0cd0 7504 0000 0000 0000 6906 0000 0407 0000  |u.......i.......|
       0x0ce0 0000 0000 6802 0000 0000 0000 5c02 0000  |....h.......\...|
       0x0cf0 0000 0000 0000 0000 0000 0000 4e08 0000  |............N...|
       0x0d00 0e01 0000 c508 0000 0000 0000 6007 0000  |............`...|
       0x0d10 5700 0000 0000 0000 1607 0000 d905 0000  |W...............|
       0x0d20 e007 0000 e108 0000 3c05 0000 0000 0000  |........<.......|
       0x0d30 2b01 0000 d600 0000 9703 0000 0000 0000  |+...............|
       0x0d40 0000 0000 e904 0000 0000 0000 0306 0000  |................|
       0x0d50 fd06 0000 fa07 0000 a105 0000 0000 0000  |................|
       0x0d60 ce08 0000 8705 0000 b308 0000 0000 0000  |................|
       0x0d70 8008 0000 0000 0000 7e02 0000 2106 0000  |........~...!...|
       0x0d80 0000 0000 b106 0000 c408 0000 0209 0000  |................|
       0x0d90 af01 0000 b108 0000 090a 0000 6109 0000  |............a...|
       0x0da0 0000 0000 2808 0000 9702 0000 0000 0000  |....(...........|
       0x0db0 0000 0000 2507 0000 fd09 0000 0000 0000  |....%...........|
       0x0dc0 de03 0000 df08 0000 ed03 0000 8f09 0000  |................|
       0x0dd0 0000 0000 0000 0000 8004 0000 4305 0000  |............C...|
       0x0de0 3d02 0000 c709 0000 c101 0000 0807 0000  |=...............|
       0x0df0 fe05 0000 f808 0000 f108 0000 5f06 0000  |............_...|
       0x0e00 9001 0000 be04 0000 0000 0000 0000 0000  |................|
       0x0e10 d206 0000 0000 0000 9e01 0000 7500 0000  |............u...|
       0x0e20 0000 0000 2800 0000 5200 0000 b507 0000  |....(...R.......|
       0x0e30 c001 0000 f906 0000 d400 0000 dd04 0000  |................|
       0x0e40 c706 0000 da03 0000 a407 0000 f908 0000  |................|
       0x0e50 3909 0000 a106 0000 eb04 0000 c509 0000  |9...............|
       0x0e60 0000 0000 3d09 0000 a005 0000 c507 0000  |....=...........|
       0x0e70 9406 0000 0000 0000 7607 0000 0000 0000  |........v.......|
       0x0e80 b501 0000 0000 0000 0000 0000 e002 0000  |................|
       0x0e90 0000 0000 7e06 0000 6800 0000 e508 0000  |....~...h.......|
       0x0ea0 8207 0000 7705 0000 ce03 0000 0000 0000  |....w...........|
       0x0eb0 0000 0000 0000 0000 2e07 0000 8408 0000  |................|
       0x0ec0 0403 0000 0000 0000 a103 0000 0000 0000  |................|
       0x0ed0 0000 0000 5202 0000 ea08 0000 3406 0000  |....R.......4...|
       0x0ee0 0000 0000 1508 0000 8d09 0000 6008 0000  |............`...|
       0x0ef0 0000 0000 9008 0000 5b07 0000 0000 0000  |........[.......|
       0x0f00 1903 0000 0000 0000 a403 0000 2705 0000  |............'...|
       0x0f10 6408 0000 9704 0000 3609 0000 3607 0000  |d.......6...6...|
       0x0f20 dd09 0000 2208 0000 cc07 0000 a605 0000  |...."...........|
       0x0f30 0000 0000 0000 0000 8907 0000 8300 0000  |................|
       0x0f40 0000 0000 ee06 0000 af02 0000 0000 0000  |................|
       0x0f50 e006 0000 7709 0000 0000 0000 0000 0000  |....w...........|
       0x0f60 3603 0000 0000 0000 d102 0000 6e09 0000  |6...........n...|
       0x0f70 4202 0000 8c05 0000 c803 0000 0000 0000  |B...............|
       0x0f80 0000 0000 1a07 0000 8407 0000 e804 0000  |................|
       0x0f90 0000 0000 3e07 0000 2606 0000 8508 0000  |....>...&.......|
       0x0fa0 a808 0000 3109 0000 0000 0000 8a06 0000  |....1...........|
       0x0fb0 3608 0000 0000 0000 4f02 0000 070a 0000  |6.......O.......|
       0x0fc0 de08 0000 0000 0000 0000 0000 9a03 0000  |................|
       0x0fd0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0fe0 0000 0000 0000 0000 9b00 0000 7604 0000  |............v...|
       0x0ff0 ba03 0000 c809 0000 0000 0000 9f07 0000  |................|
 80421 cvsync   0.003368 RET   read 4096/0x1000
 80421 cvsync   0.003379 CALL  mmap(0,0x103000,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,0x3,0,0,0)
 80421 cvsync   0.003396 RET   mmap 1075978240/0x40222000
 80421 cvsync   0.003405 CALL  mprotect(0x40308000,0x1000,PROT_READ|PROT_WRITE|PROT_EXEC)
 80421 cvsync   0.003417 RET   mprotect 0
 80421 cvsync   0.003456 CALL  mprotect(0x40308000,0x1000,PROT_READ|PROT_EXEC)
 80421 cvsync   0.003468 RET   mprotect 0
 80421 cvsync   0.003478 CALL  mmap(0x40309000,0x6000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,0x3,0,0xe6000,0)
 80421 cvsync   0.003504 RET   mmap 1076924416/0x40309000
 80421 cvsync   0.003539 CALL  mmap(0x4030f000,0x16000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.003554 RET   mmap 1076948992/0x4030f000
 80421 cvsync   0.003603 CALL  close(0x3)
 80421 cvsync   0.003618 RET   close 0
 80421 cvsync   0.003641 CALL  sysarch(0xa,0xbfbfe450)
 80421 cvsync   0.003653 RET   sysarch 0
 80421 cvsync   0.003663 CALL  mmap(0,0x440,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.003675 RET   mmap 1077039104/0x40325000
 80421 cvsync   0.003687 CALL  munmap(0x40325000,0x440)
 80421 cvsync   0.003737 RET   munmap 0
 80421 cvsync   0.003752 CALL  mmap(0,0x408,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.003765 RET   mmap 1077039104/0x40325000
 80421 cvsync   0.003899 CALL  munmap(0x40325000,0x408)
 80421 cvsync   0.003918 RET   munmap 0
 80421 cvsync   0.003930 CALL  mprotect(0x400b1000,0x128000,PROT_READ|PROT_WRITE|PROT_EXEC)
 80421 cvsync   0.003948 RET   mprotect 0
 80421 cvsync   0.003956 CALL  mmap(0,0x6878,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.003967 RET   mmap 1077039104/0x40325000
 80421 cvsync   0.005631 CALL  munmap(0x40325000,0x6878)
 80421 cvsync   0.005712 RET   munmap 0
 80421 cvsync   0.005726 CALL  mprotect(0x400b1000,0x128000,PROT_READ|PROT_EXEC)
 80421 cvsync   0.005752 RET   mprotect 0
 80421 cvsync   0.005863 CALL  mmap(0,0xf20,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.005887 RET   mmap 1077039104/0x40325000
 80421 cvsync   0.006196 CALL  munmap(0x40325000,0xf20)
 80421 cvsync   0.006219 RET   munmap 0
 80421 cvsync   0.006233 CALL  mmap(0,0x5058,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.006245 RET   mmap 1077039104/0x40325000
 80421 cvsync   0.006747 CALL  munmap(0x40325000,0x5058)
 80421 cvsync   0.006777 RET   munmap 0
 80421 cvsync   0.006897 CALL  getpid
 80421 cvsync   0.006906 RET   getpid 80421/0x13a25
 80421 cvsync   0.006945 CALL  __sysctl(0xbfbfe3c8,0x2,0x4021ddb0,0xbfbfe3c4,0,0)
 80421 cvsync   0.006967 RET   __sysctl 0
 80421 cvsync   0.006977 CALL  __sysctl(0xbfbfe3c8,0x2,0xbfbfe3d0,0xbfbfe3c4,0,0)
 80421 cvsync   0.006990 RET   __sysctl 0
 80421 cvsync   0.007012 CALL  __sysctl(0xbfbfe388,0x2,0x4032243c,0xbfbfe384,0,0)
 80421 cvsync   0.007027 RET   __sysctl 0
 80421 cvsync   0.007083 CALL  __sysctl(0xbfbfde98,0x2,0x40313c1c,0xbfbfde94,0,0)
 80421 cvsync   0.007098 RET   __sysctl 0
 80421 cvsync   0.007118 CALL  __sysctl(0xbfbfde28,0x2,0xbfbfde20,0xbfbfde24,0,0)
 80421 cvsync   0.007132 RET   __sysctl 0
 80421 cvsync   0.007207 CALL  readlink(0x4030080b,0xbfbfdeb0,0x400)
 80421 cvsync   0.007221 NAMI  "/etc/malloc.conf"
 80421 cvsync   0.007267 RET   readlink 2
 80421 cvsync   0.007299 CALL  issetugid
 80421 cvsync   0.007308 RET   issetugid 0
 80421 cvsync   0.007344 CALL  break(0x8200000)
 80421 cvsync   0.007361 RET   break 0
 80421 cvsync   0.007398 CALL  break(0x8400000)
 80421 cvsync   0.007410 RET   break 0
 80421 cvsync   0.007684 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfe2d0)
 80421 cvsync   0.007699 RET   sigprocmask 0
 80421 cvsync   0.007725 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.007737 RET   sigprocmask 0
 80421 cvsync   0.007761 CALL  mmap(0xbf9ff000,0x1000,PROT_NONE,MAP_ANON,0xffffffff,0,0,0)
 80421 cvsync   0.007778 RET   mmap -1080037376/0xbf9ff000
 80421 cvsync   0.007828 CALL  sysarch(0xa,0xbfbfe3a0)
 80421 cvsync   0.007843 RET   sysarch 0
 80421 cvsync   0.007853 CALL  sigprocmask(SIG_SETMASK,0xbfbfe350,0x82503fc)
 80421 cvsync   0.007863 RET   sigprocmask 0
 80421 cvsync   0.007873 CALL  sigaction(SIGHUP,0,0x40220e20)
 80421 cvsync   0.007885 RET   sigaction 0
 80421 cvsync   0.007894 CALL  sigaction(SIGINT,0,0x40220e38)
 80421 cvsync   0.007904 RET   sigaction 0
 80421 cvsync   0.007913 CALL  sigaction(SIGQUIT,0,0x40220e50)
 80421 cvsync   0.007923 RET   sigaction 0
 80421 cvsync   0.007932 CALL  sigaction(SIGILL,0,0x40220e68)
 80421 cvsync   0.007942 RET   sigaction 0
 80421 cvsync   0.007953 CALL  sigaction(SIGTRAP,0,0x40220e80)
 80421 cvsync   0.007963 RET   sigaction 0
 80421 cvsync   0.007972 CALL  sigaction(SIGIOT,0,0x40220e98)
 80421 cvsync   0.007981 RET   sigaction 0
 80421 cvsync   0.007991 CALL  sigaction(SIGEMT,0,0x40220eb0)
 80421 cvsync   0.008000 RET   sigaction 0
 80421 cvsync   0.008010 CALL  sigaction(SIGFPE,0,0x40220ec8)
 80421 cvsync   0.008020 RET   sigaction 0
 80421 cvsync   0.008029 CALL  sigaction(SIGKILL,0,0x40220ee0)
 80421 cvsync   0.008054 RET   sigaction 0
 80421 cvsync   0.008063 CALL  sigaction(SIGBUS,0,0x40220ef8)
 80421 cvsync   0.008072 RET   sigaction 0
 80421 cvsync   0.008081 CALL  sigaction(SIGSEGV,0,0x40220f10)
 80421 cvsync   0.008092 RET   sigaction 0
 80421 cvsync   0.008103 CALL  sigaction(SIGSYS,0,0x40220f28)
 80421 cvsync   0.008112 RET   sigaction 0
 80421 cvsync   0.008122 CALL  sigaction(SIGPIPE,0,0x40220f40)
 80421 cvsync   0.008131 RET   sigaction 0
 80421 cvsync   0.008141 CALL  sigaction(SIGALRM,0,0x40220f58)
 80421 cvsync   0.008151 RET   sigaction 0
 80421 cvsync   0.008160 CALL  sigaction(SIGTERM,0,0x40220f70)
 80421 cvsync   0.008170 RET   sigaction 0
 80421 cvsync   0.008180 CALL  sigaction(SIGURG,0,0x40220f88)
 80421 cvsync   0.008188 RET   sigaction 0
 80421 cvsync   0.008198 CALL  sigaction(SIGSTOP,0,0x40220fa0)
 80421 cvsync   0.008207 RET   sigaction 0
 80421 cvsync   0.008218 CALL  sigaction(SIGTSTP,0,0x40220fb8)
 80421 cvsync   0.008229 RET   sigaction 0
 80421 cvsync   0.008238 CALL  sigaction(SIGCONT,0,0x40220fd0)
 80421 cvsync   0.008248 RET   sigaction 0
 80421 cvsync   0.008257 CALL  sigaction(SIGCHLD,0,0x40220fe8)
 80421 cvsync   0.008267 RET   sigaction 0
 80421 cvsync   0.008276 CALL  sigaction(SIGTTIN,0,0x40221000)
 80421 cvsync   0.008286 RET   sigaction 0
 80421 cvsync   0.008296 CALL  sigaction(SIGTTOU,0,0x40221018)
 80421 cvsync   0.008305 RET   sigaction 0
 80421 cvsync   0.008315 CALL  sigaction(SIGIO,0,0x40221030)
 80421 cvsync   0.008328 RET   sigaction 0
 80421 cvsync   0.008340 CALL  sigaction(SIGXCPU,0,0x40221048)
 80421 cvsync   0.008351 RET   sigaction 0
 80421 cvsync   0.008361 CALL  sigaction(SIGXFSZ,0,0x40221060)
 80421 cvsync   0.008370 RET   sigaction 0
 80421 cvsync   0.008380 CALL  sigaction(SIGVTALRM,0,0x40221078)
 80421 cvsync   0.008389 RET   sigaction 0
 80421 cvsync   0.008475 CALL  sigaction(SIGPROF,0,0x40221090)
 80421 cvsync   0.008485 RET   sigaction 0
 80421 cvsync   0.008495 CALL  sigaction(SIGWINCH,0,0x402210a8)
 80421 cvsync   0.008504 RET   sigaction 0
 80421 cvsync   0.008514 CALL  sigaction(SIG29,0,0x402210c0)
 80421 cvsync   0.008523 RET   sigaction 0
 80421 cvsync   0.008533 CALL  sigaction(SIGUSR1,0,0x402210d8)
 80421 cvsync   0.008540 RET   sigaction 0
 80421 cvsync   0.008550 CALL  sigaction(SIGUSR2,0,0x402210f0)
 80421 cvsync   0.008559 RET   sigaction 0
 80421 cvsync   0.008569 CALL  sigaction(SIG 32,0,0x40221108)
 80421 cvsync   0.008579 RET   sigaction 0
 80421 cvsync   0.008595 CALL  sigaction(SIG 33,0,0x40221120)
 80421 cvsync   0.008605 RET   sigaction 0
 80421 cvsync   0.008614 CALL  sigaction(SIG 34,0,0x40221138)
 80421 cvsync   0.008621 RET   sigaction 0
 80421 cvsync   0.008631 CALL  sigaction(SIG 35,0,0x40221150)
 80421 cvsync   0.008640 RET   sigaction 0
 80421 cvsync   0.008650 CALL  sigaction(SIG 36,0,0x40221168)
 80421 cvsync   0.008657 RET   sigaction 0
 80421 cvsync   0.008667 CALL  sigaction(SIG 37,0,0x40221180)
 80421 cvsync   0.008676 RET   sigaction 0
 80421 cvsync   0.008686 CALL  sigaction(SIG 38,0,0x40221198)
 80421 cvsync   0.008693 RET   sigaction 0
 80421 cvsync   0.008703 CALL  sigaction(SIG 39,0,0x402211b0)
 80421 cvsync   0.008713 RET   sigaction 0
 80421 cvsync   0.008721 CALL  sigaction(SIG 40,0,0x402211c8)
 80421 cvsync   0.008730 RET   sigaction 0
 80421 cvsync   0.008738 CALL  sigaction(SIG 41,0,0x402211e0)
 80421 cvsync   0.008747 RET   sigaction 0
 80421 cvsync   0.008757 CALL  sigaction(SIG 42,0,0x402211f8)
 80421 cvsync   0.008764 RET   sigaction 0
 80421 cvsync   0.008774 CALL  sigaction(SIG 43,0,0x40221210)
 80421 cvsync   0.008783 RET   sigaction 0
 80421 cvsync   0.008791 CALL  sigaction(SIG 44,0,0x40221228)
 80421 cvsync   0.008817 RET   sigaction 0
 80421 cvsync   0.008828 CALL  sigaction(SIG 45,0,0x40221240)
 80421 cvsync   0.008838 RET   sigaction 0
 80421 cvsync   0.008846 CALL  sigaction(SIG 46,0,0x40221258)
 80421 cvsync   0.008855 RET   sigaction 0
 80421 cvsync   0.008865 CALL  sigaction(SIG 47,0,0x40221270)
 80421 cvsync   0.008874 RET   sigaction 0
 80421 cvsync   0.008884 CALL  sigaction(SIG 48,0,0x40221288)
 80421 cvsync   0.008894 RET   sigaction 0
 80421 cvsync   0.008903 CALL  sigaction(SIG 49,0,0x402212a0)
 80421 cvsync   0.008913 RET   sigaction 0
 80421 cvsync   0.008923 CALL  sigaction(SIG 50,0,0x402212b8)
 80421 cvsync   0.008932 RET   sigaction 0
 80421 cvsync   0.008942 CALL  sigaction(SIG 51,0,0x402212d0)
 80421 cvsync   0.008953 RET   sigaction 0
 80421 cvsync   0.008964 CALL  sigaction(SIG 52,0,0x402212e8)
 80421 cvsync   0.008973 RET   sigaction 0
 80421 cvsync   0.008982 CALL  sigaction(SIG 53,0,0x40221300)
 80421 cvsync   0.008992 RET   sigaction 0
 80421 cvsync   0.009001 CALL  sigaction(SIG 54,0,0x40221318)
 80421 cvsync   0.009011 RET   sigaction 0
 80421 cvsync   0.009021 CALL  sigaction(SIG 55,0,0x40221330)
 80421 cvsync   0.009030 RET   sigaction 0
 80421 cvsync   0.009040 CALL  sigaction(SIG 56,0,0x40221348)
 80421 cvsync   0.009051 RET   sigaction 0
 80421 cvsync   0.009060 CALL  sigaction(SIG 57,0,0x40221360)
 80421 cvsync   0.009069 RET   sigaction 0
 80421 cvsync   0.009078 CALL  sigaction(SIG 58,0,0x40221378)
 80421 cvsync   0.009089 RET   sigaction 0
 80421 cvsync   0.009101 CALL  sigaction(SIG 59,0,0x40221390)
 80421 cvsync   0.009109 RET   sigaction 0
 80421 cvsync   0.009118 CALL  sigaction(SIG 60,0,0x402213a8)
 80421 cvsync   0.009128 RET   sigaction 0
 80421 cvsync   0.009137 CALL  sigaction(SIG 61,0,0x402213c0)
 80421 cvsync   0.009147 RET   sigaction 0
 80421 cvsync   0.009156 CALL  sigaction(SIG 62,0,0x402213d8)
 80421 cvsync   0.009178 RET   sigaction 0
 80421 cvsync   0.009188 CALL  sigaction(SIG 63,0,0x402213f0)
 80421 cvsync   0.009197 RET   sigaction 0
 80421 cvsync   0.009206 CALL  sigaction(SIG 64,0,0x40221408)
 80421 cvsync   0.009217 RET   sigaction 0
 80421 cvsync   0.009228 CALL  sigaction(SIG 65,0,0x40221420)
 80421 cvsync   0.009237 RET   sigaction 0
 80421 cvsync   0.009247 CALL  sigaction(SIG 66,0,0x40221438)
 80421 cvsync   0.009256 RET   sigaction 0
 80421 cvsync   0.009266 CALL  sigaction(SIG 67,0,0x40221450)
 80421 cvsync   0.009275 RET   sigaction 0
 80421 cvsync   0.009285 CALL  sigaction(SIG 68,0,0x40221468)
 80421 cvsync   0.009295 RET   sigaction 0
 80421 cvsync   0.009304 CALL  sigaction(SIG 69,0,0x40221480)
 80421 cvsync   0.009314 RET   sigaction 0
 80421 cvsync   0.009323 CALL  sigaction(SIG 70,0,0x40221498)
 80421 cvsync   0.009332 RET   sigaction 0
 80421 cvsync   0.009339 CALL  sigaction(SIG 71,0,0x402214b0)
 80421 cvsync   0.009349 RET   sigaction 0
 80421 cvsync   0.009359 CALL  sigaction(SIG 72,0,0x402214c8)
 80421 cvsync   0.009366 RET   sigaction 0
 80421 cvsync   0.009376 CALL  sigaction(SIG 73,0,0x402214e0)
 80421 cvsync   0.009386 RET   sigaction 0
 80421 cvsync   0.009395 CALL  sigaction(SIG 74,0,0x402214f8)
 80421 cvsync   0.009405 RET   sigaction 0
 80421 cvsync   0.009414 CALL  sigaction(SIG 75,0,0x40221510)
 80421 cvsync   0.009424 RET   sigaction 0
 80421 cvsync   0.009434 CALL  sigaction(SIG 76,0,0x40221528)
 80421 cvsync   0.009443 RET   sigaction 0
 80421 cvsync   0.009453 CALL  sigaction(SIG 77,0,0x40221540)
 80421 cvsync   0.009463 RET   sigaction 0
 80421 cvsync   0.009471 CALL  sigaction(SIG 78,0,0x40221558)
 80421 cvsync   0.009481 RET   sigaction 0
 80421 cvsync   0.009491 CALL  sigaction(SIG 79,0,0x40221570)
 80421 cvsync   0.009501 RET   sigaction 0
 80421 cvsync   0.009520 CALL  sigaction(SIG 80,0,0x40221588)
 80421 cvsync   0.009530 RET   sigaction 0
 80421 cvsync   0.009539 CALL  sigaction(SIG 81,0,0x402215a0)
 80421 cvsync   0.009549 RET   sigaction 0
 80421 cvsync   0.009558 CALL  sigaction(SIG 82,0,0x402215b8)
 80421 cvsync   0.009568 RET   sigaction 0
 80421 cvsync   0.009578 CALL  sigaction(SIG 83,0,0x402215d0)
 80421 cvsync   0.009589 RET   sigaction 0
 80421 cvsync   0.009604 CALL  sigaction(SIG 84,0,0x402215e8)
 80421 cvsync   0.009614 RET   sigaction 0
 80421 cvsync   0.009623 CALL  sigaction(SIG 85,0,0x40221600)
 80421 cvsync   0.009633 RET   sigaction 0
 80421 cvsync   0.009642 CALL  sigaction(SIG 86,0,0x40221618)
 80421 cvsync   0.009652 RET   sigaction 0
 80421 cvsync   0.009662 CALL  sigaction(SIG 87,0,0x40221630)
 80421 cvsync   0.009671 RET   sigaction 0
 80421 cvsync   0.009681 CALL  sigaction(SIG 88,0,0x40221648)
 80421 cvsync   0.009690 RET   sigaction 0
 80421 cvsync   0.009703 CALL  sigaction(SIG 89,0,0x40221660)
 80421 cvsync   0.009714 RET   sigaction 0
 80421 cvsync   0.009722 CALL  sigaction(SIG 90,0,0x40221678)
 80421 cvsync   0.009731 RET   sigaction 0
 80421 cvsync   0.009741 CALL  sigaction(SIG 91,0,0x40221690)
 80421 cvsync   0.009750 RET   sigaction 0
 80421 cvsync   0.009760 CALL  sigaction(SIG 92,0,0x402216a8)
 80421 cvsync   0.009770 RET   sigaction 0
 80421 cvsync   0.009779 CALL  sigaction(SIG 93,0,0x402216c0)
 80421 cvsync   0.009789 RET   sigaction 0
 80421 cvsync   0.009798 CALL  sigaction(SIG 94,0,0x402216d8)
 80421 cvsync   0.009808 RET   sigaction 0
 80421 cvsync   0.009817 CALL  sigaction(SIG 95,0,0x402216f0)
 80421 cvsync   0.009828 RET   sigaction 0
 80421 cvsync   0.009839 CALL  sigaction(SIG 96,0,0x40221708)
 80421 cvsync   0.009848 RET   sigaction 0
 80421 cvsync   0.009857 CALL  sigaction(SIG 97,0,0x40221720)
 80421 cvsync   0.009879 RET   sigaction 0
 80421 cvsync   0.009888 CALL  sigaction(SIG 98,0,0x40221738)
 80421 cvsync   0.009898 RET   sigaction 0
 80421 cvsync   0.009907 CALL  sigaction(SIG 99,0,0x40221750)
 80421 cvsync   0.009917 RET   sigaction 0
 80421 cvsync   0.009926 CALL  sigaction(SIG 100,0,0x40221768)
 80421 cvsync   0.009936 RET   sigaction 0
 80421 cvsync   0.009945 CALL  sigaction(SIG 101,0,0x40221780)
 80421 cvsync   0.009956 RET   sigaction 0
 80421 cvsync   0.009967 CALL  sigaction(SIG 102,0,0x40221798)
 80421 cvsync   0.009978 RET   sigaction 0
 80421 cvsync   0.009986 CALL  sigaction(SIG 103,0,0x402217b0)
 80421 cvsync   0.009996 RET   sigaction 0
 80421 cvsync   0.010005 CALL  sigaction(SIG 104,0,0x402217c8)
 80421 cvsync   0.010015 RET   sigaction 0
 80421 cvsync   0.010024 CALL  sigaction(SIG 105,0,0x402217e0)
 80421 cvsync   0.010034 RET   sigaction 0
 80421 cvsync   0.010043 CALL  sigaction(SIG 106,0,0x402217f8)
 80421 cvsync   0.010053 RET   sigaction 0
 80421 cvsync   0.010061 CALL  sigaction(SIG 107,0,0x40221810)
 80421 cvsync   0.010070 RET   sigaction 0
 80421 cvsync   0.010078 CALL  sigaction(SIG 108,0,0x40221828)
 80421 cvsync   0.010088 RET   sigaction 0
 80421 cvsync   0.010097 CALL  sigaction(SIG 109,0,0x40221840)
 80421 cvsync   0.010106 RET   sigaction 0
 80421 cvsync   0.010116 CALL  sigaction(SIG 110,0,0x40221858)
 80421 cvsync   0.010125 RET   sigaction 0
 80421 cvsync   0.010135 CALL  sigaction(SIG 111,0,0x40221870)
 80421 cvsync   0.010144 RET   sigaction 0
 80421 cvsync   0.010154 CALL  sigaction(SIG 112,0,0x40221888)
 80421 cvsync   0.010163 RET   sigaction 0
 80421 cvsync   0.010173 CALL  sigaction(SIG 113,0,0x402218a0)
 80421 cvsync   0.010183 RET   sigaction 0
 80421 cvsync   0.010192 CALL  sigaction(SIG 114,0,0x402218b8)
 80421 cvsync   0.010204 RET   sigaction 0
 80421 cvsync   0.010237 CALL  sigaction(SIG 115,0,0x402218d0)
 80421 cvsync   0.010247 RET   sigaction 0
 80421 cvsync   0.010257 CALL  sigaction(SIG 116,0,0x402218e8)
 80421 cvsync   0.010266 RET   sigaction 0
 80421 cvsync   0.010276 CALL  sigaction(SIG 117,0,0x40221900)
 80421 cvsync   0.010285 RET   sigaction 0
 80421 cvsync   0.010295 CALL  sigaction(SIG 118,0,0x40221918)
 80421 cvsync   0.010304 RET   sigaction 0
 80421 cvsync   0.010314 CALL  sigaction(SIG 119,0,0x40221930)
 80421 cvsync   0.010323 RET   sigaction 0
 80421 cvsync   0.010332 CALL  sigaction(SIG 120,0,0x40221948)
 80421 cvsync   0.010343 RET   sigaction 0
 80421 cvsync   0.010352 CALL  sigaction(SIG 121,0,0x40221960)
 80421 cvsync   0.010362 RET   sigaction 0
 80421 cvsync   0.010372 CALL  sigaction(SIG 122,0,0x40221978)
 80421 cvsync   0.010381 RET   sigaction 0
 80421 cvsync   0.010391 CALL  sigaction(SIG 123,0,0x40221990)
 80421 cvsync   0.010401 RET   sigaction 0
 80421 cvsync   0.010410 CALL  sigaction(SIG 124,0,0x402219a8)
 80421 cvsync   0.010420 RET   sigaction 0
 80421 cvsync   0.010429 CALL  sigaction(SIG 125,0,0x402219c0)
 80421 cvsync   0.010439 RET   sigaction 0
 80421 cvsync   0.010449 CALL  sigaction(SIG 126,0,0x402219d8)
 80421 cvsync   0.010457 RET   sigaction 0
 80421 cvsync   0.010468 CALL  sigaction(SIG 127,0,0x402219f0)
 80421 cvsync   0.010479 RET   sigaction 0
 80421 cvsync   0.010488 CALL  sigaction(SIG 128,0,0x40221a08)
 80421 cvsync   0.010498 RET   sigaction 0
 80421 cvsync   0.010507 CALL  sigprocmask(SIG_SETMASK,0x82503fc,0)
 80421 cvsync   0.010517 RET   sigprocmask 0
 80421 cvsync   0.010549 CALL  sigaltstack(0,0x82504a0)
 80421 cvsync   0.010561 RET   sigaltstack 0
 80421 cvsync   0.010620 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfe420)
 80421 cvsync   0.010629 RET   sigprocmask 0
 80421 cvsync   0.010639 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.010648 RET   sigprocmask 0
 80421 cvsync   0.010750 CALL  sigaction(SIGHUP,0xbfbfe540,0)
 80421 cvsync   0.010762 RET   sigaction 0
 80421 cvsync   0.010771 CALL  sigaction(SIGPIPE,0xbfbfe540,0)
 80421 cvsync   0.010781 RET   sigaction 0
 80421 cvsync   0.010791 CALL  sigaction(SIGINT,0xbfbfe540,0)
 80421 cvsync   0.010800 RET   sigaction 0
 80421 cvsync   0.010810 CALL  sigaction(SIGTERM,0xbfbfe540,0)
 80421 cvsync   0.010820 RET   sigaction 0
 80421 cvsync   0.010921 CALL  fstat(0x1,0xbfbfdb30)
 80421 cvsync   0.010946 RET   fstat 0
 80421 cvsync   0.010969 CALL  ioctl(0x1,TIOCGETA,0xbfbfdb70)
 80421 cvsync   0.010998 RET   ioctl 0
 80421 cvsync   0.011030 CALL  write(0x1,0x820c000,0x4f)
 80421 cvsync   0.011078 GIO   fd 1 wrote 79 bytes
       "Parsing a URI cvsync://cvsync.allbsd.org/freebsd-src/rcs/?prefix=/home\
	/ncvs...
       "
 80421 cvsync   0.011093 RET   write 79/0x4f
 80421 cvsync   0.011188 CALL  stat(0xbfbfe0f0,0xbfbfe4f0)
 80421 cvsync   0.011203 NAMI  "/home/ncvs"
 80421 cvsync   0.011257 RET   stat 0
 80421 cvsync   0.011295 CALL  lstat(0x820e204,0xbfbfe040)
 80421 cvsync   0.011304 NAMI  "/home"
 80421 cvsync   0.011324 RET   lstat 0
 80421 cvsync   0.011336 CALL  lstat(0x820e204,0xbfbfe040)
 80421 cvsync   0.011346 NAMI  "/home/ncvs"
 80421 cvsync   0.011369 RET   lstat 0
 80421 cvsync   0.011386 CALL  gettimeofday(0xbfbfe610,0)
 80421 cvsync   0.011398 RET   gettimeofday 0
 80421 cvsync   0.011415 CALL  write(0x1,0x820c000,0x2a)
 80421 cvsync   0.011430 GIO   fd 1 wrote 42 bytes
       "Connecting to cvsync.allbsd.org port 7777
       "
 80421 cvsync   0.011440 RET   write 42/0x2a
 80421 cvsync   0.011516 CALL  stat(0x40305c94,0xbfbfdd20)
 80421 cvsync   0.011529 NAMI  "/etc/nsswitch.conf"
 80421 cvsync   0.011551 RET   stat 0
 80421 cvsync   0.011582 CALL  open(0x40305c94,O_RDONLY,<unused>0x1b6)
 80421 cvsync   0.011610 NAMI  "/etc/nsswitch.conf"
 80421 cvsync   0.011657 RET   open 3
 80421 cvsync   0.011733 CALL  ioctl(0x3,TIOCGETA,0xbfbfdb90)
 80421 cvsync   0.011748 RET   ioctl -1 errno 25 Inappropriate ioctl for device
 80421 cvsync   0.011780 CALL  fstat(0x3,0xbfbfdae0)
 80421 cvsync   0.011792 RET   fstat 0
 80421 cvsync   0.011809 CALL  read(0x3,0x82a0000,0x1000)
 80421 cvsync   0.011850 GIO   fd 3 read 342 bytes
       "#
	# nsswitch.conf(5) - name service switch configuration file
	# $FreeBSD: src/etc/nsswitch.conf,v 1.1 2006/05/03 15:14:47 ume Exp $
	#
	group:		compat
	group_compat:	nis
	hosts:		cache files dns
	networks:	files
	passwd:		compat
	passwd_compat:	nis
	shells:		files
	services:	cache compat
	services_compat: nis
	protocols:	cache files
	rpc:		cache files
       "
 80421 cvsync   0.011862 RET   read 342/0x156
 80421 cvsync   0.011872 CALL  read(0x3,0x82a0000,0x1000)
 80421 cvsync   0.011883 GIO   fd 3 read 0 bytes
       ""
 80421 cvsync   0.011893 RET   read 0
 80421 cvsync   0.011978 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.011989 RET   sigprocmask 0
 80421 cvsync   0.012009 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012024 NAMI  "/usr/lib/nss_compat.so.1"
 80421 cvsync   0.012060 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012070 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012082 NAMI  "/usr/local/lib/nss_compat.so.1"
 80421 cvsync   0.012110 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012122 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012134 NAMI  "/lib/nss_compat.so.1"
 80421 cvsync   0.012154 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012163 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012175 NAMI  "/usr/lib/nss_compat.so.1"
 80421 cvsync   0.012197 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012207 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012218 NAMI  "/usr/lib/compat/nss_compat.so.1"
 80421 cvsync   0.012241 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012251 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012319 NAMI  "/usr/local/lib/nss_compat.so.1"
 80421 cvsync   0.012341 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012351 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012362 NAMI  "/usr/X11R6/lib/nss_compat.so.1"
 80421 cvsync   0.012387 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012396 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012406 NAMI  "/usr/local/lib/evolution/2.8/nss_compat.so.1"
 80421 cvsync   0.012435 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012448 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012461 NAMI  "/lib/nss_compat.so.1"
 80421 cvsync   0.012481 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012492 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012501 NAMI  "/usr/lib/nss_compat.so.1"
 80421 cvsync   0.012523 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012551 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.012560 RET   sigprocmask 0
 80421 cvsync   0.012572 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.012582 RET   sigprocmask 0
 80421 cvsync   0.012596 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.012606 RET   sigprocmask 0
 80421 cvsync   0.012664 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.012673 RET   sigprocmask 0
 80421 cvsync   0.012685 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012698 NAMI  "/usr/lib/nss_nis.so.1"
 80421 cvsync   0.012722 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012732 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012742 NAMI  "/usr/local/lib/nss_nis.so.1"
 80421 cvsync   0.012764 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012774 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012783 NAMI  "/lib/nss_nis.so.1"
 80421 cvsync   0.012800 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012810 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012819 NAMI  "/usr/lib/nss_nis.so.1"
 80421 cvsync   0.012840 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012870 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012881 NAMI  "/usr/lib/compat/nss_nis.so.1"
 80421 cvsync   0.012905 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012915 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012928 NAMI  "/usr/local/lib/nss_nis.so.1"
 80421 cvsync   0.012955 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.012965 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.012979 NAMI  "/usr/X11R6/lib/nss_nis.so.1"
 80421 cvsync   0.013002 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013013 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013039 NAMI  "/usr/local/lib/evolution/2.8/nss_nis.so.1"
 80421 cvsync   0.013067 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013079 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013093 NAMI  "/lib/nss_nis.so.1"
 80421 cvsync   0.013110 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013121 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013133 NAMI  "/usr/lib/nss_nis.so.1"
 80421 cvsync   0.013154 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013169 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.013179 RET   sigprocmask 0
 80421 cvsync   0.013192 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.013204 RET   sigprocmask 0
 80421 cvsync   0.013215 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.013225 RET   sigprocmask 0
 80421 cvsync   0.013248 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.013258 RET   sigprocmask 0
 80421 cvsync   0.013273 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013286 NAMI  "/usr/lib/nss_cache.so.1"
 80421 cvsync   0.013309 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013319 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013330 NAMI  "/usr/local/lib/nss_cache.so.1"
 80421 cvsync   0.013354 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013363 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013374 NAMI  "/lib/nss_cache.so.1"
 80421 cvsync   0.013404 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013415 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013425 NAMI  "/usr/lib/nss_cache.so.1"
 80421 cvsync   0.013445 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013454 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013466 NAMI  "/usr/lib/compat/nss_cache.so.1"
 80421 cvsync   0.013488 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013500 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013511 NAMI  "/usr/local/lib/nss_cache.so.1"
 80421 cvsync   0.013533 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013580 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013781 NAMI  "/usr/X11R6/lib/nss_cache.so.1"
 80421 cvsync   0.013863 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.013886 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.013900 NAMI  "/usr/local/lib/evolution/2.8/nss_cache.so.1"
 80421 cvsync   0.014070 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014090 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014106 NAMI  "/lib/nss_cache.so.1"
 80421 cvsync   0.014134 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014145 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014159 NAMI  "/usr/lib/nss_cache.so.1"
 80421 cvsync   0.014183 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014232 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.014248 RET   sigprocmask 0
 80421 cvsync   0.014265 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.014290 RET   sigprocmask 0
 80421 cvsync   0.014300 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.014311 RET   sigprocmask 0
 80421 cvsync   0.014390 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.014402 RET   sigprocmask 0
 80421 cvsync   0.014423 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014436 NAMI  "/usr/lib/nss_files.so.1"
 80421 cvsync   0.014461 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014473 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014543 NAMI  "/usr/local/lib/nss_files.so.1"
 80421 cvsync   0.014580 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014596 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014607 NAMI  "/lib/nss_files.so.1"
 80421 cvsync   0.014624 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014634 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014644 NAMI  "/usr/lib/nss_files.so.1"
 80421 cvsync   0.014664 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014676 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014704 NAMI  "/usr/lib/compat/nss_files.so.1"
 80421 cvsync   0.014730 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014742 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014754 NAMI  "/usr/local/lib/nss_files.so.1"
 80421 cvsync   0.014779 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014789 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014799 NAMI  "/usr/X11R6/lib/nss_files.so.1"
 80421 cvsync   0.014822 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014834 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014845 NAMI  "/usr/local/lib/evolution/2.8/nss_files.so.1"
 80421 cvsync   0.014875 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014887 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014900 NAMI  "/lib/nss_files.so.1"
 80421 cvsync   0.014917 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014930 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.014945 NAMI  "/usr/lib/nss_files.so.1"
 80421 cvsync   0.014971 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.014985 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.014994 RET   sigprocmask 0
 80421 cvsync   0.015006 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.015016 RET   sigprocmask 0
 80421 cvsync   0.015026 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.015036 RET   sigprocmask 0
 80421 cvsync   0.015053 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.015064 RET   sigprocmask 0
 80421 cvsync   0.015098 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015113 NAMI  "/usr/lib/nss_dns.so.1"
 80421 cvsync   0.015138 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015150 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015163 NAMI  "/usr/local/lib/nss_dns.so.1"
 80421 cvsync   0.015188 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015205 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015219 NAMI  "/lib/nss_dns.so.1"
 80421 cvsync   0.015240 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015249 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015261 NAMI  "/usr/lib/nss_dns.so.1"
 80421 cvsync   0.015287 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015329 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015344 NAMI  "/usr/lib/compat/nss_dns.so.1"
 80421 cvsync   0.015368 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015377 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015391 NAMI  "/usr/local/lib/nss_dns.so.1"
 80421 cvsync   0.015413 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015425 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015437 NAMI  "/usr/X11R6/lib/nss_dns.so.1"
 80421 cvsync   0.015463 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015473 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015487 NAMI  "/usr/local/lib/evolution/2.8/nss_dns.so.1"
 80421 cvsync   0.015517 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015530 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015543 NAMI  "/lib/nss_dns.so.1"
 80421 cvsync   0.015562 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015574 CALL  access(0x4009d000,F_OK)
 80421 cvsync   0.015587 NAMI  "/usr/lib/nss_dns.so.1"
 80421 cvsync   0.015614 RET   access -1 errno 2 No such file or directory
 80421 cvsync   0.015627 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.015637 RET   sigprocmask 0
 80421 cvsync   0.015649 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfd740)
 80421 cvsync   0.015660 RET   sigprocmask 0
 80421 cvsync   0.015725 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.015736 RET   sigprocmask 0
 80421 cvsync   0.015830 CALL  ioctl(0x3,TIOCGETA,0xbfbfdb90)
 80421 cvsync   0.015860 RET   ioctl -1 errno 25 Inappropriate ioctl for device
 80421 cvsync   0.015909 CALL  close(0x3)
 80421 cvsync   0.015971 RET   close 0
 80421 cvsync   0.016011 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdc10)
 80421 cvsync   0.016022 RET   sigprocmask 0
 80421 cvsync   0.016034 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.016044 RET   sigprocmask 0
 80421 cvsync   0.016057 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdc10)
 80421 cvsync   0.016068 RET   sigprocmask 0
 80421 cvsync   0.016079 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.016090 RET   sigprocmask 0
 80421 cvsync   0.016129 CALL  sigprocmask(SIG_BLOCK,0x40092820,0xbfbfdc20)
 80421 cvsync   0.016139 RET   sigprocmask 0
 80421 cvsync   0.016149 CALL  sigprocmask(SIG_SETMASK,0x40092830,0)
 80421 cvsync   0.016159 RET   sigprocmask 0
 80421 cvsync   0.016428 CALL  socket(PF_LOCAL|PF_UNIX,SOCK_STREAM,0)
 80421 cvsync   0.016469 RET   socket 3
 80421 cvsync   0.016496 CALL  connect(0x3,0xbfbfdb80,0x11)
 80421 cvsync   0.016516 NAMI  "/var/run/cached"
 80421 cvsync   0.016611 RET   connect 0
 80421 cvsync   0.016635 CALL  fcntl(0x3,F_SETFL,O_NONBLOCK)
 80421 cvsync   0.016657 RET   fcntl 0
 80421 cvsync   0.016678 CALL  kqueue
 80421 cvsync   0.016696 RET   kqueue 4
 80421 cvsync   0.016719 CALL  kevent(0x4,0xbfbfdbf0,0x1,0,0,0)
 80421 cvsync   0.016775 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.016785 GIO   fd 4 read 0 bytes
       ""
 80421 cvsync   0.016792 RET   kevent 0
 80421 cvsync   0.016799 CALL  kqueue
 80421 cvsync   0.016812 RET   kqueue 5
 80421 cvsync   0.016822 CALL  kevent(0x5,0xbfbfdbf0,0x1,0,0,0)
 80421 cvsync   0.016844 GIO   fd 5 wrote 20 bytes
       0x0000 0300 0000 ffff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.016891 GIO   fd 5 read 0 bytes
       ""
 80421 cvsync   0.016900 RET   kevent 0
 80421 cvsync   0.016910 CALL  kevent(0x4,0xbfbfdbc0,0x1,0,0,0)
 80421 cvsync   0.016925 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0100 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.016937 GIO   fd 4 read 0 bytes
       ""
 80421 cvsync   0.016948 RET   kevent 0
 80421 cvsync   0.016958 CALL  kevent(0x4,0,0,0xbfbfdbc0,0x1,0)
 80421 cvsync   0.016978 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.016988 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.016998 RET   kevent 1
 80421 cvsync   0.017016 CALL  sendmsg(0x3,0xbfbfdba0,0)
 80421 cvsync   0.017080 GIO   fd 3 wrote 4 bytes
       0x0000 0300 0000                                |....|

 80421 cvsync   0.017091 RET   sendmsg 4
 80421 cvsync   0.017103 CALL  kevent(0x4,0xbfbfdbc0,0x1,0,0,0)
 80421 cvsync   0.017118 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.017129 GIO   fd 4 read 0 bytes
       ""
 80421 cvsync   0.017138 RET   kevent 0
 80421 cvsync   0.017148 CALL  kevent(0x4,0,0,0xbfbfdbc0,0x1,0xbfbfdbb8)
 80421 cvsync   0.017165 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.017175 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.017185 RET   kevent 1
 80421 cvsync   0.017195 CALL  write(0x3,0xbfbfdc18,0x4)
 80421 cvsync   0.017218 GIO   fd 3 wrote 4 bytes
       0x0000 0500 0000                                |....|

 80421 cvsync   0.017229 RET   write 4
 80421 cvsync   0.017240 CALL  kevent(0x4,0,0,0xbfbfdbc0,0x1,0xbfbfdbb8)
 80421 cvsync   0.017255 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.017265 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fc1f 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.017275 RET   kevent 1
 80421 cvsync   0.017284 CALL  write(0x3,0xbfbfdc3c,0x4)
 80421 cvsync   0.017315 GIO   fd 3 wrote 4 bytes
       "*\0\0\0"
 80421 cvsync   0.017325 RET   write 4
 80421 cvsync   0.017333 CALL  kevent(0x4,0,0,0xbfbfdbc0,0x1,0xbfbfdbb8)
 80421 cvsync   0.017349 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.017360 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.017383 RET   kevent 1
 80421 cvsync   0.017393 CALL  write(0x3,0x40303dab,0x5)
 80421 cvsync   0.017410 GIO   fd 3 wrote 5 bytes
       "hosts"
 80421 cvsync   0.017420 RET   write 5
 80421 cvsync   0.017432 CALL  kevent(0x4,0,0,0xbfbfdbc0,0x1,0xbfbfdbb8)
 80421 cvsync   0.017446 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.017458 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fb1f 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.017469 RET   kevent 1
 80421 cvsync   0.017479 CALL  write(0x3,0x82d0200,0x2a)
 80421 cvsync   0.017510 GIO   fd 3 wrote 42 bytes
       0x0000 0000 0000 0000 0000 0000 0000 0200 0000  |................|
       0x0010 0100 0000 0600 0000 6376 7379 6e63 2e61  |........cvsync.a|
       0x0020 6c6c 6273 642e 6f72 6700                 |llbsd.org.|

 80421 cvsync   0.017823 RET   write 42/0x2a
 80421 cvsync   0.017862 CALL  kevent(0x5,0,0,0xbfbfdbc0,0x1,0xbfbfdbb8)
 80421 cvsync   0.017881 GIO   fd 5 wrote 0 bytes
       ""
 80421 cvsync   0.017894 GIO   fd 5 read 20 bytes
       0x0000 0300 0000 ffff 0080 0000 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.017903 RET   kevent 1
 80421 cvsync   0.017913 CALL  read(0x3,0xbfbfdc14,0x4)
 80421 cvsync   0.017927 GIO   fd 3 read 4 bytes
       0x0000 ffff ffff                                |....|

 80421 cvsync   0.017937 RET   read 4
 80421 cvsync   0.017948 CALL  close(0x3)
 80421 cvsync   0.017970 RET   close 0
 80421 cvsync   0.017980 CALL  close(0x5)
 80421 cvsync   0.018006 RET   close 0
 80421 cvsync   0.018016 CALL  close(0x4)
 80421 cvsync   0.018035 RET   close 0
 80421 cvsync   0.018084 CALL  open(0x40303da6,O_RDONLY,<unused>0x1b6)
 80421 cvsync   0.018108 NAMI  "/etc/hosts"
 80421 cvsync   0.018170 RET   open 3
 80421 cvsync   0.018204 CALL  fstat(0x3,0xbfbfbb00)
 80421 cvsync   0.018225 RET   fstat 0
 80421 cvsync   0.018249 CALL  read(0x3,0x82a0000,0x1000)
 80421 cvsync   0.018300 GIO   fd 3 read 1045 bytes
       "# $FreeBSD: src/etc/hosts,v 1.16 2003/01/28 21:29:23 dbaker Exp $
	#
	# Host Database
	#
	# This file should contain the addresses and aliases for local hosts t\
	hat
	# share this file.  Replace 'my.domain' below with the domainname of y\
	our
	# machine.
	#
	# In the presence of the domain name service or NIS, this file may
	# not be consulted at all; see /etc/nsswitch.conf for the resolution o\
	rder.
	#
	#
	::1			localhost
	127.0.0.1		localhost
	#
	# Imaginary network.
	#10.0.0.2		myname.my.domain myname
	#10.0.0.3		myfriend.my.domain myfriend
	#
	# According to RFC 1918, you can use the following IP networks for
	# private nets which will never be connected to the Internet:
	#
	#	10.0.0.0	-   10.255.255.255
	#	172.16.0.0	-   172.31.255.255
	#	192.168.0.0	-   192.168.255.255
	#
	# In case you want to be able to connect to the Internet, you need
	# real official assigned numbers.  Do not try to invent your own netwo\
	rk
	# numbers but instead get one from your network provider (if any) or
	# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriN\
	IC.)
	#
       "
 80421 cvsync   0.018422 RET   read 1045/0x415
 80421 cvsync   0.018456 CALL  read(0x3,0x82a0000,0x1000)
 80421 cvsync   0.018471 GIO   fd 3 read 0 bytes
       ""
 80421 cvsync   0.018481 RET   read 0
 80421 cvsync   0.018494 CALL  close(0x3)
 80421 cvsync   0.018533 RET   close 0
 80421 cvsync   0.018608 CALL  gettimeofday(0xbfbfd1a8,0)
 80421 cvsync   0.018621 RET   gettimeofday 0
 80421 cvsync   0.018638 CALL  getpid
 80421 cvsync   0.018648 RET   getpid 80421/0x13a25
 80421 cvsync   0.018684 CALL  issetugid
 80421 cvsync   0.018694 RET   issetugid 0
 80421 cvsync   0.018709 CALL  open(0x40304588,O_RDONLY,<unused>0x1b6)
 80421 cvsync   0.018721 NAMI  "/etc/resolv.conf"
 80421 cvsync   0.018753 RET   open 3
 80421 cvsync   0.018765 CALL  fstat(0x3,0xbfbfd0c0)
 80421 cvsync   0.018777 RET   fstat 0
 80421 cvsync   0.018788 CALL  read(0x3,0x82a0000,0x1000)
 80421 cvsync   0.018810 GIO   fd 3 read 91 bytes
       "domain		ninth-nine.com
	search		ninth-nine.com
	nameserver	0.0.0.0
	nameserver	219.127.74.121
       "
 80421 cvsync   0.018819 RET   read 91/0x5b
 80421 cvsync   0.018950 CALL  read(0x3,0x82a0000,0x1000)
 80421 cvsync   0.018966 GIO   fd 3 read 0 bytes
       ""
 80421 cvsync   0.018977 RET   read 0
 80421 cvsync   0.018987 CALL  close(0x3)
 80421 cvsync   0.019012 RET   close 0
 80421 cvsync   0.019022 CALL  issetugid
 80421 cvsync   0.019031 RET   issetugid 0
 80421 cvsync   0.019141 CALL  kqueue
 80421 cvsync   0.019158 RET   kqueue 3
 80421 cvsync   0.019173 CALL  socket(PF_INET,SOCK_DGRAM,0)
 80421 cvsync   0.019208 RET   socket 4
 80421 cvsync   0.019222 CALL  connect(0x4,0x403248d0,0x10)
 80421 cvsync   0.019268 RET   connect 0
 80421 cvsync   0.019292 CALL  sendto(0x4,0x8300000,0x23,0,0,0)
 80421 cvsync   0.019423 GIO   fd 4 wrote 35 bytes
       0x0000 4dc8 0100 0001 0000 0000 0000 0663 7673  |M............cvs|
       0x0010 796e 6306 616c 6c62 7364 036f 7267 0000  |ync.allbsd.org..|
       0x0020 0100 01                                  |...|

 80421 cvsync   0.019435 RET   sendto 35/0x23
 80421 cvsync   0.019467 CALL  clock_gettime(0,0xbfbfcaa8)
 80421 cvsync   0.019484 RET   clock_gettime 0
 80421 cvsync   0.019505 CALL  kevent(0x3,0xbfbfcba0,0x1,0xbfbfcba0,0x1,0xbfbfcb78)
 80421 cvsync   0.019528 CSW  stop kernel
 80421 cvsync   0.202478 CSW  resume kernel
 80421 cvsync   0.202504 GIO   fd 3 wrote 20 bytes
       0x0000 0400 0000 ffff 1000 0000 0000 6800 0000  |............h...|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.202571 GIO   fd 3 read 20 bytes
       0x0000 0400 0000 ffff 1000 0000 0000 6800 0000  |............h...|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.202580 RET   kevent 1
 80421 cvsync   0.202628 CALL  recvfrom(0x4,0x82e0000,0x10000,0,0xbfbfcdc0,0xbfbfcb74)
 80421 cvsync   0.202645 GIO   fd 4 read 104 bytes
       0x0000 4dc8 8180 0001 0001 0003 0000 0663 7673  |M............cvs|
       0x0010 796e 6306 616c 6c62 7364 036f 7267 0000  |ync.allbsd.org..|
       0x0020 0100 01c0 0c00 0100 0100 000e 1000 0485  |................|
       0x0030 1f82 23c0 1300 0200 0100 000e 1000 0502  |..#.............|
       0x0040 6e73 c013 c013 0002 0001 0000 0e10 0006  |ns..............|
       0x0050 036e 7332 c013 c013 0002 0001 0000 0e10  |.ns2............|
       0x0060 0006 036e 7333 c013                      |...ns3..|

 80421 cvsync   0.202657 RET   recvfrom 104/0x68
 80421 cvsync   0.202749 CALL  close(0x4)
 80421 cvsync   0.202792 RET   close 0
 80421 cvsync   0.202802 CALL  close(0x3)
 80421 cvsync   0.202822 RET   close 0
 80421 cvsync   0.202899 CALL  socket(PF_LOCAL|PF_UNIX,SOCK_STREAM,0)
 80421 cvsync   0.202929 RET   socket 3
 80421 cvsync   0.202974 CALL  connect(0x3,0xbfbfdb80,0x11)
 80421 cvsync   0.202989 NAMI  "/var/run/cached"
 80421 cvsync   0.203104 RET   connect 0
 80421 cvsync   0.203115 CSW  stop user
 80421 cvsync   0.203393 CSW  resume user
 80421 cvsync   0.203413 CALL  fcntl(0x3,F_SETFL,O_NONBLOCK)
 80421 cvsync   0.203425 RET   fcntl 0
 80421 cvsync   0.203437 CALL  kqueue
 80421 cvsync   0.203449 RET   kqueue 4
 80421 cvsync   0.203458 CALL  kevent(0x4,0xbfbfdbf0,0x1,0,0,0)
 80421 cvsync   0.203478 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.203488 GIO   fd 4 read 0 bytes
       ""
 80421 cvsync   0.203496 RET   kevent 0
 80421 cvsync   0.203503 CALL  kqueue
 80421 cvsync   0.203513 RET   kqueue 5
 80421 cvsync   0.203523 CALL  kevent(0x5,0xbfbfdbf0,0x1,0,0,0)
 80421 cvsync   0.203540 GIO   fd 5 wrote 20 bytes
       0x0000 0300 0000 ffff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.203549 GIO   fd 5 read 0 bytes
       ""
 80421 cvsync   0.203559 RET   kevent 0
 80421 cvsync   0.203573 CALL  kevent(0x4,0xbfbfdbd0,0x1,0,0,0)
 80421 cvsync   0.203588 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0100 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.203611 GIO   fd 4 read 0 bytes
       ""
 80421 cvsync   0.203620 RET   kevent 0
 80421 cvsync   0.203631 CALL  kevent(0x4,0,0,0xbfbfdbd0,0x1,0)
 80421 cvsync   0.203646 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.203655 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.203665 RET   kevent 1
 80421 cvsync   0.203674 CALL  sendmsg(0x3,0xbfbfdbb0,0)
 80421 cvsync   0.203704 GIO   fd 3 wrote 4 bytes
       0x0000 0100 0000                                |....|

 80421 cvsync   0.203714 RET   sendmsg 4
 80421 cvsync   0.203721 CSW  stop user
 80421 cvsync   0.203773 CSW  resume user
 80421 cvsync   0.203790 CALL  kevent(0x4,0xbfbfdbd0,0x1,0,0,0)
 80421 cvsync   0.203805 GIO   fd 4 wrote 20 bytes
       0x0000 0300 0000 feff 0100 0000 0000 0000 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.203829 GIO   fd 4 read 0 bytes
       ""
 80421 cvsync   0.203838 RET   kevent 0
 80421 cvsync   0.203848 CALL  kevent(0x4,0,0,0xbfbfdbd0,0x1,0xbfbfdbc8)
 80421 cvsync   0.203860 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.203871 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.203882 RET   kevent 1
 80421 cvsync   0.203892 CALL  write(0x3,0xbfbfdc1c,0x4)
 80421 cvsync   0.203918 GIO   fd 3 wrote 4 bytes
       0x0000 0500 0000                                |....|

 80421 cvsync   0.203928 RET   write 4
 80421 cvsync   0.203938 CALL  kevent(0x4,0,0,0xbfbfdbd0,0x1,0xbfbfdbc8)
 80421 cvsync   0.203950 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.203959 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fc1f 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.203969 RET   kevent 1
 80421 cvsync   0.203978 CALL  write(0x3,0xbfbfdc3c,0x4)
 80421 cvsync   0.203995 GIO   fd 3 wrote 4 bytes
       "*\0\0\0"
 80421 cvsync   0.204005 RET   write 4
 80421 cvsync   0.204014 CALL  kevent(0x4,0,0,0xbfbfdbd0,0x1,0xbfbfdbc8)
 80421 cvsync   0.204026 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.204036 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 f81f 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.204043 RET   kevent 1
 80421 cvsync   0.204052 CALL  write(0x3,0xbfbfdc44,0x4)
 80421 cvsync   0.204068 GIO   fd 3 wrote 4 bytes
       0x0000 0004 0000                                |....|

 80421 cvsync   0.204077 RET   write 4
 80421 cvsync   0.204085 CSW  stop user
 80421 cvsync   0.204147 CSW  resume user
 80421 cvsync   0.204164 CALL  kevent(0x4,0,0,0xbfbfdbd0,0x1,0xbfbfdbc8)
 80421 cvsync   0.204178 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.204188 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 0020 0000  |............. ..|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.204198 RET   kevent 1
 80421 cvsync   0.204208 CALL  write(0x3,0x40303dab,0x5)
 80421 cvsync   0.204220 GIO   fd 3 wrote 5 bytes
       "hosts"
 80421 cvsync   0.204228 RET   write 5
 80421 cvsync   0.204239 CALL  kevent(0x4,0,0,0xbfbfdbd0,0x1,0xbfbfdbc8)
 80421 cvsync   0.204252 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.204263 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 fb1f 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.204288 RET   kevent 1
 80421 cvsync   0.204297 CALL  write(0x3,0x82d0200,0x2a)
 80421 cvsync   0.204314 GIO   fd 3 wrote 42 bytes
       0x0000 0000 0000 0000 0000 0000 0000 0200 0000  |................|
       0x0010 0100 0000 0600 0000 6376 7379 6e63 2e61  |........cvsync.a|
       0x0020 6c6c 6273 642e 6f72 6700                 |llbsd.org.|

 80421 cvsync   0.204323 RET   write 42/0x2a
 80421 cvsync   0.204333 CALL  kevent(0x4,0,0,0xbfbfdbd0,0x1,0xbfbfdbc8)
 80421 cvsync   0.204345 GIO   fd 4 wrote 0 bytes
       ""
 80421 cvsync   0.204357 GIO   fd 4 read 20 bytes
       0x0000 0300 0000 feff 0000 0000 0000 d11f 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.204368 RET   kevent 1
 80421 cvsync   0.204378 CALL  write(0x3,0x8280c00,0x400)
 80421 cvsync   0.204401 GIO   fd 3 wrote 1024 bytes
       0x0000 0100 0000 0000 0000 0200 0000 0100 0000  |................|
       0x0010 0600 0000 1000 0000 0000 0000 b001 2608  |..............&.|
       0x0020 0000 0000 1002 0000 851f 8223 0000 0000  |...........#....|
       0x0030 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0040 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0050 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0060 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0070 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0080 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0090 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x00f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0100 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0110 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0120 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0130 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0140 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0150 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0160 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0170 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0180 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0190 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x01f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0200 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0210 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0220 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0230 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0240 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0250 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0260 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0270 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0280 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0290 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x02f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0300 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0310 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0320 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0330 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0340 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0350 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0360 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0370 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0380 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x0390 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03a0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03b0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03c0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03d0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03e0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
       0x03f0 0000 0000 0000 0000 0000 0000 0000 0000  |................|
 80421 cvsync   0.204413 RET   write 1024/0x400
 80421 cvsync   0.204422 CSW  stop user
 80421 cvsync   0.204532 CSW  resume user
 80421 cvsync   0.204549 CALL  kevent(0x5,0,0,0xbfbfdbd0,0x1,0xbfbfdbc8)
 80421 cvsync   0.204561 GIO   fd 5 wrote 0 bytes
       ""
 80421 cvsync   0.204570 GIO   fd 5 read 20 bytes
       0x0000 0300 0000 ffff 0000 0000 0000 0400 0000  |................|
       0x0010 0000 0000                                |....|

 80421 cvsync   0.204635 RET   kevent 1
 80421 cvsync   0.204645 CALL  read(0x3,0xbfbfdc18,0x4)
 80421 cvsync   0.204658 GIO   fd 3 read 4 bytes
       "-\0\0\0"
 80421 cvsync   0.204667 RET   read 4
 80421 cvsync   0.204677 CALL  close(0x3)
 80421 cvsync   0.204710 RET   close 0
 80421 cvsync   0.204719 CSW  stop user
 80421 cvsync   0.204754 CSW  resume user
 80421 cvsync   0.204769 CALL  close(0x5)
 80421 cvsync   0.204784 RET   close 0
 80421 cvsync   0.204794 CALL  close(0x4)
 80421 cvsync   0.204806 RET   close 0
 80421 cvsync   0.204870 CALL  socket(PF_INET,SOCK_STREAM,0x6)
 80421 cvsync   0.204903 RET   socket 3
 80421 cvsync   0.204933 CALL  connect(0x3,0x82601b0,0x10)
 80421 cvsync   0.205071 CSW  stop kernel
 80421 cvsync   75.208658 CSW  resume kernel
 80421 cvsync   75.208749 RET   connect -1 errno 60 Operation timed out
 80421 cvsync   75.208866 CALL  write(0x2,0xbfbfd840,0x32)
 80421 cvsync   75.208937 GIO   fd 2 wrote 50 bytes
       "host 133.31.130.35 port 7777: Operation timed out
       "
 80421 cvsync   75.208950 RET   write 50/0x32
 80421 cvsync   75.208992 CALL  close(0x3)
 80421 cvsync   75.209056 RET   close 0
 80421 cvsync   75.209103 CALL  write(0x2,0xbfbfdce0,0x38)
 80421 cvsync   75.209121 GIO   fd 2 wrote 56 bytes
       "service is not available at cvsync.allbsd.org port 7777
       "
 80421 cvsync   75.209135 RET   write 56/0x38
 80421 cvsync   75.209306 CALL  exit(0x1)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ktrace-lthr.out.bz2
Type: application/octet-stream
Size: 12420 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20061129/b6cfec86/ktrace-lthr.out-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ktrace-lpthread.out.bz2
Type: application/octet-stream
Size: 13733 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20061129/b6cfec86/ktrace-lpthread.out-0001.obj


More information about the freebsd-current mailing list