summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind
Commit message (Collapse)AuthorAgeFilesLines
* Remove disconnected directory RETEST.bdrewery2015-12-043-130/+0
|
* Use LIBEXECDIR for /usr/libexec.bdrewery2015-11-261-1/+1
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix a ton of speelling errorseadler2015-10-211-1/+1
| | | | | | | arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | This has not been needed since r246865 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* Remove never used filebapt2015-08-031-322/+0
| | | | Obtained from: DragonFlyBSD
* Add META_MODE support.sjg2015-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
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-275-218/+202
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Merge headsjg2014-04-281-1/+1
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-0/+38
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Fix some clang warnings:bapt2015-06-051-1/+3
| | | | | | | | | | | | | | | | | | | | Add missing headers Add parenthesis when using the result of an assignment as a condition
* | | | Fix typosbapt2015-06-051-2/+2
| |_|/ |/| |
* | | Apply seom style(9) fixes from NetBSDbapt2015-05-052-31/+29
| | | | | | | | | | | | Obtained from: NetBSD
* | | Prevent useless use of strdup(3)bapt2015-05-051-2/+4
| | | | | | | | | | | | Obtained from: NetBSD
* | | Replace homebrewed NIL by NULLbapt2015-05-052-72/+69
| | |
* | | Use stdbool instead of homebrewed booleanbapt2015-05-053-69/+64
| | |
* | | Another function to ansifybapt2015-05-051-2/+2
| | |
* | | Remove unused variablesbapt2015-05-051-2/+0
| | |
* | | Explicitly use O_RDONLY instead of 0bapt2015-05-051-1/+1
| | |
* | | Use strlcpy(3) instead of strcpy(3)bapt2015-05-051-2/+2
| | |
* | | upper the warning level to 3bapt2015-05-051-1/+1
| | |
* | | Another bit of ansificationbapt2015-05-051-3/+1
| | |
* | | Ansify to allow to work on it laterbapt2015-05-053-39/+35
| |/ |/|
* | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-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.
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
| | | | Reviewed by: brueffer
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Spelling fixes for usr.bin/uqs2011-12-302-2/+2
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-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
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Manual page tweaks.jkoshy2006-08-291-6/+6
| | | | Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
* Fix vgrind(1) indexing I broke in previous revision.ru2005-09-231-0/+2
| | | | | PR: bin/86343 Submitted by: Matej Vela <vela@debian.org>
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-221-1/+10
|
* Clean up after utilizing FILES.ru2005-01-281-6/+3
|
* Sort sections.ru2005-01-182-35/+35
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+2
| | | | any fake value.
* Deal with double whitespace.ru2004-07-031-3/+3
|
* Mechanically kill hard sentence breaks.ru2004-07-022-11/+22
|
* Fix warning about cgetent() argument.peter2003-10-261-1/+1
|
* Add section number to .Xrcharnier2003-06-081-3/+4
|
* Rewrite this csh program as a /bin/sh program. This appears to beschweikh2003-05-311-114/+92
| | | | | | | | | | the last csh script needed for a buildworld. You should now be able to buildworld on a system that was compiled with NO_TCSH=true. Verified to produce the same result for the one file being generated during buildworld, share/doc/papers/kernmalloc/appendix.ms. Reviewed by: hackers@ MFC after: 2 weeks
* Make it work with POSIX sort (POS arg).ache2002-09-241-1/+3
| | | | All old sorts understand -k too.
* Use `The .Nm utility'charnier2002-04-201-4/+6
|
* remove __Pimp2002-03-223-11/+11
|
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
OpenPOWER on IntegriCloud