build failures after stdlib update

Alexander Best alexbestms at wwu.de
Sun Mar 21 12:36:13 UTC 2010


Andriy Gapon schrieb am 2010-03-21:
> on 21/03/2010 13:43 Garrett Cooper said the following:

> > Works for me *shrugs*:

> > $ gcc -v -x c -E -mtune=native /dev/null -o /dev/null 2>&1
> > Using built-in specs.
> > Target: amd64-undermydesk-freebsd
> > Configured with: FreeBSD/amd64 system compiler
> > Thread model: posix
> > gcc version 4.2.1 20070719  [FreeBSD]
> >  /usr/libexec/cc1 -E -quiet -v -D_LONGLONG /dev/null -o /dev/null
> >  -mtune=generic
> > ignoring duplicate directory "/usr/include"
> > #include "..." search starts here:
> > #include <...> search starts here:
> >  /usr/include
> > End of search list.
> > $ echo $?
> > 0

> Do you also have the latest version of libc _installed_ in the
> system?

i think so. i grabbed a fresh src copy yesterday and did
buildworld/installworld a few ours ago.

i've attached the output of `ident /lib/libc.so.7`.

cheers.
alex


-- 
Alexander Best
-------------- next part --------------
/lib/libc.so.7:
     $FreeBSD: head/lib/csu/amd64/crti.S 127252 2004-03-21 01:39:01Z peter $
     $FreeBSD: head/lib/csu/amd64/crtn.S 127252 2004-03-21 01:39:01Z peter $
     $FreeBSD: head/lib/libc/string/wmemset.c 188098 2009-02-03 20:25:36Z imp $
     $FreeBSD: head/lib/libc/string/wmemmove.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wmemcmp.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsxfrm.c 127998 2004-04-07 09:47:56Z tjr $
     $FreeBSD: head/lib/libc/string/wcswidth.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/wcstok.c 174553 2007-12-12 18:33:06Z wes $
     $FreeBSD: head/lib/libc/string/wcsstr.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsspn.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsrchr.c 105786 2002-10-23 10:52:04Z tjr $
     $FreeBSD: head/lib/libc/string/wcspbrk.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsncpy.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/wcsncmp.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsncat.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsncasecmp.c 189136 2009-02-28 06:00:58Z das $
     $FreeBSD: head/lib/libc/string/wcslcpy.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcslcat.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsdup.c 149011 2005-08-13 05:54:33Z tjr $
     $FreeBSD: head/lib/libc/string/wcscspn.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcscpy.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcscoll.c 127998 2004-04-07 09:47:56Z tjr $
     $FreeBSD: head/lib/libc/string/wcscmp.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcschr.c 105785 2002-10-23 10:47:47Z tjr $
     $FreeBSD: head/lib/libc/string/wcscat.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcscasecmp.c 189136 2009-02-28 06:00:58Z das $
     $FreeBSD: head/lib/libc/string/wcpncpy.c 199096 2009-11-09 18:50:34Z jhb $
     $FreeBSD: head/lib/libc/string/wcpcpy.c 199096 2009-11-09 18:50:34Z jhb $
     $FreeBSD: head/lib/libc/string/swab.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/strxfrm.c 184055 2008-10-19 09:10:44Z delphij $
     $FreeBSD: head/lib/libc/string/strspn.c 144545 2005-04-02 18:52:44Z das $
     $FreeBSD: head/lib/libc/string/strsignal.c 202916 2010-01-24 10:35:26Z ume $
     $FreeBSD: head/lib/libc/string/strnstr.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/strndup.c 203391 2010-02-02 19:02:08Z ed $
     $FreeBSD: head/lib/libc/string/strmode.c 191055 2009-04-14 11:39:56Z trasz $
     $FreeBSD: head/lib/libc/string/strcasestr.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/stpncpy.c 189136 2009-02-28 06:00:58Z das $
     $FreeBSD: head/lib/libc/string/rindex.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/memmem.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/memccpy.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/flsll.c 199096 2009-11-09 18:50:34Z jhb $
     $FreeBSD: head/lib/libc/string/flsl.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/fls.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/ffsll.c 199096 2009-11-09 18:50:34Z jhb $
     $FreeBSD: head/lib/libc/stdlib/twalk.c 108694 2003-01-05 02:43:18Z tjr $
     $FreeBSD: head/lib/libc/stdlib/tsearch.c 108694 2003-01-05 02:43:18Z tjr $
     $FreeBSD: head/lib/libc/stdlib/tfind.c 108694 2003-01-05 02:43:18Z tjr $
     $FreeBSD: head/lib/libc/stdlib/tdelete.c 108694 2003-01-05 02:43:18Z tjr $
     $FreeBSD: head/lib/libc/stdlib/system.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/stdlib/strtouq.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/strtoull.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/strtonum.c 156716 2006-03-14 19:53:03Z ache $
     $FreeBSD: head/lib/libc/stdlib/strtoq.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/strfmon.c 203734 2010-02-10 00:02:09Z cracauer $
     $FreeBSD: head/lib/libc/stdlib/remque.c 108644 2003-01-04 07:34:41Z tjr $
     $FreeBSD: head/lib/libc/stdlib/realpath.c 115362 2003-05-28 08:23:01Z fjoe $
     $FreeBSD: head/lib/libc/stdlib/random.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/rand.c 174541 2007-12-11 20:39:32Z ache $
     $FreeBSD: head/lib/libc/stdlib/radixsort.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/ptsname.c 188497 2009-02-11 20:24:59Z ed $
     $FreeBSD: head/lib/libc/stdlib/lsearch.c 105250 2002-10-16 14:29:23Z robert $
     $FreeBSD: head/lib/libc/stdlib/llabs.c 86368 2001-11-15 02:05:03Z mike $
     $FreeBSD: head/lib/libc/stdlib/labs.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/l64a.c 153707 2005-12-24 22:37:59Z trhodes $
     $FreeBSD: head/lib/libc/stdlib/insque.c 108644 2003-01-04 07:34:41Z tjr $
     $FreeBSD: head/lib/libc/stdlib/imaxdiv.c 86368 2001-11-15 02:05:03Z mike $
     $FreeBSD: head/lib/libc/stdlib/imaxabs.c 86368 2001-11-15 02:05:03Z mike $
     $FreeBSD: head/lib/libc/stdlib/heapsort.c 175259 2008-01-13 02:11:10Z das $
     $FreeBSD: head/lib/libc/stdlib/hcreate.c 180323 2008-07-06 11:31:20Z danger $
     $FreeBSD: head/lib/libc/stdlib/getsubopt.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/getopt_long.c 162574 2006-09-23 14:48:31Z ache $
     $FreeBSD: head/lib/libc/stdlib/getopt.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/atoll.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/atof.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/abs.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/a64l.c 158749 2006-05-19 19:06:38Z jkim $
     $FreeBSD: head/lib/libc/amd64/stdlib/lldiv.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/stdlib/ldiv.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/stdlib/div.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/xdr/xdr_stdio.c 136582 2004-10-16 06:32:43Z obrien $
     $FreeBSD: head/lib/libc/xdr/xdr_float.c 136582 2004-10-16 06:32:43Z obrien $
     $FreeBSD: head/lib/libc/uuid/uuid_stream.c 181743 2008-08-14 22:23:16Z emax $
     $FreeBSD: head/lib/libc/rpc/rtime.c 143344 2005-03-10 00:57:01Z stefanf $
     $FreeBSD: head/lib/libc/rpc/des_soft.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/svc_run.c 156090 2006-02-27 22:10:59Z deischen $
     $FreeBSD: head/lib/libc/rpc/rpcb_st_xdr.c 173763 2007-11-20 01:51:20Z jb $
     $FreeBSD: head/lib/libc/rpc/pmap_getmaps.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/getrpcport.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/getrpcent.c 199787 2009-11-25 04:53:38Z wollman $
     $FreeBSD: head/lib/libc/rpc/clnt_perror.c 181344 2008-08-06 14:02:05Z dfr $
     $FreeBSD: head/lib/libc/amd64/sys/sigreturn.S 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/amd64/sys/setlogin.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/reboot.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/ptrace.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/getcontext.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/exect.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/brk.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/amd64_set_gsbase.c 124296 2004-01-09 16:52:09Z nectar $
     $FreeBSD: head/lib/libc/amd64/sys/amd64_get_gsbase.c 124296 2004-01-09 16:52:09Z nectar $
     $FreeBSD: head/lib/libc/amd64/sys/amd64_get_fsbase.c 124296 2004-01-09 16:52:09Z nectar $
     $FreeBSD: head/lib/libc/stdtime/time32.c 98313 2002-06-17 01:42:33Z wollman $
     $FreeBSD: head/lib/libc/stdtime/strptime.c 196752 2009-09-02 04:56:30Z ache $
     $FreeBSD: head/contrib/tzcode/stdtime/difftime.c 192625 2009-05-23 06:31:50Z edwin $
     $FreeBSD: head/lib/libc/stdio/wscanf.c 103856 2002-09-23 12:40:06Z tjr $
     $FreeBSD: head/lib/libc/stdio/wprintf.c 103739 2002-09-21 13:00:30Z tjr $
     $FreeBSD: head/lib/libc/stdio/vwscanf.c 103856 2002-09-23 12:40:06Z tjr $
     $FreeBSD: head/lib/libc/stdio/vwprintf.c 103739 2002-09-21 13:00:30Z tjr $
     $FreeBSD: head/lib/libc/stdio/vscanf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/vprintf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/tmpnam.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/tmpfile.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/tempnam.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/swscanf.c 103856 2002-09-23 12:40:06Z tjr $
     $FreeBSD: head/lib/libc/stdio/swprintf.c 103739 2002-09-21 13:00:30Z tjr $
     $FreeBSD: head/lib/libc/stdio/setbuffer.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/scanf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/remove.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/putwchar.c 129705 2004-05-25 10:42:52Z tjr $
     $FreeBSD: head/lib/libc/stdio/putwc.c 129705 2004-05-25 10:42:52Z tjr $
     $FreeBSD: head/lib/libc/stdio/putw.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/puts.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/putchar.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/stdio/getwchar.c 129705 2004-05-25 10:42:52Z tjr $
     $FreeBSD: head/lib/libc/stdio/getwc.c 129705 2004-05-25 10:42:52Z tjr $
     $FreeBSD: head/lib/libc/stdio/getw.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/gets.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/getline.c 189136 2009-02-28 06:00:58Z das $
     $FreeBSD: head/lib/libc/stdio/getdelim.c 197752 2009-10-04 19:43:36Z das $
     $FreeBSD: head/lib/libc/stdio/getchar.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/stdio/fwscanf.c 103856 2002-09-23 12:40:06Z tjr $
     $FreeBSD: head/lib/libc/stdio/fwprintf.c 103739 2002-09-21 13:00:30Z tjr $
     $FreeBSD: head/lib/libc/stdio/fwide.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/stdio/fsetpos.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fscanf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/freopen.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/stdio/fputws.c 187302 2009-01-15 18:53:52Z rdivacky $
     $FreeBSD: head/lib/libc/stdio/fpurge.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fgetws.c 199784 2009-11-25 04:45:45Z wollman $
     $FreeBSD: head/lib/libc/stdio/fgetwln.c 133223 2004-08-06 17:00:09Z tjr $
     $FreeBSD: head/lib/libc/stdio/fgetpos.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fgetc.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fcloseall.c 157963 2006-04-22 16:47:59Z deischen $
     $FreeBSD: head/lib/libc/stdio/dprintf.c 189356 2009-03-04 03:38:51Z das $
     $FreeBSD: head/lib/libc/stdio/clrerr.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/resolv/herror.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/regex/regerror.c 170528 2007-06-11 03:05:54Z delphij $
     $FreeBSD: head/lib/libc/posix1e/mac_set.c 176901 2008-03-07 15:25:56Z rwatson $
     $FreeBSD: head/lib/libc/posix1e/mac_get.c 176901 2008-03-07 15:25:56Z rwatson $
     $FreeBSD: head/lib/libc/posix1e/mac_exec.c 176901 2008-03-07 15:25:56Z rwatson $
     $FreeBSD: head/lib/libc/posix1e/mac.c 176901 2008-03-07 15:25:56Z rwatson $
     $FreeBSD: head/lib/libc/posix1e/extattr.c 150065 2005-09-12 19:52:42Z stefanf $
     $FreeBSD: head/lib/libc/posix1e/acl_to_text.c 200142 2009-12-05 19:04:21Z ed $
     $FreeBSD: head/lib/libc/posix1e/acl_strip.c 204819 2010-03-07 07:59:05Z joel $
     $FreeBSD: head/lib/libc/posix1e/acl_from_text.c 199317 2009-11-16 09:28:22Z brueffer $
     $FreeBSD: head/lib/libc/posix1e/acl_delete.c 192586 2009-05-22 15:56:43Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_compat.c 192804 2009-05-26 11:42:06Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_copy.c 194955 2009-06-25 12:46:59Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_calc_mask.c 196740 2009-09-01 18:30:17Z trasz $
     $FreeBSD: head/lib/libc/net/vars.c 95023 2002-04-19 04:46:24Z suz $
     $FreeBSD: head/lib/libc/net/sourcefilter.c 191654 2009-04-29 09:58:31Z bms $
     $FreeBSD: head/lib/libc/net/sctp_sys_calls.c 203323 2010-01-31 21:47:39Z brucec $
     $FreeBSD: head/sys/netinet/sctp_uio.h 202782 2010-01-22 07:53:41Z tuexen $
     $FreeBSD: head/sys/netinet/sctp.h 194355 2009-06-17 12:34:56Z rrs $
     $FreeBSD: head/sys/netinet/sctp_uio.h 202782 2010-01-22 07:53:41Z tuexen $
     $FreeBSD: head/lib/libc/net/rthdr.c 168867 2007-04-19 15:48:16Z mtm $
     $FreeBSD: head/lib/libc/net/recv.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/rcmd.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/nss_compat.c 127625 2004-03-30 15:56:15Z nectar $
     $FreeBSD: head/lib/libc/net/ntoh.c 164053 2006-11-06 22:07:47Z cognet $
     $FreeBSD: head/lib/libc/net/linkaddr.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/ip6opt.c 199188 2009-11-11 15:21:06Z ume $
     $FreeBSD: head/lib/libc/net/if_nameindex.c 100138 2002-07-15 19:58:56Z ume $
     $FreeBSD: head/lib/libc/net/if_indextoname.c 100138 2002-07-15 19:58:56Z ume $
     $FreeBSD: head/lib/libc/net/getprotoname.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/getproto.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/getnetbynis.c 157779 2006-04-15 16:20:27Z ume $
     $FreeBSD: head/lib/libc/net/getifmaddrs.c 144816 2005-04-08 21:24:23Z stefanf $
     $FreeBSD: head/lib/libc/net/gethostbynis.c 158477 2006-05-12 15:37:23Z ume $
     $FreeBSD: head/lib/libc/net/eui64.c 129957 2004-06-01 19:30:13Z brooks $
     $FreeBSD: head/lib/libc/net/ether_addr.c 169522 2007-05-13 13:57:45Z rwatson $
     $FreeBSD: head/lib/libc/locale/wcwidth.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/wctrans.c 121852 2003-11-01 08:20:58Z tjr $
     $FreeBSD: head/lib/libc/locale/wctomb.c 132821 2004-07-29 06:18:40Z tjr $
     $FreeBSD: head/lib/libc/locale/wcstoull.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/wcstoul.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/wcstombs.c 187302 2009-01-15 18:53:52Z rdivacky $
     $FreeBSD: head/lib/libc/locale/wcstoll.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/wcstol.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/wcsftime.c 187312 2009-01-15 20:45:59Z rdivacky $
     $FreeBSD: head/lib/libc/locale/rpmatch.c 139922 2005-01-09 03:55:13Z tjr $
     $FreeBSD: head/lib/libc/locale/nomacros.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/locale/nl_langinfo.c 197765 2009-10-05 07:13:15Z edwin $
     $FreeBSD: head/lib/libc/locale/nextwctype.c 131787 2004-07-08 06:43:37Z tjr $
     $FreeBSD: head/lib/libc/locale/mbstowcs.c 187302 2009-01-15 18:53:52Z rdivacky $
     $FreeBSD: head/lib/libc/locale/mbtowc.c 132821 2004-07-29 06:18:40Z tjr $
     $FreeBSD: head/lib/libc/locale/mbsinit.c 129153 2004-05-12 14:09:04Z tjr $
     $FreeBSD: head/lib/libc/locale/mblen.c 132821 2004-07-29 06:18:40Z tjr $
     $FreeBSD: head/lib/libc/locale/iswctype.c 172909 2007-10-23 17:39:28Z ache $
     $FreeBSD: head/lib/libc/inet/inet_netof.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/inet_neta.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/inet_net_pton.c 186090 2008-12-14 19:39:53Z ume $
     $FreeBSD: head/lib/libc/inet/inet_net_ntop.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/inet_makeaddr.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/inet_lnaof.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/inet_cidr_pton.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/gmon/mcount.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gmon/gmon.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/amd64/gen/signalcontext.c 132795 2004-07-28 13:08:24Z davidxu $
     $FreeBSD: head/lib/libc/amd64/gen/makecontext.c 132912 2004-07-31 01:41:41Z davidxu $
     $FreeBSD: head/lib/libc/amd64/gen/infinity.c 110566 2003-02-08 20:37:55Z mike $
     $FreeBSD: head/lib/libc/amd64/gen/modf.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/gen/fabs.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/gen/sigsetjmp.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/gen/setjmp.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/gen/rfork_thread.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/gen/_setjmp.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/gen/wordexp.c 199784 2009-11-25 04:45:45Z wollman $
     $FreeBSD: head/lib/libc/gen/waitpid.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/wait3.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/valloc.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/utime.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/unvis.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/uname.c 202661 2010-01-19 23:07:12Z ed $
     $FreeBSD: head/lib/libc/gen/ualarm.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/ttyslot.c 202487 2010-01-17 15:43:14Z ed $
     $FreeBSD: head/lib/libc/gen/ttyname.c 188497 2009-02-11 20:24:59Z ed $
     $FreeBSD: head/lib/libc/gen/timezone.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/gen/times.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/strtofflags.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/statvfs.c 103012 2002-09-06 11:24:06Z tjr $
     $FreeBSD: head/lib/libc/gen/sleep.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/gen/siginterrupt.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/setprogname.c 93399 2002-03-29 22:43:43Z markm $
     $FreeBSD: head/lib/libc/gen/setproctitle.c 117102 2003-07-01 09:45:35Z alfred $
     $FreeBSD: head/lib/libc/gen/setmode.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/setjmperr.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/sethostname.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/setdomainname.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/semctl.c 194910 2009-06-24 21:10:52Z jhb $
     $FreeBSD: head/lib/libc/gen/seekdir.c 174221 2007-12-03 14:33:51Z des $
     $FreeBSD: head/lib/libc/gen/seed48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/scandir.c 202693 2010-01-20 11:59:46Z ache $
     $FreeBSD: head/lib/libc/gen/rewinddir.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/readpassphrase.c 91922 2002-03-09 03:16:41Z green $
     $FreeBSD: head/lib/libc/gen/pwcache.c 200142 2009-12-05 19:04:21Z ed $
     $FreeBSD: head/lib/libc/gen/pututxline.c 202876 2010-01-23 08:43:21Z ed $
     $FreeBSD: head/lib/libc/gen/psignal.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/posix_spawn.c 184203 2008-10-23 15:32:06Z rdivacky $
     $FreeBSD: head/lib/libc/gen/popen.c 192926 2009-05-27 19:28:04Z ed $
     $FreeBSD: head/lib/libc/gen/pmadvise.c 118684 2003-08-09 03:23:24Z bms $
     $FreeBSD: head/lib/libc/gen/pause.c 204307 2010-02-25 13:51:11Z kib $
     $FreeBSD: head/lib/libc/gen/nrand48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/nlist.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/gen/nice.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/nftw.c 134244 2004-08-24 13:00:55Z tjr $
     $FreeBSD: head/lib/libc/gen/mrand48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/lrand48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/lockf.c 189328 2009-03-04 01:01:26Z delphij $
     $FreeBSD: head/lib/libc/gen/lcong48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/jrand48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/initgroups.c 194494 2009-06-19 15:58:24Z brooks $
     $FreeBSD: head/lib/libc/gen/glob.c 180021 2008-06-26 07:12:35Z mtm $
     $FreeBSD: head/lib/libc/gen/getvfsbyname.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/getutxent.c 202530 2010-01-17 21:40:05Z ed $
     $FreeBSD: head/lib/libc/gen/getttyent.c 203068 2010-01-27 11:54:42Z ed $
     $FreeBSD: head/lib/libc/gen/getosreldate.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/getmntinfo.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/getlogin.c 200142 2009-12-05 19:04:21Z ed $
     $FreeBSD: head/lib/libc/gen/getloadavg.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/getgrouplist.c 174547 2007-12-12 10:08:03Z bushman $
     $FreeBSD: head/lib/libc/gen/getbsize.c 181280 2008-08-04 06:53:13Z cperciva $
     $FreeBSD: head/lib/libc/gen/getbootfile.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/ftw.c 134244 2004-08-24 13:00:55Z tjr $
     $FreeBSD: head/lib/libc/gen/fts-compat.c 175688 2008-01-26 17:09:40Z yar $
     $FreeBSD: head/lib/libc/gen/fts.c 199844 2009-11-26 19:11:44Z jh $
     $FreeBSD: head/lib/libc/gen/ftok.c 129926 2004-06-01 06:53:07Z tjr $
     $FreeBSD: head/lib/libc/gen/fstab.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/fnmatch.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/fmtmsg.c 199046 2009-11-08 14:02:54Z brueffer $
     $FreeBSD: head/lib/libc/gen/fmtcheck.c 194800 2009-06-23 23:52:12Z delphij $
     $FreeBSD: head/lib/libc/gen/feature_present.c 175220 2008-01-10 22:11:21Z jhb $
     $FreeBSD: head/lib/libc/gen/fdevname.c 200133 2009-12-05 18:51:44Z ed $
     $FreeBSD: head/lib/libc/gen/errno.c 104704 2002-10-09 08:04:24Z peter $
     $FreeBSD: head/lib/libc/gen/drand48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/disklabel.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/dirname.c 184578 2008-11-03 05:19:45Z delphij $
     $FreeBSD: head/lib/libc/gen/devname.c 203290 2010-01-31 14:51:04Z ed $
     $FreeBSD: head/lib/libc/gen/daemon.c 205165 2010-03-15 08:58:35Z phk $
     $FreeBSD: head/lib/libc/gen/ctermid.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/crypt.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/confstr.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/clock.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/check_utility_compat.c 114443 2003-05-01 19:03:14Z nectar $
     $FreeBSD: head/lib/libc/gen/basename.c 197804 2009-10-06 14:05:57Z rwatson $
     $FreeBSD: head/lib/libc/gen/_thread_init.c 90039 2002-02-01 00:57:29Z obrien $
     $FreeBSD: head/lib/libc/compat-43/sigcompat.c 199827 2009-11-26 13:49:37Z kib $
     $FreeBSD: head/lib/libc/compat-43/setruid.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/compat-43/setrgid.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/compat-43/setpgrp.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/compat-43/sethostid.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/compat-43/killpg.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/compat-43/getwd.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/compat-43/gethostid.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/compat-43/creat.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/db/mpool/mpool-compat.c 190498 2009-03-28 07:31:02Z delphij $
     $FreeBSD: head/lib/libc/db/hash/ndbm.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/db/btree/bt_debug.c 190498 2009-03-28 07:31:02Z delphij $
     $FreeBSD: head/lib/libc/sys/truncate.c 171219 2007-07-04 23:27:38Z peter $
     $FreeBSD: head/lib/libc/sys/fcntl.c 179434 2008-05-30 14:47:42Z dfr $
     $FreeBSD: head/lib/libc/string/wmemcpy.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/strncat.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/strtoll.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/qsort.c 175317 2008-01-14 09:21:34Z das $
     $FreeBSD: head/lib/libc/rpc/pmap_prot2.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/amd64/sys/pipe.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/vfork.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/amd64_set_fsbase.c 124296 2004-01-09 16:52:09Z nectar $
     $FreeBSD: head/lib/libc/stdio/vswscanf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/vswprintf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/vfwscanf.c 187422 2009-01-19 06:19:51Z das $
     $FreeBSD: head/lib/libc/stdio/vfwprintf.c 199782 2009-11-25 04:27:55Z wollman $
     $FreeBSD: head/lib/libc/stdio/vdprintf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/ungetwc.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/stdio/fputwc.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/stdio/fgetwc.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/stdio/feof.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/regex/regexec.c 170528 2007-06-11 03:05:54Z delphij $
     $FreeBSD: head/lib/libc/regex/engine.c 197246 2009-09-16 06:32:23Z dds $
     $FreeBSD: head/lib/libc/regex/engine.c 197246 2009-09-16 06:32:23Z dds $
     $FreeBSD: head/lib/libc/regex/engine.c 197246 2009-09-16 06:32:23Z dds $
     $FreeBSD: head/lib/libc/regex/regcomp.c 170528 2007-06-11 03:05:54Z delphij $
     $FreeBSD: head/lib/libc/posix1e/acl_valid.c 194955 2009-06-25 12:46:59Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_to_text_nfs4.c 194957 2009-06-25 13:08:02Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_perm.c 184607 2008-11-04 00:20:43Z imp $
     $FreeBSD: head/lib/libc/posix1e/acl_from_text_nfs4.c 194957 2009-06-25 13:08:02Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_flag.c 194957 2009-06-25 13:08:02Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_entry.c 194955 2009-06-25 12:46:59Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_delete_entry.c 200992 2009-12-25 18:05:06Z markus $
     $FreeBSD: head/lib/libc/net/rcmdsh.c 111618 2003-02-27 13:40:01Z nectar $
     $FreeBSD: head/lib/libc/net/gai_strerror.c 199083 2009-11-09 12:46:59Z ume $
     $FreeBSD: head/lib/libc/locale/wctype.c 177311 2008-03-17 18:22:23Z antoine $
     $FreeBSD: head/lib/libc/locale/wcstoumax.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/wcstold.c 127998 2004-04-07 09:47:56Z tjr $
     $FreeBSD: head/lib/libc/locale/wcstoimax.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/wcstod.c 127998 2004-04-07 09:47:56Z tjr $
     $FreeBSD: head/lib/libc/locale/wcstof.c 127998 2004-04-07 09:47:56Z tjr $
     $FreeBSD: head/lib/libc/locale/toupper.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/tolower.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/mbsrtowcs.c 132497 2004-07-21 10:54:57Z tjr $
     $FreeBSD: head/lib/libc/locale/mbrlen.c 129154 2004-05-12 14:26:54Z tjr $
     $FreeBSD: head/lib/libc/locale/btowc.c 129154 2004-05-12 14:26:54Z tjr $
     $FreeBSD: head/lib/libc/gen/wait.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/utxdb.c 202876 2010-01-23 08:43:21Z ed $
     $FreeBSD: head/lib/libc/gen/siglist.c 166134 2007-01-20 08:24:02Z maxim $
     $FreeBSD: head/lib/libc/gen/getcwd.c 198053 2009-10-13 20:58:22Z jilles $
     $FreeBSD: head/lib/libc/gen/getcap.c 199784 2009-11-25 04:45:45Z wollman $
     $FreeBSD: head/lib/libc/gen/exec.c 200136 2009-12-05 18:55:16Z ed $
     $FreeBSD: head/lib/libc/gen/erand48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/gen/closedir.c 174221 2007-12-03 14:33:51Z des $
     $FreeBSD: head/lib/libc/gen/_rand48.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/string/wmemchr.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/wcsnlen.c 189136 2009-02-28 06:00:58Z das $
     $FreeBSD: head/lib/libc/string/wcslen.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/index.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/perror.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/regex/regfree.c 170528 2007-06-11 03:05:54Z delphij $
     $FreeBSD: head/lib/libc/posix1e/acl_support_nfs4.c 194957 2009-06-25 13:08:02Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_set.c 195004 2009-06-25 20:57:53Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_get.c 195004 2009-06-25 20:57:53Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_free.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/amd64/gen/ldexp.c 165905 2007-01-09 00:38:24Z imp $
     $FreeBSD: head/lib/libc/gen/opendir.c 202679 2010-01-20 07:36:29Z ache $
     $FreeBSD: head/lib/libc/stdlib/merge.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/posix1e/acl_support.c 196638 2009-08-29 03:17:24Z kientzle $
     $FreeBSD: head/lib/libc/posix1e/acl_init.c 194955 2009-06-25 12:46:59Z trasz $
     $FreeBSD: head/lib/libc/posix1e/acl_branding.c 194957 2009-06-25 13:08:02Z trasz $
     $FreeBSD: head/lib/libc/gen/telldir.c 178772 2008-05-05 14:05:23Z kib $
     $FreeBSD: head/lib/libc/gen/readdir.c 178772 2008-05-05 14:05:23Z kib $
     $FreeBSD: head/lib/libc/string/strerror.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/nls/msgcat.c 204110 2010-02-20 08:19:19Z gabor $
     $FreeBSD: head/lib/libc/locale/setlocale.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/lmessages.c 116875 2003-06-26 10:46:16Z phantom $
     $FreeBSD: head/lib/libc/gen/errlst.c 197841 2009-10-07 20:20:51Z rwatson $
     $FreeBSD: head/lib/libc/locale/setrunelocale.c 175586 2008-01-23 03:05:35Z ache $
     $FreeBSD: head/lib/libc/locale/rune.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/mskanji.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/locale/mbsnrtowcs.c 132497 2004-07-21 10:54:57Z tjr $
     $FreeBSD: head/lib/libc/locale/gbk.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/locale/gb2312.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/locale/gb18030.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/locale/euc.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/locale/big5.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/locale/ascii.c 175553 2008-01-21 23:48:12Z ache $
     $FreeBSD: head/lib/libc/locale/wcsnrtombs.c 141716 2005-02-12 08:45:12Z stefanf $
     $FreeBSD: head/lib/libc/locale/utf8.c 172661 2007-10-15 09:51:30Z ache $
     $FreeBSD: head/lib/libc/string/strdup.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/stdlib/reallocf.c 204636 2010-03-03 15:43:26Z jh $
     $FreeBSD: head/lib/libc/stdlib/malloc.c 204493 2010-02-28 22:57:13Z jasone $
     $FreeBSD: head/lib/libc/stdlib/rb.h 204493 2010-02-28 22:57:13Z jasone $
     $FreeBSD: head/lib/libc/stdlib/qr.h 203329 2010-01-31 23:16:10Z jasone $
     $FreeBSD: head/lib/libc/stdlib/ql.h 203329 2010-01-31 23:16:10Z jasone $
     $FreeBSD: head/lib/libc/string/ffs.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/amd64/sys/sbrk.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/stdio/vsnprintf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/gen/getpagesizes.c 197331 2009-09-19 18:01:32Z alc $
     $FreeBSD: head/lib/libc/sys/mmap.c 171219 2007-07-04 23:27:38Z peter $
     $FreeBSD: head/lib/libc/stdlib/exit.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/rpc/auth_des.c 156090 2006-02-27 22:10:59Z deischen $
     $FreeBSD: head/lib/libc/rpc/netname.c 194498 2009-06-19 17:10:35Z brooks $
     $FreeBSD: head/lib/libc/rpc/authdes_prot.c 173763 2007-11-20 01:51:20Z jb $
     $FreeBSD: head/lib/libc/rpc/auth_time.c 172259 2007-09-20 22:35:24Z matteo $
     $FreeBSD: head/lib/libc/rpc/rpc_dtablesize.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/inet/inet_ntoa.c 170715 2007-06-14 07:13:28Z delphij $
     $FreeBSD: head/lib/libc/gen/signal.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/alarm.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/rpc/rpcb_clnt.c 172259 2007-09-20 22:35:24Z matteo $
     $FreeBSD: head/lib/libc/rpc/rpc_soc.c 204950 2010-03-10 13:23:25Z jhb $
     $FreeBSD: head/lib/libc/rpc/svc_simple.c 162195 2006-09-09 22:32:07Z mbr $
     $FreeBSD: head/lib/libc/rpc/svc_raw.c 199785 2009-11-25 04:49:41Z wollman $
     $FreeBSD: head/lib/libc/rpc/svc_generic.c 194448 2009-06-18 17:10:43Z kan $
     $FreeBSD: head/lib/libc/rpc/svc_dg.c 194448 2009-06-18 17:10:43Z kan $
     $FreeBSD: head/lib/libc/rpc/pmap_getport.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/clnt_simple.c 204950 2010-03-10 13:23:25Z jhb $
     $FreeBSD: head/lib/libc/rpc/clnt_raw.c 199786 2009-11-25 04:52:12Z wollman $
     $FreeBSD: head/lib/libc/rpc/clnt_bcast.c 190871 2009-04-09 20:57:35Z emaste $
     $FreeBSD: head/lib/libc/net/if_nametoindex.c 114443 2003-05-01 19:03:14Z nectar $
     $FreeBSD: head/lib/libc/net/getifaddrs.c 197029 2009-09-09 10:31:20Z phk $
     $FreeBSD: head/lib/libc/rpc/svc_vc.c 181344 2008-08-06 14:02:05Z dfr $
     $FreeBSD: head/lib/libc/rpc/svc.c 200061 2009-12-03 15:14:30Z jhb $
     $FreeBSD: head/lib/libc/rpc/rpcb_prot.c 173763 2007-11-20 01:51:20Z jb $
     $FreeBSD: head/lib/libc/rpc/rpc_callmsg.c 173763 2007-11-20 01:51:20Z jb $
     $FreeBSD: head/lib/libc/rpc/rpc_commondata.c 92990 2002-03-22 23:18:37Z obrien $
     $FreeBSD: head/lib/libc/rpc/pmap_rmt.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/pmap_prot.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/pmap_clnt.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/gen/getpeereid.c 107929 2002-12-16 13:42:13Z maxim $
     $FreeBSD: head/lib/libc/string/ffsl.c 184586 2008-11-03 10:14:47Z kib $
     $FreeBSD: head/lib/libc/xdr/xdr_reference.c 136582 2004-10-16 06:32:43Z obrien $
     $FreeBSD: head/lib/libc/rpc/svc_auth.c 182891 2008-09-09 14:15:55Z dfr $
     $FreeBSD: head/lib/libc/rpc/svc_auth_des.c 201959 2010-01-09 23:36:51Z brooks $
     $FreeBSD: head/lib/libc/rpc/getpublickey.c 156109 2006-02-28 16:02:26Z deischen $
     $FreeBSD: head/include/rpcsvc/key_prot.x 114629 2003-05-04 02:51:42Z obrien $
     $FreeBSD: head/lib/libc/rpc/key_call.c 204950 2010-03-10 13:23:25Z jhb $
     $FreeBSD: head/include/rpcsvc/key_prot.x 114629 2003-05-04 02:51:42Z obrien $
     $FreeBSD: head/lib/libc/rpc/des_crypt.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/svc_auth_unix.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/auth_unix.c 194494 2009-06-19 15:58:24Z brooks $
     $FreeBSD: head/lib/libc/gen/sysconf.c 204347 2010-02-26 06:44:00Z edwin $
     $FreeBSD: head/lib/libc/gen/getpagesize.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/__xuname.c 184185 2008-10-22 21:56:57Z kib $
     $FreeBSD: head/lib/libc/rpc/netnamer.c 194498 2009-06-19 17:10:35Z brooks $
     $FreeBSD: head/include/rpcsvc/key_prot.x 114629 2003-05-04 02:51:42Z obrien $
     $FreeBSD: head/lib/libc/rpc/key_prot_xdr.c 173763 2007-11-20 01:51:20Z jb $
     $FreeBSD: head/lib/libc/rpc/crypt_client.c 111010 2003-02-16 17:29:11Z nectar $
     $FreeBSD: head/lib/libc/rpc/clnt_generic.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/clnt_dg.c 183039 2008-09-15 14:02:49Z dfr $
     $FreeBSD: head/lib/libc/rpc/bindresvport.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/authunix_prot.c 173763 2007-11-20 01:51:20Z jb $
     $FreeBSD: head/lib/libc/gen/sysctlbyname.c 204172 2010-02-21 14:58:01Z ed $
     $FreeBSD: head/lib/libc/gen/getpwent.c 158115 2006-04-28 12:03:38Z ume $
     $FreeBSD: head/lib/libc/gen/getnetgrent.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/getgrent.c 174547 2007-12-12 10:08:03Z bushman $
     $FreeBSD: head/include/rpcsvc/crypt.x 114629 2003-05-04 02:51:42Z obrien $
     $FreeBSD: head/lib/libc/rpc/rpcdname.c 136581 2004-10-16 06:11:35Z obrien $
     $FreeBSD: head/lib/libc/rpc/clnt_vc.c 181344 2008-08-06 14:02:05Z dfr $
     $FreeBSD: head/lib/libc/rpc/auth_none.c 156090 2006-02-27 22:10:59Z deischen $
     $FreeBSD: head/lib/libc/gen/sysctlnametomib.c 204170 2010-02-21 13:57:02Z ed $
     $FreeBSD: head/lib/libc/gen/pw_scan.c 195827 2009-07-22 20:46:17Z kensmith $
     $FreeBSD: head/lib/libc/gen/getusershell.c 199784 2009-11-25 04:45:45Z wollman $
     $FreeBSD: head/lib/libc/gen/getdomainname.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/strsep.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/stdlib/atol.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/amd64/string/bzero.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/xdr/xdr_rec.c 181344 2008-08-06 14:02:05Z dfr $
     $FreeBSD: head/lib/libc/xdr/xdr_mem.c 136582 2004-10-16 06:32:43Z obrien $
     $FreeBSD: head/include/rpcsvc/crypt.x 114629 2003-05-04 02:51:42Z obrien $
     $FreeBSD: head/lib/libc/rpc/rpc_generic.c 205020 2010-03-11 16:58:15Z jhb $
     $FreeBSD: head/lib/libc/rpc/rpc_prot.c 173763 2007-11-20 01:51:20Z jb $
     $FreeBSD: head/lib/libc/rpc/mt_misc.c 204950 2010-03-10 13:23:25Z jhb $
     $FreeBSD: head/lib/libc/stdio/asprintf.c 199096 2009-11-09 18:50:34Z jhb $
     $FreeBSD: head/lib/libc/gen/stringlist.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/strrchr.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/string/rindex.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/xdr/xdr_array.c 136582 2004-10-16 06:32:43Z obrien $
     $FreeBSD: head/lib/libc/xdr/xdr.c 184588 2008-11-03 10:38:00Z dfr $
     $FreeBSD: head/lib/libc/stdio/vasprintf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/rpc/getnetpath.c 201603 2010-01-05 20:18:41Z brueffer $
     $FreeBSD: head/lib/libc/rpc/getnetconfig.c 204950 2010-03-10 13:23:25Z jhb $
     $FreeBSD: head/lib/libc/string/strtok.c 174553 2007-12-12 18:33:06Z wes $
     $FreeBSD: head/lib/libc/sys/stack_protector.c 197277 2009-09-17 13:21:53Z kan $
     $FreeBSD: head/lib/libc/stdtime/strftime.c 193817 2009-06-09 09:02:58Z delphij $
     $FreeBSD: head/lib/libc/stdtime/timelocal.c 116274 2003-06-13 00:14:07Z jkh $
     $FreeBSD: head/lib/libc/gen/vis.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/err.c 177893 2008-04-03 20:36:44Z imp $
     $FreeBSD: head/lib/libc/stdio/fwalk.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/resolv/res_update.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/resolv/res_findzonecut.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/resolv/res_send.c 186090 2008-12-14 19:39:53Z ume $
     $FreeBSD: head/lib/libc/net/getnameinfo.c 199221 2009-11-12 11:54:12Z ume $
     $FreeBSD: head/lib/libc/isc/ev_timers.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/isc/ev_streams.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/net/name6.c 171671 2007-07-31 16:09:41Z bushman $
     $FreeBSD: head/lib/libc/resolv/res_query.c 186090 2008-12-14 19:39:53Z ume $
     $FreeBSD: head/lib/libc/stdio/setbuf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/setvbuf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/resolv/res_mkupdate.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/stdio/sscanf.c 200800 2009-12-21 19:56:03Z delphij $
     $FreeBSD: head/lib/libc/net/getprotoent.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/vsscanf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/vfscanf.c 187422 2009-01-19 06:19:51Z das $
     $FreeBSD: head/lib/libc/stdio/ungetc.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/locale/wctob.c 129154 2004-05-12 14:26:54Z tjr $
     $FreeBSD: head/lib/libc/locale/runetype.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/locale/mbrtowc.c 129153 2004-05-12 14:09:04Z tjr $
     $FreeBSD: head/lib/libc/locale/collcmp.c 142653 2005-02-27 14:54:23Z phantom $
     $FreeBSD: head/lib/libc/string/strcoll.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/stdlib/strtoumax.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/strtoimax.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gdtoa/machdep_ldisx.c 174204 2007-12-03 07:17:33Z das $
     $FreeBSD: head/lib/libc/locale/isctype.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/locale/collate.c 142686 2005-02-27 20:31:13Z ru $
     $FreeBSD: head/lib/libc/resolv/res_mkquery.c 186090 2008-12-14 19:39:53Z ume $
     $FreeBSD: head/lib/libc/resolv/res_init.c 174226 2007-12-03 15:13:44Z ume $
     $FreeBSD: head/lib/libc/string/strcspn.c 144545 2005-04-02 18:52:44Z das $
     $FreeBSD: head/lib/libc/stdlib/atoi.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/getaddrinfo.c 190525 2009-03-29 17:55:11Z ume $
     $FreeBSD: head/lib/libc/gen/gethostname.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/getservent.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fgetln.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/resolv/res_debug.c 186090 2008-12-14 19:39:53Z ume $
     $FreeBSD: head/lib/libc/stdlib/strtoul.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/putc.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/resolv/res_data.c 174226 2007-12-03 15:13:44Z ume $
     $FreeBSD: head/lib/libc/nameser/ns_print.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/nsap_addr.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/inet_ntop.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/gen/assert.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/resolv/mtctxres.c 165258 2006-12-15 20:59:55Z ume $
     $FreeBSD: head/lib/libc/net/base64.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/nameser/ns_samedomain.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/net/nsparser.y 169644 2007-05-17 03:33:23Z jon $
     $FreeBSD: head/lib/libc/stdio/fwrite.c 201999 2010-01-10 14:30:30Z cperciva $
     $FreeBSD: head/lib/libc/stdio/fread.c 201999 2010-01-10 14:30:30Z cperciva $
     $FreeBSD: head/lib/libc/stdio/fileno.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/stdio/ferror.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/net/getnetnamadr.c 158115 2006-04-28 12:03:38Z ume $
     $FreeBSD: head/lib/libc/net/getnetbyht.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/getnetbydns.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/inet/inet_network.c 175330 2008-01-14 22:56:05Z cperciva $
     $FreeBSD: head/lib/libc/net/gethostnamadr.c 158791 2006-05-21 11:27:28Z ume $
     $FreeBSD: head/lib/libc/net/nsdispatch.c 192911 2009-05-27 17:01:59Z zml $
     $FreeBSD: head/lib/libc/net/gethostbyht.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/gethostbydns.c 188316 2009-02-08 16:58:05Z ume $
     $FreeBSD: head/lib/libc/inet/inet_pton.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/inet/inet_addr.c 170244 2007-06-03 17:20:27Z ume $
     $FreeBSD: head/lib/libc/gen/syslog.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/dlfcn.c 190673 2009-04-03 19:17:23Z kib $
     $FreeBSD: head/lib/libc/string/strstr.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/strpbrk.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/strlcpy.c 189133 2009-02-28 05:15:02Z das $
     $FreeBSD: head/lib/libc/string/strlcat.c 189133 2009-02-28 05:15:02Z das $
     $FreeBSD: head/lib/libc/string/strcasecmp.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/stdlib/qsort.c 175317 2008-01-14 09:21:34Z das $
     $FreeBSD: head/lib/libc/stdlib/bsearch.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdlib/atexit.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/amd64/string/bcmp.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/contrib/tzcode/stdtime/localtime.c 201669 2010-01-06 20:43:40Z jhb $
     $FreeBSD: head/contrib/tzcode/stdtime/asctime.c 192625 2009-05-23 06:31:50Z edwin $
     $FreeBSD: head/lib/libc/stdio/rewind.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/printf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/funopen.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/stdio/fseek.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/stdio/fputs.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fputc.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fopen.c 178427 2008-04-22 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/fgets.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/resolv/res_comp.c 193023 2009-05-29 07:34:54Z delphij $
     $FreeBSD: head/lib/libc/net/send.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/net/map_v4v6.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/usleep.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/gen/time.c 201194 2009-12-29 12:47:47Z kib $
     $FreeBSD: head/lib/libc/gen/_once_stub.c 199614 2009-11-20 20:43:34Z jhb $
     $FreeBSD: head/lib/libc/string/strncpy.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/stdio/wbuf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/sprintf.c 200802 2009-12-21 19:59:38Z delphij $
     $FreeBSD: head/lib/libc/stdio/ftell.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/vsprintf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/locale/localeconv.c 174546 2007-12-12 07:43:23Z phantom $
     $FreeBSD: head/lib/libc/locale/lnumeric.c 116875 2003-06-26 10:46:16Z phantom $
     $FreeBSD: head/lib/libc/locale/lmonetary.c 116875 2003-06-26 10:46:16Z phantom $
     $FreeBSD: head/lib/libc/locale/ldpart.c 128650 2004-04-25 19:56:50Z ache $
     $FreeBSD: head/lib/libc/locale/fix_grouping.c 116875 2003-06-26 10:46:16Z phantom $
     $FreeBSD: head/lib/libc/stdlib/strtol.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/amd64/string/strcmp.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/string/strcat.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/db/recno/rec_put.c 190484 2009-03-28 05:45:29Z delphij $
     $FreeBSD: head/lib/libc/db/recno/rec_open.c 189327 2009-03-04 00:58:04Z delphij $
     $FreeBSD: head/lib/libc/stdio/fdopen.c 178921 2008-05-10 18:39:20Z antoine $
     $FreeBSD: head/lib/libc/db/recno/rec_seq.c 189327 2009-03-04 00:58:04Z delphij $
     $FreeBSD: head/lib/libc/db/recno/rec_get.c 189387 2009-03-05 00:57:01Z delphij $
     $FreeBSD: head/lib/libc/db/recno/rec_delete.c 189292 2009-03-03 02:16:12Z delphij $
     $FreeBSD: head/lib/libc/db/recno/rec_close.c 190484 2009-03-28 05:45:29Z delphij $
     $FreeBSD: head/lib/libc/sys/ftruncate.c 171219 2007-07-04 23:27:38Z peter $
     $FreeBSD: head/lib/libc/stdio/getc.c 178778 2008-05-05 16:03:52Z jhb $
     $FreeBSD: head/lib/libc/stdio/flags.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/fclose.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/db/recno/rec_utils.c 189387 2009-03-05 00:57:01Z delphij $
     $FreeBSD: head/lib/libc/db/recno/rec_search.c 189327 2009-03-04 00:58:04Z delphij $
     $FreeBSD: head/lib/libc/stdio/rget.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/refill.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/db/hash/hash_page.c 190500 2009-03-28 07:44:08Z delphij $
     $FreeBSD: head/lib/libc/db/hash/hash_bigkey.c 190494 2009-03-28 06:47:05Z delphij $
     $FreeBSD: head/lib/libc/db/db/db.c 190497 2009-03-28 07:26:00Z delphij $
     $FreeBSD: head/lib/libc/db/hash/hash.c 196525 2009-08-24 23:44:07Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_open.c 190498 2009-03-28 07:31:02Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_get.c 189291 2009-03-02 23:47:18Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_conv.c 189291 2009-03-02 23:47:18Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_close.c 189291 2009-03-02 23:47:18Z delphij $
     $FreeBSD: head/lib/libc/amd64/string/memcmp.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/stdio/snprintf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/mktemp.c 204447 2010-02-28 13:31:29Z jh $
     $FreeBSD: head/lib/libc/gen/arc4random.c 182886 2008-09-09 09:46:36Z ache $
     $FreeBSD: head/lib/libc/db/hash/hash_log2.c 190484 2009-03-28 05:45:29Z delphij $
     $FreeBSD: head/lib/libc/db/hash/hash_func.c 190498 2009-03-28 07:31:02Z delphij $
     $FreeBSD: head/lib/libc/db/hash/hash_buf.c 190493 2009-03-28 06:40:48Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_put.c 190484 2009-03-28 05:45:29Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_delete.c 189327 2009-03-04 00:58:04Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_split.c 194804 2009-06-24 01:15:10Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_seq.c 189327 2009-03-04 00:58:04Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_search.c 189292 2009-03-03 02:16:12Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_utils.c 189387 2009-03-05 00:57:01Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_overflow.c 189387 2009-03-05 00:57:01Z delphij $
     $FreeBSD: head/lib/libc/db/btree/bt_page.c 190498 2009-03-28 07:31:02Z delphij $
     $FreeBSD: head/lib/libc/db/mpool/mpool.c 194804 2009-06-24 01:15:10Z delphij $
     $FreeBSD: head/lib/libc/sys/pwrite.c 171219 2007-07-04 23:27:38Z peter $
     $FreeBSD: head/lib/libc/sys/pread.c 171219 2007-07-04 23:27:38Z peter $
     $FreeBSD: head/lib/libc/stdio/fprintf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/vfprintf.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/printf-pos.c 189268 2009-03-02 04:07:58Z das $
     $FreeBSD: head/lib/libc/stdio/fvwrite.c 199781 2009-11-25 04:21:42Z wollman $
     $FreeBSD: head/lib/libc/locale/wcsrtombs.c 132497 2004-07-21 10:54:57Z tjr $
     $FreeBSD: head/lib/libc/locale/wcrtomb.c 129153 2004-05-12 14:09:04Z tjr $
     $FreeBSD: head/lib/libc/locale/none.c 172619 2007-10-13 16:28:22Z ache $
     $FreeBSD: head/lib/libc/string/strnlen.c 189136 2009-02-28 06:00:58Z das $
     $FreeBSD: head/lib/libc/string/memchr.c 188295 2009-02-07 19:34:44Z imp $
     $FreeBSD: head/lib/libc/stdlib/getenv.c 200198 2009-12-07 00:22:10Z scf $
     $FreeBSD: head/lib/libc/gdtoa/_ldtoa.c 174488 2007-12-09 19:48:57Z das $
     $FreeBSD: head/lib/libc/gdtoa/_hldtoa.c 178154 2008-04-12 14:53:52Z das $
     $FreeBSD: head/lib/libc/gdtoa/_hdtoa.c 178154 2008-04-12 14:53:52Z das $
     $FreeBSD: head/lib/libc/amd64/string/strcpy.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/string/bcopy.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/stdio/wsetup.c 186887 2009-01-08 06:38:06Z das $
     $FreeBSD: head/lib/libc/stdio/makebuf.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/findfp.c 205021 2010-03-11 17:03:32Z jhb $
     $FreeBSD: head/lib/libc/stdio/fflush.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/stdio/_flock_stub.c 178287 2008-04-17 22:17:54Z jhb $
     $FreeBSD: head/lib/libc/locale/table.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/amd64/gen/flt_rounds.c 132383 2004-07-19 08:17:25Z das $
     $FreeBSD: head/lib/libc/gen/isatty.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/getprogname.c 93399 2002-03-29 22:43:43Z markm $
     $FreeBSD: head/lib/libc/gen/_spinlock_stub.c 165968 2007-01-12 07:31:30Z imp $
     $FreeBSD: head/lib/libc/string/strncmp.c 188080 2009-02-03 17:58:20Z danger $
     $FreeBSD: head/lib/libc/string/strlen.c 205108 2010-03-13 00:15:06Z delphij $
     $FreeBSD: head/lib/libc/string/strchr.c 92986 2002-03-22 21:53:29Z obrien $
     $FreeBSD: head/lib/libc/string/index.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/string/stpcpy.c 189137 2009-02-28 06:05:37Z das $
     $FreeBSD: head/lib/libc/stdlib/abort.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/amd64/string/memset.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/stdio/stdio.c 178782 2008-05-05 16:14:02Z jhb $
     $FreeBSD: head/lib/libc/gen/termios.c 200134 2009-12-05 18:53:04Z ed $
     $FreeBSD: head/lib/libc/gen/sigsetops.c 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/gen/raise.c 200150 2009-12-05 19:31:38Z ed $
     $FreeBSD: head/lib/libc/sys/lseek.c 171219 2007-07-04 23:27:38Z peter $
     $FreeBSD: head/lib/libc/gen/__getosreldate.c 171219 2007-07-04 23:27:38Z peter $
     $FreeBSD: head/lib/libc/amd64/string/bcopy.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/gen/sysctl.c 204170 2010-02-21 13:57:02Z ed $
     $FreeBSD: head/lib/libc/gen/_pthread_stubs.c 201546 2010-01-05 02:37:59Z davidxu $
     $FreeBSD: head/lib/libc/amd64/string/bcopy.S 184547 2008-11-02 01:10:54Z peter $
     $FreeBSD: head/lib/libc/amd64/sys/cerror.S 165903 2007-01-09 00:28:16Z imp $
     $FreeBSD: head/lib/libc/sys/__error.c 200150 2009-12-05 19:31:38Z ed $
     $Id: res_update.c,v 1.12.18.1 2005/04/27 05:01:12 sra Exp $
     $Id: res_findzonecut.c,v 1.7.18.3 2005/10/11 00:25:11 marka Exp $
     $Id: ev_timers.c,v 1.5.18.1 2005/04/27 05:01:06 sra Exp $
     $Id: ev_streams.c,v 1.4.18.1 2005/04/27 05:01:06 sra Exp $
     $Id: res_mkupdate.c,v 1.4.18.4 2005/10/14 05:44:12 marka Exp $
     $Id: ns_print.c,v 1.6.18.4 2005/04/27 05:01:09 sra Exp $
     $Id: ns_parse.c,v 1.5.18.4 2007/08/27 03:34:24 marka Exp $
     $Id: ns_ttl.c,v 1.2.18.2 2005/07/28 07:38:10 marka Exp $
     $Id: ns_samedomain.c,v 1.5.18.1 2005/04/27 05:01:09 sra Exp $
     $FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.40 2009/12/30 22:46:08 ed Exp $
     $Id: ns_netint.c,v 1.2.18.1 2005/04/27 05:01:08 sra Exp $
     $Id: ns_name.c,v 1.8.18.2 2005/04/27 05:01:08 sra Exp $


More information about the freebsd-current mailing list