| 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
|
|
|
|
|
|
|
| |
Sponsored by: Nginx, Inc.
Notes:
svn path=/head/; revision=263264
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
includes.
Notes:
svn path=/head/; revision=200418
|
|
|
|
|
|
|
|
| |
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=117238
|
|
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
|
|
|
|
|
|
|
|
| |
Use setproctitle to remove arguments from 'ps' output.
MFC after: 3 days
Notes:
svn path=/head/; revision=99965
|
|
|
|
|
|
|
| |
warnings. Use __FBSDID().
Notes:
svn path=/head/; revision=87710
|
|
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
|
|
|
|
| |
add usage().
Notes:
svn path=/head/; revision=32503
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use termios, not sgtty
- dont use _putchar(), that was a BSD-curses specific feature not in
other curses packages (such as ncurses)
- use sigaction, not sigvec while I'm there
- box() does different things under sysv/ncurses on 1-line high windows,
and BSD-curses doesn't have hline(), so do it by adding characters
instead. That works on both styles of curses.
Notes:
svn path=/head/; revision=17676
|
|
|
|
|
|
|
| |
Cast ctype argument to unsigned char
Notes:
svn path=/head/; revision=15022
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
scroll, most of changes from 1.x
Notes:
svn path=/head/; revision=2929
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|