cvs commit: src/usr.bin/make Makefile job.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 06:59:50 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.bin/make Makefile job.c 
  Log:
  MFC: "make love" and GC bootstrapping aid for old (mid-2001) systems.
  
  Revision   ChangesPath
  1.65.2.1   +0 -5  src/usr.bin/make/Makefile
  1.126.2.1  +1 -5  src/usr.bin/make/job.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/tools/tools/editing freebsd.vim

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:00:52 UTC

  FreeBSD src repository

  Added files:   (Branch: RELENG_7)
tools/tools/editing  freebsd.vim 
  Log:
  MFC: rev 1.1.
  
  Revision  ChangesPath
  1.1.2.1   +68 -0 src/tools/tools/editing/freebsd.vim (new)
___
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/bin Makefile src/usr.bin Makefile src/bin/uuidgen Makefile uuidgen.1 uuidgen.c src/usr.bin/uuidgen Makefile uuidgen.1 uuidgen.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:04:04 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
bin  Makefile 
usr.bin  Makefile 
  Added files:   (Branch: RELENG_7)
bin/uuidgen  Makefile uuidgen.1 uuidgen.c 
  Removed files: (Branch: RELENG_7)
usr.bin/uuidgen  Makefile uuidgen.1 uuidgen.c 
  Log:
  MFC: repcopy from usr.bin/ to bin/
  
  Revision   ChangesPath
  1.26.2.1   +2 -1  src/bin/Makefile
  1.4.2.1+6 -0  src/bin/uuidgen/Makefile (new)
  1.7.6.1+80 -0 src/bin/uuidgen/uuidgen.1 (new)
  1.3.28.1   +113 -0src/bin/uuidgen/uuidgen.c (new)
  1.303.2.1  +0 -1  src/usr.bin/Makefile
  1.3.2.1+0 -8  src/usr.bin/uuidgen/Makefile (dead)
  1.7.2.1+0 -80 src/usr.bin/uuidgen/uuidgen.1 (dead)
  1.3.22.1   +0 -113src/usr.bin/uuidgen/uuidgen.c (dead)
___
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 style.9

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:09:16 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
share/man/man9   style.9 
  Log:
  MFC: rev 1.125: add to history
  
  Revision   ChangesPath
  1.123.2.1  +5 -1  src/share/man/man9/style.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/usr.bin/top machine.c src/contrib/top top.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:12:48 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.bin/top  machine.c 
contrib/top  top.c 
  Log:
  MFC: improve -u (limit uid lookups) behavior.
   machine.c rev 1.84 & top.c rev 1.24
  
  Revision  ChangesPath
  1.23.2.1  +2 -2  src/contrib/top/top.c
  1.82.2.1  +8 -2  src/usr.bin/top/machine.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 atalk.c bpf.c if.c inet.c inet6.c ipsec.c ipx.c main.c mbuf.c mcast.c mroute.c mroute6.c netgraph.c netstat.h pfkey.c route.c sctp.c unix.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:20:19 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.bin/netstat  atalk.c bpf.c if.c inet.c inet6.c ipsec.c 
 ipx.c main.c mbuf.c mcast.c mroute.c 
 mroute6.c netgraph.c netstat.h pfkey.c 
 route.c sctp.c unix.c 
  Log:
  MFC: style(9)
  
  Revision  ChangesPath
  1.26.2.1  +2 -2  src/usr.bin/netstat/atalk.c
  1.9.2.1   +4 -3  src/usr.bin/netstat/bpf.c
  1.69.2.1  +19 -18src/usr.bin/netstat/if.c
  1.78.2.2  +102 -101  src/usr.bin/netstat/inet.c
  1.29.2.1  +57 -57src/usr.bin/netstat/inet6.c
  1.17.2.1  +12 -15src/usr.bin/netstat/ipsec.c
  1.27.2.1  +7 -7  src/usr.bin/netstat/ipx.c
  1.87.2.1  +28 -28src/usr.bin/netstat/main.c
  1.53.2.1  +2 -2  src/usr.bin/netstat/mbuf.c
  1.9.2.1   +2 -2  src/usr.bin/netstat/mcast.c
  1.30.2.1  +4 -4  src/usr.bin/netstat/mroute.c
  1.21.2.1  +2 -3  src/usr.bin/netstat/mroute6.c
  1.13.2.1  +3 -3  src/usr.bin/netstat/netgraph.c
  1.51.2.2  +6 -6  src/usr.bin/netstat/netstat.h
  1.5.2.1   +5 -11 src/usr.bin/netstat/pfkey.c
  1.82.2.4  +19 -19src/usr.bin/netstat/route.c
  1.7.2.2   +36 -37src/usr.bin/netstat/sctp.c
  1.20.2.1  +3 -3  src/usr.bin/netstat/unix.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 inet.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:21:02 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.bin/netstat  inet.c 
  Log:
  MFC: rev 1.82: make a few messages more consistant
  
  Revision  ChangesPath
  1.78.2.3  +2 -2  src/usr.bin/netstat/inet.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 media.c system.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:22:57 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.sbin/sysinstall  media.c system.c 
  Log:
  MFC: use UNZIPPER everywhere.
  
  Revision   ChangesPath
  1.123.2.1  +2 -4  src/usr.sbin/sysinstall/media.c
  1.129.2.1  +3 -2  src/usr.sbin/sysinstall/system.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/syslogd syslogd.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:23:46 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.sbin/syslogd syslogd.c 
  Log:
  MFC: rev 1.153: style(9)
  
  Revision   ChangesPath
  1.152.2.1  +15 -15src/usr.sbin/syslogd/syslogd.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/init init.c

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 07:52:22 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sbin/initinit.c 
  Log:
  MFC: revs 1.64-65: style(9)
  
  Revision  ChangesPath
  1.63.2.1  +99 -98src/sbin/init/init.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/man3 queue.3

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 08:00:49 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
share/man/man3   queue.3 
  Log:
  MFC: rev 1.41: don't imply O(n) removal for the doubly linked data structures.
  
  Revision  ChangesPath
  1.40.2.1  +8 -2  src/share/man/man3/queue.3
___
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/route route.8

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 08:01:39 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sbin/route   route.8 
  Log:
  MFC: 1.47: document -t
  
  Revision  ChangesPath
  1.46.2.1  +4 -0  src/sbin/route/route.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/usr.sbin/sade sade.8

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 08:02:37 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.sbin/sadesade.8 
  Log:
  MFC: 1.78: adjust history
  
  Revision  ChangesPath
  1.77.4.1  +1 -1  src/usr.sbin/sade/sade.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/gnu/usr.bin/sort Makefile

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 08:03:11 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
gnu/usr.bin/sort Makefile 
  Log:
  MFC: rev 1.13: style.Makefile(5)
  
  Revision   ChangesPath
  1.12.18.1  +2 -2  src/gnu/usr.bin/sort/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/gnu/usr.bin/diff Makefile

2008-03-16 Thread David E. O'Brien
obrien  2008-03-16 08:03:49 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
gnu/usr.bin/diff Makefile 
  Log:
  MFC: rev 1.18: style.Makefile(5)
  
  Revision  ChangesPath
  1.17.2.1  +2 -2  src/gnu/usr.bin/diff/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/usr.sbin/mixer Makefile

2008-03-16 Thread Jung-uk Kim
jkim2008-03-16 08:06:36 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/mixer   Makefile 
  Log:
  mixer(8) is WARNS=6 clean since 1.25.
  
  Tested with:'make universe'
  
  Revision  ChangesPath
  1.11  +2 -2  src/usr.sbin/mixer/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/sbin/geom/class/multipath gmultipath.8

2008-03-16 Thread Christian Brueffer
brueffer2008-03-16 08:18:04 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sbin/geom/class/multipath gmultipath.8 
  Log:
  MFC: rev. 1.6
  
  - Use an uppercase provider name in the example, to make the name change
after labeling the provider more obvious.
  - Correct nomenclature usage
  
  Revision  ChangesPath
  1.4.2.2   +7 -7  src/sbin/geom/class/multipath/gmultipath.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: ports/graphics/kipi-plugins Makefile distinfo pkg-descr pkg-plist ports/graphics/kipi-plugins/files patch-kipi-plugins_Makefile.in patch-kipi-plugins_acquireimages_acquireimagedialog.cpp

2008-03-16 Thread Alex Dupre
ale 2008-03-16 08:20:44 UTC

  FreeBSD ports repository

  Modified files:
graphics/kipi-plugins Makefile distinfo pkg-descr pkg-plist 
  Removed files:
graphics/kipi-plugins/files patch-kipi-plugins_Makefile.in 

patch-kipi-plugins_acquireimages_acquireimagedialog.cpp 
  Log:
  Update to 0.1.5 release.
  
  Revision  ChangesPath
  1.34  +32 -29ports/graphics/kipi-plugins/Makefile
  1.10  +3 -3  ports/graphics/kipi-plugins/distinfo
  1.7   +0 -15 
ports/graphics/kipi-plugins/files/patch-kipi-plugins_Makefile.in (dead)
  1.2   +0 -11 
ports/graphics/kipi-plugins/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp
 (dead)
  1.5   +1 -1  ports/graphics/kipi-plugins/pkg-descr
  1.13  +111 -12   ports/graphics/kipi-plugins/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: ports/comms/gnokii Makefile

2008-03-16 Thread Rong-En Fan
rafan   2008-03-16 09:11:50 UTC

  FreeBSD ports repository

  Modified files:
comms/gnokii Makefile 
  Log:
  - Fix automatic dependencies
  
  PR: ports/121687
  Submitted by:   Scot Hetzel 
  Approved by:Guido Falsi  (maintainer)
  
  Revision  ChangesPath
  1.63  +16 -4 ports/comms/gnokii/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/devel/kdbg Makefile distinfo pkg-descr pkg-plist ports/devel/kdbg/files patch-gdbdriver.cpp

2008-03-16 Thread Rong-En Fan
rafan   2008-03-16 09:03:41 UTC

  FreeBSD ports repository

  Modified files:
devel/kdbg   Makefile distinfo pkg-descr pkg-plist 
  Removed files:
devel/kdbg/files patch-gdbdriver.cpp 
  Log:
  - Update to 2.1.0
  
  PR: ports/120573
  Submitted by:   Thomas Sander 
  Approved by:maintaimer timeout (1 month)
  
  Revision  ChangesPath
  1.36  +3 -2  ports/devel/kdbg/Makefile
  1.19  +3 -3  ports/devel/kdbg/distinfo
  1.2   +0 -11 ports/devel/kdbg/files/patch-gdbdriver.cpp (dead)
  1.5   +0 -1  ports/devel/kdbg/pkg-descr
  1.17  +2 -1  ports/devel/kdbg/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: ports/net/iscsi-target Makefile ports/net/iscsi-target/files patch-src-Makefile.in

2008-03-16 Thread Rong-En Fan
rafan   2008-03-16 09:18:39 UTC

  FreeBSD ports repository

  Modified files:
net/iscsi-target Makefile 
  Added files:
net/iscsi-target/files patch-src-Makefile.in 
  Log:
  - Respect SYSCONDIR setting, so the default configuration files will be
in PREFIX/etc, instead of /etc
  
  PR: ports/121733
  Submitted by:   Dierk Sacher 
  Approved by:Mark D. Foster  (maintainer)
  
  Revision  ChangesPath
  1.11  +1 -0  ports/net/iscsi-target/Makefile
  1.1   +11 -0 ports/net/iscsi-target/files/patch-src-Makefile.in (new)
___
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/dmenu Makefile distinfo

2008-03-16 Thread Rong-En Fan
rafan   2008-03-16 09:24:14 UTC

  FreeBSD ports repository

  Modified files:
x11/dmenuMakefile distinfo 
  Log:
  - Update to 3.5
  
  PR: ports/121695
  Submitted by:   Jeroen Schot  (maintainer)
  
  Revision  ChangesPath
  1.22  +3 -3  ports/x11/dmenu/Makefile
  1.21  +3 -3  ports/x11/dmenu/distinfo
___
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/portuguese/irpf-pt_BR Makefile distinfo

2008-03-16 Thread Mario Sergio Fujikawa Ferreira
lioux   2008-03-16 09:01:30 UTC

  FreeBSD ports repository

  Modified files:
portuguese/irpf-pt_BR Makefile distinfo 
  Log:
  Distfile version update without a version bump. Update distinfo and
  bump PORTREVISON.
  
  Revision  ChangesPath
  1.9   +1 -0  ports/portuguese/irpf-pt_BR/Makefile
  1.5   +3 -3  ports/portuguese/irpf-pt_BR/distinfo
___
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/devel/kscope Makefile distinfo pkg-plist

2008-03-16 Thread Rong-En Fan
rafan   2008-03-16 09:02:08 UTC

  FreeBSD ports repository

  Modified files:
devel/kscope Makefile distinfo pkg-plist 
  Log:
  - Update to 1.6.1
  
  PR: ports/120561
  Submitted by:   Thomas Sander 
  Approved by:maintainer timeout (1 month)
  
  Revision  ChangesPath
  1.21  +1 -2  ports/devel/kscope/Makefile
  1.14  +3 -3  ports/devel/kscope/distinfo
  1.11  +1 -0  ports/devel/kscope/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: ports/security/tor Makefile distinfo

2008-03-16 Thread Rong-En Fan
rafan   2008-03-16 09:04:15 UTC

  FreeBSD ports repository

  Modified files:
security/tor Makefile distinfo 
  Log:
  - Update to 0.1.2.19
  
  PR: ports/120633
  Submitted by:   ShuenBin Hsu 
  Approved by:maintainer timeout (1 month)
  
  Revision  ChangesPath
  1.35  +2 -3  ports/security/tor/Makefile
  1.23  +3 -3  ports/security/tor/distinfo
___
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 UPDATING

2008-03-16 Thread Rong-En Fan
rafan   2008-03-16 09:20:35 UTC

  FreeBSD ports repository

  Modified files:
.UPDATING 
  Log:
  - net/iscsi-target configuration files location changed.
  
  PR: 121733
  
  Revision  ChangesPath
  1.599 +8 -1  ports/UPDATING
___
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/astro/xearth/files freebsd.committers.markers

2008-03-16 Thread Soeren Straarup
xride   2008-03-16 10:22:03 UTC

  FreeBSD ports repository

  Modified files:
astro/xearth/files   freebsd.committers.markers 
  Log:
  Updated my home coordinates acoording to gps.
  
  Revision  ChangesPath
  1.394 +2 -2  ports/astro/xearth/files/freebsd.committers.markers
___
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/Mk bsd.python.mk ports/lang/python distinfo ports/lang/python23 Makefile distinfo pkg-plist ports/lang/python23/files patch-Lib::email::Charset.py ports/lang/python24 Makefile distin

2008-03-16 Thread Hye-Shik Chang
perky   2008-03-16 10:25:08 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.python.mk 
lang/python  distinfo 
lang/python23Makefile distinfo pkg-plist 
lang/python24Makefile distinfo pkg-plist 
  Removed files:
lang/python23/files  patch-Lib::email::Charset.py 
  Log:
  Update python23 to Python 2.3.6 and python24 to Python 2.4.5.
  
  Revision  ChangesPath
  1.103 +5 -5  ports/Mk/bsd.python.mk
  1.66  +6 -0  ports/lang/python/distinfo
  1.150 +3 -4  ports/lang/python23/Makefile
  1.54  +3 -3  ports/lang/python23/distinfo
  1.2   +0 -23 ports/lang/python23/files/patch-Lib::email::Charset.py 
(dead)
  1.60  +2 -0  ports/lang/python23/pkg-plist
  1.160 +1 -2  ports/lang/python24/Makefile
  1.64  +3 -3  ports/lang/python24/distinfo
  1.65  +0 -1  ports/lang/python24/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: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-16 Thread Robert Watson

On Sun, 16 Mar 2008, Maxim Sobolev wrote:


sobomax 2008-03-16 06:21:30 UTC

 FreeBSD src repository

 Modified files:
   sys/sys  eventhandler.h
   sys/kern kern_descrip.c uipc_socket.c
 Log:
 Properly set size of the file_zone to match kern.maxfiles parameter.
 Otherwise the parameter is no-op, since zone by default limits number
 of descriptors to some 12K entries. Attempt to allocate more ends up
 sleeping on zonelimit.


Hmm.  Could you be more specific about the nature of the problem you're seeing 
here?  UMA shouldn't impose any default zone limit on the file_zone if none is 
set.  Are you sure it's the struct file zonelimit you're running into, and 
not, say, the socket zone limit, etc?


Also, don't use SI_SUB_EVENTHANDLER+1 -- add a new event type, perhaps 
SI_SUB_FILE, or use SI_ORDER_LAST.


Robert N M Watson
Computer Laboratory
University of Cambridge
___
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/sysutils/condor Makefile

2008-03-16 Thread Pav Lucistnik
pav 2008-03-16 10:32:43 UTC

  FreeBSD ports repository

  Modified files:
sysutils/condor  Makefile 
  Log:
  - Mark BROKEN on respective platforms
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.4   +6 -2  ports/sysutils/condor/Makefile
___
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/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-16 Thread Jeff Roberson

On Sun, 16 Mar 2008, Maxim Sobolev wrote:


sobomax 2008-03-16 06:21:30 UTC

 FreeBSD src repository

 Modified files:
   sys/sys  eventhandler.h
   sys/kern kern_descrip.c uipc_socket.c
 Log:
 Properly set size of the file_zone to match kern.maxfiles parameter.
 Otherwise the parameter is no-op, since zone by default limits number
 of descriptors to some 12K entries. Attempt to allocate more ends up
 sleeping on zonelimit.


Why do you need to set a limit on the uma_zone when falloc() takes care of 
this for us by checking openfiles vs maxfiles?


Thanks,
Jeff



 MFC after:  2 weeks

 Revision  ChangesPath
 1.326 +36 -3 src/sys/kern/kern_descrip.c
 1.306 +1 -0  src/sys/kern/uipc_socket.c
 1.39  +1 -0  src/sys/sys/eventhandler.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: ports/graphics/exact-image Makefile

2008-03-16 Thread Pav Lucistnik
pav 2008-03-16 10:39:23 UTC

  FreeBSD ports repository

  Modified files:
graphics/exact-image Makefile 
  Log:
  - Chase evas update
  
  Pointy hat to:  stas
  
  Revision  ChangesPath
  1.5   +2 -2  ports/graphics/exact-image/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/sys eventhandler.h module.h taskqueue.h src/sys/amd64/acpica madt.c src/sys/amd64/amd64 intr_machdep.c local_apic.c machdep.c mptable.c src/sys/amd64/isa atpic.c src/sys/arm/arm ma

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 10:58:09 UTC

  FreeBSD src repository

  Modified files:
sys/sys  eventhandler.h module.h taskqueue.h 
sys/amd64/acpica madt.c 
sys/amd64/amd64  intr_machdep.c local_apic.c machdep.c 
 mptable.c 
sys/amd64/isaatpic.c 
sys/arm/arm  machdep.c vm_machdep.c 
sys/contrib/opensolaris/uts/common/os callb.c taskq.c 
sys/dev/ofw  ofw_console.c 
sys/dev/syscons  sysmouse.c 
sys/i386/acpica  acpi_wakeup.c madt.c 
sys/i386/i386intr_machdep.c local_apic.c machdep.c 
 mp_machdep.c mptable.c vm_machdep.c 
sys/i386/isa atpic.c 
sys/i386/xboxxbox.c 
sys/ia64/ia64machdep.c sscdisk.c 
sys/kern init_main.c kern_alq.c kern_clock.c 
 kern_descrip.c kern_event.c kern_idle.c 
 kern_intr.c kern_linker.c kern_malloc.c 
 kern_mbuf.c kern_module.c kern_ntptime.c 
 kern_poll.c kern_shutdown.c kern_switch.c 
 kern_synch.c kern_tc.c sched_4bsd.c 
 sched_ule.c subr_autoconf.c 
 subr_eventhandler.c subr_log.c 
 subr_prof.c subr_smp.c subr_witness.c 
 tty_cons.c tty_pts.c tty_pty.c tty_subr.c 
 tty_tty.c uipc_domain.c vfs_acl.c 
 vfs_bio.c vfs_cache.c vfs_hash.c 
 vfs_lookup.c vfs_subr.c 
sys/net  bpf.c if.c netisr.c rtsock.c 
sys/netatm/ipatm ipatm_load.c 
sys/netatm/sigpvcsigpvc_if.c 
sys/netatm/spans spans_if.c 
sys/netatm/uni   uni_load.c 
sys/netipsec ipsec.c 
sys/nfsclientnfs_diskless.c 
sys/pc98/pc98machdep.c 
sys/powerpc/aim  machdep.c 
sys/powerpc/bookemachdep.c vm_machdep.c 
sys/security/audit   audit.c 
sys/sparc64/sparc64  vm_machdep.c 
sys/ufs/ffs  ffs_softdep.c 
sys/vm   vm_glue.c vm_init.c vm_mmap.c 
 vm_pageout.c vm_zeroidle.c 
  Log:
  In keeping with style(9)'s recommendations on macros, use a ';'
  after each SYSINIT() macro invocation.  This makes a number of
  lightweight C parsers much happier with the FreeBSD kernel
  source, including cflow's prcc and lxr.
  
  MFC after:  1 month
  Discussed with: imp, rink
  
  Revision  ChangesPath
  1.26  +2 -2  src/sys/amd64/acpica/madt.c
  1.38  +3 -2  src/sys/amd64/amd64/intr_machdep.c
  1.44  +4 -3  src/sys/amd64/amd64/local_apic.c
  1.683 +1 -1  src/sys/amd64/amd64/machdep.c
  1.241 +1 -1  src/sys/amd64/amd64/mptable.c
  1.23  +1 -1  src/sys/amd64/isa/atpic.c
  1.29  +1 -1  src/sys/arm/arm/machdep.c
  1.36  +1 -1  src/sys/arm/arm/vm_machdep.c
  1.2   +1 -1  src/sys/contrib/opensolaris/uts/common/os/callb.c
  1.3   +1 -1  src/sys/contrib/opensolaris/uts/common/os/taskq.c
  1.38  +1 -1  src/sys/dev/ofw/ofw_console.c
  1.30  +1 -1  src/sys/dev/syscons/sysmouse.c
  1.47  +1 -1  src/sys/i386/acpica/acpi_wakeup.c
  1.30  +2 -2  src/sys/i386/acpica/madt.c
  1.33  +3 -2  src/sys/i386/i386/intr_machdep.c
  1.45  +2 -2  src/sys/i386/i386/local_apic.c
  1.668 +2 -2  src/sys/i386/i386/machdep.c
  1.285 +1 -1  src/sys/i386/i386/mp_machdep.c
  1.246 +1 -1  src/sys/i386/i386/mptable.c
  1.286 +1 -1  src/sys/i386/i386/vm_machdep.c
  1.29  +1 -1  src/sys/i386/isa/atpic.c
  1.5   +1 -1  src/sys/i386/xbox/xbox.c
  1.233 +1 -1  src/sys/ia64/ia64/machdep.c
  1.34  +1 -1  src/sys/ia64/ia64/sscdisk.c
  1.292 +15 -13src/sys/kern/init_main.c
  1.23  +2 -2  src/sys/kern/kern_alq.c
  1.208 +1 -1  src/sys/kern/kern_clock.c
  1.327 +2 -2  src/sys/kern/kern_descrip.c
  1.117 +1 -1  src/sys/kern/kern_event.c
  1.54  +1 -1  src/sys/kern/kern_idle.c
  1.156 +2 -1  src/sys/kern/kern_intr.c
  1.155 +5 -4  src/sys/kern/kern_linker.c
  1.163 +1 -1  src/sys/kern/kern_malloc.c
  1.39  +1 -1  src/sys/kern/kern_mbuf.c
  1.55  +1 -1  src/sys/kern/kern_module.c
  1.65  +1 -1  src/sys/kern/kern_ntptime.c
  1.32  +3 -2  src/sys/kern/kern_poll.c
  1.191 +1 -1  src/sys/kern/kern_shutdown.c
  1.140 +1 -1  src/sys/kern/kern_switch.c
  1.309 +2 -1  src/sys/kern/kern_synch.c
  1.181 +1 -1  src/sys/kern/kern_tc.c
  1.118 +3 -2  src/sys/kern/sched_4bsd.c
  1.234 +3 -2  src/sys/kern/sched_ule.c
  1.25  +1 -1  src/sys/kern/subr_autoconf.c
  1.24  +1 -1  src/sys/kern/subr_eventhandler.c
  1.65  +1 -1  src/sys/kern/subr_log.c
  1.80  +2 -2  src/sys/kern/subr_prof.c
  1.206 +3 -3  src/sy

cvs commit: ports/security/ophcrack Makefile

2008-03-16 Thread Alexey Dokuchaev
danfe   2008-03-16 11:00:08 UTC

  FreeBSD ports repository

  Modified files:
security/ophcrackMakefile 
  Log:
  - Kill superfluous line (debug leftover)
  - Optimize away extra REINPLACE_CMD call
  
  Revision  ChangesPath
  1.2   +2 -4  ports/security/ophcrack/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/sys kernel.h

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 11:01:33 UTC

  FreeBSD src repository

  Modified files:
sys/sys  kernel.h 
  Log:
  Remove trailing ';' from C_SYSINIT() macro definition, in keeping
  with style(9) recommendation that macros not contain the
  terminating ';', leaving that to the invoker.  All SYSINIT()
  consumers must now provide a trailing ';'.
  
  Unlike the change to remove the ';'s from callers, this change
  shouldn't be MFC'd unless we don't mind requiring source changes
  to third party modules that might still depend on SYSINIT()
  providing its own ';'.
  
  Revision  ChangesPath
  1.139 +1 -1  src/sys/sys/kernel.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/gdb gdb_cons.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 13:02:04 UTC

  FreeBSD src repository

  Modified files:
sys/gdb  gdb_cons.c 
  Log:
  Commit SYSINIT() ;-adding patch missed in previous pass.
  
  MFC after:  1 month
  Caught by:  tinderbox
  
  Revision  ChangesPath
  1.3   +1 -1  src/sys/gdb/gdb_cons.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/multimedia/audacious Makefile distinfo pkg-plist ports/multimedia/audacious/files patch-buildsys.mk.in patch-configure patch-src-audacious-Makefile ports/multimedia/audacious-plugins

2008-03-16 Thread Oliver Lehmann
oliver  2008-03-16 14:50:21 UTC

  FreeBSD ports repository

  Modified files:
multimedia/audacious Makefile distinfo pkg-plist 
multimedia/audacious/files patch-src-audacious-Makefile 
multimedia/audacious-plugins Makefile distinfo pkg-plist 
  Added files:
multimedia/audacious/files patch-buildsys.mk.in 
   patch-configure 
  Log:
  update to 1.5.0 [1]
  fix the /usr/local/include/audacious/dbus.h make error
  
  Submitted by:   Roland Smith <[EMAIL PROTECTED]> [1]
  
  Revision  ChangesPath
  1.48  +2 -3  ports/multimedia/audacious-plugins/Makefile
  1.16  +3 -3  ports/multimedia/audacious-plugins/distinfo
  1.24  +35 -34ports/multimedia/audacious-plugins/pkg-plist
  1.33  +1 -7  ports/multimedia/audacious/Makefile
  1.13  +3 -3  ports/multimedia/audacious/distinfo
  1.1   +11 -0 ports/multimedia/audacious/files/patch-buildsys.mk.in 
(new)
  1.1   +12 -0 ports/multimedia/audacious/files/patch-configure (new)
  1.2   +15 -12
ports/multimedia/audacious/files/patch-src-audacious-Makefile
  1.20  +11 -21ports/multimedia/audacious/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/usr.bin/split split.1 split.c

2008-03-16 Thread David Schultz
das 2008-03-16 15:15:32 UTC

  FreeBSD src repository

  Modified files:
usr.bin/splitsplit.1 split.c 
  Log:
  Add a -n option to split(1) to split files into N chunks rather than
  having to specify the right number of bytes.
  
  Obtained from:  NetBSD
  Submitted by:   Jan Schaumann <[EMAIL PROTECTED]>
  PR: 113175
  
  Revision  ChangesPath
  1.22  +9 -1  src/usr.bin/split/split.1
  1.20  +69 -11src/usr.bin/split/split.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/www/p5-HTML-Template-Pluggable Makefile distinfo pkg-plist

2008-03-16 Thread Felippe de Meirelles Motta
lippe   2008-03-16 16:23:32 UTC

  FreeBSD ports repository

  Modified files:
www/p5-HTML-Template-Pluggable Makefile distinfo pkg-plist 
  Log:
  - Updated to 0.17.
  - Fix pkg-plist.
  
  PR: ports/120393
  Submitted by:   lippe (myself)
  Approved by:araujo (mentor), maintainer timeout (> 2 weeks)
  
  Revision  ChangesPath
  1.4   +4 -5  ports/www/p5-HTML-Template-Pluggable/Makefile
  1.3   +3 -3  ports/www/p5-HTML-Template-Pluggable/distinfo
  1.3   +3 -0  ports/www/p5-HTML-Template-Pluggable/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/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_misc.c

2008-03-16 Thread Roman Divacky
rdivacky2008-03-16 16:24:20 UTC

  FreeBSD src repository

  Modified files:
sys/amd64/linux32syscalls.master 
sys/compat/linux linux_misc.c 
  Log:
  Implement sched_setaffinity and get_setaffinity using
  real cpu affinity setting primitives.
  
  Reviewed by:jeff
  Approved by:kib (mentor)
  
  Revision  ChangesPath
  1.31  +2 -1  src/sys/amd64/linux32/syscalls.master
  1.218 +40 -9 src/sys/compat/linux/linux_misc.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/i386/linux syscalls.master

2008-03-16 Thread Roman Divacky
rdivacky2008-03-16 16:27:44 UTC

  FreeBSD src repository

  Modified files:
sys/i386/linux   syscalls.master 
  Log:
  Implement sched_setaffinity and get_setaffinity using
  real cpu affinity setting primitives.
  
  Reviewed by:jeff
  Approved by:kib (mentor)
  
  Revision  ChangesPath
  1.90  +2 -1  src/sys/i386/linux/syscalls.master
___
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/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c

2008-03-16 Thread Roman Divacky
rdivacky2008-03-16 16:29:37 UTC

  FreeBSD src repository

  Modified files:
sys/amd64/linux32linux32_sysent.c linux32_syscall.h 
 linux32_proto.h 
sys/i386/linux   linux_proto.h linux_syscall.h 
 linux_sysent.c 
  Log:
  Regen.
  
  Revision  ChangesPath
  1.34  +8 -1  src/sys/amd64/linux32/linux32_proto.h
  1.34  +2 -1  src/sys/amd64/linux32/linux32_syscall.h
  1.34  +2 -2  src/sys/amd64/linux32/linux32_sysent.c
  1.96  +8 -1  src/sys/i386/linux/linux_proto.h
  1.88  +2 -1  src/sys/i386/linux/linux_syscall.h
  1.95  +2 -2  src/sys/i386/linux/linux_sysent.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/databases/p5-DBD-Mock Makefile distinfo

2008-03-16 Thread Felippe de Meirelles Motta
lippe   2008-03-16 16:30:26 UTC

  FreeBSD ports repository

  Modified files:
databases/p5-DBD-Mock Makefile distinfo 
  Log:
  - Update to 1.36.
  
  PR: ports/120391
  Submitted by:   lippe (myself)
  Approved by:araujo (mentor), maintainer timeout (> 2 weeks)
  
  Revision  ChangesPath
  1.5   +3 -4  ports/databases/p5-DBD-Mock/Makefile
  1.4   +3 -3  ports/databases/p5-DBD-Mock/distinfo
___
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/i386/linux syscalls.master

2008-03-16 Thread Roman Divacky
On Sun, Mar 16, 2008 at 04:27:44PM +, Roman Divacky wrote:
> rdivacky2008-03-16 16:27:44 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
> sys/i386/linux   syscalls.master 
>   Log:
>   Implement sched_setaffinity and get_setaffinity using
>   real cpu affinity setting primitives.
>   
>   Reviewed by:jeff
>   Approved by:kib (mentor)
>   
>   Revision  ChangesPath
>   1.90  +2 -1  src/sys/i386/linux/syscalls.master

sorry for omitting this in the first commit
___
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/comms/ser2net Makefile distinfo pkg-plist

2008-03-16 Thread Felippe de Meirelles Motta
lippe   2008-03-16 16:38:23 UTC

  FreeBSD ports repository

  Modified files:
comms/ser2netMakefile distinfo 
  Added files:
comms/ser2netpkg-plist 
  Log:
  - Update to 2.5.
  - Respect PORTDOCS.
  - No using pkg-plist.
  
  PR: ports/120390
  Submitted by:   lippe (myself)
  Approved by:araujo (mentor), maintainer timeout (> 2 weeks)
  
  Revision  ChangesPath
  1.3   +10 -4 ports/comms/ser2net/Makefile
  1.2   +3 -3  ports/comms/ser2net/distinfo
  1.1   +9 -0  ports/comms/ser2net/pkg-plist (new)
___
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/www/mod_geoip Makefile

2008-03-16 Thread Andrey A. Chernov
ache2008-03-16 16:44:56 UTC

  FreeBSD ports repository

  Modified files:
www/mod_geoipMakefile 
  Log:
  Add
  AP_EXTRAS+= -I${LOCALBASE}/include
  for GeoIP.h
  (can't compile with apache13 otherwise)
  
  Revision  ChangesPath
  1.16  +1 -0  ports/www/mod_geoip/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/share/man/man9 rwlock.9

2008-03-16 Thread Pawel Jakub Dawidek
pjd 2008-03-16 17:06:05 UTC

  FreeBSD src repository

  Modified files:
share/man/man9   rwlock.9 
  Log:
  Add missing .El.
  
  Revision  ChangesPath
  1.13  +1 -0  src/share/man/man9/rwlock.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: ports/net/zsync Makefile distinfo

2008-03-16 Thread Felippe de Meirelles Motta
lippe   2008-03-16 17:08:04 UTC

  FreeBSD ports repository

  Modified files:
net/zsyncMakefile distinfo 
  Log:
  - Update to 0.5.
  - Update MASTER_SITES.
  - Makefile cleanup.
  
  PR: ports/119967
  Submitted by:   lippe (myself)
  Approved by:gabor (mentor), maintainer timeout (> 2 weeks)
  
  Revision  ChangesPath
  1.8   +10 -23ports/net/zsync/Makefile
  1.8   +3 -3  ports/net/zsync/distinfo
___
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 rwlock.h src/share/man/man9 rwlock.9

2008-03-16 Thread Pawel Jakub Dawidek
pjd 2008-03-16 17:10:52 UTC

  FreeBSD src repository

  Modified files:
sys/sys  rwlock.h 
share/man/man9   rwlock.9 
  Log:
  Implement soon-to-be-used rw_unlock() macro.
  
  Revision  ChangesPath
  1.14  +9 -1  src/share/man/man9/rwlock.9
  1.16  +6 -0  src/sys/sys/rwlock.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/vm vm_fault.c

2008-03-16 Thread Alan Cox
alc 2008-03-16 17:37:20 UTC

  FreeBSD src repository

  Modified files:
sys/vm   vm_fault.c 
  Log:
  Simplify the inner loop of vm_fault()'s delete-behind heuristic.
  Instead of checking each page for PG_UNMANAGED, perform a one-time
  check whether the object is OBJT_PHYS.  (PG_UNMANAGED pages only
  belong to OBJT_PHYS objects.)
  
  Revision  ChangesPath
  1.241 +2 -2  src/sys/vm/vm_fault.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/print/lyx15 Makefile distinfo pkg-plist

2008-03-16 Thread Mikhail Teterin
mi  2008-03-16 17:54:36 UTC

  FreeBSD ports repository

  Modified files:
print/lyx15  Makefile distinfo pkg-plist 
  Log:
  Upgrade from 1.5.3 to 1.5.4
  
  PR: ports/121307
  Submitted by:   Koji Yokota
  
  Revision  ChangesPath
  1.121 +1 -2  ports/print/lyx15/Makefile
  1.41  +3 -3  ports/print/lyx15/distinfo
  1.43  +22 -5 ports/print/lyx15/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/atacontrol atacontrol.c

2008-03-16 Thread Poul-Henning Kamp
phk 2008-03-16 17:54:55 UTC

  FreeBSD src repository

  Modified files:
sbin/atacontrol  atacontrol.c 
  Log:
  Un-cut&paste argument processing, fix things lint found.
  
  Revision  ChangesPath
  1.46  +67 -104   src/sbin/atacontrol/atacontrol.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_resource.c

2008-03-16 Thread Pawel Jakub Dawidek
pjd 2008-03-16 17:55:06 UTC

  FreeBSD src repository

  Modified files:
sys/kern kern_resource.c 
  Log:
  Fix information leak. We can find PIDs of running processes from within
  a jail, etc. by simply calling setpriority(PRIO_PROCESS, , 0) and
  checking the return value: 0 means that the process exists and -1 that
  it doesn't exist.
  
  Reviewed by:rwatson
  MFC after:  1 week
  
  Revision  ChangesPath
  1.184 +2 -1  src/sys/kern/kern_resource.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/net/socketpipe Makefile distinfo

2008-03-16 Thread Felippe de Meirelles Motta
lippe   2008-03-16 18:00:12 UTC

  FreeBSD ports repository

  Modified files:
net/socketpipe   Makefile distinfo 
  Log:
  - Update to 1.8.
  
  PR: ports/120389
  Submitted by:   lippe (myself)
  Approved by:gabor (mentor), dds (maintainer)
  
  Revision  ChangesPath
  1.5   +1 -1  ports/net/socketpipe/Makefile
  1.6   +3 -3  ports/net/socketpipe/distinfo
___
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/print/lyx15 pkg-plist

2008-03-16 Thread Pav Lucistnik
pav 2008-03-16 18:05:39 UTC

  FreeBSD ports repository

  Modified files:
print/lyx15  pkg-plist 
  Log:
  - Fix plist (has been working on the same PR)
  
  Revision  ChangesPath
  1.44  +4 -1  ports/print/lyx15/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/sys/kern kern_resource.c

2008-03-16 Thread Pawel Jakub Dawidek
pjd 2008-03-16 18:26:59 UTC

  FreeBSD src repository

  Modified files:
sys/kern kern_resource.c 
  Log:
  Style fixes.
  
  Revision  ChangesPath
  1.185 +7 -11 src/sys/kern/kern_resource.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/coda coda_vnops.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:27:57 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/fs/coda  coda_vnops.c 
  Log:
  Merge coda_vnops.c:1.97 from HEAD to RELENG_7:
  
Reorder and clean up make_coda_node(), annotate weaknesses in the
implementation.
  
  Revision   ChangesPath
  1.76.2.13  +25 -20src/sys/fs/coda/coda_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: src/sys/fs/coda cnode.h coda_psdev.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:28:37 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/fs/coda  cnode.h coda_psdev.c 
  Log:
  Merge cnode.h:1.28, coda_psdev.c:1.46 from HEAD to RELENG_7:
  
Spell replys as replies.
  
  Revision  ChangesPath
  1.21.2.7  +1 -1  src/sys/fs/coda/cnode.h
  1.39.2.7  +7 -7  src/sys/fs/coda/coda_psdev.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/coda coda_psdev.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:29:02 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/fs/coda  coda_psdev.c 
  Log:
  Merge coda_psdev.c:1.47 from HEAD to RELENG_7:
  
The possibly interruptible msleep in coda_call() means well, but is
fundamentally fairly confused about how signals work and when it is
appropriate for upcalls to be interrupted.  In particular, we should
be exempting certain upcalls from interruption, we should not always
eventually time out sleeping on a upcall, and we should not be
interrupting the sleep for certain signals that we currently are
(including SIGINFO).  This code needs to be reworked in the style of
NFS interruptible mounts.
  
  Revision  ChangesPath
  1.39.2.8  +1 -1  src/sys/fs/coda/coda_psdev.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/x11-wm/xfce4-panel Makefile ports/x11-wm/xfce4-panel/files patch-dnd

2008-03-16 Thread Oliver Lehmann
oliver  2008-03-16 18:38:35 UTC

  FreeBSD ports repository

  Modified files:
x11-wm/xfce4-panel   Makefile 
  Added files:
x11-wm/xfce4-panel/files patch-dnd 
  Log:
  fix the Drag and Drop problem on FreeBSD/amd64 7.0
  the patch was taken from the xfce svn repo
  bump PORTREVISION
  
  PR: ports/118321
  
  Revision  ChangesPath
  1.44  +1 -1  ports/x11-wm/xfce4-panel/Makefile
  1.1   +1094 -0   ports/x11-wm/xfce4-panel/files/patch-dnd (new)
___
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/multimedia/xfce4-xmms-controller-plugin Makefile

2008-03-16 Thread Oliver Lehmann
oliver  2008-03-16 18:41:10 UTC

  FreeBSD ports repository

  Modified files:
multimedia/xfce4-xmms-controller-plugin Makefile 
  Log:
  mark port as depricated
  
  PR: 120952
  Approved by maintainer timeout (24 days)
  
  Revision  ChangesPath
  1.17  +2 -0  ports/multimedia/xfce4-xmms-controller-plugin/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/ufs/ufs ufs_extattr.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:52:19 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/ufs/ufs  ufs_extattr.c 
  Log:
  Merge ufs_extattr.c:1.90 from HEAD to RELENG_7:
  
Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 has
native extended attributes.  This didn't interfere with the operation of
UFS2 extended attributes, but the code shouldn't be running for UFS2.
  
  Revision  ChangesPath
  1.86.2.1  +18 -0 src/sys/ufs/ufs/ufs_extattr.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/gzip gzip.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:53:17 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.bin/gzip gzip.c 
  Log:
  Merge gzip.c:1.5 from HEAD to RELENG_7:
  
When gzipping to a target file, only set the source file flags on the
target file after the timestamp has been set; otherwise setting the
timestamp will fail if the flags don't permit it (i.e., uchg).
  
PR: 120208
Submitted by:   Ighighi 
  
  Revision  ChangesPath
  1.4.2.2   +4 -4  src/usr.bin/gzip/gzip.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 src/sys/amd64/include intr_machdep.h src/sys/arm/arm intr.c src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h src/sys/ia64/ia64 in

2008-03-16 Thread Andrew Gallatin
John Baldwin [EMAIL PROTECTED] wrote:

> MI code can currently (ab)use this by doing:
>   
>   intr_bind(rman_get_start(irq_res), cpu);
>   
> however, I plan to add a truly MI interface (probably a bus_bind_intr(9))

Thank you very much for this!

Do you plan to add a generic adminstrative interface to bind
interrupts, or may I add a driver specific sysctl to bind mxge's
interrupts in mxge?  If you plan to add a generic administrative
interface, I think we also need to add a way for drivers to label
their interrupts so that an administrator can differentiate between
the different MSI-X vectors.

Thanks again,

Drew
___
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/bin/chflags chflags.1 chflags.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:54:53 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
bin/chflags  chflags.1 chflags.c 
  Log:
  Merge chflags.1:1.30, chflags.c:1.24 from HEAD to RELENG_7:
  
Make chflags(1) more chmod(1)-like (and more feature complete):
  
- Add -v to print file names as they are processed; -vv prints the flags
  change as well.
- Add -f to ignore failures with the same semantics as chflags(1), neither
  printing an error nor affecting the return code.
- Don't try to set the flags if they won't change.
  
I made minor cosmetic tweaks to the code in the patch.
  
PR: 112827
Submitted by:   Ighighi 
  
  Revision   ChangesPath
  1.29.2.1   +15 -1 src/bin/chflags/chflags.1
  1.23.10.1  +28 -16src/bin/chflags/chflags.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/bin/realpath realpath.1 realpath.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:55:56 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
bin/realpath realpath.1 realpath.c 
  Log:
  Merge realpath.1:1.11, realpath.c:1.7 from HEAD to RELENG_7:
  
Enhance realpath(1) in a number of ways:
  
- Allow realpath to accept multiple paths on the command line.
- Add -q to suppress warnings if some paths can't be processed, and use
  getopt(3) to process flags.
- Print the path being requested rather than a possibly partially
  processed path when a failure occurs so that you can tell which of
  several passed paths did fail.
  
PR: 112920
Submitted by:   Ighighi <[EMAIL PROTECTED]>
  
  Revision   ChangesPath
  1.10.10.1  +8 -0  src/bin/realpath/realpath.1
  1.6.18.1   +26 -7 src/bin/realpath/realpath.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_synch.c

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 18:59:21 UTC

  FreeBSD src repository

  Modified files:
sys/kern kern_synch.c 
  Log:
  Consistently use ANSI C declarationsfor all functions in kern_synch.c.
  
  Revision  ChangesPath
  1.310 +7 -19 src/sys/kern/kern_synch.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/libc/gen scandir.c

2008-03-16 Thread David Schultz
das 2008-03-16 19:08:53 UTC

  FreeBSD src repository

  Modified files:
lib/libc/gen scandir.c 
  Log:
  scandir(3) previously used st_size to obtain an initial estimate
  of the array length needed to store all the directory entries.
  Although BSD has historically guaranteed that st_size is the size
  of the directory file, POSIX does not, and more to the point, some
  recent filesystems such as ZFS use st_size to mean something else.
  
  The fix is to not stat the directory at all, set the initial
  array size to 32 entries, and realloc it in powers of 2 if that
  proves insufficient.
  
  PR: 113668
  
  Revision  ChangesPath
  1.9   +3 -13 src/lib/libc/gen/scandir.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/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c

2008-03-16 Thread Andrew Thompson
thompsa 2008-03-16 19:25:30 UTC

  FreeBSD src repository

  Modified files:
sys/net  ieee8023ad_lacp.c ieee8023ad_lacp.h 
 if_lagg.c 
  Log:
  Switch the LACP state machine over to its own mutex to protect the internals,
  this means that it no longer grabs the lagg rwlock. Use two port table arrays
  which list the active ports for Tx and switch between them with an atomic op.
  Now the lagg rwlock is only exclusively locked for management (ioctls) and
  queuing of lacp control frames isnt needed.
  
  Revision  ChangesPath
  1.15  +103 -124  src/sys/net/ieee8023ad_lacp.c
  1.10  +47 -3 src/sys/net/ieee8023ad_lacp.h
  1.27  +6 -3  src/sys/net/if_lagg.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/textproc/redet Makefile distinfo

2008-03-16 Thread Andrew Pantyukhin
sat 2008-03-16 19:35:07 UTC

  FreeBSD ports repository

  Modified files:
textproc/redet   Makefile distinfo 
  Log:
  - Update to 8.24
  
  Revision  ChangesPath
  1.28  +1 -1  ports/textproc/redet/Makefile
  1.22  +3 -3  ports/textproc/redet/distinfo
___
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 src/sys/amd64/include intr_machdep.h src/sys/arm/arm intr.c src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h src/sys/ia64/ia64 in

2008-03-16 Thread Sam Leffler

Andrew Gallatin wrote:

John Baldwin [EMAIL PROTECTED] wrote:

  

MI code can currently (ab)use this by doing:
  
  intr_bind(rman_get_start(irq_res), cpu);
  
however, I plan to add a truly MI interface (probably a bus_bind_intr(9))



Thank you very much for this!

Do you plan to add a generic adminstrative interface to bind
interrupts, or may I add a driver specific sysctl to bind mxge's
interrupts in mxge?  If you plan to add a generic administrative
interface, I think we also need to add a way for drivers to label
their interrupts so that an administrator can differentiate between
the different MSI-X vectors.
  


Any idea where this should go?  Might be time to grow a tool that grok's 
the newbus hierarchy and pushes requests to devices.  I've wanted 
functionality like netbsd has recently added to control power to devices 
and this would be seem to be similar.  Not sure if we can do something 
that'd unify programs like atacontrol and camcontrol (or whether this is 
a good idea).


   Sam
___
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/textproc/qstardict Makefile

2008-03-16 Thread Philippe Audeoud
jadawin 2008-03-16 19:46:16 UTC

  FreeBSD ports repository

  Modified files:
textproc/qstardict   Makefile 
  Log:
  - Pass maintainership to submitter
  
  PR: ports/121667
  Submitted by:   Max Brazhnikov <[EMAIL PROTECTED]>
  Approved by:tabthorpe (mentor)
  
  Revision  ChangesPath
  1.7   +1 -1  ports/textproc/qstardict/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/www/aria2 Makefile distinfo

2008-03-16 Thread Andrew Pantyukhin
sat 2008-03-16 19:48:41 UTC

  FreeBSD ports repository

  Modified files:
www/aria2Makefile distinfo 
  Log:
  - Update to 0.13.1+1
  
  Revision  ChangesPath
  1.35  +2 -2  ports/www/aria2/Makefile
  1.27  +3 -3  ports/www/aria2/distinfo
___
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/sysutils/rsyslog Makefile distinfo

2008-03-16 Thread Andrew Pantyukhin
sat 2008-03-16 19:49:40 UTC

  FreeBSD ports repository

  Modified files:
sysutils/rsyslog Makefile distinfo 
  Log:
  - Update to 2.0.3
  
  Revision  ChangesPath
  1.33  +1 -1  ports/sysutils/rsyslog/Makefile
  1.28  +3 -3  ports/sysutils/rsyslog/distinfo
___
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/msdosfs msdosfs_vfsops.c

2008-03-16 Thread Konstantin Belousov
kib 2008-03-16 19:55:16 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/fs/msdosfs   msdosfs_vfsops.c 
  Log:
  MFC rev. 1.186:
  Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.
  
  Approved by:marcel
  
  Revision   ChangesPath
  1.174.2.1  +7 -8  src/sys/fs/msdosfs/msdosfs_vfsops.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/www/xpi-imdbpreview Makefile distinfo

2008-03-16 Thread Andrew Pantyukhin
sat 2008-03-16 19:58:52 UTC

  FreeBSD ports repository

  Modified files:
www/xpi-imdbpreview  Makefile distinfo 
  Log:
  - Update to 0.4.3
  
  Revision  ChangesPath
  1.7   +1 -1  ports/www/xpi-imdbpreview/Makefile
  1.7   +3 -3  ports/www/xpi-imdbpreview/distinfo
___
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/comms/ser2net Makefile ports/comms/serialoverip Makefile ports/www/raqdevil Makefile

2008-03-16 Thread Felippe de Meirelles Motta
lippe   2008-03-16 20:45:13 UTC

  FreeBSD ports repository

  Modified files:
comms/ser2netMakefile 
comms/serialoverip   Makefile 
www/raqdevil Makefile 
  Log:
  - Update maintainer mail address.
  
  Approved by:araujo (mentor)
  
  Revision  ChangesPath
  1.4   +1 -1  ports/comms/ser2net/Makefile
  1.2   +1 -1  ports/comms/serialoverip/Makefile
  1.19  +1 -1  ports/www/raqdevil/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/archivers/libarchive Makefile distinfo

2008-03-16 Thread Greg Lewis
glewis  2008-03-16 20:51:01 UTC

  FreeBSD ports repository

  Modified files:
archivers/libarchive Makefile distinfo 
  Log:
  . Update to 2.4.14.
  
  Revision  ChangesPath
  1.49  +1 -1  ports/archivers/libarchive/Makefile
  1.44  +3 -3  ports/archivers/libarchive/distinfo
___
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/www/mod_geoip Makefile

2008-03-16 Thread Andrey A. Chernov
ache2008-03-16 20:56:01 UTC

  FreeBSD ports repository

  Modified files:
www/mod_geoipMakefile 
  Log:
  Add
  -L${LOCALBASE}/lib -lGeoIP
  to AP_EXTRAS, unresolved without this.
  The mod don't use apache's Configure, so MODULE-DEFINITION-START
  section containing the stuff above isn't parsed.
  
  Revision  ChangesPath
  1.17  +1 -1  ports/www/mod_geoip/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/www/mod_geoip Makefile

2008-03-16 Thread Andrey A. Chernov
ache2008-03-16 20:57:53 UTC

  FreeBSD ports repository

  Modified files:
www/mod_geoipMakefile 
  Log:
  Bump portrevision
  
  Revision  ChangesPath
  1.18  +1 -0  ports/www/mod_geoip/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/www/lighttpd Makefile distinfo

2008-03-16 Thread Marcus Alves Grando
mnag2008-03-16 21:01:10 UTC

  FreeBSD ports repository

  Modified files:
www/lighttpd Makefile distinfo 
  Log:
  - Update to 1.4.19. Fix several vulnerabilities.
  
  PR: 121245
  
  Revision  ChangesPath
  1.58  +2 -2  ports/www/lighttpd/Makefile
  1.34  +3 -3  ports/www/lighttpd/distinfo
___
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/include atomic.h src/sys/i386/include atomic.h src/sys/ia64/include atomic.h src/sys/powerpc/include atomic.h src/sys/sparc64/include atomic.h src/sys/sun4v/include atomic.h

2008-03-16 Thread Pawel Jakub Dawidek
pjd 2008-03-16 21:20:50 UTC

  FreeBSD src repository

  Modified files:
sys/amd64/includeatomic.h 
sys/i386/include atomic.h 
sys/ia64/include atomic.h 
sys/powerpc/include  atomic.h 
sys/sparc64/include  atomic.h 
sys/sun4v/includeatomic.h 
share/man/man9   atomic.9 
  Log:
  Implement atomic_fetchadd_long() for all architectures and document it.
  
  Reviewed by:attilio, jhb, jeff, kris (as a part of the 
uidinfo_waitfree.patch)
  
  Revision  ChangesPath
  1.14  +2 -1  src/share/man/man9/atomic.9
  1.45  +20 -0 src/sys/amd64/include/atomic.h
  1.48  +7 -0  src/sys/i386/include/atomic.h
  1.13  +11 -0 src/sys/ia64/include/atomic.h
  1.19  +2 -0  src/sys/powerpc/include/atomic.h
  1.11  +2 -0  src/sys/sparc64/include/atomic.h
  1.2   +2 -0  src/sys/sun4v/include/atomic.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/sys resourcevar.h src/sys/kern kern_resource.c

2008-03-16 Thread Pawel Jakub Dawidek
pjd 2008-03-16 21:29:02 UTC

  FreeBSD src repository

  Modified files:
sys/sys  resourcevar.h 
sys/kern kern_resource.c 
  Log:
  - Use wait-free method to manage ui_sbsize and ui_proccnt fields in the
uidinfo structure. This entirely removes contention observed on the
ui_mtxp mutex (as it is now gone).
  - Convert the uihashtbl_mtx mutex to a rwlock, as most of the time we just
need to read-lock it.
  
  Reviewed by:jhb, jeff, kris & others
  Tested by:  kris
  
  Revision  ChangesPath
  1.186 +50 -60src/sys/kern/kern_resource.c
  1.53  +3 -7  src/sys/sys/resourcevar.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/netgraph ng_l2tp.c

2008-03-16 Thread Alexander Motin
mav 2008-03-16 21:33:12 UTC

  FreeBSD src repository

  Modified files:
sys/netgraph ng_l2tp.c 
  Log:
  Add session ID hashing to speedup incoming packets dispatch in case
  of many connections working via the same tunnel. For example, in case
  of full "client <-> LAC <-> LNS" setup.
  
  Revision  ChangesPath
  1.25  +47 -38src/sys/netgraph/ng_l2tp.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/devel/py-coro Makefile

2008-03-16 Thread Erwin Lansing
erwin   2008-03-16 21:33:41 UTC

  FreeBSD ports repository

  Modified files:
devel/py-coroMakefile 
  Log:
  Mark BROKEN: Does not build.
  
  Revision  ChangesPath
  1.13  +2 -0  ports/devel/py-coro/Makefile
___
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/fs/msdosfs msdosfs_vfsops.c

2008-03-16 Thread Marcel Moolenaar


On Mar 16, 2008, at 12:55 PM, Konstantin Belousov wrote:


kib 2008-03-16 19:55:16 UTC

 FreeBSD src repository

 Modified files:(Branch: RELENG_7)
   sys/fs/msdosfs   msdosfs_vfsops.c
 Log:
 MFC rev. 1.186:
 Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.


Thanks!

--
Marcel Moolenaar
[EMAIL PROTECTED]


___
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/devel/simulavr Makefile distinfo

2008-03-16 Thread Joerg Wunsch
joerg   2008-03-16 21:34:52 UTC

  FreeBSD ports repository

  Modified files:
devel/simulavr   Makefile distinfo 
  Log:
  Upgrade to 0.1.2.5.  This fixes another warning message from GCC 4 which
  became fatal due to -Werror.
  
  Revision  ChangesPath
  1.26  +2 -2  ports/devel/simulavr/Makefile
  1.7   +3 -3  ports/devel/simulavr/distinfo
___
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/adduser adduser.8

2008-03-16 Thread Christian Brueffer
brueffer2008-03-16 21:36:05 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/adduser adduser.8 
  Log:
  In the description of the password field, -w was meant, not the
  nonexistant -p flag.
  
  PR: 120122
  Submitted by:   Andy Kosela <[EMAIL PROTECTED]>
  MFC after:  3 days
  
  Revision  ChangesPath
  1.62  +2 -2  src/usr.sbin/adduser/adduser.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/sys/kern kern_resource.c

2008-03-16 Thread Pawel Jakub Dawidek
pjd 2008-03-16 21:32:21 UTC

  FreeBSD src repository

  Modified files:
sys/kern kern_resource.c 
  Log:
  Whitespace cleanups.
  
  Revision  ChangesPath
  1.187 +7 -7  src/sys/kern/kern_resource.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/netgraph netgraph.h ng_base.c ng_socket.c

2008-03-16 Thread Alexander Motin
mav 2008-03-16 22:06:07 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/netgraph netgraph.h ng_base.c ng_socket.c 
  Log:
  MFC:
  Improve apply callback error reporting:
  Before this patch callback returned result of the last finished call chain.
  Now it returns last nonzero result from all call chain results in this 
request.
  
  As soon as this improvement gives reliable error reporting, it is now possible
  to remove dirty workaround in ng_socket, made to return ENOBUFS error statuses
  of request-response operations. That workaround was responsible for returning
  ENOBUFS errors to completely unrelated requests working at the same time
  on socket.
  
  Revision   ChangesPath
  1.68.2.4   +2 -1  src/sys/netgraph/netgraph.h
  1.135.2.6  +25 -8 src/sys/netgraph/ng_base.c
  1.82.2.2   +1 -1  src/sys/netgraph/ng_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/share/man/man4/man4.i386 ar.4

2008-03-16 Thread Christian Brueffer
brueffer2008-03-16 22:26:17 UTC

  FreeBSD src repository

  Modified files:
share/man/man4/man4.i386 ar.4 
  Log:
  Device counts are long gone, also remove the outdated FILES section.
  
  MFC after:  3 days
  
  Revision  ChangesPath
  1.29  +2 -11 src/share/man/man4/man4.i386/ar.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: ports/security/vlock Makefile distinfo pkg-descr ports/security/vlock/files patch-Makefile patch-aa patch-ab patch-ac patch-ad patch-ae patch-config.mk

2008-03-16 Thread Pav Lucistnik
pav 2008-03-16 22:35:36 UTC

  FreeBSD ports repository

  Modified files:
security/vlock   Makefile distinfo pkg-descr 
  Added files:
security/vlock/files patch-Makefile patch-config.mk 
  Removed files:
security/vlock/files patch-aa patch-ab patch-ac patch-ad 
 patch-ae 
  Log:
  - Update to 2.1
  - Assume maintainership
  
  PR: ports/121678
  Submitted by:   Ganael LAPLANCHE <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.6   +11 -8 ports/security/vlock/Makefile
  1.4   +3 -3  ports/security/vlock/distinfo
  1.1   +36 -0 ports/security/vlock/files/patch-Makefile (new)
  1.3   +0 -36 ports/security/vlock/files/patch-aa (dead)
  1.2   +0 -11 ports/security/vlock/files/patch-ab (dead)
  1.2   +0 -11 ports/security/vlock/files/patch-ac (dead)
  1.2   +0 -46 ports/security/vlock/files/patch-ad (dead)
  1.3   +0 -39 ports/security/vlock/files/patch-ae (dead)
  1.1   +32 -0 ports/security/vlock/files/patch-config.mk (new)
  1.2   +1 -2  ports/security/vlock/pkg-descr
___
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 NOTES files options src/sys/geom geom_bsd_enc.c src/sys/geom/part g_part.c g_part.h g_part_bsd.c g_part_mbr.c g_part_vtoc8.c src/sys/sys vtoc.h

2008-03-16 Thread Marcel Moolenaar
marcel  2008-03-16 22:51:29 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/conf NOTES files options 
sys/geom geom_bsd_enc.c 
sys/geom/partg_part.c g_part.h g_part_mbr.c 
  Added files:   (Branch: RELENG_7)
sys/geom/partg_part_bsd.c g_part_vtoc8.c 
sys/sys  vtoc.h 
  Log:
  Sync gpart with HEAD:
  o  Add support for BSD disklabels (option GEOM_PART_BSD)
  o  Add support for VTOC8 disklabels (option GEOM_PART_VTOC8)
  o  Avoid false positives detecting MBRs
  
  RevisionChangesPath
  1.1454.2.2  +2 -0  src/sys/conf/NOTES
  1.1243.2.6  +2 -0  src/sys/conf/files
  1.608.2.1   +2 -0  src/sys/conf/options
  1.6.10.1+1 -1  src/sys/geom/geom_bsd_enc.c
  1.9.2.3 +51 -19src/sys/geom/part/g_part.c
  1.3.2.3 +8 -0  src/sys/geom/part/g_part.h
  1.3.2.1 +431 -0src/sys/geom/part/g_part_bsd.c (new)
  1.2.2.1 +53 -6 src/sys/geom/part/g_part_mbr.c
  1.1.2.1 +480 -0src/sys/geom/part/g_part_vtoc8.c (new)
  1.1.2.1 +106 -0src/sys/sys/vtoc.h (new)
___
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/man4.i386 pnp.4

2008-03-16 Thread Christian Brueffer
brueffer2008-03-16 22:51:30 UTC

  FreeBSD src repository

  Modified files:
share/man/man4/man4.i386 pnp.4 
  Log:
  Fix AUTHORS formatting.
  
  MFC after:  3 days
  
  Revision  ChangesPath
  1.18  +1 -0  src/share/man/man4/man4.i386/pnp.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: ports/x11/xscreensaver Makefile distinfo pkg-plist

2008-03-16 Thread Doug Barton
dougb   2008-03-16 22:55:22 UTC

  FreeBSD ports repository

  Modified files:
x11/xscreensaver Makefile distinfo pkg-plist 
  Log:
  Update to version 5.05, with the usual assortment of 2 new screensavers,
  and a few bug fixes.
  
  Revision  ChangesPath
  1.99  +3 -2  ports/x11/xscreensaver/Makefile
  1.51  +3 -3  ports/x11/xscreensaver/distinfo
  1.62  +6 -0  ports/x11/xscreensaver/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/usr.sbin/fifolog/lib miniobj.h

2008-03-16 Thread Poul-Henning Kamp
phk 2008-03-16 23:00:43 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/fifolog/lib miniobj.h 
  Log:
  Remove trailing ';' on macros.
  
  Spotted by: antoine
  
  Revision  ChangesPath
  1.2   +2 -2  src/usr.sbin/fifolog/lib/miniobj.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: ports/graphics/exact-image Makefile

2008-03-16 Thread Stanislav Sedov
stas2008-03-16 23:04:26 UTC

  FreeBSD ports repository

  Modified files:
graphics/exact-image Makefile 
  Log:
  - Fix exact-image, which has been broken after ecore update
  - Use EFL framework.
  
  Reported by:pav, erwin
  
  Revision  ChangesPath
  1.6   +2 -1  ports/graphics/exact-image/Makefile
___
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/graphics/exact-image Makefile

2008-03-16 Thread Stanislav Sedov
On Sun, Mar 16, 2008 at 10:39:23AM + Pav Lucistnik mentioned:
> pav 2008-03-16 10:39:23 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> graphics/exact-image Makefile 
>   Log:
>   - Chase evas update
>   
>   Pointy hat to:  stas
>   

That doesn't fix it, have you tested your patch?

-- 
Stanislav Sedov
ST4096-RIPE
___
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/devel/cvs2svn Makefile distinfo pkg-descr pkg-plist

2008-03-16 Thread Marcelo Araujo
araujo  2008-03-16 23:05:51 UTC

  FreeBSD ports repository

  Modified files:
devel/cvs2svnMakefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to 2.1.0.
  - Added support for CVS -> Git conversions.
  
  PR: ports/121078
  Submitted by:   Giorgos Keramidas <[EMAIL PROTECTED]>
  Approved by:maintainer timeout (more than 2 weeks)
  
  Revision  ChangesPath
  1.15  +4 -2  ports/devel/cvs2svn/Makefile
  1.11  +3 -3  ports/devel/cvs2svn/distinfo
  1.2   +2 -2  ports/devel/cvs2svn/pkg-descr
  1.5   +51 -24ports/devel/cvs2svn/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: src/sys/amd64/amd64 intr_machdep.c src/sys/amd64/include intr_machdep.h src/sys/arm/arm intr.c src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h src/sys/ia64/ia64 in

2008-03-16 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
Sam Leffler <[EMAIL PROTECTED]> writes:
: Andrew Gallatin wrote:
: > John Baldwin [EMAIL PROTECTED] wrote:
: >
: >   
: >> MI code can currently (ab)use this by doing:
: >>   
: >>   intr_bind(rman_get_start(irq_res), cpu);
: >>   
: >> however, I plan to add a truly MI interface (probably a 
bus_bind_intr(9))
: >> 
: >
: > Thank you very much for this!
: >
: > Do you plan to add a generic adminstrative interface to bind
: > interrupts, or may I add a driver specific sysctl to bind mxge's
: > interrupts in mxge?  If you plan to add a generic administrative
: > interface, I think we also need to add a way for drivers to label
: > their interrupts so that an administrator can differentiate between
: > the different MSI-X vectors.
: >   
: 
: Any idea where this should go?  Might be time to grow a tool that grok's 
: the newbus hierarchy and pushes requests to devices.  I've wanted 
: functionality like netbsd has recently added to control power to devices 
: and this would be seem to be similar.  Not sure if we can do something 
: that'd unify programs like atacontrol and camcontrol (or whether this is 
: a good idea).

I've wanted to maek devctl grow this sort of thing for a long time,
but never had time to implement this.  It wouldn't be hard, just a bit
tedious.  Also, there's two types of requests that would need to be
handled.  One is where you tell a device to do something directly.
The other is where you tell its parent to do it to the child (and
maybe do some cleanup afterwards).

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


  1   2   >