|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
3e11bd9e |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert to usr.bin/ to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0 |
|
| #
e5516195 |
| 26-Aug-2014 |
Enji Cooper <[email protected]> |
Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"
Also, add a missing LIBPANEL dependency for lldb
Approved by: rpaulo (mentor) Suggested by: brooks MFC after: 5 days Phabric: D675 (as part
Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"
Also, add a missing LIBPANEL dependency for lldb
Approved by: rpaulo (mentor) Suggested by: brooks MFC after: 5 days Phabric: D675 (as part of a larger diff) PR: 192762
show more ...
|
|
Revision tags: release/9.3.0 |
|
| #
be848c7a |
| 16-Apr-2014 |
Xin LI <[email protected]> |
Sync with OpenBSD.
MFC after: 2 weeks
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0 |
|
| #
7e659f94 |
| 19-Apr-2013 |
Ed Schouten <[email protected]> |
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
This compiler flag enforces that that people either mark variables static or use an external declarations for the variable, similar
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
This compiler flag enforces that that people either mark variables static or use an external declarations for the variable, similar to how -Wmissing-prototypes works for functions.
Due to the fact that Yacc/Lex generate code that cannot trivially be changed to not warn because of this (lots of yy* variables), add a NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this specific compiler warning.
Announced on: toolchain@
show more ...
|
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
| #
4218135b |
| 04-Feb-2010 |
Xin LI <[email protected]> |
Use libedit when interacting with tty, which provided history functionality, etc. as did by GNU bc.
This also fixes an issue where BSDL bc can not handle very long line.
Reported by: imp Reviewed b
Use libedit when interacting with tty, which provided history functionality, etc. as did by GNU bc.
This also fixes an issue where BSDL bc can not handle very long line.
Reported by: imp Reviewed by: imp
show more ...
|
| #
12360c49 |
| 03-Feb-2010 |
Gabor Kovesdan <[email protected]> |
- style.Makefile(5)
Submitted by: uqs Approved by: delphij (mentor)
|
| #
7ffc8ae5 |
| 22-Jan-2010 |
Xin LI <[email protected]> |
Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.
Reviewed by: gabor
|
| #
097d0425 |
| 21-Jan-2010 |
Xin LI <[email protected]> |
Makefile cleanups:
o Enable building of USD o Remove commented out targets o Remove WARNS?=6 lines since it's the default
Reviewed by: gabor
|
| #
fdf1f88b |
| 20-Jan-2010 |
Gabor Kovesdan <[email protected]> |
Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good compatibility level with the GNU counterparts and have shown to be mature enough. For now, the GNU versions aren't removed f
Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good compatibility level with the GNU counterparts and have shown to be mature enough. For now, the GNU versions aren't removed from the tree, just detached from the build.
Sponsored by: Google Summer of Code 2008 Portbuild run by: erwin Approved by: delphij
show more ...
|