Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove disconnected directory RETEST. | bdrewery | 2015-12-04 | 3 | -130/+0 |
| | |||||
* | Use LIBEXECDIR for /usr/libexec. | bdrewery | 2015-11-26 | 1 | -1/+1 |
| | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division | ||||
* | Fix a ton of speelling errors | eadler | 2015-10-21 | 1 | -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. | bdrewery | 2015-09-25 | 1 | -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. | bdrewery | 2015-09-25 | 1 | -2/+0 |
| | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division | ||||
* | Remove never used file | bapt | 2015-08-03 | 1 | -322/+0 |
| | | | | Obtained from: DragonFlyBSD | ||||
* | Add META_MODE support. | sjg | 2015-06-13 | 2 | -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_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Merge sync of head | sjg | 2015-05-27 | 5 | -218/+202 |
| |\ | |||||
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | | |||||
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | | |||||
| * | | Merge head | sjg | 2014-04-28 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | | | |||||
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | |||||
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 2 | -0/+38 |
| | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | | | Fix some clang warnings: | bapt | 2015-06-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Add missing headers Add parenthesis when using the result of an assignment as a condition | ||||
* | | | | Fix typos | bapt | 2015-06-05 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Apply seom style(9) fixes from NetBSD | bapt | 2015-05-05 | 2 | -31/+29 |
| | | | | | | | | | | | | Obtained from: NetBSD | ||||
* | | | Prevent useless use of strdup(3) | bapt | 2015-05-05 | 1 | -2/+4 |
| | | | | | | | | | | | | Obtained from: NetBSD | ||||
* | | | Replace homebrewed NIL by NULL | bapt | 2015-05-05 | 2 | -72/+69 |
| | | | |||||
* | | | Use stdbool instead of homebrewed boolean | bapt | 2015-05-05 | 3 | -69/+64 |
| | | | |||||
* | | | Another function to ansify | bapt | 2015-05-05 | 1 | -2/+2 |
| | | | |||||
* | | | Remove unused variables | bapt | 2015-05-05 | 1 | -2/+0 |
| | | | |||||
* | | | Explicitly use O_RDONLY instead of 0 | bapt | 2015-05-05 | 1 | -1/+1 |
| | | | |||||
* | | | Use strlcpy(3) instead of strcpy(3) | bapt | 2015-05-05 | 1 | -2/+2 |
| | | | |||||
* | | | upper the warning level to 3 | bapt | 2015-05-05 | 1 | -1/+1 |
| | | | |||||
* | | | Another bit of ansification | bapt | 2015-05-05 | 1 | -3/+1 |
| | | | |||||
* | | | Ansify to allow to work on it later | bapt | 2015-05-05 | 3 | -39/+35 |
| |/ |/| | |||||
* | | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -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. | joel | 2012-03-26 | 1 | -1/+1 |
| | | | | Reviewed by: brueffer | ||||
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -1/+0 |
| | |||||
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 2 | -2/+2 |
| | |||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 10 | -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. | ed | 2010-01-02 | 1 | -0/+2 |
| | | | | Also add some missing $FreeBSD$ to keep svn happy. | ||||
* | Manual page tweaks. | jkoshy | 2006-08-29 | 1 | -6/+6 |
| | | | | Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc | ||||
* | Fix vgrind(1) indexing I broke in previous revision. | ru | 2005-09-23 | 1 | -0/+2 |
| | | | | | PR: bin/86343 Submitted by: Matej Vela <vela@debian.org> | ||||
* | Add endianness support to cap_mkdb(1), useful for cross builds. | ru | 2005-02-22 | 1 | -1/+10 |
| | |||||
* | Clean up after utilizing FILES. | ru | 2005-01-28 | 1 | -6/+3 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 2 | -35/+35 |
| | |||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+2 |
| | | | | any fake value. | ||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -3/+3 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -11/+22 |
| | |||||
* | Fix warning about cgetent() argument. | peter | 2003-10-26 | 1 | -1/+1 |
| | |||||
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -3/+4 |
| | |||||
* | Rewrite this csh program as a /bin/sh program. This appears to be | schweikh | 2003-05-31 | 1 | -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). | ache | 2002-09-24 | 1 | -1/+3 |
| | | | | All old sorts understand -k too. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -4/+6 |
| | |||||
* | remove __P | imp | 2002-03-22 | 3 | -11/+11 |
| | |||||
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
| |