| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Per POSIX, join(1) (in modes other than -o) is a concatenation of selected
character fields. The joined field is first, followed by fields in the
order they occurred in the input files.
Our join(1) utility previously handled this correctly for lines with a match
in the other file. But it failed to order output fields correctly for
unmatched lines, printed in -a and -v modes.
A simple test case is:
$ touch a
$ echo "2 1" > b
$ join -v2 -2 2 a b
1 2
PR: 217711
Reported by: alt.j2-4o4s2yon at yopmail.com
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=320210
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
format string expects. This is only an issue on ARM EABI where wint_t is
different to wchar_t.
Notes:
svn path=/head/; revision=246319
|
| |
|
|
| |
Notes:
svn path=/head/; revision=227167
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Requested by: tjr
Notes:
svn path=/head/; revision=134333
|
| |
|
|
|
|
|
| |
Inspired by: DragonFlyBSD
Notes:
svn path=/head/; revision=134293
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131624
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
Notes:
svn path=/head/; revision=102944
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99112
|
| |
|
|
|
|
|
| |
fix initialisers.
Notes:
svn path=/head/; revision=95650
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95098
|
| |
|
|
|
|
|
|
|
|
| |
by using strcoll() instead of strcmp().
PR: 36270
Reviewed by: mike
Notes:
svn path=/head/; revision=95096
|
| |
|
|
|
|
|
|
|
| |
PR: 36072
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
Reviewed by: mike
Notes:
svn path=/head/; revision=93193
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92920
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=48566
|
| |
|
|
|
|
|
| |
PR: 4145
Notes:
svn path=/head/; revision=28423
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27422
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23694
|
| |
|
|
|
|
|
| |
trying to use field numbers tha weren't present in the input data.
Notes:
svn path=/head/; revision=21811
|
| |
|
|
|
|
|
|
|
|
| |
This is a sample of a new class of malloc usage errors that the
Junk option to phkmalloc will expose.
Found by: phkmalloc.
Notes:
svn path=/head/; revision=19069
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|