| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.
Sponsored by: Netflix
|
|
|
|
| |
Remove /^#include\s+<sys/cdefs.h>.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
Notes:
svn path=/head/; revision=326025
|
|
|
|
|
|
|
|
|
|
|
|
| |
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96
Notes:
svn path=/head/; revision=314436
|
|
|
|
| |
Notes:
svn path=/head/; revision=227185
|
|
|
|
|
|
|
|
|
|
|
|
| |
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
Notes:
svn path=/head/; revision=216370
|
|
|
|
|
|
|
|
| |
make use of C99 sparse initialization for static variables, this makes talk(1)
to compile cleanly with WARNS=6.
Notes:
svn path=/head/; revision=178642
|
|
|
|
| |
Notes:
svn path=/head/; revision=141563
|
|
|
|
|
|
|
|
|
| |
2. Compare socket(2) return code to -1, not <= 0.
Obtained from: OpenBSD rev. 1.9
Notes:
svn path=/head/; revision=127263
|
|
|
|
|
|
|
|
|
| |
so that talk works without COMPAT_43.
Obtained from: NetBSD (christos), Rumi Szabolcs
Notes:
svn path=/head/; revision=120550
|
|
|
|
|
|
|
| |
warnings. Use __FBSDID().
Notes:
svn path=/head/; revision=87710
|
|
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
|
| |
Notes:
svn path=/head/; revision=37453
|
|
|
|
|
|
|
| |
add usage().
Notes:
svn path=/head/; revision=32503
|
|
|
|
|
|
|
|
|
|
| |
remote peer will be connected through. This avoids the ``Checking for
invitation on caller's machine'' problem for multi-homed hosts.
Thanks to: Garrett, for his `find_interface' example
Notes:
svn path=/head/; revision=14443
|
|
|
|
| |
Notes:
svn path=/head/; revision=8874
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|