aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vgrind
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-272-16/+0
| | | | | | | | | | | We've ifdef'd out the copyright strings for some time now. Go ahead and remove the ifdefs. Plus whatever other detritis was left over from other recent removals. These copyright strings are present in the comments and are largely from CSRG's attempt at adding their copyright to every binary file (which modern interpretations of the license doesn't require). Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-279-22/+0
| | | | | | | | 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 $FreeBSD$: one-line nroff patternWarner Losh2023-08-163-3/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-162-6/+0
| | | | Remove /^#include\s+<sys/cdefs.h>.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
|
* Indicate that xrefs to *roff,tbl,eqn et al are found in ports/textproc/groff.Jens Schweikhardt2022-08-152-6/+6
|
* Normalize deployment tools usage and definitions by putting into one placeMaxim Sobolev2020-04-071-1/+2
| | | | | | | | | | | | instead of sprinkling them out over many disjoint files. This is a follow-up to achieve the same goal in an incomplete rev.348521. Approved by: imp MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D20520 Notes: svn path=/head/; revision=359685
* Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, since it isBrad Davis2018-06-281-7/+0
| | | | | | | | | the most common usage. Approved by: bapt (mentor) Notes: svn path=/head/; revision=335762
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-205-4/+14
| | | | | | | | | | | | | | | | | 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Renumber copyright clause 4Warner Losh2017-02-288-8/+8
| | | | | | | | | | | | 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
* Remove disconnected directory RETEST.Bryan Drewery2015-12-043-130/+0
| | | | Notes: svn path=/head/; revision=291745
* Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-261-1/+1
| | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291348
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
| | | | | | | | | | 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
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r246865 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288228
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
* Remove never used fileBaptiste Daroussin2015-08-031-322/+0
| | | | | | | Obtained from: DragonFlyBSD Notes: svn path=/head/; revision=286244
* Add META_MODE support.Simon J. Gerraty2015-06-132-0/+38
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-275-218/+202
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=283595
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * | Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265044
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-222-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | Fix some clang warnings:Baptiste Daroussin2015-06-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing headers Add parenthesis when using the result of an assignment as a condition Notes: svn path=/head/; revision=284048
* | | | Fix typosBaptiste Daroussin2015-06-051-2/+2
| |_|/ |/| | | | | | | | Notes: svn path=/head/; revision=284047
* | | Apply seom style(9) fixes from NetBSDBaptiste Daroussin2015-05-052-31/+29
| | | | | | | | | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=282461
* | | Prevent useless use of strdup(3)Baptiste Daroussin2015-05-051-2/+4
| | | | | | | | | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=282460
* | | Replace homebrewed NIL by NULLBaptiste Daroussin2015-05-052-72/+69
| | | | | | | | | | | | Notes: svn path=/head/; revision=282459
* | | Use stdbool instead of homebrewed booleanBaptiste Daroussin2015-05-053-69/+64
| | | | | | | | | | | | Notes: svn path=/head/; revision=282457
* | | Another function to ansifyBaptiste Daroussin2015-05-051-2/+2
| | | | | | | | | | | | Notes: svn path=/head/; revision=282455
* | | Remove unused variablesBaptiste Daroussin2015-05-051-2/+0
| | | | | | | | | | | | Notes: svn path=/head/; revision=282454
* | | Explicitly use O_RDONLY instead of 0Baptiste Daroussin2015-05-051-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=282453
* | | Use strlcpy(3) instead of strcpy(3)Baptiste Daroussin2015-05-051-2/+2
| | | | | | | | | | | | Notes: svn path=/head/; revision=282452
* | | upper the warning level to 3Baptiste Daroussin2015-05-051-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=282451
* | | Another bit of ansificationBaptiste Daroussin2015-05-051-3/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=282450
* | | Ansify to allow to work on it laterBaptiste Daroussin2015-05-053-39/+35
| |/ |/| | | | | Notes: svn path=/head/; revision=282449
* | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
|/ | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
| | | | | | | Reviewed by: brueffer Notes: svn path=/head/; revision=233510
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
| | | | Notes: svn path=/head/; revision=233456
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-302-2/+2
| | | | Notes: svn path=/head/; revision=228992
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1110-40/+6
| | | | | | | | | | | | 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
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Manual page tweaks.Joseph Koshy2006-08-291-6/+6
| | | | | | | Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc Notes: svn path=/head/; revision=161713
* Fix vgrind(1) indexing I broke in previous revision.Ruslan Ermilov2005-09-231-0/+2
| | | | | | | | PR: bin/86343 Submitted by: Matej Vela <vela@debian.org> Notes: svn path=/head/; revision=150488