| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=/head/; revision=326274
|
| |
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=325188
|
| |
|
|
|
|
|
|
|
|
| |
This simplifies make logic/output
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314653
|
| |
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=295294
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
64-bit architectures where sizeof(int) != sizeof(size_t).
MFC after: 1 week
PR: 206758
Reported by: Christoph Schönweiler <public2016@hauptsignal.at>
Submitted by: kib
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=295079
|
| |
|
|
|
|
|
|
|
|
|
| |
here, fix some other wording issues
PR: 201048
Submitted by: teksimian@gmail.com
MFC after: 1 week
Notes:
svn path=/head/; revision=284709
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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=283595
|
| | | |
| | |
| | |
| | | |
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=255263
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Notes:
svn path=/projects/bmake/; revision=242545
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(eg CARAMBOLA2.)
Notes:
svn path=/head/; revision=284095
|
| | |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Notes:
svn path=/head/; revision=284071
|
| | |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reduce overlinking
Notes:
svn path=/head/; revision=275077
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
directory has been processed. Otherwise, a long-running child process
caused other atrun invocations to stall unnecessarily.
Notes:
svn path=/head/; revision=264617
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
regarding the failure.
Suggested while working on PR bin/113239.
Notes:
svn path=/head/; revision=251627
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| | |
queue directory.
PR: bin/113239
Notes:
svn path=/head/; revision=251625
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously atrun refused to run jobs if load average was not below fixed limit of 1.5.
PR: 173175
Reviewed by: peterj
Approved by: trasz (mentor)
MFC after: 2 weeks
Notes:
svn path=/head/; revision=242372
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
The reserved space for fmt was exactly sufficient for a two-digit value of
MAXLOGNAME - 1.
PR: bin/171815
Submitted by: Jeremy Huddleston Sequoia
MFC after: 1 week
Notes:
svn path=/head/; revision=240974
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.
- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.
Unfortunately almost all apps in libexec require a lowered value of
WARNS.
Notes:
svn path=/head/; revision=201380
|
| |
|
|
| |
Notes:
svn path=/head/; revision=200982
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=172402
|
| |
|
|
|
|
|
|
| |
Sort FILES section while there.
Touch document date.
Notes:
svn path=/head/; revision=170881
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170773
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170769
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170768
|
| |
|
|
|
|
|
|
| |
errno is irrelevant. Some code duplication can be reduced
if perr() is variadic and perrx() is available.
Notes:
svn path=/head/; revision=170767
|
| |
|
|
|
|
|
|
| |
Besides aesthetic benefits, that makes at(1) jobs subject to such
login.conf(5) settings as resource limits.
Notes:
svn path=/head/; revision=170741
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170739
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170728
|
| |
|
|
|
|
|
|
|
|
|
| |
strncpy(dst, src, sizeof(dst));
by substituting the safer strlcpy() for strncpy().
X-Security: none (the source string isn't user-supplied)
Notes:
svn path=/head/; revision=170726
|
| |
|
|
| |
Notes:
svn path=/head/; revision=153893
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131990
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131472
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108257
|
| |
|
|
|
|
|
| |
are not yet warning-clean. Tested on i386 and alpha.
Notes:
svn path=/head/; revision=90164
|
| |
|
|
|
|
|
|
|
| |
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
Notes:
svn path=/head/; revision=90148
|
| |
|
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC After: 1 week
Notes:
svn path=/head/; revision=80201
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79529
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74804
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74529
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|