Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 15:28:07 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libstand __main.c arp.c assert.c bcd.c bootp.c bootparam.c bswap.c bzipfs.c cd9660.c close.c closeall.c dev.c dev_net.c dosfs.c environment.c ether.c ext2fs.c fstat.c getopt.c gets.c globals.c in_cksum.c inet_ntoa.c ioctl.c lseek.c net.c ...
Message-ID:  <200109302228.f8UMS7C58622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2001/09/30 15:28:06 PDT

  Modified files:
    lib/libstand         __main.c arp.c assert.c bcd.c bootp.c 
                         bootparam.c bswap.c bzipfs.c cd9660.c 
                         close.c closeall.c dev.c dev_net.c 
                         dosfs.c environment.c ether.c ext2fs.c 
                         fstat.c getopt.c gets.c globals.c 
                         in_cksum.c inet_ntoa.c ioctl.c lseek.c 
                         net.c netif.c nfs.c nullfs.c open.c 
                         pager.c printf.c qdivrem.c random.c 
                         rarp.c read.c readdir.c rpc.c sbrk.c 
                         stat.c strcasecmp.c strdup.c strerror.c 
                         strtol.c tftp.c twiddle.c udp.c ufs.c 
                         write.c zalloc.c zalloc_malloc.c zipfs.c 
  Log:
  Add __FBSDID()s to libstand
  
  Revision  Changes    Path
  1.2       +3 -0      src/lib/libstand/__main.c
  1.2       +3 -0      src/lib/libstand/arp.c
  1.4       +3 -2      src/lib/libstand/assert.c
  1.3       +3 -2      src/lib/libstand/bcd.c
  1.4       +3 -1      src/lib/libstand/bootp.c
  1.2       +3 -0      src/lib/libstand/bootparam.c
  1.2       +3 -0      src/lib/libstand/bswap.c
  1.2       +3 -3      src/lib/libstand/bzipfs.c
  1.8       +3 -1      src/lib/libstand/cd9660.c
  1.3       +3 -1      src/lib/libstand/close.c
  1.2       +3 -0      src/lib/libstand/closeall.c
  1.2       +3 -0      src/lib/libstand/dev.c
  1.3       +3 -0      src/lib/libstand/dev_net.c
  1.6       +3 -2      src/lib/libstand/dosfs.c
  1.5       +3 -3      src/lib/libstand/environment.c
  1.3       +3 -0      src/lib/libstand/ether.c
  1.3       +4 -2      src/lib/libstand/ext2fs.c
  1.2       +3 -0      src/lib/libstand/fstat.c
  1.2       +3 -0      src/lib/libstand/getopt.c
  1.3       +3 -0      src/lib/libstand/gets.c
  1.2       +3 -0      src/lib/libstand/globals.c
  1.2       +3 -0      src/lib/libstand/in_cksum.c
  1.4       +3 -0      src/lib/libstand/inet_ntoa.c
  1.2       +3 -0      src/lib/libstand/ioctl.c
  1.4       +3 -1      src/lib/libstand/lseek.c
  1.3       +3 -1      src/lib/libstand/net.c
  1.3       +3 -2      src/lib/libstand/netif.c
  1.7       +3 -1      src/lib/libstand/nfs.c
  1.5       +3 -1      src/lib/libstand/nullfs.c
  1.6       +3 -1      src/lib/libstand/open.c
  1.6       +3 -2      src/lib/libstand/pager.c
  1.5       +3 -1      src/lib/libstand/printf.c
  1.3       +3 -1      src/lib/libstand/qdivrem.c
  1.4       +3 -1      src/lib/libstand/random.c
  1.2       +4 -0      src/lib/libstand/rarp.c
  1.3       +3 -1      src/lib/libstand/read.c
  1.2       +3 -2      src/lib/libstand/readdir.c
  1.2       +3 -0      src/lib/libstand/rpc.c
  1.4       +3 -2      src/lib/libstand/sbrk.c
  1.2       +3 -0      src/lib/libstand/stat.c
  1.2       +3 -0      src/lib/libstand/strcasecmp.c
  1.2       +3 -0      src/lib/libstand/strdup.c
  1.2       +3 -0      src/lib/libstand/strerror.c
  1.2       +3 -0      src/lib/libstand/strtol.c
  1.8       +3 -2      src/lib/libstand/tftp.c
  1.3       +3 -1      src/lib/libstand/twiddle.c
  1.3       +3 -1      src/lib/libstand/udp.c
  1.7       +3 -1      src/lib/libstand/ufs.c
  1.2       +3 -0      src/lib/libstand/write.c
  1.6       +3 -2      src/lib/libstand/zalloc.c
  1.6       +3 -2      src/lib/libstand/zalloc_malloc.c
  1.8       +3 -3      src/lib/libstand/zipfs.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109302228.f8UMS7C58622>