svn commit: r208410 - in head/sys/dev: ahci ata mvs siis

2010-05-22 Thread Alexander Motin
Author: mav Date: Sat May 22 07:32:47 2010 New Revision: 208410 URL: http://svn.freebsd.org/changeset/base/208410 Log: Report ATA/SATA channel number to NewBus at location string. Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ata/ata-pci.c head/sys/dev/ata/ata-pci.h head/sys/dev/mvs/m

svn commit: r208411 - in head/sys: dev/syscons isa

2010-05-22 Thread Jung-uk Kim
Author: jkim Date: Sat May 22 07:35:17 2010 New Revision: 208411 URL: http://svn.freebsd.org/changeset/base/208411 Log: Suspend screen updates when the video controller is powered down. Modified: head/sys/dev/syscons/syscons.c head/sys/dev/syscons/syscons.h head/sys/isa/syscons_isa.c Mod

svn commit: r208412 - head/sys/isa

2010-05-22 Thread Jung-uk Kim
Author: jkim Date: Sat May 22 07:38:29 2010 New Revision: 208412 URL: http://svn.freebsd.org/changeset/base/208412 Log: Fix style(9) nits. Modified: head/sys/isa/syscons_isa.c Modified: head/sys/isa/syscons_isa.c ==

svn commit: r208413 - head/sys/isa

2010-05-22 Thread Jung-uk Kim
Author: jkim Date: Sat May 22 07:44:33 2010 New Revision: 208413 URL: http://svn.freebsd.org/changeset/base/208413 Log: Fix more style(9) nits that I missed in the previous commit. Modified: head/sys/isa/syscons_isa.c Modified: head/sys/isa/syscons_isa.c =

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

2010-05-22 Thread Anonymous
Anonymous writes: > Tim Kientzle writes: > >> Please try the attached patch and let me know if it fixes it for you... >> >> Cheers, >> >> Tim > [...] > > It fixes the issue. Thanks. I'm afraid not. Similar issue affects `tar cf - blah | tar xf -'. It's a little bit harder to reproduce. Caught a

svn commit: r208414 - in head/sys/dev: ahci mvs siis

2010-05-22 Thread Alexander Motin
Author: mav Date: Sat May 22 08:30:47 2010 New Revision: 208414 URL: http://svn.freebsd.org/changeset/base/208414 Log: Fill rman range start/end values. It makes devinfo output more readable. Modified: head/sys/dev/ahci/ahci.c head/sys/dev/mvs/mvs_pci.c head/sys/dev/mvs/mvs_soc.c head/s

svn commit: r208417 - head/share/mk

2010-05-22 Thread Maxim Konovalov
Author: maxim Date: Sat May 22 16:30:33 2010 New Revision: 208417 URL: http://svn.freebsd.org/changeset/base/208417 Log: o Grammar. PR: conf/146827 Submitted by: chris petrik Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README ==

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

2010-05-22 Thread Tim Kientzle
Ah, yes. I did forget to add an EINTR check to the write side. Attached patch should fix "tar cf" Thanks for your careful testing... Anonymous wrote: Anonymous writes: Tim Kientzle writes: Please try the attached patch and let me know if it fixes it for you... Cheers, Tim [...] It

Re: svn commit: r208417 - head/share/mk

2010-05-22 Thread Ulrich Spörlein
On Sat, 22.05.2010 at 16:30:33 +, Maxim Konovalov wrote: > Author: maxim > Date: Sat May 22 16:30:33 2010 > New Revision: 208417 > URL: http://svn.freebsd.org/changeset/base/208417 > > Log: > o Grammar. > > PR: conf/146827 > Submitted by: chris petrik > > Modified: >

svn commit: r208420 - head/share/mk

2010-05-22 Thread Maxim Konovalov
Author: maxim Date: Sat May 22 20:19:12 2010 New Revision: 208420 URL: http://svn.freebsd.org/changeset/base/208420 Log: o Remove EoL w/spaces introduced in the last commit. Spotted by: uqs Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README =

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

2010-05-22 Thread Anonymous
Tim Kientzle writes: > Ah, yes. I did forget to add an EINTR check to the write side. > > Attached patch should fix "tar cf" > > Thanks for your careful testing... > [...] > Index: archive_write.c > === > --- archive_write.c (revi

svn commit: r208422 - head/sys/mips/mips

2010-05-22 Thread Neel Natu
Author: neel Date: Sat May 22 21:38:57 2010 New Revision: 208422 URL: http://svn.freebsd.org/changeset/base/208422 Log: - Use ptpgzone zone to allocate page table pages irrespective of the amount of memory on a platform. Tested on the Sibyte with 256MB and 1GB memory configurations.

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

2010-05-22 Thread Bruce Evans
On Fri, 21 May 2010, Konstantin Belousov wrote: Log: Remove PIOLLHUP from the flags used to test for to set exceptfsd fd_set bits in select(2). It seems that historical behaviour is to not reporting exception on EOF, and several applications are broken. Reported by: Yoshihiko Sarumaru D

Re: svn commit: r208183 - in head/sys: conf modules/mvs

2010-05-22 Thread M. Warner Losh
In message: <201005170351.o4h3pvug006...@svn.freebsd.org> Alexander Motin writes: : Author: mav : Date: Mon May 17 03:51:57 2010 : New Revision: 208183 : URL: http://svn.freebsd.org/changeset/base/208183 : : Log: : Make mvs_if.c to not be always linked statically into the kernel. :

Re: svn commit: r208183 - in head/sys: conf modules/mvs

2010-05-22 Thread Alexander Motin
M. Warner Losh wrote: > In message: <201005170351.o4h3pvug006...@svn.freebsd.org> > Alexander Motin writes: > : Author: mav > : Date: Mon May 17 03:51:57 2010 > : New Revision: 208183 > : URL: http://svn.freebsd.org/changeset/base/208183 > : > : Log: > : Make mvs_if.c to not be alwa