]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up the vcs ID strings in libc's gen/ directory.
authorjhb <jhb@FreeBSD.org>
Tue, 3 Jul 2018 17:31:45 +0000 (17:31 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 3 Jul 2018 17:31:45 +0000 (17:31 +0000)
commit0b35e16c23183e7c36d85c1dbec696ae1cb62212
treedd000a5f04fea9d644fc44e72b142cef4034098b
parent7b757d1fe5505e7e719d6af5f7e112fea38fa238
Clean up the vcs ID strings in libc's gen/ directory.

- Move CSRG IDs into __SCCSID().
- When a file has been copied, consistently use 'From: <tag>' for strings
  referencing the version of the source file copied from in the license
  block comment.
- Some of the 'From:' tags were using $FreeBSD$ that was being expanded on
  each checkout.  Fix those to hardcode the FreeBSD tag from the file that
  was copied at the time of the copy.
- When multiple strings are present list them in "chronological" order,
  so CSRG (__SCCSID) before FreeBSD (__FBSDID).  If a file came from
  OtherBSD and contains a CSRG ID from the OtherBSD file, use the order
  CSRG -> OtherBSD -> FreeBSD.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D15831
84 files changed:
lib/libc/gen/__xuname.c
lib/libc/gen/alarm.c
lib/libc/gen/assert.c
lib/libc/gen/clock.c
lib/libc/gen/closedir.c
lib/libc/gen/confstr.c
lib/libc/gen/crypt.c
lib/libc/gen/daemon.c
lib/libc/gen/devname.c
lib/libc/gen/disklabel.c
lib/libc/gen/err.c
lib/libc/gen/errlst.c
lib/libc/gen/exec.c
lib/libc/gen/fnmatch.c
lib/libc/gen/fstab.c
lib/libc/gen/fts-compat.c
lib/libc/gen/fts-compat11.c
lib/libc/gen/fts.c
lib/libc/gen/ftw-compat11.c
lib/libc/gen/getbootfile.c
lib/libc/gen/getbsize.c
lib/libc/gen/getcap.c
lib/libc/gen/getcwd.c
lib/libc/gen/getdomainname.c
lib/libc/gen/getgrouplist.c
lib/libc/gen/gethostname.c
lib/libc/gen/getloadavg.c
lib/libc/gen/getlogin.c
lib/libc/gen/getmntinfo-compat11.c
lib/libc/gen/getmntinfo.c
lib/libc/gen/getnetgrent.c
lib/libc/gen/getosreldate.c
lib/libc/gen/getpagesize.c
lib/libc/gen/getttyent.c
lib/libc/gen/getusershell.c
lib/libc/gen/getvfsbyname.c
lib/libc/gen/glob-compat11.c
lib/libc/gen/glob.c
lib/libc/gen/initgroups.c
lib/libc/gen/isatty.c
lib/libc/gen/nftw-compat11.c
lib/libc/gen/nice.c
lib/libc/gen/nlist.c
lib/libc/gen/opendir.c
lib/libc/gen/pause.c
lib/libc/gen/popen.c
lib/libc/gen/psignal.c
lib/libc/gen/pw_scan.c
lib/libc/gen/raise.c
lib/libc/gen/readdir-compat11.c
lib/libc/gen/readdir.c
lib/libc/gen/rewinddir.c
lib/libc/gen/scandir-compat11.c
lib/libc/gen/scandir.c
lib/libc/gen/seekdir.c
lib/libc/gen/setdomainname.c
lib/libc/gen/sethostname.c
lib/libc/gen/setjmperr.c
lib/libc/gen/setmode.c
lib/libc/gen/siginterrupt.c
lib/libc/gen/siglist.c
lib/libc/gen/signal.c
lib/libc/gen/sigsetops.c
lib/libc/gen/sleep.c
lib/libc/gen/stringlist.c
lib/libc/gen/strtofflags.c
lib/libc/gen/sysconf.c
lib/libc/gen/sysctl.c
lib/libc/gen/syslog.c
lib/libc/gen/telldir.c
lib/libc/gen/termios.c
lib/libc/gen/time.c
lib/libc/gen/times.c
lib/libc/gen/timezone.c
lib/libc/gen/ttyname.c
lib/libc/gen/ttyslot.c
lib/libc/gen/ualarm.c
lib/libc/gen/uname.c
lib/libc/gen/usleep.c
lib/libc/gen/utime.c
lib/libc/gen/valloc.c
lib/libc/gen/wait.c
lib/libc/gen/wait3.c
lib/libc/gen/waitpid.c