Re: svn commit: r219376 - in head/share: examples/etc mk

2011-03-07 Thread Alexander Best
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

Re: svn commit: r219376 - in head/share: examples/etc mk

2011-03-07 Thread Alexander Best
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

Re: svn commit: r219483 - head/sys/boot/i386/gptboot

2011-03-12 Thread Alexander Best
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 >

Re: svn commit: r219680 - in head/bin: ln rm test

2011-03-15 Thread Alexander Best
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

Re: svn commit: r219702 - head/sys/boot/i386/common

2011-03-16 Thread Alexander Best
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

Re: svn commit: r219939 - head/lib/libutil

2011-03-23 Thread Alexander Best
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

Re: svn commit: r219939 - head/lib/libutil

2011-03-24 Thread Alexander Best
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

Re: svn commit: r219972 - head/bin/ps

2011-03-24 Thread Alexander Best
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 "

Re: svn commit: r220015 - head/usr.sbin/newsyslog

2011-03-25 Thread Alexander Best
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? ;) >

Re: svn commit: r220082 - head/release

2011-03-27 Thread Alexander Best
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

Re: svn commit: r220238 - in head/sys: amd64/ia32 compat/freebsd32 compat/ia32 ia64/ia32 kern modules sys

2011-04-01 Thread Alexander Best
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

Re: svn commit: r220401 - in head: . share/mk tools/build/mk tools/build/options

2011-04-06 Thread Alexander Best
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

Re: svn commit: r220401 - in head: . share/mk tools/build/mk tools/build/options

2011-04-06 Thread Alexander Best
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

Re: svn commit: r220401 - in head: . share/mk tools/build/mk tools/build/options

2011-04-07 Thread Alexander Best
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

Re: svn commit: r220412 - in head: share/man/man4 sys/cam/ata

2011-04-07 Thread Alexander Best
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

Re: svn commit: r220412 - in head: share/man/man4 sys/cam/ata

2011-04-07 Thread Alexander Best
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

Re: svn commit: r220983 - head

2011-04-24 Thread Alexander Best
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

Re: svn commit: r221320 - head/sys/conf

2011-05-02 Thread Alexander Best
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

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-02 Thread Alexander Best
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

Re: svn commit: r221541 - head/tools/build/options

2011-05-06 Thread Alexander Best
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

Re: svn commit: r206466 - head/usr.bin/tar

2010-04-11 Thread Alexander Best
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"

Re: svn commit: r207141 - in head: lib/libufs sbin/dumpfs sbin/fsck_ffs sbin/fsdb sbin/tunefs sys/kern sys/sys sys/ufs/ffs sys/ufs/ufs usr.sbin/makefs/ffs

2010-04-24 Thread Alexander Best
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

Re: svn commit: r206497 - in head: sbin/geom/class sbin/geom/class/sched sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/modules/geom/geom_sched/gs_sched sys/modules/geom/geom_sched/gs

2010-04-24 Thread Alexander Best
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

Re: svn commit: r207247 - head/usr.bin/gzip

2010-04-26 Thread Alexander Best
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

Re: svn commit: r207330 - head/sys/dev/sound/pcm

2010-04-29 Thread Alexander Best
@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

Re: svn commit: r207964 - head/sbin/kldstat

2010-05-13 Thread Alexander Best
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.

svn commit: r208753 - head/contrib/gdtoa

2010-06-04 Thread Alexander Best
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"

Re: svn commit: r228031 - head/sys/netinet

2011-11-27 Thread Alexander Best
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

Re: svn commit: r228157 - head/usr.bin/make

2011-11-30 Thread Alexander Best
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

Re: svn commit: r228148 - head/sys/conf

2011-11-30 Thread Alexander Best
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

Re: svn commit: r228148 - head/sys/conf

2011-12-01 Thread Alexander Best
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

Re: svn commit: r228552 - head/lib/libipsec

2011-12-15 Thread Alexander Best
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

Re: svn commit: r228621 - in head/sys: dev/an dev/ath dev/bwi dev/bwn dev/if_ndis dev/ipw dev/iwi dev/iwn dev/malo dev/mwl dev/ral dev/usb/wlan dev/wi dev/wpi net80211

2011-12-17 Thread Alexander Best
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

Re: svn commit: r228785 - in head/sys/dev/ath/ath_hal: ar5210 ar5211

2011-12-21 Thread Alexander Best
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

Re: svn commit: r228785 - in head/sys/dev/ath/ath_hal: ar5210 ar5211

2011-12-22 Thread Alexander Best
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 > &

Re: svn commit: r228785 - in head/sys/dev/ath/ath_hal: ar5210 ar5211

2011-12-22 Thread Alexander Best
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

Re: svn commit: r228822 - head/sys/conf

2011-12-22 Thread Alexander Best
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

Re: svn commit: r228822 - head/sys/conf

2011-12-22 Thread Alexander Best
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

Re: svn commit: r229908 - head/usr.bin/brandelf

2012-01-10 Thread Alexander Best
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

Re: svn commit: r229908 - head/usr.bin/brandelf

2012-01-10 Thread Alexander Best
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

Re: svn commit: r222423 - head/sbin/newfs

2011-05-31 Thread Alexander Best
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. >

Re: svn commit: r222530 - in head: contrib/top usr.bin/top

2011-06-02 Thread Alexander Best
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

Re: svn commit: r222530 - in head: contrib/top usr.bin/top

2011-06-02 Thread Alexander Best
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

Re: svn commit: r221853 - in head/sys: dev/md dev/null sys vm

2011-06-03 Thread Alexander Best
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

Re: svn commit: r223197 - head/usr.sbin/fdread

2011-06-17 Thread Alexander Best
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

Re: svn commit: r223342 - head/contrib/top

2011-06-22 Thread Alexander Best
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

Re: svn commit: r223493 - in head/usr.bin: ktrace ncplogin systat tftp vmstat

2011-06-24 Thread Alexander Best
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

Re: svn commit: r222980 - in head/sys: amd64/conf i386/conf

2011-07-02 Thread Alexander Best
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

Re: svn commit: r223877 - in head: include/rpc lib/libc/xdr

2011-07-09 Thread Alexander Best
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/

Re: svn commit: r212066 - in head/sys/boot/i386: efi loader zfsloader

2010-08-31 Thread Alexander Best
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

Re: svn commit: r212541 - in head/sys: amd64/amd64 amd64/include dev/acpica i386/i386 i386/include kern mips/include mips/mips pc98/pc98 powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc

2010-09-13 Thread Alexander Best
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

Re: svn commit: r212498 - head/sbin/newfs

2010-09-13 Thread Alexander Best
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

Re: svn commit: r212554 - in head: sbin/geom/class/cache sbin/geom/class/concat sbin/geom/class/eli sbin/geom/class/journal sbin/geom/class/label sbin/geom/class/mirror sbin/geom/class/mountver sbin/g

2010-09-13 Thread Alexander Best
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

Re: svn commit: r212635 - in head/share/man: man4 man7

2010-09-15 Thread Alexander Best
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"

Re: svn commit: r213298 - head/sbin/mount

2010-09-30 Thread Alexander Best
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"

Re: svn commit: r213379 - head/sys/dev/usb/controller

2010-10-03 Thread Alexander Best
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"

Re: svn commit: r213398 - head/bin/rm

2010-10-04 Thread Alexander Best
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 -

Re: svn commit: r213398 - head/bin/rm

2010-10-04 Thread Alexander Best
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

Re: svn commit: r213398 - head/bin/rm

2010-10-05 Thread Alexander Best
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"

Re: svn commit: r207330 - head/sys/dev/sound/pcm

2010-10-05 Thread Alexander Best
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

Re: svn commit: r213489 - in head/sys: conf dev/bce

2010-10-07 Thread Alexander Best
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

Re: svn commit: r213544 - head/sys/amd64/linux32

2010-10-08 Thread Alexander Best
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

Re: svn commit: r213846 - head/sys/compat/linux

2010-10-14 Thread Alexander Best
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: >

Re: svn commit: r214261 - head/tools/tools/syscall_timing

2010-10-24 Thread Alexander Best
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

Re: svn commit: r214431 - head/bin/rm

2010-10-27 Thread Alexander Best
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 > ==

Re: svn commit: r214431 - head/bin/rm

2010-10-27 Thread Alexander Best
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

Re: svn commit: r214431 - head/bin/rm

2010-10-27 Thread Alexander Best
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, &

Re: svn commit: r214431 - head/bin/rm

2010-10-27 Thread Alexander Best
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

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Alexander Best
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()

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Alexander Best
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

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Alexander Best
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

Re: svn commit: r214596 - head/bin/rm

2010-10-31 Thread Alexander Best
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

Re: svn commit: r214596 - head/bin/rm

2010-10-31 Thread Alexander Best
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

Re: svn commit: r214596 - head/bin/rm

2010-11-01 Thread Alexander Best
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 > >

Re: svn commit: r214817 - head/sys/teken

2010-11-04 Thread Alexander Best
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

Re: svn commit: r214817 - head/sys/teken

2010-11-05 Thread Alexander Best
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

Re: svn commit: r214817 - head/sys/teken

2010-11-05 Thread Alexander Best
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

Re: svn commit: r214982 - head/sys/compat/linprocfs

2010-11-08 Thread Alexander Best
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

Re: svn commit: r214964 - head/usr.bin/yacc

2010-11-08 Thread Alexander Best
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

Re: svn commit: r214964 - head/usr.bin/yacc

2010-11-08 Thread Alexander Best
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 '

Re: svn commit: r215239 - head/usr.bin/top

2010-11-13 Thread Alexander Best
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 >

Re: svn commit: r215237 - head/lib/msun/src

2010-11-13 Thread Alexander Best
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

Re: svn commit: r215254 - head/sys/dev/usb/input

2010-11-13 Thread Alexander Best
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

Re: svn commit: r215269 - head/lib/libc_r

2010-11-13 Thread Alexander Best
(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,

Re: svn commit: r215269 - head/lib/libc_r

2010-11-13 Thread Alexander Best
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

Re: svn commit: r215306 - head/tools/build/mk

2010-11-14 Thread Alexander Best
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

Re: svn commit: r215306 - head/tools/build/mk

2010-11-14 Thread Alexander Best
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

Re: svn commit: r215306 - head/tools/build/mk

2010-11-14 Thread Alexander Best
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

Re: svn commit: r215237 - head/lib/msun/src

2010-11-14 Thread Alexander Best
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:

Re: svn commit: r215237 - head/lib/msun/src

2010-11-15 Thread Alexander Best
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

Re: svn commit: r215425 - head/usr.sbin/iostat

2010-11-17 Thread Alexander Best
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

Re: svn commit: r215717 - head/usr.sbin/kernbb

2010-11-22 Thread Alexander Best
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 >

Re: svn commit: r215991 - head/share/syscons/fonts

2010-11-28 Thread Alexander Best
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

Re: svn commit: r216483 - head

2010-12-17 Thread Alexander Best
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

Re: svn commit: r216823 - head/sbin/shutdown

2010-12-30 Thread Alexander Best
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

Re: svn commit: r216823 - head/sbin/shutdown

2010-12-31 Thread Alexander Best
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

Re: svn commit: r216823 - head/sbin/shutdown

2010-12-31 Thread Alexander Best
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.

Re: svn commit: r216813 - head/sys/compat/linux

2011-01-01 Thread Alexander Best
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

Re: svn commit: r216977 - in head/libexec/rtld-elf: amd64 i386

2011-01-04 Thread Alexander Best
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

Re: svn commit: r216977 - in head/libexec/rtld-elf: amd64 i386

2011-01-04 Thread Alexander Best
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   2   >