On Mon Sep 13 10, Alexander Motin wrote:
> [snip]
>
> There is set of tunables, also available as writable sysctls, allowing to
> control wanted event timer subsystem behavior:
> kern.eventtimer.timer - allows to choose event timer hardware to use.
> On x86 there is up to 4 different k
On Sun Sep 12 10, Glen Barber wrote:
> [snip]
>
> Modified:
> head/sbin/newfs/newfs.8
>
> [snip]
could you also have a look at PR #61716?
thanks.
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
hi there,
could you take a quick peek at PR #150239 to see if the patch for g_part.c is a
reasonable change?
thanks.
alex
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any m
thanks. :)
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
hooray! :)
thanks a bunch.
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
great stuff!!!
can't wait to add "device xhci" to my KERNCONF. :)
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
On Mon Oct 4 10, Pawel Jakub Dawidek wrote:
> On Mon, Oct 04, 2010 at 02:35:54PM +0400, Dmitry Morozovsky wrote:
> > On Mon, 4 Oct 2010, Alexander Best wrote:
> >
> > AB> On Mon Oct 4 10, Pawel Jakub Dawidek wrote:
> > AB> > On Mon, Oct 04, 2010 at 06
On Mon Oct 4 10, Pawel Jakub Dawidek wrote:
> On Mon, Oct 04, 2010 at 06:17:46AM +, Xin LI wrote:
> > Author: delphij
> > Date: Mon Oct 4 06:17:45 2010
> > New Revision: 213398
> > URL: http://svn.freebsd.org/changeset/base/213398
> >
> > Log:
> > Clarify the combination effect of -P and -
thanks a lot. :)
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
On Wed Apr 28 10, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Apr 28 17:26:05 2010
> New Revision: 207330
> URL: http://svn.freebsd.org/changeset/base/207330
>
> Log:
> Remove dead code. Calculated greatest common divisor was not used at all.
> On top of that, LLVM+Clang mis-compiles this c
minor CR/LF issue in if_bcereg.h. ;)
cheers.
alex
--
a13x
diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h
index cedb6b1..178c72d 100644
--- a/sys/dev/bce/if_bcereg.h
+++ b/sys/dev/bce/if_bcereg.h
@@ -1965,7 +1965,7 @@ struct l2_fhdr {
#define BCE_MISC_ENABLE_CLR_BITS_UMP_ENABLE
On Fri Oct 8 10, Ulrich Spörlein wrote:
> On Mon, 04.10.2010 at 14:04:53 +0200, Ivan Voras wrote:
> > On 4 October 2010 13:42, Alexander Best wrote:
> >
> > > good point. ZFS should really be added to the list and LFS should go
> > > away. are
> > > th
On Fri Oct 8 10, Konstantin Belousov wrote:
> Author: kib
> Date: Fri Oct 8 07:18:44 2010
> New Revision: 213544
> URL: http://svn.freebsd.org/changeset/base/213544
>
> Log:
> Fix typo.
>
> Submitted by: arundel
> MFC after: 3 days
>
> Modified:
> head/sys/amd64/linux32/syscal
On Thu Oct 14 10, Konstantin Belousov wrote:
> Author: kib
> Date: Thu Oct 14 19:30:44 2010
> New Revision: 213846
> URL: http://svn.freebsd.org/changeset/base/213846
>
> Log:
> Remove stale comment.
thanks a lot. :)
>
> Submitted by: arundel
> MFC after: 3 days
>
> Modified:
>
On Sun Oct 24 10, Robert Watson wrote:
> Author: rwatson
> Date: Sun Oct 24 09:14:21 2010
> New Revision: 214261
> URL: http://svn.freebsd.org/changeset/base/214261
>
> Log:
> Add microbenchmark for create/unlink of a zero-byte file.
clang still complaining:
syscall_timing.c:766:24: warning: c
On Wed Oct 27 10, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Wed Oct 27 18:48:23 2010
> New Revision: 214431
> URL: http://svn.freebsd.org/changeset/base/214431
>
> Log:
> Language cleanup.
>
> Modified:
> head/bin/rm/rm.1
>
> Modified: head/bin/rm/rm.1
> ==
On Wed Oct 27 10, Doug Barton wrote:
> On 10/27/10 14:26, Alexander Best wrote:
> >are in fact COW fs the only exception where the -P flag won't work? before
> >r213582 LFS was mentioned here and that the block size must be fixed.
> >also the comment in rm.c says that -P
On Wed Oct 27 10, Juli Mallett wrote:
> On Wed, Oct 27, 2010 at 14:48, Alexander Best wrote:
> > On Wed Oct 27 10, Doug Barton wrote:
> >> What may be a better approach is to confirm the fs' that DO work, list
> >> them, and then add something to the effect of, &
On Wed Oct 27 10, Xin LI wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 10/27/10 14:48, Alexander Best wrote:
> > On Wed Oct 27 10, Doug Barton wrote:
> >> On 10/27/10 14:26, Alexander Best wrote:
> >>> are in fact COW fs the only excepti
On Thu Oct 28 10, Gary Jennejohn wrote:
> On Thu, 28 Oct 2010 16:22:05 +1100 (EST)
> Bruce Evans wrote:
>
> > On Wed, 27 Oct 2010, Xin LI wrote:
> >
> > > I think what really defeats -P is the fact that the file system or
> > > underlying data storage would not overwrite data on a file at sync()
On Thu Oct 28 10, Ceri Davies wrote:
> On Thu, Oct 28, 2010 at 10:25:47AM +0000, Alexander Best wrote:
> > On Thu Oct 28 10, Gary Jennejohn wrote:
> > > On Thu, 28 Oct 2010 16:22:05 +1100 (EST)
> > > Bruce Evans wrote:
> > >
> > > > On Wed, 27 Oc
On Thu Oct 28 10, Robert Watson wrote:
> On Thu, 28 Oct 2010, Gary Jennejohn wrote:
>
> >>>The -P option assumes that the underlying storage overwrites file block
> >>>when data is written on existing offset. Several factors including the
> >>>file system and its backing store could defeat the
On Sun Oct 31 10, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Sun Oct 31 09:21:27 2010
> New Revision: 214596
> URL: http://svn.freebsd.org/changeset/base/214596
>
> Log:
> Elaborate some more on the non-security implications of using -P
thanks a lot. i think there are a few typos though (see
On Sun Oct 31 10, Pawel Jakub Dawidek wrote:
> On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein wrote:
> > Author: uqs
> > Date: Sun Oct 31 09:21:27 2010
> > New Revision: 214596
> > URL: http://svn.freebsd.org/changeset/base/214596
> >
> > Log:
> > Elaborate some more on the non-secur
On Mon Nov 1 10, Ken Smith wrote:
> On Sun, 2010-10-31 at 20:11 +0100, Ulrich Spoerlein wrote:
> > On Sun, 31.10.2010 at 17:06:03 +0100, Pawel Jakub Dawidek wrote:
> > > On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein wrote:
> > > > Author: uqs
> > > > Date: Sun Oct 31 09:21:27 2010
> >
On Sun Nov 20 11, Glen Barber wrote:
> Author: gjb (doc committer)
> Date: Sun Nov 20 19:05:32 2011
> New Revision: 227769
> URL: http://svn.freebsd.org/changeset/base/227769
>
> Log:
> Add a note to src/Makefile that explains that 'rm' runs twice because the
> second invocation only needs to
On Tue Nov 22 11, Mikolaj Golub wrote:
> Author: trociny
> Date: Tue Nov 22 21:14:46 2011
> New Revision: 227840
> URL: http://svn.freebsd.org/changeset/base/227840
>
> Log:
> No need in procfs(5).
>
> MFC after: 2 weeks
>
> Modified:
> head/bin/ps/ps.1
> head/bin/ps/ps.c
>
> Modifie
On Sun Nov 27 11, Michael Tuexen wrote:
> Author: tuexen
> Date: Sun Nov 27 17:51:13 2011
> New Revision: 228031
> URL: http://svn.freebsd.org/changeset/base/228031
>
> Log:
> Fix a warning reported by arundel@.
> Fix a bug where the parameter length of a supported address types
> parameter
On Wed Nov 30 11, Max Khon wrote:
> Author: fjoe
> Date: Wed Nov 30 18:07:38 2011
> New Revision: 228157
> URL: http://svn.freebsd.org/changeset/base/228157
>
> Log:
> - Fix segmentation fault when running "+command" when run with -jX -n due
> to Compat_RunCommand() being called with `cmd' tha
On Tue Nov 29 11, John Baldwin wrote:
> Author: jhb
> Date: Tue Nov 29 21:28:48 2011
> New Revision: 228148
> URL: http://svn.freebsd.org/changeset/base/228148
>
> Log:
> Remove a bit of debugging that accidentally crept in earlier.
>
> Modified:
> head/sys/conf/newvers.sh
>
> Modified: head
On Wed Nov 30 11, Garrett Cooper wrote:
> On Wed, Nov 30, 2011 at 4:59 PM, Alexander Best wrote:
> > On Tue Nov 29 11, John Baldwin wrote:
> >> Author: jhb
> >> Date: Tue Nov 29 21:28:48 2011
> >> New Revision: 228148
> >> URL: http://svn.fr
On Thu Dec 15 11, Dimitry Andric wrote:
> Author: dim
> Date: Thu Dec 15 23:22:24 2011
> New Revision: 228552
> URL: http://svn.freebsd.org/changeset/base/228552
>
> Log:
> Define YY_NO_INPUT in lib/libipsec/policy_token.l, so lex's input()
> function does not get defined needlessly.
could su
On Sat Dec 17 11, Bernhard Schmidt wrote:
> Author: bschmidt
> Date: Sat Dec 17 10:23:17 2011
> New Revision: 228621
> URL: http://svn.freebsd.org/changeset/base/228621
>
> Log:
> Fix some net80211 enum nits:
> - ic_vap_create() uses an ieee80211_opmode argument
> - ieee80211_rate2media() ta
On Wed Dec 21 11, John Baldwin wrote:
> On Wednesday, December 21, 2011 4:52:04 pm Adrian Chadd wrote:
> > Erm, why did you do this without first getting clearance from someone
> > who has the hardware to test it?
> >
> > Just because it looks obviously wrong to you, doesn't at all mean that
> > i
On Thu Dec 22 11, Pawel Jakub Dawidek wrote:
> On Wed, Dec 21, 2011 at 11:27:54PM +0000, Alexander Best wrote:
> > the commits should stay. after all this is HEAD. this way all developers
> > running HEAD and with the appropriate ath hardware will test the changes. if
> &
On Thu Dec 22 11, John Baldwin wrote:
> On Wednesday, December 21, 2011 6:27:54 pm Alexander Best wrote:
> > On Wed Dec 21 11, John Baldwin wrote:
> > > On Wednesday, December 21, 2011 4:52:04 pm Adrian Chadd wrote:
> > > > Erm, why did you do this without first
On Fri Dec 23 11, Dimitry Andric wrote:
> Author: dim
> Date: Fri Dec 23 00:23:37 2011
> New Revision: 228822
> URL: http://svn.freebsd.org/changeset/base/228822
>
> Log:
> When building the kernel with clang, it produces several warnings which
> might be useful in some cases, but which are no
On Fri Dec 23 11, Alexander Best wrote:
> On Fri Dec 23 11, Dimitry Andric wrote:
> > Author: dim
> > Date: Fri Dec 23 00:23:37 2011
> > New Revision: 228822
> > URL: http://svn.freebsd.org/changeset/base/228822
> >
> > Log:
> > When building the ke
On Fri Nov 5 10, Ed Schouten wrote:
> Author: ed
> Date: Fri Nov 5 00:56:21 2010
> New Revision: 214817
> URL: http://svn.freebsd.org/changeset/base/214817
>
> Log:
> Partially implement the mysterious cons25 \e[x escape sequence.
>
> It seems the terminfo library on some systems (OS X, L
On Fri Nov 5 10, Mark Linimon wrote:
> On Fri, Nov 05, 2010 at 01:21:03AM +0000, Alexander Best wrote:
> > maybe, because nearly all PRs (most of them including patches) they
> > have submitted via GNATS in the past remain unnoticed and thus they've
> > gotten tir
On Fri Nov 5 10, Skip Ford wrote:
> Mark Linimon wrote:
> > I'm always looking for suggestions on how we can get more committers
> > interested in PRs (especially those with patches).
>
> For PRs with patches that apply to code with a listed MAINTAINER, that
> maintainer should have to address th
On Mon Nov 8 10, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Mon Nov 8 12:04:41 2010
> New Revision: 214982
> URL: http://svn.freebsd.org/changeset/base/214982
>
> Log:
> Fix CPU ID in /proc/cpuinfo.
thanks a lot. maybe it would also be a good idea to find out where "class" and
"cpu" are
On Sun Nov 7 10, David E. O'Brien wrote:
> Author: obrien
> Date: Sun Nov 7 23:44:40 2010
> New Revision: 214964
> URL: http://svn.freebsd.org/changeset/base/214964
>
> Log:
> Add '-y' for bison compatibility.
>
> Obtained from: http://invisible-island.net
could you take a look at P
On Tue Nov 9 10, Alexander Best wrote:
> On Sun Nov 7 10, David E. O'Brien wrote:
> > Author: obrien
> > Date: Sun Nov 7 23:44:40 2010
> > New Revision: 214964
> > URL: http://svn.freebsd.org/changeset/base/214964
> >
> > Log:
> > Add '
On Sat Nov 13 10, Bruce Cran wrote:
> Author: brucec
> Date: Sat Nov 13 11:43:20 2010
> New Revision: 215239
> URL: http://svn.freebsd.org/changeset/base/215239
>
> Log:
> Memory stats are reported in bytes, not pages.
thanks. :)
>
> PR: docs/151283
> Submitted by: Bas Smeelen
>
On Sat Nov 13 10, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Sat Nov 13 10:54:10 2010
> New Revision: 215237
> URL: http://svn.freebsd.org/changeset/base/215237
>
> Log:
> Fix bug in jn(3) and jnf(3) that led to -inf results
thank you very much for fixing this long outstanding issue.
you mig
On Sat Nov 13 10, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sat Nov 13 19:26:45 2010
> New Revision: 215254
> URL: http://svn.freebsd.org/changeset/base/215254
>
> Log:
> Fix compiler warnings.
thanks. :)
>
> Submitted by: Alexander Bes
(since r162846).
thanks. :)
>
> Submitted by: Alexander Best arundel@
>
> Deleted:
> head/lib/libc_r/
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
On Sat Nov 13 10, Ed Maste wrote:
> On Sat, Nov 13, 2010 at 10:22:18PM +, Ed Maste wrote:
>
> > Log:
> > Remove libc_r threading library. It has been disconnected from the build
> > for four years (since r162846).
>
> It has been suggested that there's some value in keeping libc_r around
On Sun Nov 14 10, Bruce Cran wrote:
> Author: brucec
> Date: Sun Nov 14 17:24:15 2010
> New Revision: 215306
> URL: http://svn.freebsd.org/changeset/base/215306
>
> Log:
> libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in
> ObsoleteFiles.inc.
> liblwres.so.10 has been replaced by li
On Sun Nov 14 10, Bruce Cran wrote:
> On Sunday 14 November 2010 17:53:14 Alexander Best wrote:
>
> > while you're at it, could you add the following after MK_BOOT?
> >
> > #.if ${MK_BSNMP} == no
> > # to be filled in
> > #.endif
> >
> > i
On Sun Nov 14 10, Alexander Best wrote:
> On Sun Nov 14 10, Bruce Cran wrote:
> > On Sunday 14 November 2010 17:53:14 Alexander Best wrote:
> >
> > > while you're at it, could you add the following after MK_BOOT?
> > >
> > > #.if ${MK_BSN
On Sat Nov 13 10, Steve Kargl wrote:
> On Sat, Nov 13, 2010 at 12:56:48PM +0000, Alexander Best wrote:
> > On Sat Nov 13 10, Ulrich Spoerlein wrote:
> > > Author: uqs
> > > Date: Sat Nov 13 10:54:10 2010
> > > New Revision: 215237
> > > URL:
On Tue Nov 16 10, Bruce Evans wrote:
> On Tue, 16 Nov 2010, Bruce Evans wrote:
>
> >...
> >I checked most cases specified in n1156.pdf and found only the following
> >non-conforming behaviour in FreeBSD:
> >
> >%C99 rule -- pow(-Inf, y) returns -0 for y an odd integer <
> >0.
> >%fd
On Wed Nov 17 10, Ivan Voras wrote:
> Author: ivoras
> Date: Wed Nov 17 15:12:10 2010
> New Revision: 215425
> URL: http://svn.freebsd.org/changeset/base/215425
>
> Log:
> Change "wait" banner to "qlen" to be more indicative of its purpose and to
> be more inline with what gstat uses.
any tho
On Mon Nov 22 10, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Mon Nov 22 21:39:35 2010
> New Revision: 215717
> URL: http://svn.freebsd.org/changeset/base/215717
>
> Log:
> Remove kernbb(8) from the source tree.
>
> It's been broken for several years and with all the binutils/toolchain
>
On Sun Nov 28 10, Xin LI wrote:
> Author: delphij
> Date: Sun Nov 28 09:35:56 2010
> New Revision: 215991
> URL: http://svn.freebsd.org/changeset/base/215991
>
> Log:
> Add a manual shrinked version of swiss-8x16 as swiss-8x14.
while you're at it, could you also commit the following patch? this
On Fri Dec 17 10, Alexander Leidinger wrote:
> On Thu, 16 Dec 2010 14:22:30 + (UTC) "Bjoern A. Zeeb"
> wrote:
>
> [descsription of the original ordering]
> > I think grouping by date and then by file/lib/dir is actually better
> > as it'll keep things logically together rather than possibly s
On Mon Aug 15 11, Bruce Evans wrote:
> On Wed, 10 Aug 2011, Alexander Best wrote:
>
> >On Wed Aug 10 11, Bruce Evans wrote:
> >>On Wed, 10 Aug 2011, Alexander Best wrote:
> >>>any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being
> >>>e
On Mon Aug 15 11, Alexander Best wrote:
> On Mon Aug 15 11, Bruce Evans wrote:
> > On Wed, 10 Aug 2011, Alexander Best wrote:
> >
> > >On Wed Aug 10 11, Bruce Evans wrote:
> > >>On Wed, 10 Aug 2011, Alexander Best wrote:
> > >>>any reason {TIMEV
On Tue Sep 13 11, Andriy Gapon wrote:
> Author: avg
> Date: Tue Sep 13 14:03:55 2011
> New Revision: 225530
> URL: http://svn.freebsd.org/changeset/base/225530
>
> Log:
> gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1
>
> gpt and zfs boot blocks are not nearly as size-constrained as b
On Tue Sep 27 11, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Tue Sep 27 19:02:44 2011
> New Revision: 225815
> URL: http://svn.freebsd.org/changeset/base/225815
>
> Log:
> Document the fact that passive mode is now the default.
> Update copyright dates and strip my middle name.
>
> Modi
On Wed Sep 28 11, Ed Schouten wrote:
> Author: ed
> Date: Wed Sep 28 18:53:36 2011
> New Revision: 225847
> URL: http://svn.freebsd.org/changeset/base/225847
>
> Log:
> Get rid of major/minor number distinction.
>
> As of FreeBSD 6, devices can only be opened through devfs. These device
>
On Thu Sep 29 11, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Thu Sep 29 06:31:42 2011
> New Revision: 225868
> URL: http://svn.freebsd.org/changeset/base/225868
>
> Log:
> Make ps(1) automatically size its column widths.
cool to see this committed. :)
i think i wrote you about the
On Thu Sep 29 11, Edward Tomasz Napiera?a wrote:
> Wiadomo?? napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14:
> > On Thu Sep 29 11, Edward Tomasz Napierala wrote:
> >> Author: trasz
> >> Date: Thu Sep 29 06:31:42 2011
> >> New Revision: 225
On Thu Sep 29 11, Edward Tomasz Napiera?a wrote:
> Wiadomo?? napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14:
> > On Thu Sep 29 11, Edward Tomasz Napierala wrote:
> >> Author: trasz
> >> Date: Thu Sep 29 06:31:42 2011
> >> New Revision: 225
On Wed Sep 28 11, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Wed Sep 28 08:47:17 2011
> New Revision: 225827
> URL: http://svn.freebsd.org/changeset/base/225827
>
> Log:
> Fix handling of corrupt compress(1)ed data. [11:04]
a thread on freebsd-questions@ indicates that the changes to uipc_usrre
On Fri Sep 30 11, Bjoern A. Zeeb wrote:
>
> On Sep 30, 2011, at 8:16 AM, Alexander Best wrote:
>
> > On Wed Sep 28 11, Bjoern A. Zeeb wrote:
> >> Author: bz
> >> Date: Wed Sep 28 08:47:17 2011
> >> New Revision: 225827
> >> URL: http://s
On Fri Sep 30 11, Edward Tomasz Napiera?a wrote:
> Wiadomo?? napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 20:57:
> > On Thu Sep 29 11, Edward Tomasz Napiera?a wrote:
> >> Wiadomo?? napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14:
> >>> O
On Sat Oct 1 11, Ed Schouten wrote:
> * Alexander Best , 20110929 14:14:
> > i think i wrote you about the two spaces between the "TT" and "TIME" field
> > some time ago. you said that the "TT" entry can contain a postfix "-". can
> &g
On Sat Oct 1 11, Jilles Tjoelker wrote:
> On Sat, Oct 01, 2011 at 05:14:01PM +0000, Alexander Best wrote:
> > On Sat Oct 1 11, Ed Schouten wrote:
> > > Also, it would be better if we replaced the "??" string with "-". When
> > > we print "??&
On Sat Oct 1 11, Alexander Best wrote:
> On Sat Oct 1 11, Jilles Tjoelker wrote:
> > On Sat, Oct 01, 2011 at 05:14:01PM +, Alexander Best wrote:
> > > On Sat Oct 1 11, Ed Schouten wrote:
> > > > Also, it would be better if we replaced the "??" string
On Sun Oct 2 11, Ed Schouten wrote:
> * Alexander Best , 20111001 23:10:
> > i'd like to propose the following patch. any objections?
>
> Looks good!
here's an updated patch, which fixes another few issues imo:
http://lists.freebsd.org/pipermail/freebsd-doc/2011-Oc
On Sun Oct 2 11, Glen Barber wrote:
> Author: gjb (doc committer)
> Date: Sun Oct 2 16:05:19 2011
> New Revision: 225927
> URL: http://svn.freebsd.org/changeset/base/225927
>
> Log:
> Correct a typo that was introduced in 225912
>
> Submitted by: Valentin Nechayev (netch % n
On Mon Oct 3 11, Alexander Best wrote:
> On Sun Oct 2 11, Glen Barber wrote:
> > Author: gjb (doc committer)
> > Date: Sun Oct 2 16:05:19 2011
> > New Revision: 225927
> > URL: http://svn.freebsd.org/changeset/base/225927
> >
> > Log:
> >
On Wed Oct 5 11, David O'Brien wrote:
> On Sat, Oct 01, 2011 at 12:43:23PM +, Alexander Best wrote:
> > we could then add an envar $PS, so users can set PS=-k to restore the
>
> Should be spelled "PS_OPTIONS" please. Many of us likely have
> "export PS=
On Sat Oct 1 11, Ed Schouten wrote:
> * Alexander Best , 20110929 14:14:
> > i think i wrote you about the two spaces between the "TT" and "TIME" field
> > some time ago. you said that the "TT" entry can contain a postfix "-". can
> &g
On Sun Oct 9 11, Ed Schouten wrote:
> * Alexander Best , 20111009 03:11:
> > is this what you had in mind?
>
> Yes, exactly. :-)
here you are. ;)
>
> --
> Ed Schouten
> WWW: http://80386.nl/
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 45c7823..021415f
On Tue Oct 11 11, Kirk McKusick wrote:
> Author: mckusick
> Date: Tue Oct 11 19:03:57 2011
> New Revision: 226266
> URL: http://svn.freebsd.org/changeset/base/226266
>
> Log:
> After creating a filesystem using newfs -j the time stamps are all
> zero and thus report as having been made in Janu
On Tue Oct 18 11, Dimitry Andric wrote:
> Author: dim
> Date: Tue Oct 18 17:38:25 2011
> New Revision: 226519
> URL: http://svn.freebsd.org/changeset/base/226519
>
> Log:
> Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 10.
should these also be updated to 9? maybe before i
On Sun Oct 9 11, Ed Schouten wrote:
> * Alexander Best , 20111009 03:11:
> > is this what you had in mind?
>
> Yes, exactly. :-)
here's an updated patch, which also includes a man page addition. please
anybody feel free to commit.
cheers.
alex
>
> --
> Ed Scho
On Sun Oct 23 11, Robert Millan wrote:
> Author: rmh
> Date: Sun Oct 23 16:27:03 2011
> New Revision: 226665
> URL: http://svn.freebsd.org/changeset/base/226665
>
> Log:
> Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are only
> used with FreeBSD GCC.
any reason -f* flags
On Thu Oct 27 11, Bruce Evans wrote:
> On Wed, 26 Oct 2011, Alexander Best wrote:
>
> >On Sun Oct 23 11, Robert Millan wrote:
> >>Log:
> >> Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are
> >> only
> >> used with FreeBS
On Thu Oct 27 11, Gavin Atkinson wrote:
> Author: gavin
> Date: Thu Oct 27 20:35:21 2011
> New Revision: 226860
> URL: http://svn.freebsd.org/changeset/base/226860
>
> Log:
> Update the example rules in devfs.conf to reflect the changes since ATA_CAM.
> While here, add another example rule, as
On Sun Nov 6 11, Ed Schouten wrote:
> Author: ed
> Date: Sun Nov 6 08:15:17 2011
> New Revision: 227164
> URL: http://svn.freebsd.org/changeset/base/227164
>
> Log:
> Add missing static keywords to du(1)
this diff was flying around in my /usr/src, which makes some code a bit more
readable. ma
On Sun Nov 6 11, Ed Schouten wrote:
> Hi Alexander,
>
> * Alexander Best , 2006 21:46:
> > this diff was flying around in my /usr/src, which makes some code a bit more
> > readable. maybe this is something worth having in HEAD?
>
> Looks good. It seems we can a
On Sun Nov 6 11, Ed Schouten wrote:
> Hi Alexander,
>
> * Alexander Best , 2006 23:30:
> > +The
> > +.Fl a, d
> > +and
> > +.Fl s
> > +options are mutually exclusive.
> > +.Pp
> > +The
> > +.Fl H, L
> > +and
> > +.Fl P
On Thu Dec 30 10, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Thu Dec 30 18:06:31 2010
> New Revision: 216823
> URL: http://svn.freebsd.org/changeset/base/216823
>
> Log:
> For compatibility with Linux and Solaris add poweroff(8).
any thoughts on adding a 'shutdown -c' switch for compatibi
On Fri Dec 31 10, Erik Trulsson wrote:
> On Fri, Dec 31, 2010 at 03:43:08PM +0100, Jilles Tjoelker wrote:
> > On Thu, Dec 30, 2010 at 06:06:31PM +, Pawel Jakub Dawidek wrote:
> > > Author: pjd
> > > Date: Thu Dec 30 18:06:31 2010
> > > New Revision: 216823
> > > URL: http://svn.freebsd.org/chan
On Fri Dec 31 10, Erik Trulsson wrote:
> On Fri, Dec 31, 2010 at 07:00:58PM +0000, Alexander Best wrote:
>
> [snip]
>
> > another thought: running 'reboot' instead of 'shutdown -r now' *can* cause
> > harm to the system, because an important rc.
On Thu Dec 30 10, Sean Farley wrote:
> Author: scf
> Date: Thu Dec 30 02:18:04 2010
> New Revision: 216813
> URL: http://svn.freebsd.org/changeset/base/216813
>
> Log:
> Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after the
> information is set to FreeBSD. It had been falling throu
On Tue Jan 4 11, Dimitry Andric wrote:
> Author: dim
> Date: Tue Jan 4 20:51:28 2011
> New Revision: 216977
> URL: http://svn.freebsd.org/changeset/base/216977
>
> Log:
> On amd64 and i386, tell the compiler to refrain from generating SSE,
> 3DNow, MMX and floating point instructions in rtld
On Wed Jan 5 11, Alexander Best wrote:
> On Tue Jan 4 11, Dimitry Andric wrote:
> > Author: dim
> > Date: Tue Jan 4 20:51:28 2011
> > New Revision: 216977
> > URL: http://svn.freebsd.org/changeset/base/216977
> >
> > Log:
> > On amd64 and i386,
On Wed Jan 5 11, Dimitry Andric wrote:
> On 2011-01-05 02:16, Alexander Best wrote:
> >the sorting order for these flags seems to be:
> >
> >-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
> >
> >see 'grep -R "\-no-sse" /usr/src'. maybe the s
On Wed Jan 5 11, John Baldwin wrote:
> On Wednesday, January 05, 2011 10:04:43 am Dimitry Andric wrote:
> > On 2011-01-05 15:50, Nathan Whitehorn wrote:
> > > You would also want this to be cross-platform, in which case it's more
> > > than floating point. E.g. on powerpc, you also want to disable
On Wed Jan 5 11, John Baldwin wrote:
> On Wednesday, January 05, 2011 2:59:20 pm Doug Barton wrote:
> > On 01/05/2011 10:59, Alexander Best wrote:
> >
> > > judging from the discussion going on right now it seems those flags will
> > > be
> > > grouped
On Wed Jan 5 11, Doug Barton wrote:
> On 01/05/2011 10:59, Alexander Best wrote:
>
> >judging from the discussion going on right now it seems those flags will be
> >grouped together to form a new variable. so things will probably change
> >shortly
> >and fi
On Wed Jan 5 11, John Baldwin wrote:
> On Wednesday, January 05, 2011 3:38:16 pm Alexander Best wrote:
> > On Wed Jan 5 11, John Baldwin wrote:
> > > On Wednesday, January 05, 2011 2:59:20 pm Doug Barton wrote:
> > > > On 01/05/2011 10:59, Alexander Best wrote:
&
On Wed Jan 5 11, Dimitry Andric wrote:
> Author: dim
> Date: Wed Jan 5 21:46:08 2011
> New Revision: 217028
> URL: http://svn.freebsd.org/changeset/base/217028
>
> Log:
> Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles
> under sys/boot/{i386,pc98}, since these are alread
On Wed Jan 5 11, Dimitry Andric wrote:
> Author: dim
> Date: Wed Jan 5 21:23:26 2011
> New Revision: 217026
> URL: http://svn.freebsd.org/changeset/base/217026
>
> Log:
> Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the
> tree.
thanks a lot.
>
> Submitted by:
1 - 100 of 197 matches
Mail list logo