| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This fixes a compile issue under gcc6 which complains about
legacy style C function declarations.
Differential Revision: https://reviews.freebsd.org/D26504
Notes:
svn path=/head/; revision=365957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Enhance dependency loop logging: print full chain instead of the
last link competing the loop;
o Add -g option to generate dependency graph suitable for GraphViz
visualization, loops and other graph generation issues are highlighted
automatically;
o Add -p option that enables grouping items that can be processed in
parallel.
Submitted by: Boris Lytochkin <lytboris at gmail>
Reviewed by: melifaro
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D25389
Notes:
svn path=/head/; revision=365449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=326276
|
|
|
|
|
|
|
|
| |
MFC after: 1 month
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=295119
|
|
|
|
|
|
|
|
|
|
| |
arc lint is helpful
Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337
Notes:
svn path=/head/; revision=289677
|
|
|
|
|
|
|
|
| |
- Remove unnecessary CFLAGS+= -I now that make is no longer required to make
rcorder build
Notes:
svn path=/projects/building-blocks/; revision=277673
|
|
|
|
| |
Notes:
svn path=/projects/building-blocks/; revision=277670
|
|
|
|
|
|
|
| |
util.h)
Notes:
svn path=/projects/building-blocks/; revision=275306
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This self-written compiler warning, which is hopefully going to be
committed into LLVM sources soon, warns about potentially missing
`static' keywords, similar to -Wmissing-prototypes.
- bin/pax: Move external declaration of chdname and s_mask into extern.h.
- bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h.
- sbin/mount_fusefs: Remove char *progname; use getprogname().
- others: add `static' where possible.
Notes:
svn path=/head/; revision=241720
|
|
|
|
|
|
|
|
|
| |
The global variables and functions provided by rcorder.c are not used in
the other C files, as the other C files only provide memory allocation
and hash functions. This reduces the binary size by 10%.
Notes:
svn path=/head/; revision=228422
|
|
|
|
|
|
|
|
|
| |
These tools declare global variables without using the static keyword,
even though their use is limited to a single C-file, or without placing
an extern declaration of them in the proper header file.
Notes:
svn path=/head/; revision=227081
|
|
|
|
|
|
|
|
|
|
| |
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
Notes:
svn path=/head/; revision=201227
|
|
|
|
| |
Notes:
svn path=/head/; revision=173412
|
|
|
|
|
|
|
|
|
|
|
| |
safely free() anything related to items that may be recursed on.
Obtained from: DragonFly (rev 1.7, dillon)
PR: bin/94767
MFC After: 1 month
Notes:
svn path=/head/; revision=158759
|
|
|
|
|
|
|
|
|
|
|
| |
circumstances that include circular dependencies.
PR: bin/91789
PR submitted by: Frank Behrens <frank@pinky.sax.de>
Patch submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Notes:
svn path=/head/; revision=154465
|
|
|
|
|
|
|
|
|
| |
* don't whine about non-regular files. It is perfectly normal to keep a
CVS or RCS directory in /etc/rc.d.
* manpage tweak
Notes:
svn path=/vendor/NetBSD/dist/; revision=98567
|
|
Note that `rc' and `rc.shutdown' could not be imported because we already
have files with those names.
Notes:
svn path=/vendor/NetBSD/dist/; revision=78344
|