Re: cvs commit: src/sys/powerpc/powerpc copyinout.c

2006-10-18 Thread David O'Brien
On Tue, Oct 17, 2006 at 07:28:45PM -0700, Peter Grehan wrote: > David O'Brien, did you have any objection to the proposed solution in > amd64/102996 ?? Is this an issue for 6.2-RELEASE? If not, it needs to take a back seat to ARM and other schedule 6.2-R things. -- -- David ([EMAIL PROTECTED

Re: cvs commit: src/etc/rc.d mountcritlocal mountlate src/sbin/mount mount.8 mount.c

2006-10-18 Thread SANETO Takanori
I noticed that mountlate script is not installed under RELENG_6. You need to add mountlate to FILES in /usr/src/etc/rc.d/Makefile, I think. Dag-Erling Smorgrav wrote: > des 2006-09-13 08:38:49 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > etc/rc.

cvs commit: www/en/news/status Makefile report-june-2006-oct-2006.xml status.sgml

2006-10-18 Thread Brad Davis
brd 2006-10-19 06:37:53 UTC FreeBSD doc repository Modified files: en/news/status Makefile status.sgml Added files: en/news/status report-june-2006-oct-2006.xml Log: Add the June - Oct 2006 Status Report. Next reports are due Jan 06, 2007. Revision Ch

cvs commit: src/sys/i386/acpica Makefile

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-19 05:55:10 UTC FreeBSD src repository Modified files: sys/i386/acpica Makefile Log: Add missing acpi_wakecode.o: assym.s dependency, so that if assym.s is newer than acpi_wakecode.h, the latter is rebuilt. Reported by:bde Revision Changes

cvs commit: src/sys/dev/ray if_ray.c

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:25:53 UTC FreeBSD src repository Modified files: sys/dev/ray if_ray.c Log: tweak comments about OLDCARD workarounds Revision ChangesPath 1.85 +1 -2 src/sys/dev/ray/if_ray.c ___ cvs-al

cvs commit: src/sys/dev/awi if_awi_pccard.c

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:25:29 UTC FreeBSD src repository Modified files: sys/dev/awi if_awi_pccard.c Log: tweak comment Revision ChangesPath 1.24 +2 -1 src/sys/dev/awi/if_awi_pccard.c ___ cvs-all@freebsd.org

cvs commit: src/share/examples/etc README.examples

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:19:00 UTC FreeBSD src repository Modified files: share/examples/etc README.examples Log: Remove references to pccard.conf, it is no longer used. Revision ChangesPath 1.17 +0 -2 src/share/examples/etc/README.examples __

cvs commit: src/sys/i386/conf NOTES src/sys/pc98/conf NOTES src/sys/amd64/conf NOTES

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:17:55 UTC FreeBSD src repository Modified files: sys/i386/confNOTES sys/pc98/confNOTES sys/amd64/conf NOTES Log: Remove references to pccard.conf Revision ChangesPath 1.60 +2 -2 src/sys/amd64/conf/NOTES

cvs commit: www/share/sgml press.xml

2006-10-18 Thread Joseph Koshy
jkoshy 2006-10-19 03:49:14 UTC FreeBSD doc repository Modified files: share/sgml press.xml Log: Article on building a NAS device using VMware and FreeBSD-based FreeNAS. Revision ChangesPath 1.11 +12 -1 www/share/sgml/press.xml _

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

2006-10-18 Thread Tom Rhodes
trhodes 2006-10-19 03:31:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/geom chapter.sgml Log: A few wording fix ups to the GEOM chapter. PR: 85353 Submitted by: "Julien Gabel" <[EMAIL PROTECTED]> (original submission) Revis

cvs commit: src/sys/dev/usb ehci.c if_axe.c if_udav.c if_ural.c ohci.c uhci.c usb.c usbdi.h

2006-10-18 Thread Ian Dowse
iedowse 2006-10-19 01:15:59 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c if_axe.c if_udav.c if_ural.c ohci.c uhci.c usb.c usbdi.h Log: Use a different task queue for host controller and peripheral driver tasks. Since the host

Re: cvs commit: src/sys/kern kern_conf.c

2006-10-18 Thread Tor Egge
> FWIW, reverting revision 1.199 of kern_conf.c locally fixes the > unkillable xterms, stuck in "devdrn", problem. destroy_devl() is only stuck in "devdrn" if a thread has called dev_refthread() but not yet called dev_relthread(). If that thread doesn't sleep forever then it might write to freed

cvs commit: src/sys/ia64/ia64 clock.c

2006-10-18 Thread Marcel Moolenaar
marcel 2006-10-19 00:53:35 UTC FreeBSD src repository Modified files: sys/ia64/ia64clock.c Log: Fix previous revision: o day and mday are the same. No need to subtract 1 from mday. o Set dow to -1 as clock_ct_to_ts() checks this field and returns EINVAL on any

cvs commit: ports/net/rboot Makefile distinfo pkg-descr

2006-10-18 Thread Shaun Amott
shaun 2006-10-19 00:22:10 UTC FreeBSD ports repository Modified files: net/rbootMakefile distinfo pkg-descr Log: - Fix fetch (and unbreak) port by using the submitter's distfile mirror. - The author no longer wishes to maintain the port, and has recommended

Re: cvs commit: src/sys/kern kern_conf.c

2006-10-18 Thread Giorgos Keramidas
FWIW, reverting revision 1.199 of kern_conf.c locally fixes the unkillable xterms, stuck in "devdrn", problem. On 2006-10-19 02:49, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > Maybe it's not related, but all xterm's seem unkillable and blocked > forever in "devdrn" here, in a build from 2006.

cvs commit: ports/games/alephone Makefile

2006-10-18 Thread Mark Linimon
linimon 2006-10-19 00:02:48 UTC FreeBSD ports repository Modified files: games/alephone Makefile Log: Fix the missed merge from the 6-exp testing run, from which bsd.port.mk 1.541 was committed on 2006/09/15, to fix the build. Hat:portmgr Pointy hat:

cvs commit: ports/devel/gauche-readline Makefile

2006-10-18 Thread Shaun Amott
shaun 2006-10-18 23:56:28 UTC FreeBSD ports repository Modified files: devel/gauche-readline Makefile Log: Unbreak port by fixing do-install. PR: ports/104494 Submitted by: Frank J. Laszlo <[EMAIL PROTECTED]> Approved by:portmgr (marcus),

Re: cvs commit: src/sys/kern kern_conf.c

2006-10-18 Thread Giorgos Keramidas
Maybe it's not related, but all xterm's seem unkillable and blocked forever in "devdrn" here, in a build from 2006.10.18.15.56.11. An earlier sync from 2006.10.13.12.45.54 didn't exhibit this behavior, so I guess there's something mildly buggy with this change? On 2006-10-15 09:15, Martin Blapp <

cvs commit: ports/finance/gnucash Makefile

2006-10-18 Thread Michael Johnson
ahze2006-10-18 23:39:29 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: - Fix LIB_DEPENDS for g-wrap Spotted by: Stephen J. Roznowski <[EMAIL PROTECTED]> Approved by:portmgr (marcus) Revision ChangesPath 1.94 +1 -1

cvs commit: ports/editors/openoffice.org-2.0 Makefile distinfo pkg-descr pkg-plist

2006-10-18 Thread Maho Nakata
maho2006-10-18 21:55:44 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile distinfo pkg-descr pkg-plist Log: (Forced commit) Former commit was wrong, Approved by erwin, not edwin. Approved by:portmgr(lin

Re: cvs commit: src/sys/kern sys_process.c

2006-10-18 Thread Scott Long
John Baldwin wrote: On Tuesday 17 October 2006 17:34, Tom Rhodes wrote: On Mon, 16 Oct 2006 13:20:23 -0400 John Baldwin <[EMAIL PROTECTED]> wrote: On Saturday 14 October 2006 06:30, Tom Rhodes wrote: trhodes 2006-10-14 10:30:14 UTC FreeBSD src repository Modified files: sys/kern

cvs commit: ports/databases/evolution-data-server/files patch-camel_camel-object.c

2006-10-18 Thread Joe Marcus Clarke
marcus 2006-10-18 21:18:53 UTC FreeBSD ports repository Modified files: databases/evolution-data-server/files patch-camel_camel-object.c Log: Correct path to patched file. Approved by:portmgr (implicit) Revision Changes

cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-camel_camel-object.c

2006-10-18 Thread Joe Marcus Clarke
marcus 2006-10-18 21:15:30 UTC FreeBSD ports repository Modified files: databases/evolution-data-server Makefile Added files: databases/evolution-data-server/files patch-camel_camel-object.c Log: Restore a patch that was lost in

cvs commit: src/usr.sbin/pccard Makefile src/usr.sbin/pccard/dumpcis Makefile dumpcis.8 main.c

2006-10-18 Thread Warner Losh
imp 2006-10-18 21:09:43 UTC FreeBSD src repository Modified files: usr.sbin/pccard Makefile Added files: usr.sbin/pccard/dumpcis Makefile dumpcis.8 main.c Log: Package the dumpcisfile functionality into a new dumpcis command. Also, don't build pccardc now. I've

cvs commit: ports UPDATING

2006-10-18 Thread Jeremy Messenger
mezz2006-10-18 20:57:20 UTC FreeBSD ports repository Modified files: .UPDATING Log: - Include GTK+ in the sentences to show that this is not only for GNOME users, because a few of users have successed to skip this. - Add (/usr/X11R6) and (/usr/local)

cvs commit: src/usr.sbin/pccard/pccardd Makefile cardd.c cardd.h file.c pccard.conf.5 pccardd.8 pccardd.c server.c util.c

2006-10-18 Thread Warner Losh
imp 2006-10-18 20:48:06 UTC FreeBSD src repository Removed files: usr.sbin/pccard/pccardd Makefile cardd.c cardd.h file.c pccard.conf.5 pccardd.8 pccardd.c server.c util.c Log: Delete now-unused portion of pccardd. OL

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

2006-10-18 Thread Giorgos Keramidas
keramida2006-10-18 20:47:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Suggest using `/etc/rc.d/mountd onereload' instead of `reload', to make sure that `mountd' is (re)loaded even if it's not yet enabled in `/e

cvs commit: ports/deskutils/tomboy Makefile ports/deskutils/tomboy/files patch-Tomboy_Utils.cs

2006-10-18 Thread Tom McLaughlin
tmclaugh2006-10-18 20:25:11 UTC FreeBSD ports repository Modified files: deskutils/tomboy Makefile Added files: deskutils/tomboy/files patch-Tomboy_Utils.cs Log: Fix crash due to DllImport of non-existant function in libc. Submitted by: flz Approved by:por

cvs commit: src/usr.sbin Makefile

2006-10-18 Thread Warner Losh
imp 2006-10-18 19:56:41 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Always build pccardc. # I should remove the oldcard vestages from it... Revision ChangesPath 1.363 +1 -2 src/usr.sbin/Makefile _

cvs commit: src/sys/powerpc/powerpc copyinout.c

2006-10-18 Thread Peter Grehan
grehan 2006-10-18 19:56:20 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc copyinout.c Log: Fix remaining compile error. Revision ChangesPath 1.15 +1 -1 src/sys/powerpc/powerpc/copyinout.c ___ cvs-

Re: cvs commit: src/sys/kern sys_process.c

2006-10-18 Thread John Baldwin
On Tuesday 17 October 2006 17:34, Tom Rhodes wrote: > On Mon, 16 Oct 2006 13:20:23 -0400 > John Baldwin <[EMAIL PROTECTED]> wrote: > > > On Saturday 14 October 2006 06:30, Tom Rhodes wrote: > > > trhodes 2006-10-14 10:30:14 UTC > > > > > > FreeBSD src repository > > > > > > Modified file

Re: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile doc/en_US.ISO8859-1/books/developers-handbook/kernelbuild Makefile

2006-10-18 Thread Giorgos Keramidas
On 2006-10-18 19:34, Daniel Gerzo <[EMAIL PROTECTED]> wrote: > danger 2006-10-18 19:34:16 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/developers-handbook Makefile > Removed files: > en_US.ISO8859-1/books/developers-handbook/kernelbuild Makefile

cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile doc/en_US.ISO8859-1/books/developers-handbook/kernelbuild Makefile

2006-10-18 Thread Daniel Gerzo
danger 2006-10-18 19:34:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook Makefile Removed files: en_US.ISO8859-1/books/developers-handbook/kernelbuild Makefile Log: - remove useless chapter Makefile - add kernelbuild/chapter.sgml t

Re: cvs commit: src/sys/conf files

2006-10-18 Thread Ruslan Ermilov
On Wed, Oct 18, 2006 at 08:56:42AM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Alexander Leidinger <[EMAIL PROTECTED]> writes: > : Quoting Warner Losh <[EMAIL PROTECTED]> (from Tue, 17 Oct 2006 18:08:04 > : + (UTC)): > : > : > imp 2006-10-17 18:08:04

cvs commit: ports/x11-toolkits/py-gtk2 Makefile distinfo

2006-10-18 Thread Jeremy Messenger
mezz2006-10-18 18:56:36 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gtk2 Makefile distinfo Log: Update to 2.10.3 to fix the 64-bit platforms in the runtime. Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=362738 Reported by:Mark Nowiasz <

cvs commit: ports/x11-wm/afterstep-stable Makefile

2006-10-18 Thread Greg Lewis
glewis 2006-10-18 18:52:47 UTC FreeBSD ports repository Modified files: x11-wm/afterstep-stable Makefile Log: . Fix the packing list. Pointed out by: pointyhat (kris) Approved by:portmgr (kris) Revision ChangesPath 1.70 +3 -2 ports/x11-wm/afterst

cvs commit: ports/x11/XFree86-4-clients Makefile

2006-10-18 Thread Joe Marcus Clarke
marcus 2006-10-18 18:07:21 UTC FreeBSD ports repository Modified files: x11/XFree86-4-clients Makefile Log: Actually commit the Makefile bit to allow the patch-programs::fonttosfnt::util.c to apply. Reminded by:Scott Allendorf <[EMAIL PROTECTED]> Approved by:por

cvs commit: src/etc/rc.d amd

2006-10-18 Thread Florent Thoumie
flz 2006-10-18 15:56:11 UTC FreeBSD src repository Modified files: etc/rc.d amd Log: Add 'reload' to the list of available commands for the amd rc.d script. PR: conf/104507 Submitted by: Douglas K. Rand <[EMAIL PROTECTED]> MFC after: 3

Re: cvs commit: src/sys/conf files

2006-10-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Alexander Leidinger <[EMAIL PROTECTED]> writes: : Quoting Warner Losh <[EMAIL PROTECTED]> (from Tue, 17 Oct 2006 18:08:04 : + (UTC)): : : > imp 2006-10-17 18:08:04 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/c

cvs commit: src/bin/rm rm.c

2006-10-18 Thread Maxim Konovalov
maxim 2006-10-18 13:16:07 UTC FreeBSD src repository Modified files: bin/rm rm.c Log: o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do not call chflags() for whiteouted files. Prodded by: ru Revision ChangesPath 1.56 +1 -2

cvs commit: src/share/misc iso3166

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 13:35:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/misc iso3166 Log: MFC: 1.15: Update for newsletter V-12: Inclusion of the new entries for "Serbia" and "Montenegro". Approved by:re (hrs) Revision Cha

cvs commit: src/usr.sbin/zic/zdump Makefile src/usr.sbin/zic/zic Makefile

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 12:35:24 UTC FreeBSD src repository Modified files: usr.sbin/zic/zdump Makefile usr.sbin/zic/zic Makefile Log: Normalize MAN. Revision ChangesPath 1.11 +1 -1 src/usr.sbin/zic/zdump/Makefile 1.12 +1 -1 src/usr.sbin/zi

cvs commit: src/share/man/man5 disktab.5

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 12:17:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man5 disktab.5 Log: MFC: 1.17: "b0" and "b1" are gone, default for "sb" has changed. Approved by:re (hrs) Revision ChangesPath 1.14.2.2 +2 -5

cvs commit: ports/irc/dancer Makefile

2006-10-18 Thread Erwin Lansing
erwin 2006-10-18 12:16:33 UTC FreeBSD ports repository Modified files: irc/dancer Makefile Log: Use INSTALL_PROGRAM instead of INSTALL_DATA on the installed binary to make sure the permissions are right so it can actually be run. Approved by:portmgr (self)

cvs commit: src/contrib/ncurses/man MKterminfo.sh

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 12:13:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) contrib/ncurses/man MKterminfo.sh Log: MFV: 1.1.1.4: Unbreak generation of the terminfo.5 manpage. Approved by:re (hrs) Revision ChangesPath 1.1.1.3.14.1 +1

cvs commit: projects/tinderbox/etc head.rc update_head.rc

2006-10-18 Thread Dag-Erling Smorgrav
des 2006-10-18 11:17:15 UTC FreeBSD projects repository Modified files: tinderbox/etchead.rc update_head.rc Log: Add back ia64, which I had completely forgotten... Revision ChangesPath 1.7 +1 -1 projects/tinderbox/etc/head.rc 1.6 +1 -1

cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c

2006-10-18 Thread Konstantin Belousov
kib 2006-10-18 11:17:15 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c Log: Properly lock the vnode around vgone() calls. Unlock the vnode in devfs_close() while calling into the dr

cvs commit: projects/tinderbox tbmaster.1 tbmaster.pl projects/tinderbox/etc default.rc

2006-10-18 Thread Dag-Erling Smorgrav
des 2006-10-18 10:59:02 UTC FreeBSD projects repository Modified files: tinderboxtbmaster.1 tbmaster.pl tinderbox/etcdefault.rc Log: Append URL to failure reports. Revision ChangesPath 1.11 +1 -0 projects/tinderbox/etc/default.rc

cvs commit: src/bin/ls print.c

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 10:58:27 UTC FreeBSD src repository Modified files: bin/ls print.c Log: Avoid a spurious warning for each whiteout found during "ls -lW". # ls -lW total 2 -rw-r--r-- 1 root wheel 6 Oct 18 14:46 file1 ls: ./file2: No such file or dire

Re: cvs commit: src/etc/rc.d cleartmp

2006-10-18 Thread Ceri Davies
On Wed, Oct 18, 2006 at 01:46:55AM +0400, Yar Tikhiy wrote: > On Tue, Oct 17, 2006 at 10:05:28PM +0100, Ceri Davies wrote: > > On Tue, Oct 17, 2006 at 09:31:33PM +0400, Yar Tikhiy wrote: > > > On Mon, Oct 16, 2006 at 01:01:45PM +, Yar Tikhiy wrote: > > > > yar 2006-10-16 13:01:45 UTC >

cvs commit: ports/x11/kdebase3 Makefile

2006-10-18 Thread Michael Nottebrock
lofi2006-10-18 10:24:45 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile Log: Explicitly disable HAL support, it currently doesn't work on FreeBSD. Approved by:portmgr (marcus) Revision ChangesPath 1.184 +3 -2 ports/x11/

cvs commit: ports/misc/kdehier Makefile pkg-plist ports/misc/kdehier/files dirlist ports/x11/kdelibs3 Makefile pkg-plist

2006-10-18 Thread Michael Nottebrock
lofi2006-10-18 10:20:58 UTC FreeBSD ports repository Modified files: misc/kdehier Makefile pkg-plist misc/kdehier/files dirlist x11/kdelibs3 Makefile pkg-plist Log: Do not install hicolor-theme directories and index file, instead depend on misc/h

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-18 Thread Oleg Bulyzhin
On Tue, Oct 17, 2006 at 10:57:52AM -0700, John-Mark Gurney wrote: > Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > > On Mon,

cvs commit: src/share/misc iso3166

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 09:13:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) share/misc iso3166 Log: - Finish the incomplete MFC of 1.11 in 1.6.2.3 (newsletter V-6). - MFC: 1.14 (newsletter V-11), 1.15 (newsletter V-12). Revision ChangesP

cvs commit: src/share/misc iso3166

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 09:06:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/misc iso3166 Log: MFC: Updates for newsletters V-11 and V-12. Revision ChangesPath 1.13.2.1 +13 -2 src/share/misc/iso3166

cvs commit: src/share/misc iso3166

2006-10-18 Thread Ruslan Ermilov
ru 2006-10-18 09:02:11 UTC FreeBSD src repository Modified files: share/misc iso3166 Log: Update for newsletter V-12: Inclusion of the new entries for "Serbia" and "Montenegro". Reported by:mnag Revision ChangesPath 1.15 +5 -1 src/s

cvs commit: src/bin/rm rm.c

2006-10-18 Thread Maxim Konovalov
maxim 2006-10-18 08:22:33 UTC FreeBSD src repository Modified files: bin/rm rm.c Log: o Zero out struct stat before usage. lstat(2) can fail and leave garbage there which will break -W code path. PR: bin/84569 Submitted by: Igor MFC after

Re: cvs commit: src/sys/conf files

2006-10-18 Thread Alexander Leidinger
Quoting Warner Losh <[EMAIL PROTECTED]> (from Tue, 17 Oct 2006 18:08:04 + (UTC)): imp 2006-10-17 18:08:04 UTC FreeBSD src repository Modified files: sys/conf files Log: Collapse the two identical emu10k1-alsa%diked.h creation rules for snd_emu10k1 and sn

cvs commit: src/sys/netgraph ng_socket.c

2006-10-18 Thread Gleb Smirnoff
glebius 2006-10-18 07:47:07 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: Check pointer before dereferencing. Reported by:Coverity CID:1556 Revision ChangesPath 1.80 +2 -1 src/sys/netgraph/ng_socket.c

cvs commit: ports/editors/openoffice.org-2.0 Makefile distinfo

2006-10-18 Thread Maho Nakata
maho2006-10-18 07:03:03 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile distinfo Log: Update to 2.0.4. Approved by:portmgr(edwin) Revision ChangesPath 1.260 +2 -2 ports/editors/openoffice.org-2.0/Makefile 1.95