On Mon Mar 7 11, Martin Matuska wrote:
> Author: mm
> Date: Mon Mar 7 14:58:23 2011
> New Revision: 219376
> URL: http://svn.freebsd.org/changeset/base/219376
>
> Log:
> Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf
> For CPUTYPE=core2 use -march=core2
very cool. never tho
On Mon Mar 7 11, Martin Matuska wrote:
> Author: mm
> Date: Mon Mar 7 14:58:23 2011
> New Revision: 219376
> URL: http://svn.freebsd.org/changeset/base/219376
>
> Log:
> Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf
> For CPUTYPE=core2 use -march=core2
maybe you might also
On Fri Mar 11 11, John Baldwin wrote:
> Author: jhb
> Date: Fri Mar 11 13:11:15 2011
> New Revision: 219483
> URL: http://svn.freebsd.org/changeset/base/219483
>
> Log:
> Remove all object files during 'make clean'.
thanks. :)
>
> PR: kern/154888
> Submitted by: arundel
>
On Tue Mar 15 11, Jilles Tjoelker wrote:
> Author: jilles
> Date: Tue Mar 15 22:22:11 2011
> New Revision: 219680
> URL: http://svn.freebsd.org/changeset/base/219680
>
> Log:
> bin: Prefer strrchr() to rindex().
shouldn't the rindex(3) manual contain a note regarding it's depricated nature
and
On Wed Mar 16 11, Andrey V. Elsukov wrote:
> Author: ae
> Date: Wed Mar 16 20:04:56 2011
> New Revision: 219702
> URL: http://svn.freebsd.org/changeset/base/219702
>
> Log:
> Set control flags in putc(). This should fix zfsboot hangs in drvread().
i was looking at xputc() and putchar() and was
On Wed Mar 23 11, Xin LI wrote:
> Author: delphij
> Date: Wed Mar 23 22:08:01 2011
> New Revision: 219939
> URL: http://svn.freebsd.org/changeset/base/219939
>
> Log:
> humanize_number(3) multiply the input number by 100, which could cause an
> integer overflow when the input is very large (fo
On Wed Mar 23 11, Xin LI wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Hi,
>
> On 03/23/11 17:29, Alexander Best wrote:
> > On Wed Mar 23 11, Xin LI wrote:
> >> Author: delphij
> >> Date: Wed Mar 23 22:08:01 2011
> >> Ne
On Thu Mar 24 11, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Thu Mar 24 20:15:42 2011
> New Revision: 219972
> URL: http://svn.freebsd.org/changeset/base/219972
>
> Log:
> Add proper width calculation for time fields (time, cputime and usertime).
> This fixes the ugly overflow in "
On Sat Mar 26 11, Doug Barton wrote:
> Author: dougb
> Date: Sat Mar 26 00:34:35 2011
> New Revision: 220015
> URL: http://svn.freebsd.org/changeset/base/220015
>
> Log:
> Add an example for the use of the entry to help others
> who are as slow as I am.
shouldn't that be march 25th? ;)
>
On Sun Mar 27 11, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Sun Mar 27 23:46:52 2011
> New Revision: 220082
> URL: http://svn.freebsd.org/changeset/base/220082
>
> Log:
> Copy all generated ISO images into the release area.
s/cp -pRP/cp -a/ ?
>
> Modified:
> head/release/generate
On Fri Apr 1 11, Konstantin Belousov wrote:
> Author: kib
> Date: Fri Apr 1 11:16:29 2011
> New Revision: 220238
> URL: http://svn.freebsd.org/changeset/base/220238
>
> Log:
> Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.
>
> In particular:
> - implement compat s
On Wed Apr 6 11, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Wed Apr 6 20:08:23 2011
> New Revision: 220401
> URL: http://svn.freebsd.org/changeset/base/220401
>
> Log:
> Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and
> WITHOUT_CLANG.
is there no way to build clang/llvm withou
On Wed Apr 6 11, Juli Mallett wrote:
> On Wed, Apr 6, 2011 at 14:04, Alexander Best wrote:
> > On Wed Apr 6 11, Ulrich Spoerlein wrote:
> >> Author: uqs
> >> Date: Wed Apr 6 20:08:23 2011
> >> New Revision: 220401
> >> URL: http://svn.fr
On Wed Apr 6 11, Warner Losh wrote:
>
> On Apr 6, 2011, at 3:41 PM, Alexander Best wrote:
>
> > On Wed Apr 6 11, Juli Mallett wrote:
> >> On Wed, Apr 6, 2011 at 14:04, Alexander Best wrote:
> >>> On Wed Apr 6 11, Ulrich Spoerlein wrote:
> >>&g
On Thu Apr 7 11, Alexander Motin wrote:
> Author: mav
> Date: Thu Apr 7 08:17:53 2011
> New Revision: 220412
> URL: http://svn.freebsd.org/changeset/base/220412
>
> Log:
> Make ada(4) driver to control device write cache, same as ata(4) does.
> Add kern.cam.ada.write_cache sysctl/tunable to
On Thu Apr 7 11, Garrett Cooper wrote:
> On Thu, Apr 7, 2011 at 12:03 PM, Alexander Best wrote:
> > On Thu Apr 7 11, Alexander Motin wrote:
> >> Author: mav
> >> Date: Thu Apr 7 08:17:53 2011
> >> New Revision: 220412
> >> URL: http://svn.fr
On Sun Apr 24 11, Alexander Motin wrote:
> Author: mav
> Date: Sun Apr 24 09:23:08 2011
> New Revision: 220983
> URL: http://svn.freebsd.org/changeset/base/220983
>
> Log:
> Explicitly note that device numbers are starting from zero.
>
> Modified:
> head/UPDATING
>
> Modified: head/UPDATING
On Mon May 2 11, Bruce Cran wrote:
> Author: brucec
> Date: Mon May 2 10:35:27 2011
> New Revision: 221320
> URL: http://svn.freebsd.org/changeset/base/221320
>
> Log:
> Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish those
> developers committing new code with broken incl
On Mon May 2 11, Dimitry Andric wrote:
> Author: dim
> Date: Mon May 2 21:13:08 2011
> New Revision: 221348
> URL: http://svn.freebsd.org/changeset/base/221348
>
> Log:
> Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.
congratulations! everybody hanging out in #freebsd-c
On Fri May 6 11, Ruslan Ermilov wrote:
> Author: ru
> Date: Fri May 6 19:14:06 2011
> New Revision: 221541
> URL: http://svn.freebsd.org/changeset/base/221541
>
> Log:
> MK_GPIO changed its default; reflect.
could you also have a look at WITHOUT_SSP? the description says that it only
affects
does this commit fix bin/144786 entirely?
cheers.
--
Alexander Best
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
great news to finally have SUJ in HEAD. will you also be adding a -j switch to
newfs(8)? a SUJ entry in UPDATING will probably appear in the next few days i
believe?
--
Alexander Best
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org
tiny patch to fix a typo in the gsched(8) manual. ;)
--
Alexander Best
Index: sbin/geom/class/sched/gsched.8
===
--- sbin/geom/class/sched/gsched.8 (revision 207154)
+++ sbin/geom/class/sched/gsched.8 (working copy
while you're at it could you correct this typo? thanks.
--
Alexander Best
Index: usr.bin/gzip/gzip.1
===
--- usr.bin/gzip/gzip.1 (revision 207185)
+++ usr.bin/gzip/gzip.1 (working copy)
@@ -218,7 +218,7 @@
.An Xin LI Aq
@Andriy: thanks a lot. very nice of you to mention my name in connection with
this commit. :)
--
Alexander Best
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "sv
On Wed, May 12, 2010 at 5:47 PM, Christian Brueffer
wrote:
[snip]
>
> PR: 146046
> Submitted by: Alexander Best
> Reviewed by: kan
> MFC after: 1 week
thanks. maybe you could also have a look at docs/146047 which improves
the kldstat(2) manual.
thanks a lot. :)
--
Alexander Best
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
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 Tue Jan 10 12, Dimitry Andric wrote:
> On 2012-01-10 09:21, Pawel Jakub Dawidek wrote:
> >On Tue, Jan 10, 2012 at 02:58:29AM +, Eitan Adler wrote:
> >>Author: eadler (ports committer)
> >>Date: Tue Jan 10 02:58:29 2012
> >>New Revision: 229908
> >>URL: http://svn.freebsd.org/changeset/base/2
On Wed Jan 11 12, Alexander Best wrote:
> On Tue Jan 10 12, Dimitry Andric wrote:
> > On 2012-01-10 09:21, Pawel Jakub Dawidek wrote:
> > >On Tue, Jan 10, 2012 at 02:58:29AM +, Eitan Adler wrote:
> > >>Author: eadler (ports committer)
> > >>Date: T
On Sat May 28 11, Niclas Zeising wrote:
> On 2011-05-28 17:14, Kirk McKusick wrote:
> > Author: mckusick
> > Date: Sat May 28 15:14:50 2011
> > New Revision: 222423
> > URL: http://svn.freebsd.org/changeset/base/222423
> >
> > Log:
> > Update the manual page to reflect the new 32K/4K defaults.
>
On Tue May 31 11, John Baldwin wrote:
> Author: jhb
> Date: Tue May 31 15:11:23 2011
> New Revision: 222530
> URL: http://svn.freebsd.org/changeset/base/222530
>
> Log:
> Add a new option to toggle the display of the system idle process (per-CPU
> idle threads). The process is displayed by de
On Thu Jun 2 11, John Baldwin wrote:
> On Thursday, June 02, 2011 12:42:36 pm Alexander Best wrote:
> > On Tue May 31 11, John Baldwin wrote:
> > > Author: jhb
> > > Date: Tue May 31 15:11:23 2011
> > > New Revision: 222530
> > > URL: http://svn.freeb
On Tue May 31 11, Bruce Evans wrote:
> On Mon, 30 May 2011 m...@freebsd.org wrote:
>
> >On Mon, May 30, 2011 at 8:25 AM, Bruce Evans wrote:
> >>On Sat, 28 May 2011 m...@freebsd.org wrote:
> >>>...
> >>>Meanwhile you could try setting ZERO_REGION_SIZE to PAGE_SIZE and I
> >>>think that will restor
On Fri Jun 17 11, Joerg Wunsch wrote:
> Author: joerg
> Date: Fri Jun 17 18:56:51 2011
> New Revision: 223197
> URL: http://svn.freebsd.org/changeset/base/223197
any thoughts about switching the default from WITH_FLOPPY to WITHOUT_FLOPPY? i
don't think too many people are using floppy disks nowada
On Mon Jun 20 11, Xin LI wrote:
> Author: delphij
> Date: Mon Jun 20 16:48:00 2011
> New Revision: 223342
> URL: http://svn.freebsd.org/changeset/base/223342
>
> Log:
> Revert r214857 pursudant to 9.0-RELEASE cycle.
why does top(1) have so much problems with finding the applicable number of
ava
On Fri Jun 24 11, Roman Divacky wrote:
> On Fri, Jun 24, 2011 at 07:18:44AM +, Kevin Lo wrote:
> > Author: kevlo
> > Date: Fri Jun 24 07:18:44 2011
> > New Revision: 223493
> > URL: http://svn.freebsd.org/changeset/base/223493
> >
> > Log:
> > Remove duplicated header files
>
> You may be i
On Sat Jul 2 11, Ulrich Spörlein wrote:
> On Sat, 11.06.2011 at 13:55:15 -0700, Doug Barton wrote:
> > On 6/11/2011 1:02 PM, Warner Losh wrote:
> > >
> > > On Jun 11, 2011, at 12:17 PM, Doug Barton wrote:
> > >
> > >> On 6/11/2011 6:07 AM, Robert Watson wrote:
> > >>> To me, this seems like the wr
On Sat Jul 9 11, Kevin Lo wrote:
> Author: kevlo
> Date: Sat Jul 9 07:43:56 2011
> New Revision: 223877
> URL: http://svn.freebsd.org/changeset/base/223877
>
> Log:
> - Add xdr_sizeof(3) to libc
> - Document xdr_sizeof(3); from NetBSD
>
> Discussed with: kib
>
> Modified:
> head/
On Tue Aug 31 10, Xin LI wrote:
> Author: delphij
> Date: Tue Aug 31 19:01:12 2010
> New Revision: 212066
> URL: http://svn.freebsd.org/changeset/base/212066
>
> Log:
> For consistency, change all 'i386' and MACHINE_ARCH to x86.
>
> Reviewed by:jhb
> MFC after: 1 week
>
> Modifi
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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-he
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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any
thanks. :)
--
a13x
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
hooray! :)
thanks a bunch.
--
a13x
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
great stuff!!!
can't wait to add "device xhci" to my KERNCONF. :)
--
a13x
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
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 -
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
thanks a lot. :)
--
a13x
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-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, 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 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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe,
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 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,
1 - 100 of 197 matches
Mail list logo