| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
r330878: Fix typo and lint/igor warnings
r330879: Fix lint/igor warnings
r330939: Use full month in dpv(3), figpar(3), and bsdconfig(8) manuals
r330948: Bump copyright following recent changes
Sponsored by: Smule, Inc.
Notes:
svn path=/stable/11/; revision=335408
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r330943:
Fix bad error messages from dpv(3)
Before = dpv: <__func__>: posix_spawnp(3): No such file or directory
After = dpv: <path/cmd>: No such file or directory
Most notably, show the 2nd argument being passed to posix_spawnp(3)
so we know what path/cmd failed.
Also, we don't need to have "posix_spawnp(3)" in the error message
nor the function because that can [a] change and [b] traversed using
a debugger if necessary.
r335264:
Fix comparison between pointer and char literal
PR: misc/204252
Reported by: David Binderman <dcb314@hotmail.com>
Sponsored by: Smule, Inc.
Notes:
svn path=/stable/11/; revision=335406
|
| |\
| |
| |
| |
| |
| |
| | |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=296318
|
| | |
| |
| |
| |
| |
| |
| | |
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=296129
|
| |/
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=295278
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 5.2.0 generates the following [fatal] warning:
dialog_util.c:270:23: error:
zero-length gnu_printf format string [-Werror=format-zero-length]
sprintf(dargv[n++], "");
Fix malloc argument while here, removing sprintf.
Reported by: Ruslan Bukin <ruslan.bukin at cl cam ac uk>
Notes:
svn path=/head/; revision=294922
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
dialog(3)'s dlg_reallocate_gauge(), used both by dialog(3)'s dialog_gauge()
and dialog(1)'s `--gauge', will segmentation fault in strlen(3) if no title
is set for the widget. Reproducible with `dialog --gauge hi 6 20' (adding
`--title ""' is enough to prevent segmentation fault).
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=294893
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=294892
|
| |
|
|
| |
Notes:
svn path=/head/; revision=294862
|
| |
|
|
|
|
|
|
|
| |
Similar to dialog(3) keep_tite option used to prevent visually disturbing
initialization or exit that could occur when run from a script using
dpv(3) by way of dpv(1) in sequence with other dialog(1) invocations.
Notes:
svn path=/head/; revision=294860
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=293868
|
| |
|
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r293340
Notes:
svn path=/head/; revision=293379
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=293340
|
| |
|
|
|
|
|
|
|
|
|
| |
This both avoids some dependencies on xinstall.host and allows
bootstrapping on older releases to work due to lack of at least 'install -l'
support.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=291307
|
| |
|
|
| |
Notes:
svn path=/head/; revision=290275
|
| |
|
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r289790
Notes:
svn path=/head/; revision=289793
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=289790
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| | |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=283595
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Differential Revision: D2682
Reviewed by: rodrigc
Notes:
svn path=/head/; revision=283975
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
incrementing of dpv_overall_oread) knows what its purpose is (and
often times it was bytes, not lines).
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=283863
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=276293
|
| | |
| |
| |
| |
| |
| |
| | |
While here reduce a bit overlinking
Notes:
svn path=/head/; revision=275024
|
| |/
|
|
|
|
|
|
|
|
|
| |
- Remove superfluous paragraph macros.
- Remove/fix empty or incorrect macros.
- Sort sections into conventional order.
- Terminate quoted strings properly.
- Remove EOL whitespace.
Notes:
svn path=/head/; revision=274925
|
| |
|
|
|
|
|
|
|
|
| |
Thanks to: ngie
MFC after: 21 days
X-MFC-to: stable/10 stable/9
X-MFC-with: 274116 274120 274121 274123 274144
Notes:
svn path=/head/; revision=274146
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
NB: Should also address `make -j' building
Remove "+" from "+=" in assignments to DPADD/LDADD while here.
NB: Also move CFLAGS for style measure.
Reviewed by: shurd
MFC after: 21 days
X-MFC-to: stable/10 stable/9
X-MFC-with: 274116 274120 274121
Notes:
svn path=/head/; revision=274123
|
| |
|
|
|
|
|
|
|
|
|
|
| |
NB: aka unbreak the build
Reviewed by: shurd
MFC after: 21 days
X-MFC-to: stable/10 stable/9
X-MFC-with: 274116 274120
Notes:
svn path=/head/; revision=274121
|
| |
|
|
|
|
|
|
|
| |
MFC after: 21 days
X-MFC-to: stable/10 stable/9
X-MFC-with: 274116
Notes:
svn path=/head/; revision=274120
|
|
|
dpv(3): dialog progress view library
dpv(1): stream data from stdin or multiple paths with dialog progress view
figpar(3): configuration file parsing library
Reviews: D714
Reviewed by: jelischer, shurd
Discussed at: MeetBSD California 2014 Vendor/Dev Summit
Discussed on: -current
MFC after: 21 days
X-MFC-to: stable/10 stable/9
Notes:
svn path=/head/; revision=274116
|