Author: pi (ports committer)
Date: Tue Jun 19 12:16:19 2018
New Revision: 335368
URL: https://svnweb.freebsd.org/changeset/base/335368
Log:
share/misc/organization.dot: updates
- add krion, philip to postmaster@
- remove trhodes from donations@, email bounces
Approved by: remko
Mod
@@ pclin [label="Po-Chien Lin\npc...@freebsd.org\n2013/02
pgj [label="Gabor Pali\n...@freebsd.org\n2009/04/12"]
pgollucci [label="Philip M. Gollucci\npgollu...@freebsd.org\n2008/07/21"]
philip [label="Philip Paeps\nphi...@freebsd.org\n2005/10/19"]
+pi [label=&quo
Hi!
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191263
> Right now the submitter tests on 32bit and if time permits, I'll
> experiment on ARM as well.
The submitter has provided a new patch, he tested it and, I tested it on
- 10.0p10 amd64
- 10.1-RC3-i386
- 10.1-RC3-armv6 (raspberry-pi)
A
Hi!
> Dag-Erling Smørgrav writes:
> > Kurt Jaeger writes:
> > > I do not have a working arm setup right now.
> > This is a bug on all platforms, and both clang and (recent) gcc should
> > complain about it. That printf() call will print garbage.
>
> Correct
Hi!
> > So, given this detailed review, should I revert the change ?
>
> Yes. You would have to change half of it just to get it to compile
> on 32-bit arches.
Done. It's clearly my fault, I was sloppy in testing 8-(
--
p...@freebsd.org +49 171 31013726 years to go !
_
Author: pi (ports committer)
Date: Mon Oct 27 17:39:37 2014
New Revision: 273743
URL: https://svnweb.freebsd.org/changeset/base/273743
Log:
bin/dd: revert 273734, as it fails on 32bit platforms
Revert: insufficient testing on 32bit platforms
PR: 191263
Modified:
head/bin/d
Hi!
> > Log:
> > bin/dd: Fix incorrect casting of arguments
[...]
> Both of these work correctly in my version (with a relatively small patch
> and no breakage of other cases). (I actually typed large values as -1
> and 11. -1 means (uintmax_t)-1 although this
> is undoc
> On Mon, Oct 27, 2014 at 11:38:17AM +0000, Kurt Jaeger wrote:
> > Author: pi (ports committer)
> > Date: Mon Oct 27 11:38:17 2014
> > New Revision: 273734
> > URL: https://svnweb.freebsd.org/changeset/base/273734
> >
> > Log:
> > bin/dd: Fix inc
Author: pi (ports committer)
Date: Mon Oct 27 11:38:17 2014
New Revision: 273734
URL: https://svnweb.freebsd.org/changeset/base/273734
Log:
bin/dd: Fix incorrect casting of arguments
dd(1) casts many of its numeric arguments from uintmax_t to intmax_t
and back again to detect whether or n