| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
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.
No functional change intended.
Notes:
svn path=/stable/11/; revision=330449
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
again.
As of r295638, fputs() returns the number of bytes written (if not more than
INT_MAX). This broke csplit completely, since csplit assumed success only
for the return value 0.
PR: 213510
Relnotes: yes
Notes:
svn path=/stable/11/; revision=318238
|
| |
|
|
|
|
|
|
|
|
| |
When getline(3) in 2009 was added a _WITH_GETLINE guard has also been added.
This rename is made in preparation for the removal of this guard
Obtained from: NetBSD
Notes:
svn path=/head/; revision=299355
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| | |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=265044
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| | |
| |
| |
| |
| |
| |
| | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| |/
|
|
|
|
|
|
| |
Submitted by: Jason McIntyre <jmc@kerhand.co.uk>
Thomas Klausner <wiz@netbsd.org>
Notes:
svn path=/head/; revision=261633
|
| |
|
|
| |
Notes:
svn path=/head/; revision=227161
|
| |
|
|
|
|
|
| |
Submitted by: jmc@OpenBSD.org
Notes:
svn path=/head/; revision=187019
|
| |
|
|
|
|
|
|
|
|
|
| |
be left regardless of an error, signal, or complete
run.
PR: 69861
Submitted by: vlad902@gmail.com
Notes:
svn path=/head/; revision=186477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140835
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
|
|
|
| |
We have support now that the regular expression routines do.
Notes:
svn path=/head/; revision=132028
|
| |
|
|
|
|
|
| |
by POSIX.
Notes:
svn path=/head/; revision=131511
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127300
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127298
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101865
|
| |
|
|
|
|
|
| |
be safe to cast it to a size_t before comparing it to a sizeof().
Notes:
svn path=/head/; revision=100821
|
| |
|
|
|
|
|
| |
re-entered.
Notes:
svn path=/head/; revision=100697
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99024
|
| |
|
|
|
|
|
| |
Use the literal string 'PWB UNIX', as we still have no .At macro for it.
Notes:
svn path=/head/; revision=98107
|
| |
|
|
|
|
|
|
| |
effects on regular expressions. The libc regex code does not handle
equivalence classes well (for example), but we do our best.
Notes:
svn path=/head/; revision=97977
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97599
|
| |
|
|
|
|
|
| |
is larger than the number of lines in the overflow file.
Notes:
svn path=/head/; revision=96710
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96708
|
| |
|
|
|
|
|
|
|
|
|
|
| |
by SUSv3.
This Makefile got left out of the previous commit.
PR: 36191
Reviewed by: mike
Notes:
svn path=/head/; revision=95927
|
|
|
by SUSv3.
PR: 36191
Reviewed by: mike
Notes:
svn path=/head/; revision=95926
|