Re: svn commit: r213648 - head/sys/kern

2010-10-13 Thread Gennady Proskurin
On Sat, Oct 09, 2010 at 12:48:50PM +0300, Andriy Gapon wrote: > on 09/10/2010 12:33 Bruce Evans said the following: > > On Sat, 9 Oct 2010, Andriy Gapon wrote: > > > >> Log: > >> panic_cpu variable should be volatile > >> > >> This is to prevent caching of its value in a register when it is chec

Re: svn commit: r213648 - head/sys/kern

2010-10-13 Thread Gennady Proskurin
wrote: > On Tuesday, October 12, 2010 5:08:04 pm Gennady Proskurin wrote: > > On Sat, Oct 09, 2010 at 12:48:50PM +0300, Andriy Gapon wrote: > > > on 09/10/2010 12:33 Bruce Evans said the following: > > > > On Sat, 9 Oct 2010, Andriy Gapon wrote: > > > >

Re: svn commit: r227310 - head/sys/fs/tmpfs

2011-11-08 Thread Gennady Proskurin
TMPFS is not usable without swap, it should have better algorithms to adjust it's size, depending on amount of memory/swap available. # swapoff -a # swapinfo Device 1K-blocks UsedAvail Capacity # top Mem: 253M Active, 282M Inact, 933M Wired, 3972K Cache, 135M Buf, 491M Free Swap

Re: svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-17 Thread Gennady Proskurin
On Thu, May 16, 2013 at 04:20:18PM +, Julian Elischer wrote: > +#define m_fibnumm_hdr.mh_nextpkt Are you sure this is correct? Shouldn't it be something like M_dat.MH.MH_pkthdr.fibnum or m_pkthdr.fibnum ? ___ svn-src-head@freebsd.org ma

Re: svn commit: r251741 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-19 Thread Gennady Proskurin
Replying to random ath commit. Now my ath wireless device does not work. It was broken some time after 8 Jun (after my last update at 8 Jun it worked, now after today's update to r251945 it does not). It spams log and console with messages: Jun 19 10:04:27 gpr kernel: ath0: stuck beacon; resetti

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-20 Thread Gennady Proskurin
On Thu, Jun 20, 2013 at 11:49:13PM +0930, Daniel O'Connor wrote: > > On 20/06/2013, at 23:03, Julian Elischer wrote: > >> And do you think that the sort of user who is sufficiently engaged with > >> the project to do this is the sort of user who would not be willing to do > >> so if it meant in

Re: svn commit: r237223 - head/sys/dev/fb

2012-06-18 Thread Gennady Proskurin
On Mon, Jun 18, 2012 at 07:54:11AM +, Poul-Henning Kamp wrote: > Author: phk > Date: Mon Jun 18 07:54:10 2012 > New Revision: 237223 > URL: http://svn.freebsd.org/changeset/base/237223 > > Log: > Fix the previous commit to only copy the data we were asked to and not > twice as much. > >

Re: svn commit: r242184 - in head: etc share/man/man5

2012-11-17 Thread Gennady Proskurin
Now squid startup script is unable to start squid # pkg info -x ^squid squid-3.2.3_1 HTTP Caching Proxy # sysctl net.fibs net.fibs: 1 # grep squid /etc/rc.conf squid_enable="YES" squid_pidfile="/var/squid/squid.pid" squid_chdir="/var/squid" # /usr/local/etc/rc.d/squid start St

Re: svn commit: r237223 - head/sys/dev/fb

2012-06-20 Thread Gennady Proskurin
On Tue, Jun 19, 2012 at 05:27:11AM +, Poul-Henning Kamp wrote: > In message <68fbe843-7337-4c90-b01f-e0caabb62...@gsoft.com.au>, "Daniel > O'Conno > r" writes: > > >> If size is odd, this does not copy the last byte. Not sure, whether = > >this is intended. > > Feel free to improve... Index

Re: svn commit: r237223 - head/sys/dev/fb

2012-06-20 Thread Gennady Proskurin
On Wed, Jun 20, 2012 at 05:59:07PM +0930, Daniel O'Connor wrote: > > On 20/06/2012, at 17:11, Gennady Proskurin wrote: > > On Tue, Jun 19, 2012 at 05:27:11AM +, Poul-Henning Kamp wrote: > >> In message <68fbe843-7337-4c90-b01f-e0caabb62...@gsoft.com.au>, &quo

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Gennady Proskurin
On Thu, Sep 06, 2012 at 03:19:49AM +, Rui Paulo wrote: > Author: rpaulo > Date: Thu Sep 6 03:19:48 2012 > New Revision: 240156 > URL: http://svn.freebsd.org/changeset/base/240156 > > Log: > Add support for demangling C++ symbols. This requires linking libproc with > libc++rt/libsupc++. >

Re: svn commit: r246877 - head/sys/ufs/ffs

2013-02-18 Thread Gennady Proskurin
May be a dumb question, but I want to be explicit here. Can system before this commit crash here or filesystem corruption happen during ordinary work? (I mean no power loss and no crashes in other kernel code) Or filesystem can be corrupted only if system crashes by other means (power loss or som

Re: svn commit: r249484 - head/lib

2013-04-15 Thread Gennady Proskurin
Here is the quote from r231336 commit message: === commit be984b719cbcb225dc4afaf9f52b38fb882a09d3 Author: kientzle Date: Fri Feb 10 05:05:42 2012 + Implement -print-file-name=include (which is undocumented but used by some Linux boot loaders). This option prints out the direct