cvs commit: src/lib/librt mq.c

2006-03-01 Thread David Xu
davidxu 2006-03-01 08:06:09 UTC

  FreeBSD src repository

  Modified files:
lib/librtmq.c 
  Log:
  Add missing parameter mq_attr * for mq_open.
  
  Revision  ChangesPath
  1.2   +5 -3  src/lib/librt/mq.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/lib/librt sigev_thread.c

2006-03-01 Thread David Xu
davidxu 2006-03-01 08:50:36 UTC

  FreeBSD src repository

  Modified files:
lib/librtsigev_thread.c 
  Log:
  Forgot to revert to use weak symbols when I was debugging, fix it!
  
  Revision  ChangesPath
  1.2   +15 -22src/lib/librt/sigev_thread.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/ce tau32-ddk.c tau32-ddk.h

2006-03-01 Thread Roman Kurakin
rik 2006-03-01 09:50:21 UTC

  FreeBSD src repository

  Modified files:
sys/dev/ce   tau32-ddk.c tau32-ddk.h 
  Log:
  Update low-level code. (to version 1.4)
  
  Obtained from:  Cronyx Engineering
  MFC after:  3 days
  
  Revision  Changes  Path
  1.2   +4235 -4219  src/sys/dev/ce/tau32-ddk.c
  1.2   +12 -10  src/sys/dev/ce/tau32-ddk.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h

2006-03-01 Thread Alexander Leidinger

John Baldwin <[EMAIL PROTECTED]> wrote:


jhb 2006-02-28 20:29:43 UTC

 FreeBSD src repository

 Modified files:
   usr.sbin/sysinstall  Makefile config.c dmenu.c keymap.c main.c
menus.c sysinstall.h
 Log:
 - Autogenerate a menu containing a list of countries and keymaps supported
   by syscons.
 - If we are running as init, popup the country menu before the main menu.
   If a non-default country is chosen, then a second menu is brought up
   to let the user choose a keymap.  By default the default keymap for
   the country that was selected is highlighted.  If the user chooses the
   default country, then the default keymap is just assumed and the user
   is not presented with the keymap menu.  Currently the default country
   is set to "United States" except for PC98 which assumes "Japan".

 PR: bin/93853  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=93853
 Submitted by:   Seth Kingsley sethk at magnesium dot net
 MFC after:  3 days


This implements the first point for
http://www.freebsd.org/projects/ideas/#p-sysinstall, right?

Bye,
Alexander.

--
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org  : PGP ID = 72077137
Smoking is one of the leading causes of statistics.
-- Fletcher Knebel


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h

2006-03-01 Thread Seth Kingsley
On Wed, Mar 01, 2006 at 11:05:10AM +0100, Alexander Leidinger wrote:
> >jhb 2006-02-28 20:29:43 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> >   usr.sbin/sysinstall  Makefile config.c dmenu.c keymap.c main.c
> >menus.c sysinstall.h
> > Log:
> > - Autogenerate a menu containing a list of countries and keymaps supported
> >   by syscons.
> > [...]
> >
> 
> This implements the first point for
> http://www.freebsd.org/projects/ideas/#p-sysinstall, right?

Yes, that was the intention.

-- 
Seth Kingsley || [EMAIL PROTECTED]


pgpn708mUhR1j.pgp
Description: PGP signature


cvs commit: www/en where.sgml

2006-03-01 Thread Ceri Davies
ceri2006-03-01 11:00:56 UTC

  FreeBSD doc repository

  Modified files:
en   where.sgml 
  Log:
  There are no ppc bits for 5.5 and 6.1 yet.
  
  PR: www/93962
  Submitted by:   William Wang
  
  Revision  ChangesPath
  1.80  +3 -3  www/en/where.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h

2006-03-01 Thread Ceri Davies
On Wed, Mar 01, 2006 at 11:05:10AM +0100, Alexander Leidinger wrote:
> John Baldwin <[EMAIL PROTECTED]> wrote:
> 
> >jhb 2006-02-28 20:29:43 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> >   usr.sbin/sysinstall  Makefile config.c dmenu.c keymap.c main.c
> >menus.c sysinstall.h
> > Log:
> > - Autogenerate a menu containing a list of countries and keymaps supported
> >   by syscons.
> > - If we are running as init, popup the country menu before the main menu.
> >   If a non-default country is chosen, then a second menu is brought up
> >   to let the user choose a keymap.  By default the default keymap for
> >   the country that was selected is highlighted.  If the user chooses the
> >   default country, then the default keymap is just assumed and the user
> >   is not presented with the keymap menu.  Currently the default country
> >   is set to "United States" except for PC98 which assumes "Japan".
> >
> > PR: bin/93853  
> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=93853
> > Submitted by:   Seth Kingsley sethk at magnesium dot net
> > MFC after:  3 days
> 
> This implements the first point for
> http://www.freebsd.org/projects/ideas/#p-sysinstall, right?

The third point, "Get hostname from dhcp server as well", already works
if the DHCP server sends one.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere


pgpY5JMIfZwum.pgp
Description: PGP signature


cvs commit: src/etc/rc.d ipfw

2006-03-01 Thread Wojciech A. Koszek
wkoszek 2006-03-01 11:36:01 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
etc/rc.d ipfw 
  Log:
  MFC:
  
Use 'ipfw list' instead of 'ipfw l', since it's deprecated (and warning is
printed on system startup).
  
Approved by:cognet (mentor)
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.10.2.2  +1 -1  src/etc/rc.d/ipfw
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src Makefile

2006-03-01 Thread Yar Tikhiy
yar 2006-03-01 13:07:17 UTC

  FreeBSD src repository

  Modified files:
.Makefile 
  Log:
  Do not discard the current value of __MAKE_CONF when testing
  whether MAKEOBJDIRPREFIX is set at a wrong place.
  
  Reviewed by:ru
  MFC after:  3 days
  
  Revision  ChangesPath
  1.326 +2 -2  src/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11/xorg-clients Makefile pkg-plist

2006-03-01 Thread Dejan Lesjak
lesi2006-03-01 13:36:46 UTC

  FreeBSD ports repository

  Modified files:
x11/xorg-clients Makefile pkg-plist 
  Log:
  Since fontconfig by default generates font cache files in directories where
  this port installs charmaps, try to remove them upon uninstallation, so
  removing of directories has a chance to succeed. Just in case some user
  has for some reason put fonts under these directories, be nice and try to
  regenerate cache file and remove it again only if it is empty.
  
  Pointed out by: pointyhat via kris
  Approved by:portmgr (kris)
  
  Revision  ChangesPath
  1.23  +1 -1  ports/x11/xorg-clients/Makefile
  1.13  +4 -1  ports/x11/xorg-clients/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: projects/csup token.l

2006-03-01 Thread Maxime Henrion
mux 2006-03-01 13:44:46 UTC

  FreeBSD projects repository

  Modified files:
csup token.l 
  Log:
  Bah, don't match the end-of-line tag when eating comments, otherwise we
  won't match if this is the last line and that it has no ending newline.
  
  Revision  ChangesPath
  1.17  +2 -2  projects/csup/token.l
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Ceri Davies
On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote:
> Coleman Kane wrote:
> >On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED]  >PROTECTED]>> wrote:
> >
> >"Maksim Yevmenkin" <[EMAIL PROTECTED]
> >> writes:
> > > we should make a decision which scancodes keyboard drivers should be
> > > returning and change kbdmux(4), syscons(4) etc. to support it.
> > >
> > > until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers
> > > will have to translate their own scancodes into at scancodes (just
> > > like ukbd(4) does).
> >
> >Considering that ukbd(4) is the only kbd driver that runs on all
> >platforms, it might make sense to have all other drivers translate
> >their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and
> >syscons(4).
> >
> >
> >I agree,  especially since atkbdc's are rapidly being replaced by USB on 
> >the platforms they were made for.
> 
> Long term, yes, but what is the risk/benefit of doing this for 6.1?

If it doesn't work, we look like bloody idiots.  6.2 isn't that far
away, I'd think that anybody could manage waiting for it a little more
(especially if it goes into RELENG_6 just after the 6.1 branch).

The above not to be taken as a comment on the change, on which I am not
informed enough to hold an opinion.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere


pgpnDnnA5GXV1.pgp
Description: PGP signature


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Eric Anderson

Ceri Davies wrote:

On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote:
  

Coleman Kane wrote:


On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED] > wrote:

   "Maksim Yevmenkin" <[EMAIL PROTECTED]
   > writes:
> we should make a decision which scancodes keyboard drivers should be
> returning and change kbdmux(4), syscons(4) etc. to support it.
>
> until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers
> will have to translate their own scancodes into at scancodes (just
> like ukbd(4) does).

   Considering that ukbd(4) is the only kbd driver that runs on all
   platforms, it might make sense to have all other drivers translate
   their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and
   syscons(4).


I agree,  especially since atkbdc's are rapidly being replaced by USB on 
the platforms they were made for.
  

Long term, yes, but what is the risk/benefit of doing this for 6.1?



If it doesn't work, we look like bloody idiots.  6.2 isn't that far
away, I'd think that anybody could manage waiting for it a little more
(especially if it goes into RELENG_6 just after the 6.1 branch).

The above not to be taken as a comment on the change, on which I am not
informed enough to hold an opinion.
  


Can we have it all set, built in to GENERIC, but the device hint set to 
disabled?  Lots of systems, Dell PowerEdge and similar, come with a 
remote access card, which uses a USB tie in.  The only way I've found to 
make the console keyboard work after initial install, is to boot single 
user, hack /etc/devd.conf, and reboot, which is really ugly.  Many 
FreeBSD users get stuck with this, so it would be very nice to have a 
quick way to enable the kbdmux at loader time for 6.1, but if it goes in 
right after, I'm not going to cry. :)


Thanks again Maksim for all the work on this!

Eric




--

Eric AndersonSr. Systems AdministratorCentaur Technology
Anything that works is better than anything that doesn't.


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/nfsserver nfs_srvsock.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:17:32 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
sys/nfsservernfs_srvsock.c 
  Log:
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP. [06:10]
  
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:cperciva
  
  Revision  ChangesPath
  1.97  +1 -1  src/sys/nfsserver/nfs_srvsock.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: projects/csup csup.1

2006-03-01 Thread Maxime Henrion
mux 2006-03-01 14:17:38 UTC

  FreeBSD projects repository

  Modified files:
csup csup.1 
  Log:
  Slightly change the description of the -A option to make it clear that
  unlike CVSup, we accept being passed IPv6 addresses there.
  
  Revision  ChangesPath
  1.8   +5 -4  projects/csup/csup.1
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/nfsserver nfs_srvsock.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:18:11 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_6)
sys/nfsservernfs_srvsock.c 
  Log:
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP. [06:10]
  
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.94.2.1  +1 -1  src/sys/nfsserver/nfs_srvsock.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfsserver nfs_srvsock.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:18:46 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_6_0)
.UPDATING 
sys/conf newvers.sh 
sys/nfsservernfs_srvsock.c 
  Log:
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP. [06:10]
  
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:so (cperciva)
  
  RevisionChangesPath
  1.416.2.3.2.10  +4 -0  src/UPDATING
  1.69.2.8.2.6+1 -1  src/sys/conf/newvers.sh
  1.94.4.1+1 -1  src/sys/nfsserver/nfs_srvsock.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h src/sys/nfsserver nfs_srvsock.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:19:48 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_5)
crypto/openssh   auth-pam.c ssh_config ssh_config.5 
 sshd_config sshd_config.5 version.h 
sys/nfsservernfs_srvsock.c 
  Log:
  Correct a remote DoS in OpenSSH when using PAM and privilege
  separation. [06:09]
  
  Submitted by:   des
  
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP. [06:10]
  
  Security:   FreeBSD-SA-06:09.openssh
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.14.2.1  +10 -3 src/crypto/openssh/auth-pam.c
  1.25.2.1  +2 -2  src/crypto/openssh/ssh_config
  1.15.2.1  +2 -2  src/crypto/openssh/ssh_config.5
  1.40.2.1  +2 -2  src/crypto/openssh/sshd_config
  1.21.2.1  +2 -2  src/crypto/openssh/sshd_config.5
  1.27.2.1  +2 -2  src/crypto/openssh/version.h
  1.92.2.2  +1 -1  src/sys/nfsserver/nfs_srvsock.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src UPDATING src/crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h src/sys/conf newvers.sh src/sys/nfsserver nfs_srvsock.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:21:01 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_5_4)
.UPDATING 
crypto/openssh   auth-pam.c ssh_config ssh_config.5 
 sshd_config sshd_config.5 version.h 
sys/conf newvers.sh 
sys/nfsservernfs_srvsock.c 
  Log:
  Correct a remote DoS in OpenSSH when using PAM and privilege
  separation. [06:09]
  
  Submitted by:   des
  
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP. [06:10]
  
  Security:   FreeBSD-SA-06:09.openssh
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:so (cperciva)
  
  Revision ChangesPath
  1.342.2.24.2.21  +7 -0  src/UPDATING
  1.14.6.1 +10 -3 src/crypto/openssh/auth-pam.c
  1.25.6.1 +2 -2  src/crypto/openssh/ssh_config
  1.15.6.1 +2 -2  src/crypto/openssh/ssh_config.5
  1.40.6.1 +2 -2  src/crypto/openssh/sshd_config
  1.21.6.1 +2 -2  src/crypto/openssh/sshd_config.5
  1.27.6.1 +2 -2  src/crypto/openssh/version.h
  1.62.2.18.2.17   +1 -1  src/sys/conf/newvers.sh
  1.92.2.1.2.1 +1 -1  src/sys/nfsserver/nfs_srvsock.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/nfs nfs_socket.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:21:56 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_4)
sys/nfs  nfs_socket.c 
  Log:
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP.
  
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:cperciva
  
  Revision  ChangesPath
  1.60.2.7  +1 -1  src/sys/nfs/nfs_socket.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfs nfs_socket.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:22:30 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_4_11)
.UPDATING 
sys/conf newvers.sh 
sys/nfs  nfs_socket.c 
  Log:
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP.
  
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:so (cperciva)
  
  RevisionChangesPath
  1.73.2.91.2.16  +4 -0  src/UPDATING
  1.44.2.39.2.19  +1 -1  src/sys/conf/newvers.sh
  1.60.2.6.6.1+1 -1  src/sys/nfs/nfs_socket.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfs nfs_socket.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:23:07 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_4_10)
.UPDATING 
sys/conf newvers.sh 
sys/nfs  nfs_socket.c 
  Log:
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP.
  
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:so (cperciva)
  
  RevisionChangesPath
  1.73.2.90.2.22  +4 -0  src/UPDATING
  1.44.2.34.2.23  +1 -1  src/sys/conf/newvers.sh
  1.60.2.6.4.1+1 -1  src/sys/nfs/nfs_socket.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src UPDATING src/crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h src/sys/conf newvers.sh src/sys/nfsserver nfs_srvsock.c

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 14:24:52 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_5_3)
.UPDATING 
crypto/openssh   auth-pam.c ssh_config ssh_config.5 
 sshd_config sshd_config.5 version.h 
sys/conf newvers.sh 
sys/nfsservernfs_srvsock.c 
  Log:
  Correct a remote DoS in OpenSSH when using PAM and privilege
  separation. [06:09]
  
  Submitted by:   des
  
  Correct a remote kernel panic when processing zero-length RPC records
  via TCP. [06:10]
  
  Security:   FreeBSD-SA-06:09.openssh
  Security:   FreeBSD-SA-06:10.nfs
  Approved by:so (cperciva)
  
  Revision ChangesPath
  1.342.2.13.2.30  +7 -0  src/UPDATING
  1.14.4.1 +10 -3 src/crypto/openssh/auth-pam.c
  1.25.4.1 +2 -2  src/crypto/openssh/ssh_config
  1.15.4.1 +2 -2  src/crypto/openssh/ssh_config.5
  1.40.4.1 +2 -2  src/crypto/openssh/sshd_config
  1.21.4.1 +2 -2  src/crypto/openssh/sshd_config.5
  1.27.4.1 +2 -2  src/crypto/openssh/version.h
  1.62.2.15.2.32   +1 -1  src/sys/conf/newvers.sh
  1.92.4.1 +1 -1  src/sys/nfsserver/nfs_srvsock.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/share/sgml advisories.xml

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 15:08:39 UTC

  FreeBSD doc repository

  Modified files:
share/sgml   advisories.xml 
  Log:
  Add FreeBSD-SA-06:09.openssh and FreeBSD-SA-06:10.nfs.
  
  Revision  ChangesPath
  1.193 +17 -1 www/share/sgml/advisories.xml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 15:36:41 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_6)
release/doc/en_US.ISO8859-1/errata article.sgml 
  Log:
  Add FreeBSD-SA-06:10.nfs.
  
  Approved by:re (scottl)
  
  Revision   ChangesPath
  1.73.2.14  +7 -0  src/release/doc/en_US.ISO8859-1/errata/article.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml

2006-03-01 Thread Simon L. Nielsen
simon   2006-03-01 15:37:47 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_5)
release/doc/en_US.ISO8859-1/errata article.sgml 
  Log:
  Add FreeBSD-SA-06:09.openssh and FreeBSD-SA-06:10.nfs.
  
  Approved by:re (scottl)
  
  Revision   ChangesPath
  1.69.2.33  +14 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/lib/libc/net getaddrinfo.c res_query.c

2006-03-01 Thread Hajimu UMEMOTO
ume 2006-03-01 15:53:49 UTC

  FreeBSD src repository

  Modified files:
lib/libc/net getaddrinfo.c res_query.c 
  Log:
  Handle the errors returned by res_querydomain() in same manner.
  
  Reported by:yar
  Tested by:  yar, Rostislav Krasny 
  MFC after:  1 week
  
  Revision  ChangesPath
  1.72  +20 -0 src/lib/libc/net/getaddrinfo.c
  1.32  +20 -0 src/lib/libc/net/res_query.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/libexec/ftpd ftpd.c

2006-03-01 Thread Hajimu UMEMOTO
ume 2006-03-01 16:13:17 UTC

  FreeBSD src repository

  Modified files:
libexec/ftpd ftpd.c 
  Log:
  - Reduce needless DNS query by lookup only appropriate address
family. [1]
  - Specify appropriate hints to getaddrinfo(3). [1]
  - Obtain address family from peername in inet mode.
  
  Submitted by:   Rostislav Krasny  [1]
  Tested by:  yar, Rostislav Krasny 
  MFC after:  1 week
  
  Revision  ChangesPath
  1.210 +20 -10src/libexec/ftpd/ftpd.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: projects/csup queue.h

2006-03-01 Thread Maxime Henrion
mux 2006-03-01 16:18:46 UTC

  FreeBSD projects repository

  Modified files:
csup queue.h 
  Log:
  Define __offsetof() here since it is used by STAILQ_LAST() and we don't
  want to include sys/cdefs.h for portability.
  
  Revision  ChangesPath
  1.4   +5 -2  projects/csup/queue.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/i386/i386 mpapic.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 16:26:51 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_4)
sys/i386/i386mpapic.c 
  Log:
  Use the fixed delivery mode rather than low priority for I/O APIC
  interrupts since low priority delivery mode can only be used logical
  destinations and 4.x and earlier always use only physical destinations.
  
  Revision  ChangesPath
  1.37.2.8  +3 -3  src/sys/i386/i386/mpapic.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Scott Long

Eric Anderson wrote:

Ceri Davies wrote:


On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote:
 


Coleman Kane wrote:
   

On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED] > 
wrote:


   "Maksim Yevmenkin" <[EMAIL PROTECTED]
   > writes:
> we should make a decision which scancodes keyboard drivers 
should be

> returning and change kbdmux(4), syscons(4) etc. to support it.
>
> until then, i'm afraid, sun rs232 and powerpc adb keyboard 
drivers
> will have to translate their own scancodes into at scancodes 
(just

> like ukbd(4) does).

   Considering that ukbd(4) is the only kbd driver that runs on all
   platforms, it might make sense to have all other drivers translate
   their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and
   syscons(4).


I agree,  especially since atkbdc's are rapidly being replaced by 
USB on the platforms they were made for.
  


Long term, yes, but what is the risk/benefit of doing this for 6.1?




If it doesn't work, we look like bloody idiots.  6.2 isn't that far
away, I'd think that anybody could manage waiting for it a little more
(especially if it goes into RELENG_6 just after the 6.1 branch).

The above not to be taken as a comment on the change, on which I am not
informed enough to hold an opinion.
  



Can we have it all set, built in to GENERIC, but the device hint set to 
disabled?  Lots of systems, Dell PowerEdge and similar, come with a 
remote access card, which uses a USB tie in.  The only way I've found to 
make the console keyboard work after initial install, is to boot single 
user, hack /etc/devd.conf, and reboot, which is really ugly.  Many 
FreeBSD users get stuck with this, so it would be very nice to have a 
quick way to enable the kbdmux at loader time for 6.1, but if it goes in 
right after, I'm not going to cry. :)


Thanks again Maksim for all the work on this!

Eric






I'd like to turn this on for the next BETA build, get feedback, then 
decide whether or not to leave it enabled for the final 6.1 release.

Maksim, is that OK with you?

Scott
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/alpha/alpha machdep.c src/sys/ia64/ia64 machdep.c src/sys/sparc64/sparc64 machdep.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 16:30:51 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/alpha/alpha  machdep.c 
sys/ia64/ia64machdep.c 
sys/sparc64/sparc64  machdep.c 
  Log:
  MFC: Fix the hw.realmem sysctl on alpha, ia64, and sparc64.
  
  Approved by:re (scottl)
  
  Revision   ChangesPath
  1.235.2.1  +1 -1  src/sys/alpha/alpha/machdep.c
  1.200.2.2  +1 -1  src/sys/ia64/ia64/machdep.c
  1.125.2.1  +1 -1  src/sys/sparc64/sparc64/machdep.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/share/man/man4 acpi.4

2006-03-01 Thread Wojciech A. Koszek
wkoszek 2006-03-01 16:31:37 UTC

  FreeBSD src repository

  Modified files:
share/man/man4   acpi.4 
  Log:
  Note that ACPI_DEBUG depends on DDB.
  
  Reviewed by:njl
  Approved by:cognet (mentor)
  MFC after:  3 days
  
  Revision  ChangesPath
  1.54  +1 -0  src/share/man/man4/acpi.4
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.sbin/sysinstall keymap.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 16:37:09 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/sysinstall  keymap.c 
  Log:
  Wrap keymap menu helper functions in #ifdef WITH_SYSCONS to unbreak the
  build on archs that don't include syscons support in sysinstall.
  
  Reported by:sparc64 tinderbox
  
  Revision  ChangesPath
  1.8   +2 -0  src/usr.sbin/sysinstall/keymap.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic

2006-03-01 Thread Andrew Gallatin
Scott Long [EMAIL PROTECTED] wrote:
<...>
>   Also, it's not so
> much important which CPU gets the interrupt as it is which CPU runs the
> ithread for that interrupt.  I guess that you can get a little better
> latency by preempting directly from the low-level interrupt handler into
> the ithread, but I don't know if that is noticable noise above the cost
> of the context switch and inevitable lock operations and contention
> involved.

What do you mean by "preempting directly from the low-level interrupt
handler into the ithread" ?  Do you mean running the ithread directly
in the context of the hardware interrupt until it does something where
it needed to block?  Do we do this now?

Thanks,

Drew


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic

2006-03-01 Thread Scott Long

Andrew Gallatin wrote:


Scott Long [EMAIL PROTECTED] wrote:
<...>


 Also, it's not so
much important which CPU gets the interrupt as it is which CPU runs the
ithread for that interrupt.  I guess that you can get a little better
latency by preempting directly from the low-level interrupt handler into
the ithread, but I don't know if that is noticable noise above the cost
of the context switch and inevitable lock operations and contention
involved.



What do you mean by "preempting directly from the low-level interrupt
handler into the ithread" ?  Do you mean running the ithread directly
in the context of the hardware interrupt until it does something where
it needed to block?  Do we do this now?

Thanks,

Drew




No, I just mean that the CPU running the low-level handler is likely
to schedule and run the ithread as soon as the interrupt exits,
preempting whatever thread happened to be running before the interrupt
occurred.  This isn't context stealing, it's just preferential
scheduling.  You still need to wind through the scheduler and do a
context switch to get there.

Scott

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/share/man/man4 hwpmc.4

2006-03-01 Thread Joseph Koshy
jkoshy  2006-03-01 16:49:07 UTC

  FreeBSD src repository

  Modified files:
share/man/man4   hwpmc.4 
  Log:
  Typo fix; "ing" -> "in".
  
  Revision  ChangesPath
  1.15  +1 -1  src/share/man/man4/hwpmc.4
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic

2006-03-01 Thread Andrew Gallatin

Scott Long writes:
 > Andrew Gallatin wrote:
 > 
 > > Scott Long [EMAIL PROTECTED] wrote:
 > > <...>
 > > 
 > >>  Also, it's not so
 > >>much important which CPU gets the interrupt as it is which CPU runs the
 > >>ithread for that interrupt.  I guess that you can get a little better
 > >>latency by preempting directly from the low-level interrupt handler into
 > >>the ithread, but I don't know if that is noticable noise above the cost
 > >>of the context switch and inevitable lock operations and contention
 > >>involved.
 > > 
 > > 
 > > What do you mean by "preempting directly from the low-level interrupt
 > > handler into the ithread" ?  Do you mean running the ithread directly
 > > in the context of the hardware interrupt until it does something where
 > > it needed to block?  Do we do this now?
 > > 
 > > Thanks,
 > > 
 > > Drew
 > > 
 > > 
 > 
 > No, I just mean that the CPU running the low-level handler is likely
 > to schedule and run the ithread as soon as the interrupt exits,
 > preempting whatever thread happened to be running before the interrupt
 > occurred.  This isn't context stealing, it's just preferential
 > scheduling.  You still need to wind through the scheduler and do a
 > context switch to get there.

Oh, darn.  Nevermind :)

Drew

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Maksim Yevmenkin
On 3/1/06, Scott Long <[EMAIL PROTECTED]> wrote:
> Eric Anderson wrote:
> > Ceri Davies wrote:
> >
> >> On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote:
> >>
> >>
> >>> Coleman Kane wrote:
> >>>
> >>>
>  On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED]   PROTECTED]>>
>  wrote:
> 
> "Maksim Yevmenkin" <[EMAIL PROTECTED]
> > writes:
>  > we should make a decision which scancodes keyboard drivers
>  should be
>  > returning and change kbdmux(4), syscons(4) etc. to support it.
>  >
>  > until then, i'm afraid, sun rs232 and powerpc adb keyboard
>  drivers
>  > will have to translate their own scancodes into at scancodes
>  (just
>  > like ukbd(4) does).
> 
> Considering that ukbd(4) is the only kbd driver that runs on all
> platforms, it might make sense to have all other drivers translate
> their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and
> syscons(4).
> 
> 
>  I agree,  especially since atkbdc's are rapidly being replaced by
>  USB on the platforms they were made for.
> 
> >>>
> >>> Long term, yes, but what is the risk/benefit of doing this for 6.1?
> >>>
> >>
> >>
> >> If it doesn't work, we look like bloody idiots.  6.2 isn't that far
> >> away, I'd think that anybody could manage waiting for it a little more
> >> (especially if it goes into RELENG_6 just after the 6.1 branch).
> >>
> >> The above not to be taken as a comment on the change, on which I am not
> >> informed enough to hold an opinion.
> >>
> >
> >
> > Can we have it all set, built in to GENERIC, but the device hint set to
> > disabled?  Lots of systems, Dell PowerEdge and similar, come with a
> > remote access card, which uses a USB tie in.  The only way I've found to
> > make the console keyboard work after initial install, is to boot single
> > user, hack /etc/devd.conf, and reboot, which is really ugly.  Many
> > FreeBSD users get stuck with this, so it would be very nice to have a
> > quick way to enable the kbdmux at loader time for 6.1, but if it goes in
> > right after, I'm not going to cry. :)
> >
> > Thanks again Maksim for all the work on this!
>
> I'd like to turn this on for the next BETA build, get feedback, then
> decide whether or not to leave it enabled for the final 6.1 release.
> Maksim, is that OK with you?

yes, it should be fine. i still need to add/test hints support in
kbdmux(4). i plan to finish it today. i will also need to MFC all my
changes to RELENG_6. i'm not sure how much testing we want before MFC.
should i get a blanket approval from [EMAIL PROTECTED]

thanks,
max
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Marius Strobl
On Mon, Feb 27, 2006 at 02:33:52PM -0800, Maksim Yevmenkin wrote:
> On 2/27/06, Marius Strobl <[EMAIL PROTECTED]> wrote:
> > On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote:
> > > Scott,
> > >
> > > [...]
> > >
> > > > So what do we need to do to get this enabled and running by default and
> > > > get rid of the USB keyboard hack in the loader, as well as make the
> > > > keyboard flags sane and predictable?
> > >
> >
> > <...>
> >
> > >
> > > i think this should do it. any comments?
> > >
> >
> > FYI, in order to make kbdmux(4) work on sparc64 the endian bugs in
> > the keyboard IOCTLs of syscons(4) and probably elsewhere need to
> > be fixed. In order to make it work with Sun RS232 keyboards (sparc64
> 
> could you please point me to the keyboard ioctl with the endian bugs
> you are talking about?

KBADDKBD, KDSETLED, probably some others don't work. E.g. trying to
configure kbdmux(4) for an AT and a USB keyboard with kbdcontrol(1)
on sparc64 I get:
follow# kldload kbdmux
follow# kbdcontrol -a ukbd0 < /dev/kbdmux0
kbd2
kbdmux0, type:AT 101/102 (2)
WARNING pid 545 (kbdcontrol): ioctl sign-extension ioctl 80244b44
follow# kbdcontrol -k < /dev/kbdmux0 < /dev/ttyv0
kbd2
kbdmux0, type:AT 101/102 (2)
kbdcontrol: unable to (un)mux the keyboard: Invalid argument
follow# kbdcontrol -a atkbd0 < /dev/ttyv0
kbd0
atkbd0, type:AT 101/102 (2)
WARNING pid 547 (kbdcontrol): ioctl sign-extension ioctl 80244b44
kbdcontrol: unable to (un)mux the keyboard: Operation not supported by device
follow#

I think this is the same type of problem that was fixed for some other
IOCTLs in sys/dev/syscons/syscons.c rev. 1.403.

> 
> > uses AT, Sun RS232 and USB keyboards) kbdmux(4) needs to get rid of
> > the assumption that a slave keyboard driver returns AT keyboard
> > scancodes in K_RAW mode. The latter probably also applies to powerpc
> > once there is support for ADB keyboards.
> 
> imo, that is not just kbdmux(4) assumption. it seems like a more
> general assumption, i.e. ukbd(4), for example, translates usb
> scancodes into at scancodes by default.
> 
> we should make a decision which scancodes keyboard drivers should be
> returning and change kbdmux(4), syscons(4) etc. to support it.
> 

As others already pointed out the USB scancode set probably would be
a good choice for this. Unlike the AT scancode set it at least seems
to support a superset of the keys available on ADB, AT and Sun key-
boards.
Btw., do you know how the NetBSD keyboard multiplexing deals with
this? According to the xorg-server sources they use the respective
native scancodes for all of ADB, AT, USB and Sun keyboards.

> until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers
> will have to translate their own scancodes into at scancodes (just
> like ukbd(4) does).
> 

I think it isn't worth the effort to change sunkbd(4) to translate
to AT scancodes until there's a final decision what scancode set
to use as it also means creating special keyboard rules for XKB to
make the Sun-specific keys work again in X and probably breaks POLA
when users have to change their xorg.conf in a stable branch in
order to make the keyboard work again.
Could you maybe change ukbd(4) to set its keyboard type to KB_101
when compiled with UKBD_EMULATE_ATSCANCODE and kbdmux(4) to only
accept KB_101 keyboard drivers (looks like atkbd(4) with KB_84
keyboards also won't work with kbdmux(4) anyway) as an interim
solution?

Marius

-- 
This mail was scanned by AntiVir Milter.
This product is licensed for non-commercial use.
See www.antivir.de for details.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c g_eli_ctl.c g_eli_key.c pkcs5v2.c pkcs5v2.h

2006-03-01 Thread Pawel Jakub Dawidek
pjd 2006-03-01 17:52:15 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sbin/geom/class/eli  geli.8 geom_eli.c 
sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c 
 g_eli_ctl.c g_eli_key.c pkcs5v2.c 
 pkcs5v2.h 
  Log:
  MFC:Sync with HEAD.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.2.2.5   +39 -3 src/sbin/geom/class/eli/geli.8
  1.1.2.7   +22 -23src/sbin/geom/class/eli/geom_eli.c
  1.3.2.8   +112 -51   src/sys/geom/eli/g_eli.c
  1.1.2.5   +1 -1  src/sys/geom/eli/g_eli.h
  1.1.2.2   +1 -1  src/sys/geom/eli/g_eli_crypto.c
  1.1.2.4   +1 -1  src/sys/geom/eli/g_eli_ctl.c
  1.1.2.2   +1 -1  src/sys/geom/eli/g_eli_key.c
  1.1.2.2   +1 -1  src/sys/geom/eli/pkcs5v2.c
  1.1.2.2   +1 -1  src/sys/geom/eli/pkcs5v2.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c

2006-03-01 Thread Pawel Jakub Dawidek
pjd 2006-03-01 17:53:57 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/geom/label   g_label.c g_label.h g_label_iso9660.c 
 g_label_msdosfs.c g_label_ufs.c 
  Log:
  MFC:Sync with HEAD.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.13.2.4  +42 -22src/sys/geom/label/g_label.c
  1.4.2.3   +1 -1  src/sys/geom/label/g_label.h
  1.1.8.3   +1 -1  src/sys/geom/label/g_label_iso9660.c
  1.1.8.2   +1 -1  src/sys/geom/label/g_label_msdosfs.c
  1.3.2.2   +24 -28src/sys/geom/label/g_label_ufs.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sbin/geom/class/concat gconcat.8 geom_concat.c src/sys/geom/concat g_concat.c g_concat.h

2006-03-01 Thread Pawel Jakub Dawidek
pjd 2006-03-01 17:55:29 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sbin/geom/class/concat gconcat.8 geom_concat.c 
sys/geom/concat  g_concat.c g_concat.h 
  Log:
  MFC:Sync with HEAD.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.17.2.1  +13 -2 src/sbin/geom/class/concat/gconcat.8
  1.8.2.2   +7 -7  src/sbin/geom/class/concat/geom_concat.c
  1.24.2.2  +5 -5  src/sys/geom/concat/g_concat.c
  1.11.2.1  +1 -1  src/sys/geom/concat/g_concat.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/geom geom_slice.c geom_slice.h

2006-03-01 Thread Pawel Jakub Dawidek
pjd 2006-03-01 17:57:11 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/geom geom_slice.c geom_slice.h 
  Log:
  MFC:sys/geom/geom_slice.c   1.59
  sys/geom/geom_slice.h   1.18
  
  Allow to use g_slice_orphan() from outside.
  
  Approved by:re (scottl)
  
  Revision   ChangesPath
  1.57.2.2   +1 -2  src/sys/geom/geom_slice.c
  1.17.10.1  +1 -0  src/sys/geom/geom_slice.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/nfsclient nfs_diskless.c

2006-03-01 Thread Pawel Jakub Dawidek
pjd 2006-03-01 18:01:28 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/nfsclientnfs_diskless.c 
  Log:
  MFC:sys/nfsclient/nfs_diskless.c1.12,1.13
  
  Add boot.nfsroot.options loader tunable.
  It allows to specify options for NFS root file system.
  Currently supported options are: soft, intr, conn, lockd.
  
  I'm adding this functionality mostly for 'lockd' option, which is only
  honored when performing the initial mount and will be silently ignored
  if used while updating the mount options.
  
  This will allow to use flock(2) without the need of using varmfs or
  rpc.lockd and friends.
  
  Example of use:
  boot.nfsroot.options="intr,lockd"
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.11.2.1  +29 -0 src/sys/nfsclient/nfs_diskless.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/en/platforms/amd64 motherboards.sgml

2006-03-01 Thread Pav Lucistnik
pav 2006-03-01 18:07:55 UTC

  FreeBSD doc repository

  Modified files:
en/platforms/amd64   motherboards.sgml 
  Log:
  - New entries:
* Dell PowerEdge 1850
* Dell PowerEdge 800
* Sun Fire X4100
  - Updated entry:
* Tyan K8SR
  
  PR: www/93756
  Submitted by:   Vivek Khera <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.66  +33 -2 www/en/platforms/amd64/motherboards.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/en/platforms/amd64 motherboards.sgml

2006-03-01 Thread Pav Lucistnik
pav 2006-03-01 18:11:40 UTC

  FreeBSD doc repository

  Modified files:
en/platforms/amd64   motherboards.sgml 
  Log:
  - New entry for AOpen vK8T800a-LF
  
  PR: www/93926
  Submitted by:   Richard Hodges <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.67  +10 -1 www/en/platforms/amd64/motherboards.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Scott Long

Maksim Yevmenkin wrote:

On 3/1/06, Scott Long <[EMAIL PROTECTED]> wrote:


Eric Anderson wrote:


Ceri Davies wrote:



On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote:




Coleman Kane wrote:




On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED] >
wrote:

  "Maksim Yevmenkin" <[EMAIL PROTECTED]
  > writes:
   > we should make a decision which scancodes keyboard drivers
should be
   > returning and change kbdmux(4), syscons(4) etc. to support it.
   >
   > until then, i'm afraid, sun rs232 and powerpc adb keyboard
drivers
   > will have to translate their own scancodes into at scancodes
(just
   > like ukbd(4) does).

  Considering that ukbd(4) is the only kbd driver that runs on all
  platforms, it might make sense to have all other drivers translate
  their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and
  syscons(4).


I agree,  especially since atkbdc's are rapidly being replaced by
USB on the platforms they were made for.



Long term, yes, but what is the risk/benefit of doing this for 6.1?




If it doesn't work, we look like bloody idiots.  6.2 isn't that far
away, I'd think that anybody could manage waiting for it a little more
(especially if it goes into RELENG_6 just after the 6.1 branch).

The above not to be taken as a comment on the change, on which I am not
informed enough to hold an opinion.




Can we have it all set, built in to GENERIC, but the device hint set to
disabled?  Lots of systems, Dell PowerEdge and similar, come with a
remote access card, which uses a USB tie in.  The only way I've found to
make the console keyboard work after initial install, is to boot single
user, hack /etc/devd.conf, and reboot, which is really ugly.  Many
FreeBSD users get stuck with this, so it would be very nice to have a
quick way to enable the kbdmux at loader time for 6.1, but if it goes in
right after, I'm not going to cry. :)

Thanks again Maksim for all the work on this!


I'd like to turn this on for the next BETA build, get feedback, then
decide whether or not to leave it enabled for the final 6.1 release.
Maksim, is that OK with you?



yes, it should be fine. i still need to add/test hints support in
kbdmux(4). i plan to finish it today. i will also need to MFC all my
changes to RELENG_6. i'm not sure how much testing we want before MFC.
should i get a blanket approval from [EMAIL PROTECTED]

thanks,
max


Instead of rushing this in, let's build BETA3 now without it and then 
spend the next week getting it working at tested and polished.


Scott

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: projects/csup config.c

2006-03-01 Thread Maxime Henrion
mux 2006-03-01 18:17:45 UTC

  FreeBSD projects repository

  Modified files:
csup config.c 
  Log:
  Bah, correctly free the collection list.
  
  Reported by:wkoszek
  
  Revision  ChangesPath
  1.49  +6 -3  projects/csup/config.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/conf files src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbusreg.h cardbusvar.h src/sys/modules/cardbus Makefile

2006-03-01 Thread Warner Losh
imp 2006-03-01 18:19:33 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/conf files 
sys/dev/cardbus  cardbus.c cardbus_cis.c cardbusreg.h 
 cardbusvar.h 
sys/modules/cardbus  Makefile 
  Log:
  Back out latest cardbus MFC.  This breaks stuff in a lot of weird and
  unknown ways.  Until that breakage is sorted out, be conservative.  I'm
  not backing this out in current so I can track down the issues.
  
  I'm also not backing out the pci parts of this commit because with the
  old cardbus code they work perfectly as far as I've been able to test.
  I'm leaving cardbus_device.c in place as well since I anticipate being
  able to reconnect it when I resolve this issue in head and cvs rm +
  cvs add on branches can be a pita...
  
  Approved by: re@ (scottl)
  
  Revision ChangesPath
  1.1031.2.23  +1 -1  src/sys/conf/files
  1.52.2.3 +359 -54   src/sys/dev/cardbus/cardbus.c
  1.50.2.2 +140 -80   src/sys/dev/cardbus/cardbus_cis.c
  1.8.2.2  +37 -0 src/sys/dev/cardbus/cardbusreg.h
  1.11.2.2 +2 -34 src/sys/dev/cardbus/cardbusvar.h
  1.10.14.2+1 -1  src/sys/modules/cardbus/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/arm/arm undefined.c

2006-03-01 Thread Olivier Houchard
cognet  2006-03-01 18:33:45 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  undefined.c 
  Log:
  userret() now only takes 2 parameters.
  
  Revision  ChangesPath
  1.12  +2 -2  src/sys/arm/arm/undefined.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/share/man/man4 kbdmux.4 src/sys/dev/kbdmux kbdmux.c src/sys/modules/kbdmux Makefile

2006-03-01 Thread Maksim Yevmenkin
emax2006-03-01 18:34:48 UTC

  FreeBSD src repository

  Modified files:
share/man/man4   kbdmux.4 
sys/dev/kbdmux   kbdmux.c 
sys/modules/kbdmux   Makefile 
  Log:
  Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.
  Document hint in the kbdmux(4) man page.
  
  Requested by:   scottl
  MFC after:  1 day
  
  Revision  ChangesPath
  1.4   +4 -0  src/share/man/man4/kbdmux.4
  1.7   +4 -0  src/sys/dev/kbdmux/kbdmux.c
  1.3   +1 -1  src/sys/modules/kbdmux/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-queue.c

2006-03-01 Thread S�ren Schmidt
sos 2006-03-01 18:36:43 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/ata  ata-all.c ata-all.h ata-chipset.c 
 ata-queue.c 
  Log:
  MFC:
  Keep the parent device (in this case the channel) around in ata_request,
  so we dont panic device removal or failure.
  Clean up ata_fail_requests to prevent the queue munging to fail.
  Fix ata_reinit so it does things in the right order to prevent panic's.
  Lock the channel so master/slave setups wont trash during reinit.
  Work around the deadlock that occours when ATA waits for the taskqueue
  to call back for completition and something else is holding the taskqueue
  waiting for ATA to return data.
  This should clear up the "semaphore timeout !! DANGER Will Robinson !!"
  in most situations, and log "taskqueue timeout - completing request directly"
  instead, with a delayed "WARNING - freeing taskqueue zombie request" when
  the taskqueue finally calls us back with the now stale request.
  (It would have been nice if there was a way to remove a scheduled item from
  the taskqueue finally calls us back with the now stale request.
  
  Approved by:re@ (scottl)
  
  RevisionChangesPath
  1.252.2.6   +31 -37src/sys/dev/ata/ata-all.c
  1.103.2.6   +7 -2  src/sys/dev/ata/ata-all.h
  1.126.2.10  +0 -1  src/sys/dev/ata/ata-chipset.c
  1.50.2.3+41 -23src/sys/dev/ata/ata-queue.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.sbin/sysinstall menus.c

2006-03-01 Thread Ceri Davies
ceri2006-03-01 18:37:41 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/sysinstall  menus.c 
  Log:
  Add new NTP servers for Taiwan.
  
  PR: bin/92160
  Submitted by:   Jose Liang 
  Approved by:jhb
  MFC After:  2 days
  
  Revision  ChangesPath
  1.416 +15 -0 src/usr.sbin/sysinstall/menus.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/sys bio.h src/sys/geom geom_io.c

2006-03-01 Thread Pawel Jakub Dawidek
pjd 2006-03-01 19:01:58 UTC

  FreeBSD src repository

  Modified files:
sys/sys  bio.h 
sys/geom geom_io.c 
  Log:
  Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,
  bio_driver2 and bio_pflags fields.
  
  Reviewed by:phk
  
  Revision  ChangesPath
  1.68  +23 -0 src/sys/geom/geom_io.c
  1.146 +5 -0  src/sys/sys/bio.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Maksim Yevmenkin
On 3/1/06, Scott Long <[EMAIL PROTECTED]> wrote:
> Maksim Yevmenkin wrote:
> > On 3/1/06, Scott Long <[EMAIL PROTECTED]> wrote:
> >
> >>Eric Anderson wrote:
> >>
> >>>Ceri Davies wrote:
> >>>
> >>>
> On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote:
> 
> 
> 
> >Coleman Kane wrote:
> >
> >
> >
> >>On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED]  >>PROTECTED]>>
> >>wrote:
> >>
> >>   "Maksim Yevmenkin" <[EMAIL PROTECTED]
> >>   > writes:
> >>> we should make a decision which scancodes keyboard drivers
> >>should be
> >>> returning and change kbdmux(4), syscons(4) etc. to support it.
> >>>
> >>> until then, i'm afraid, sun rs232 and powerpc adb keyboard
> >>drivers
> >>> will have to translate their own scancodes into at scancodes
> >>(just
> >>> like ukbd(4) does).
> >>
> >>   Considering that ukbd(4) is the only kbd driver that runs on all
> >>   platforms, it might make sense to have all other drivers translate
> >>   their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and
> >>   syscons(4).
> >>
> >>
> >>I agree,  especially since atkbdc's are rapidly being replaced by
> >>USB on the platforms they were made for.
> >>
> >
> >Long term, yes, but what is the risk/benefit of doing this for 6.1?
> >
> 
> 
> If it doesn't work, we look like bloody idiots.  6.2 isn't that far
> away, I'd think that anybody could manage waiting for it a little more
> (especially if it goes into RELENG_6 just after the 6.1 branch).
> 
> The above not to be taken as a comment on the change, on which I am not
> informed enough to hold an opinion.
> 
> >>>
> >>>
> >>>Can we have it all set, built in to GENERIC, but the device hint set to
> >>>disabled?  Lots of systems, Dell PowerEdge and similar, come with a
> >>>remote access card, which uses a USB tie in.  The only way I've found to
> >>>make the console keyboard work after initial install, is to boot single
> >>>user, hack /etc/devd.conf, and reboot, which is really ugly.  Many
> >>>FreeBSD users get stuck with this, so it would be very nice to have a
> >>>quick way to enable the kbdmux at loader time for 6.1, but if it goes in
> >>>right after, I'm not going to cry. :)
> >>>
> >>>Thanks again Maksim for all the work on this!
> >>
> >>I'd like to turn this on for the next BETA build, get feedback, then
> >>decide whether or not to leave it enabled for the final 6.1 release.
> >>Maksim, is that OK with you?
> >
> >
> > yes, it should be fine. i still need to add/test hints support in
> > kbdmux(4). i plan to finish it today. i will also need to MFC all my
> > changes to RELENG_6. i'm not sure how much testing we want before MFC.
> > should i get a blanket approval from [EMAIL PROTECTED]
>
> Instead of rushing this in, let's build BETA3 now without it and then
> spend the next week getting it working at tested and polished.

fine with me. more testing is always good. btw, kbdmux(4) hints
support was committed to HEAD. it was actually pretty trivial to add.
i briefly tested it with module and it worked for me.

thanks,
max
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/books/handbook/l10n chapter.sgml

2006-03-01 Thread Pav Lucistnik
pav 2006-03-01 20:09:55 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/books/handbook/l10n chapter.sgml 
  Log:
  * Using localization chapter
  - Use ISO8859-X instead of ISO-8859-X [1]
  - Remove a note about FreeBSD 4.5
  
  [1]
  PR: docs/93428
  Reported by:Martin Nilsson <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.116 +5 -6  doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src README

2006-03-01 Thread Ceri Davies
ceri2006-03-01 20:14:55 UTC

  FreeBSD src repository

  Modified files:
.README 
  Log:
  Add a note explaining what the rescue/ directory is for.
  
  PR: docs/93990
  Submitted by:   Ulf Lilleengen
  MFC after:  3 days
  
  Revision  ChangesPath
  1.23  +2 -0  src/README
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/books/handbook/l10n chapter.sgml

2006-03-01 Thread Pav Lucistnik
pav 2006-03-01 20:20:49 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/books/handbook/l10n chapter.sgml 
  Log:
  * Localizing FreeBSD to Specific Languages
  - Remove notes relevant to XFree86 3.X
  
  Revision  ChangesPath
  1.117 +4 -32 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/mail/squirrelmail Makefile distinfo pkg-plist ports/mail/squirrelmail/files patch-class-deliver-Deliver.class.php patch-class-mime-Message.class.php patch-functions-imap_general.php

2006-03-01 Thread Renato Botelho
garga   2006-03-01 20:23:17 UTC

  FreeBSD ports repository

  Modified files:
mail/squirrelmailMakefile distinfo pkg-plist 
  Removed files:
mail/squirrelmail/files patch-class-deliver-Deliver.class.php 
patch-class-mime-Message.class.php 
patch-functions-imap_general.php 
patch-squirrelmail-stable.diff 
  Log:
  - Update to 1.46 -- Fixes multiply vulnerabilities
  
  PR: ports/93774
  Submitted by:   Thomas Vogt <[EMAIL PROTECTED]>
  Reworked by:maintainer
  Approved by:portmgr (linimon), maintainer
  Security:   CVE-2006-0195
  CVE-2006-0377
  CVE-2006-0188
  CVE-2005-1769
  CVE-2005-2095
  
  Revision  ChangesPath
  1.40  +3 -13 ports/mail/squirrelmail/Makefile
  1.17  +6 -6  ports/mail/squirrelmail/distinfo
  1.2   +0 -24 
ports/mail/squirrelmail/files/patch-class-deliver-Deliver.class.php (dead)
  1.2   +0 -57 
ports/mail/squirrelmail/files/patch-class-mime-Message.class.php (dead)
  1.2   +0 -21 
ports/mail/squirrelmail/files/patch-functions-imap_general.php (dead)
  1.2   +0 -92 
ports/mail/squirrelmail/files/patch-squirrelmail-stable.diff (dead)
  1.18  +208 -0ports/mail/squirrelmail/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sbin/kldunload kldunload.c

2006-03-01 Thread Wojciech A. Koszek
wkoszek 2006-03-01 20:29:50 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sbin/kldunload   kldunload.c 
  Log:
  MFC:
 Big style(9) fix. This commit brings no functional change.
  
 Approved by: cognet (mentor)
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.15.2.1  +59 -56src/sbin/kldunload/kldunload.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml

2006-03-01 Thread Pav Lucistnik
pav 2006-03-01 20:37:12 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/books/handbook/ports chapter.sgml 
  Log:
  4.5.2.1 Overriding the Default Ports Directories
  - Replace PORTSDIR with WRKDIRPREFIX to make a bit more sense
  
  PR: docs/92699
  Complained on by:   Matthias Reinhold <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.253 +4 -4  doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/fr relnotes.sgml www/fr/gnome/docs gnome2_porting.sgml volunteer.sgml www/fr/internal core-vote.sgml

2006-03-01 Thread Marc Fonvieille
blackend2006-03-01 20:39:40 UTC

  FreeBSD doc repository

  Modified files:
fr   relnotes.sgml 
fr/gnome/docsgnome2_porting.sgml volunteer.sgml 
fr/internal  core-vote.sgml 
  Log:
  MFen:
  fr/relnotes.sgml:   1.16 --> 1.17
  fr/gnome/docs/gnome2_porting.sgml:  1.10 --> 1.22
  fr/gnome/docs/volunteer.sgml:   1.11 --> 1.17
  fr/internal/core-vote.sgml: 1.4  --> 1.6
  
  Submitted by:   Antoine Brodin <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.7   +93 -27www/fr/gnome/docs/gnome2_porting.sgml
  1.7   +5 -4  www/fr/gnome/docs/volunteer.sgml
  1.7   +2 -4  www/fr/internal/core-vote.sgml
  1.8   +3 -3  www/fr/relnotes.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/amd64/amd64 io_apic.c src/sys/i386/i386 io_apic.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 20:42:31 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_5)
sys/amd64/amd64  io_apic.c 
sys/i386/i386io_apic.c 
  Log:
  Use fixed delivery mode for I/O APIC interrupts rather than low priority
  delivery mode.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.11.2.3  +1 -1  src/sys/amd64/amd64/io_apic.c
  1.14.2.2  +1 -1  src/sys/i386/i386/io_apic.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/arm/arm trap.c

2006-03-01 Thread Olivier Houchard
cognet  2006-03-01 20:42:47 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  trap.c 
  Log:
  Make sure we decrement p_lock before leaving prefetch_abort_handler()
  
  Revision  ChangesPath
  1.22  +3 -3  src/sys/arm/arm/trap.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/arm/arm trap.c

2006-03-01 Thread Olivier Houchard
cognet  2006-03-01 20:43:51 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  trap.c 
  Log:
  Use a better panic message than lol.
  
  Revision  ChangesPath
  1.23  +2 -1  src/sys/arm/arm/trap.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 20:46:52 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/amd64/amd64  io_apic.c local_apic.c 
  Log:
  MFC: Various apic fixes and tweaks from io_apic.c 1.16 and
  local_apic.c 1.18.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.15.2.2  +12 -2 src/sys/amd64/amd64/io_apic.c
  1.17.2.2  +8 -4  src/sys/amd64/amd64/local_apic.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/i386/i386 io_apic.c local_apic.c src/sys/i386/include apicvar.h intr_machdep.h

2006-03-01 Thread John Baldwin
jhb 2006-03-01 20:50:10 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/amd64/amd64  io_apic.c local_apic.c 
sys/amd64/includeapicvar.h intr_machdep.h 
sys/i386/i386io_apic.c local_apic.c 
sys/i386/include apicvar.h intr_machdep.h 
  Log:
  MFC: Change the x86 interrupt code to allocate IDT vectors on-demand.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.15.2.3  +84 -68src/sys/amd64/amd64/io_apic.c
  1.17.2.3  +100 -22   src/sys/amd64/amd64/local_apic.c
  1.13.2.1  +3 -2  src/sys/amd64/include/apicvar.h
  1.5.2.1   +29 -3 src/sys/amd64/include/intr_machdep.h
  1.20.2.3  +84 -68src/sys/i386/i386/io_apic.c
  1.17.2.3  +101 -23   src/sys/i386/i386/local_apic.c
  1.13.2.1  +3 -2  src/sys/i386/include/apicvar.h
  1.7.2.1   +29 -3 src/sys/i386/include/intr_machdep.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/kern kern_mbuf.c uipc_mbuf.c src/sys/sys mbuf.h param.h

2006-03-01 Thread Andre Oppermann
andre   2006-03-01 20:51:49 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/kern kern_mbuf.c uipc_mbuf.c 
sys/sys  mbuf.h param.h 
  Log:
  MFC: Replace 4k mbuf clusters with PAGE_SIZE clusters.
  
  Note: The jumbo mbuf cluster API has been MFC'd only recently and
  never shipped in a release.  Thus the API change does not violate
  our stable branch guidelines with regard to API compatibility.
  
  Requested by:   glebius, gallatin
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  Approved by:re (scottl)
  
  RevisionChangesPath
  1.9.2.5 +11 -11src/sys/kern/kern_mbuf.c
  1.148.2.4   +2 -2  src/sys/kern/uipc_mbuf.c
  1.170.2.5   +11 -11src/sys/sys/mbuf.h
  1.244.2.10  +1 -1  src/sys/sys/param.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sbin/kldunload kldunload.8 kldunload.c

2006-03-01 Thread Wojciech A. Koszek
wkoszek 2006-03-01 20:51:53 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sbin/kldunload   kldunload.8 kldunload.c 
  Log:
  Forced commit in order to note, that I brought style(9) changes together with
  functional changes. It was done by accident. Proper comment to the previous
  commit should be:
  
  MFC:
 Extend kldunload(8) functionality and fix minor problems:
 o multiple modules can be unloaded at once (specified either by id or be
   module name)
 o exit with EX_USAGE after usage() is called.
 o remove unused variables, since we keep command line flags as bitmask,
   in 'opt'.
 o 'kldload -n ...' does nothing. Add comment to this options.
  
 Additionally:
 o Update manual page to conform new functionality.
 o Increace WARNS to 6. Because we can.
  
 o Bump a date in .Dd field. Spotted by [EMAIL PROTECTED]
  
 Approved by: cognet (mentor)
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.16.2.1  +3 -3  src/sbin/kldunload/kldunload.8
  1.15.2.2  +0 -0  src/sbin/kldunload/kldunload.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/fs/procfs procfs_ctl.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 20:52:10 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/fs/procfsprocfs_ctl.c 
  Log:
  MFC: Hold the proc lock while calling proc_sstep().
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.53.2.1  +1 -2  src/sys/fs/procfs/procfs_ctl.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/kern kern_kthread.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 20:53:24 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/kern kern_kthread.c 
  Log:
  MFC: Remove extraneous PHOLD() in kthread_create().
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.34.2.1  +0 -1  src/sys/kern/kern_kthread.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.bin/netstat mbuf.c

2006-03-01 Thread Andre Oppermann
andre   2006-03-01 20:54:22 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
usr.bin/netstat  mbuf.c 
  Log:
  MFC rev. 1.49 to 1.51: Print statistics on jumbo clusters and improve
  packet zone information.
  
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.42.8.6  +76 -2 src/usr.bin/netstat/mbuf.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 20:54:33 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/fs/pseudofs  pseudofs_vnops.c 
  Log:
  MFC: Change pfs_visible() to optionally return with the process still
  locked to simplify some locking and close some races.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.56.2.2  +44 -50src/sys/fs/pseudofs/pseudofs_vnops.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/emulators/sim Makefile

2006-03-01 Thread Renato Botelho
garga   2006-03-01 20:56:24 UTC

  FreeBSD ports repository

  Modified files:
emulators/simMakefile 
  Log:
  UNBREAK: Fix PLIST
  Change maintainer's address
  
  PR: ports/93911
  Submitted by:   maintainer
  Approved by:portmgr (linimon)
  
  Revision  ChangesPath
  1.39  +4 -5  ports/emulators/sim/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/kern uipc_domain.c uipc_mbuf.c

2006-03-01 Thread Andre Oppermann
andre   2006-03-01 20:58:37 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/kern uipc_domain.c uipc_mbuf.c 
  Log:
  MFC uipc_domain.c rev. 1.45 and uipc_mbuf.c rev. 1.162:
  
   Make kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen] read-only.
  
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  Approved by:re (scottl)
  
  Revision   ChangesPath
  1.44.2.2   +2 -0  src/sys/kern/uipc_domain.c
  1.148.2.5  +8 -7  src/sys/kern/uipc_mbuf.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/kern kern_sysctl.c src/sys/netinet tcp_timer.c src/sys/sys sysctl.h

2006-03-01 Thread Andre Oppermann
andre   2006-03-01 21:08:53 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/kern kern_sysctl.c 
sys/netinet  tcp_timer.c 
sys/sys  sysctl.h 
  Log:
  MFC: Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available 
instead
  of being private to tcp_timer.c.
  
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  Approved by:re (scottl)
  
  Revision   ChangesPath
  1.165.2.3  +26 -0 src/sys/kern/kern_sysctl.c
  1.74.2.2   +0 -20 src/sys/netinet/tcp_timer.c
  1.138.2.1  +1 -0  src/sys/sys/sysctl.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.h tcp_var.h

2006-03-01 Thread Andre Oppermann
andre   2006-03-01 21:13:30 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/netinet  tcp_input.c tcp_subr.c tcp_timer.h 
 tcp_var.h 
  Log:
  MFC: Have TCP Inflight disable itself if the RTT is below a certain
  threshold.
  
  The sysctl net.inet.tcp.inflight.rttthresh specifies the threshold
  in milliseconds below which inflight will disengage.  It defaults
  to 10ms.
  
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  Approved by:re (scottl)
  
  Revision   ChangesPath
  1.281.2.5  +10 -0 src/sys/netinet/tcp_input.c
  1.228.2.6  +7 -1  src/sys/netinet/tcp_subr.c
  1.27.2.1   +3 -0  src/sys/netinet/tcp_timer.h
  1.126.2.1  +1 -0  src/sys/netinet/tcp_var.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/share/images/books/dev-model hats-overview.png

2006-03-01 Thread Pav Lucistnik
pav 2006-03-01 21:18:51 UTC

  FreeBSD doc repository

  Modified files:
share/images/books/dev-model hats-overview.png 
  Log:
  - Erase XFree86 Project Liaison, we don't have that post anymore
  
  Revision  ChangesPath
  1.2   +21 -74doc/share/images/books/dev-model/hats-overview.png
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/en/donations wantlist.sgml

2006-03-01 Thread Mark Linimon
linimon 2006-03-01 21:34:16 UTC

  FreeBSD doc repository

  Modified files:
en/donations wantlist.sgml 
  Log:
  Add wantlist items for aDe.
  
  Revision  ChangesPath
  1.399 +14 -1 www/en/donations/wantlist.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/modules Makefile src/sys/modules/crypto Makefile src/sys/modules/if_ppp Makefile src/sys/net ppp_deflate.c src/sys/opencrypto cryptodev.c

2006-03-01 Thread Wojciech A. Koszek
wkoszek 2006-03-01 21:40:14 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/modules  Makefile 
sys/modules/crypto   Makefile 
sys/modules/if_ppp   Makefile 
sys/net  ppp_deflate.c 
sys/opencrypto   cryptodev.c 
  Log:
  MFC:
Connect zlib to the build.
  
This patch fixes a problem, which exists if you have IPSEC in your kernel
and want to have crypto support loaded as KLD. By moving zlib to separate
module and adding MODULE_DEPEND directives, it is possible to use such
configuration without complication. Otherwise, since IPSEC is linked with
zlib (just like crypto.ko) you'll get following error:
  
interface zlib.1 already present in the KLD 'kernel'!
  
Approved by:cognet (mentor)
  
  Approved by:re (scottl)
  
  RevisionChangesPath
  1.450.2.10  +2 -1  src/sys/modules/Makefile
  1.3.2.1 +0 -2  src/sys/modules/crypto/Makefile
  1.33.2.2+1 -1  src/sys/modules/if_ppp/Makefile
  1.21.2.1+2 -0  src/sys/net/ppp_deflate.c
  1.25.2.2+1 -0  src/sys/opencrypto/cryptodev.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/ftp/proma Makefile distinfo pkg-plist

2006-03-01 Thread Marcus Alves Grando
mnag2006-03-01 21:42:34 UTC

  FreeBSD ports repository

  Modified files:
ftp/promaMakefile distinfo pkg-plist 
  Log:
  - Fix plist
  - UnBROKEN
  - portlint(1)
  
  PR: 93846
  Submitted by:   Jean-François BOEUF 
  Approved by:portmgr ()
  
  Revision  ChangesPath
  1.4   +4 -5  ports/ftp/proma/Makefile
  1.5   +3 -3  ports/ftp/proma/distinfo
  1.3   +7 -6  ports/ftp/proma/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/ftp/proma Makefile distinfo pkg-plist

2006-03-01 Thread Marcus Alves Grando

Marcus Alves Grando wrote:

mnag2006-03-01 21:42:34 UTC

  FreeBSD ports repository

  Modified files:
ftp/promaMakefile distinfo pkg-plist 
  Log:

  - Fix plist
  - UnBROKEN
  - portlint(1)
  
  PR: 93846

  Submitted by:   Jean-François BOEUF 
  Approved by:portmgr ()


Approved by:portmgr (linimon)

--
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org |  FreeBSD.org
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/i386/i386 io_apic.c local_apic.c src/sys/i386/include apicvar.h intr_machdep.h

2006-03-01 Thread John Baldwin
On Wednesday 01 March 2006 15:50, John Baldwin wrote:
> jhb 2006-03-01 20:50:10 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:(Branch: RELENG_6)
> sys/amd64/amd64  io_apic.c local_apic.c 
> sys/amd64/includeapicvar.h intr_machdep.h 
> sys/i386/i386io_apic.c local_apic.c 
> sys/i386/include apicvar.h intr_machdep.h 
>   Log:
>   MFC: Change the x86 interrupt code to allocate IDT vectors on-demand.
>   
>   Approved by:re (scottl)

The patch at http://www.FreeBSD.org/~jhb/patches/irq_shuffle.patch that I
just committed to HEAD yesterday should now apply to RELENG_6 after this
commit.  I'd appreciate some folks testing it, especially people who had
issues with UP kernels with APIC (such as GENERIC) not working on 6.0 but
an SMP kernel with APIC would work.

-- 
John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sbin/ifconfig ifmedia.c

2006-03-01 Thread Gleb Smirnoff
glebius 2006-03-01 22:24:23 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sbin/ifconfigifmedia.c 
  Log:
  MFC 1.20 by ambrisko:
Grab the media from the passed in structure to put it into the
global structure.
  
  PR: bin/91399, bin/93727
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.19.2.1  +1 -0  src/sbin/ifconfig/ifmedia.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/kern kern_mbuf.c uipc_mbuf.c src/sys/sys mbuf.h param.h

2006-03-01 Thread Gleb Smirnoff
On Wed, Mar 01, 2006 at 08:51:50PM +, Andre Oppermann wrote:
A> andre   2006-03-01 20:51:49 UTC
A> 
A>   FreeBSD src repository
A> 
A>   Modified files:(Branch: RELENG_6)
A> sys/kern kern_mbuf.c uipc_mbuf.c 
A> sys/sys  mbuf.h param.h 
A>   Log:
A>   MFC: Replace 4k mbuf clusters with PAGE_SIZE clusters.
A>   
A>   Note: The jumbo mbuf cluster API has been MFC'd only recently and
A>   never shipped in a release.  Thus the API change does not violate
A>   our stable branch guidelines with regard to API compatibility.
A>   
A>   Requested by:   glebius, gallatin
A>   Sponsored by:   TCP/IP Optimization Fundraise 2005
A>   Approved by:re (scottl)
A>   
A>   RevisionChangesPath
A>   1.9.2.5 +11 -11src/sys/kern/kern_mbuf.c
A>   1.148.2.4   +2 -2  src/sys/kern/uipc_mbuf.c
A>   1.170.2.5   +11 -11src/sys/sys/mbuf.h
A>   1.244.2.10  +1 -1  src/sys/sys/param.h

Can you please merge the next commits to kern_mbuf.c cleaning up
some comments?

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-01 Thread Brian Fundakowski Feldman
On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote:
> Scott,
> 
> [...]
> 
> > So what do we need to do to get this enabled and running by default and
> > get rid of the USB keyboard hack in the loader, as well as make the
> > keyboard flags sane and predictable?
> 
> few things, imo
> 
> 1) i'm pretty sure i want to get the following ukbd(4) patch in
> 
> ==
> 
> --- ukbd.c.orig Wed Mar 30 00:32:41 2005
> +++ ukbd.c  Thu Feb 23 17:18:37 2006
> @@ -1145,9 +1145,7 @@
> state = (ukbd_state_t *)kbd->kb_data;
> if (!(state->ks_flags & COMPOSE) && (state->ks_composed_char > 0))
> return TRUE;
> -   if (state->ks_inputs > 0)
> -   return TRUE;
> -   return FALSE;
> +   return ukbd_check(kbd);
>  }
> 
> ==
> 
> however, i'd like to give people a chance to comment on this
> 
> 2) integrate remained parts of the following patch
> 
> http://people.freebsd.org/~emax/kbdmux.diff.txt
> 
> (freefall:~emax/kbdmux.diff.txt)
> 
> the idea was that new keyboard will be attached to the kbdmux(4)
> automatically (if present). syscons(4) would first look for kbdmux(4)
> keyboard and then (if kbdmux(4) keyboard was not found) for any
> keyboard. if syscons(4) finds kbdmux(4) keyboard it will automatically
> attach all non-busy keyboards to the kbdmux(4).
> 
> one can use kbdmux(4) by simply
> 
> a) loading kbdmux(4) from the loader prompt (or compiling it into the kernel);
> 
> b) kldload'ing kbdmux(4) and then releasing active keyboard;
> 
> if, for whatever reason, one does not want to use kbdmux(4) then just
> do not load it and everything should be as it is right now.
> 
> 3) remove ukbd(4) entries from /etc/devd.conf
> 
> i think this should do it. any comments?

That sounds really good!

-- 
Brian Fundakowski Feldman   \'[ FreeBSD ]''\
  <> [EMAIL PROTECTED]   \  The Power to Serve! \
 Opinions expressed are my own.   \,,\
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sbin/dumpon dumpon.8

2006-03-01 Thread Kris Kennaway
kris2006-03-01 22:35:15 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sbin/dumpon  dumpon.8 
  Log:
  MFC r1.35: Don't refer to obsolete loader method for setting dumpdev.
  
  Approved by:re (mux)
  
  Revision  ChangesPath
  1.33.2.2  +0 -10 src/sbin/dumpon/dumpon.8
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/share/examples/ipfilter Makefile

2006-03-01 Thread Ruslan Ermilov
ru  2006-03-01 22:59:00 UTC

  FreeBSD src repository

  Modified files:
share/examples/ipfilter Makefile 
  Log:
  Remove NO_OBJ now that this makefile builds something.
  
  Noticed by: Andrzej Tobola
  
  Revision  ChangesPath
  1.8   +0 -2  src/share/examples/ipfilter/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c src/sys/arm/include pmap.h

2006-03-01 Thread Olivier Houchard
cognet  2006-03-01 23:04:25 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  busdma_machdep.c pmap.c vm_machdep.c 
sys/arm/include  pmap.h 
  Log:
  Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory
  with malloc() or contigmalloc() as usual, but try to re-map the allocated
  memory into a VA outside the KVA, non-cached, thus making the calls to
  bus_dmamap_sync() for these buffers useless.
  
  Revision  ChangesPath
  1.25  +25 -0 src/sys/arm/arm/busdma_machdep.c
  1.42  +11 -1 src/sys/arm/arm/pmap.c
  1.22  +59 -1 src/sys/arm/arm/vm_machdep.c
  1.15  +7 -0  src/sys/arm/include/pmap.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c src/sys/arm/include pmap.h

2006-03-01 Thread Scott Long

Olivier Houchard wrote:

cognet  2006-03-01 23:04:25 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  busdma_machdep.c pmap.c vm_machdep.c 
sys/arm/include  pmap.h 
  Log:

  Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory
  with malloc() or contigmalloc() as usual, but try to re-map the allocated
  memory into a VA outside the KVA, non-cached, thus making the calls to
  bus_dmamap_sync() for these buffers useless.
  
  Revision  ChangesPath

  1.25  +25 -0 src/sys/arm/arm/busdma_machdep.c
  1.42  +11 -1 src/sys/arm/arm/pmap.c
  1.22  +59 -1 src/sys/arm/arm/vm_machdep.c
  1.15  +7 -0  src/sys/arm/include/pmap.h


Cool.  Would you be interested in updating the manual page when you're 
done to note that the flag actually works on arm?


Scott

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/share/man/man9 bus_dma.9

2006-03-01 Thread Ruslan Ermilov
On Tue, Feb 28, 2006 at 07:58:57PM +, John-Mark Gurney wrote:
> jmg 2006-02-28 19:58:57 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
> share/man/man9   bus_dma.9 
>   Log:
>   update examples to use the correct terms that was never updated when the
>   earlier descriptions were gone over...
>   
>   MFC after:  3 days
>   
>   Revision  ChangesPath
>   1.32  +3 -3  src/share/man/man9/bus_dma.9
> 
Not enough of fixing: "DMA read" and "DMA write" are also entangled here.


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer


pgp8acJ1PzW7S.pgp
Description: PGP signature


Re: cvs commit: src/share/man/man9 bus_dma.9

2006-03-01 Thread John-Mark Gurney
Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200:
> On Tue, Feb 28, 2006 at 07:58:57PM +, John-Mark Gurney wrote:
> > jmg 2006-02-28 19:58:57 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> > share/man/man9   bus_dma.9 
> >   Log:
> >   update examples to use the correct terms that was never updated when the
> >   earlier descriptions were gone over...
> >   
> >   MFC after:  3 days
> >   
> >   Revision  ChangesPath
> >   1.32  +3 -3  src/share/man/man9/bus_dma.9
> > 
> Not enough of fixing: "DMA read" and "DMA write" are also entangled here.

Nope...  WRITE == DMA read...  Read the descriptions of the flags
very carefully...  If you aren't confused, you don't understand it..
The reason you're confused is the reason why everyone gets it wrong,
and no one ever gets it correct the first time trying to figure out
which one to use...

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 "All that I will do, has been done, All that I have, has not."
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/lib/librt sigev_thread.c

2006-03-01 Thread David Xu
davidxu 2006-03-01 23:38:53 UTC

  FreeBSD src repository

  Modified files:
lib/librtsigev_thread.c 
  Log:
  Fix a mutex lock/unlock mismatch.
  
  Revision  ChangesPath
  1.3   +3 -2  src/lib/librt/sigev_thread.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/lib/librt mq.c

2006-03-01 Thread David Xu
davidxu 2006-03-01 23:40:00 UTC

  FreeBSD src repository

  Modified files:
lib/librtmq.c 
  Log:
  Style fix.
  
  Revision  ChangesPath
  1.3   +2 -1  src/lib/librt/mq.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/lib/librt aio.c

2006-03-01 Thread David Xu
davidxu 2006-03-01 23:41:47 UTC

  FreeBSD src repository

  Modified files:
lib/librtaio.c 
  Log:
  1. Fix a race in aio_return.
  2. Save and restore syscall errno correctly.
  3. Style fix.
  
  Revision  ChangesPath
  1.2   +12 -6 src/lib/librt/aio.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/share/man/man9 bus_dma.9

2006-03-01 Thread Olivier Houchard
cognet  2006-03-01 23:56:18 UTC

  FreeBSD src repository

  Modified files:
share/man/man9   bus_dma.9 
  Log:
  Note that BUS_DMA_COHERENT currently only affects sparc64 and arm.
  
  Suggested by:   scottl
  
  Revision  ChangesPath
  1.33  +1 -0  src/share/man/man9/bus_dma.9
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/sound/pci ich.c

2006-03-01 Thread Ariff Abdullah
ariff   2006-03-02 00:08:28 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/sound/pciich.c 
  Log:
  MFC (revision 1.60):
  
  Fix possible DMA leak and locking violation especially
  during suspend <-> resume and module load <-> unload.
  
  PR: kern/92764
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.53.2.4  +15 -14src/sys/dev/sound/pci/ich.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/sound/pci atiixp.h

2006-03-01 Thread Ariff Abdullah
ariff   2006-03-02 00:09:30 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/sound/pciatiixp.h 
  Log:
  Fix random popping while playing in 32bit by increasing default buffer size
  from 4096 to 8192.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.1.2.2   +1 -1  src/sys/dev/sound/pci/atiixp.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/sound/pci atiixp.c

2006-03-01 Thread Ariff Abdullah
ariff   2006-03-02 00:11:30 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/sound/pciatiixp.c 
  Log:
  MFC (revision 1.5):
  
  - Fix severe crackling after long running and abusive module load / unload
by forcing DMA alignment to default buffer size.
  - Make sure DMA pointer properly aligned to avoid being truncated by caller
which causing severe underruns and random popping (especially in 32bit
playback / recording).
  - Add AC97 inverted external amplifier quirk for Maxselect x710s
- http://maxselect.ru/
  - Trim unnecessary pointer alignment.
  
  Approved by:re (scottl)
  
  Revision  ChangesPath
  1.2.2.3   +59 -15src/sys/dev/sound/pci/atiixp.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >