cvs commit: ports/mail/balsa Makefile distinfo pkg-plist

2006-02-04 Thread Joe Marcus Clarke
marcus 2006-02-05 07:04:29 UTC FreeBSD ports repository Modified files: mail/balsa Makefile distinfo pkg-plist Log: Update to 2.3.10. Revision ChangesPath 1.110 +1 -1 ports/mail/balsa/Makefile 1.53 +3 -3 ports/mail/balsa/distinfo 1.41

cvs commit: www/en/gnome news.xml www/en/gnome/docs develfaq.sgml

2006-02-04 Thread Joe Marcus Clarke
marcus 2006-02-05 06:39:52 UTC FreeBSD doc repository Modified files: en/gnome news.xml en/gnome/docsdevelfaq.sgml Log: * Announce GNOME 2.13.90 (aka 2.14 Beta 1) for FreeBSD * We no longer need to use gnome_upgrade.sh to upgrade to GNOME 2.13.90 * U

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

2006-02-04 Thread Ken Smith
kensmith2006-02-05 05:06:04 UTC FreeBSD src repository Modified files: sys/conf NOTES sys/i386/confNOTES Log: Move asr driver from global NOTES to i386-specific NOTES. Requestor reports it is neither endian-clean or 64-bit clean. :-) Requested by

cvs commit: src/sys/dev/asr asr.c

2006-02-04 Thread Scott Long
scottl 2006-02-05 05:05:27 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Squash a couple more invalid long casts. Revision ChangesPath 1.76 +2 -2 src/sys/dev/asr/asr.c ___ cvs-all@free

cvs commit: ports/games/linux-x-plane Makefile pkg-message

2006-02-04 Thread Jean-Yves Lefort
jylefort2006-02-05 03:42:34 UTC FreeBSD ports repository Modified files: games/linux-x-plane Makefile Added files: games/linux-x-plane pkg-message Log: Explain how to use joysticks. Revision ChangesPath 1.6 +3 -0 ports/games/linux-x-plane/Makefile

cvs commit: CVSROOT modules

2006-02-04 Thread Jean-Yves Lefort
jylefort2006-02-05 03:13:50 UTC FreeBSD ports repository Modified files: .modules Log: linux-js --> ports/devel/linux-js Revision ChangesPath 1.14261 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org m

cvs commit: ports/devel Makefile ports/devel/linux-js Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/linux-js/files jscal.sh.in

2006-02-04 Thread Jean-Yves Lefort
jylefort2006-02-05 03:12:50 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/linux-js Makefile distinfo pkg-descr pkg-message pkg-plist devel/linux-js/files jscal.sh.in Log: Add linux-js.

cvs commit: src/lib/libthr/thread thr_init.c thr_list.c thr_private.h

2006-02-04 Thread David Xu
davidxu 2006-02-05 03:04:54 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_init.c thr_list.c thr_private.h Log: Now, thread name is stored in kernel, userland no longer has to keep it. Revision ChangesPath 1.27 +1 -2 src/lib/libthr/threa

cvs commit: ports/x11-toolkits/gtk-sharp20 Makefile ports/x11-toolkits/gtk-sharp20/files patch-atk_atk-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-05 02:58:05 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk-sharp20 Makefile Removed files: x11-toolkits/gtk-sharp20/files patch-atk_atk-sharp.dll.config.in patch-gdk_gdk-sharp

cvs commit: ports/x11-toolkits/gtk-sharp10 Makefile ports/x11-toolkits/gtk-sharp10/files patch-atk_atk-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-05 02:50:59 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk-sharp10 Makefile x11-toolkits/gtk-sharp10/files patch-vte_vte-sharp.dll.config.in Removed files: x11-toolkits/gtk-sharp10/files

cvs commit: ports/lang/gcc42 Makefile distinfo

2006-02-04 Thread Gerald Pfeifer
gerald 2006-02-05 02:38:37 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo Log: Update to the 20060204 snapshot of GCC 4.2.0. Revision ChangesPath 1.247 +1 -1 ports/lang/gcc42/Makefile 1.145 +15 -15ports/lang

cvs commit: ports/www/gecko-sharp20 Makefile ports/www/gecko-sharp20/files patch-gtkmozembed_gecko-sharp.dll.config.in

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-05 02:34:37 UTC FreeBSD ports repository Modified files: www/gecko-sharp20Makefile Removed files: www/gecko-sharp20/files patch-gtkmozembed_gecko-sharp.dll.config.in Log: - Remove patch-gtkmozembed_gecko-sharp.dll.config.in

cvs commit: ports/www/gecko-sharp10 Makefile ports/www/gecko-sharp10/files patch-gtkmozembed::gecko-sharp.dll.config

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-05 02:31:18 UTC FreeBSD ports repository Modified files: www/gecko-sharp10Makefile Removed files: www/gecko-sharp10/files patch-gtkmozembed::gecko-sharp.dll.config Log: - Remove patch-gtkmozembed::gecko-sharp.dll.config now

cvs commit: src/lib/libthr/thread thr_info.c

2006-02-04 Thread David Xu
davidxu 2006-02-05 02:26:18 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_info.c Log: use syscall thr_set_name to implement pthread_set_name_np. Revision ChangesPath 1.7 +18 -9 src/lib/libthr/thread/thr_info.c __

cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h

2006-02-04 Thread David Xu
davidxu 2006-02-05 02:23:41 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate. Revision ChangesPath 1.208 +2 -1 src/sys/kern/init_sysent.c 1.192

cvs commit: ports/net/blam Makefile ports/net/blam/files patch-blam.exe.config

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-05 02:19:54 UTC FreeBSD ports repository Modified files: net/blam Makefile net/blam/files patch-blam.exe.config Log: - Refactor patch now that gtk20 port uses ltverhack Project by: BSD#

cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master

2006-02-04 Thread David Xu
davidxu 2006-02-05 02:18:46 UTC FreeBSD src repository Modified files: sys/sys thr.h sys/kern kern_thr.c syscalls.master Log: Implement thr_set_name to set a name for thread. Reviewed by: julian Revision ChangesPath 1.41 +29 -0

cvs commit: ports/mail/evolution-sharp Makefile ports/mail/evolution-sharp/files patch-evolution::evolution-sharp.dll.config.in

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-05 02:07:37 UTC FreeBSD ports repository Modified files: mail/evolution-sharp Makefile Removed files: mail/evolution-sharp/files patch-evolution::evolution-sharp.dll.config.in Log: - Remove patch-evolution::evolution-sharp.dl

cvs commit: ports/graphics/f-spot Makefile ports/graphics/f-spot/files patch-src::f-spot.exe.config.in

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-05 01:36:52 UTC FreeBSD ports repository Modified files: graphics/f-spot Makefile Removed files: graphics/f-spot/files patch-src::f-spot.exe.config.in Log: - Remove patch-src::f-spot.exe.config.in now that most dependant ports use ltverhack. For t

Re: cvs commit: src/sys/arm/at91 at91.c at91_spi.c at91_spiio.h at91_spireg.h at91_st.c at91_streg.h at91_twi.c at91_twiio.h at91_twireg.h at91_usartreg.h at91rm92reg.h at91st.c at91var.h files.at91rm

2006-02-04 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Daniel O'Connor" <[EMAIL PROTECTED]> writes: : On Sunday 05 February 2006 10:02, Warner Losh wrote: : > onboard ethernet. Support for the Kwikbyte KB9202 : > (http://www.kwikbyte.com) board is also included, although there's no : ... : > This work

Re: cvs commit: src/sys/arm/at91 at91.c at91_spi.c at91_spiio.h at91_spireg.h at91_st.c at91_streg.h at91_twi.c at91_twiio.h at91_twireg.h at91_usartreg.h at91rm92reg.h at91st.c at91var.h files.at91rm

2006-02-04 Thread Daniel O'Connor
On Sunday 05 February 2006 10:02, Warner Losh wrote: > onboard ethernet. Support for the Kwikbyte KB9202 > (http://www.kwikbyte.com) board is also included, although there's no ... > This work was sponsored by Timing Solutions, Corporation. I am > grateful to their support of the FreeBSD

cvs commit: ports/audio/rhythmbox Makefile distinfo pkg-plist

2006-02-04 Thread Joe Marcus Clarke
marcus 2006-02-05 00:43:59 UTC FreeBSD ports repository Modified files: audio/rhythmbox Makefile distinfo pkg-plist Log: Update to 0.9.3.1. Revision ChangesPath 1.68 +2 -2 ports/audio/rhythmbox/Makefile 1.26 +3 -3 ports/audio/rhythmbox/dist

cvs commit: www/en/snapshots index.sgml

2006-02-04 Thread Ceri Davies
ceri2006-02-05 00:24:02 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: Correct some funny capitalisation and wording. Revision ChangesPath 1.15 +4 -4 www/en/snapshots/index.sgml ___

cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_ioctl.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispva

2006-02-04 Thread Matt Jacob
mjacob 2006-02-04 23:55:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h

cvs commit: src/sys/dev/isp isp.c isp_freebsd.h isp_pci.c

2006-02-04 Thread Matt Jacob
mjacob 2006-02-04 23:53:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/isp isp.c isp_freebsd.h isp_pci.c Log: MFC overflow bug fixes and disable ISP_DAC_SUPPORTED for now Approved by: re Revision ChangesPath 1.113.2.2

cvs commit: ports/lang/erlang Makefile pkg-plist

2006-02-04 Thread Jimmy Olgeni
olgeni 2006-02-04 23:52:18 UTC FreeBSD ports repository Modified files: lang/erlang Makefile pkg-plist Log: * Clean up Java support. * Use USE_TK. * Make sure that ODBC is not built if WITHOUT_ODBC is defined. * Disable ODBC if ${OSVERSION} < 50. * Fix pkg-p

cvs commit: src/sys/arm/at91 at91.c at91_spi.c at91_spiio.h at91_spireg.h at91_st.c at91_streg.h at91_twi.c at91_twiio.h at91_twireg.h at91_usartreg.h at91rm92reg.h at91st.c at91var.h files.at91rm92 f

2006-02-04 Thread Warner Losh
imp 2006-02-04 23:32:13 UTC FreeBSD src repository Added files: sys/arm/at91 at91.c at91_spi.c at91_spiio.h at91_spireg.h at91_st.c at91_streg.h at91_twi.c at91_twiio.h at91_twireg.h at91_usartre

cvs commit: src/etc/etc.sparc64 ttys

2006-02-04 Thread Marius Strobl
marius 2006-02-04 23:30:09 UTC FreeBSD src repository Modified files: etc/etc.sparc64 ttys Log: Enable getty(8) on ttyu2 by default in order to get machines that use a RSC (Remote System Control) connected via uart2 as console working out of the box. On machines that us

cvs commit: ports/deskutils/tomboy Makefile ports/deskutils/tomboy/files patch-Tomboy::Tomboy.exe.config.in

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-04 23:27:51 UTC FreeBSD ports repository Modified files: deskutils/tomboy Makefile Removed files: deskutils/tomboy/files patch-Tomboy::Tomboy.exe.config.in Log: - Remove patch-Tomboy::Tomboy.exe.config.in now that those dependent ports use ltverhack

cvs commit: src/sys/dev/uart uart_bus_ebus.c uart_cpu_sparc64.c

2006-02-04 Thread Marius Strobl
marius 2006-02-04 23:27:17 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus_ebus.c uart_cpu_sparc64.c Log: - Add support for using LOM (Lights Out Management) and RSC (Remote System Control) devices as console. These are microcontrollers which are eit

cvs commit: ports/deskutils/mcatalog pkg-descr

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-04 23:20:06 UTC FreeBSD ports repository Modified files: deskutils/mcatalog pkg-descr Log: - Update WWW line after home site has moved Project by: BSD# Revision ChangesPath 1.2 +1 -1 ports/de

cvs commit: ports/comms/gfax Makefile

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-04 23:12:04 UTC FreeBSD ports repository Modified files: comms/gfax Makefile Log: - Change bash dependency from bash2 to bash port - Remove USE_REINPLACE while I'm at it Project by: BSD# Revision Ch

cvs commit: ports/audio/muine Makefile ports/audio/muine/files patch-src_muine.exe.config.in

2006-02-04 Thread Tom McLaughlin
tmclaugh2006-02-04 23:06:29 UTC FreeBSD ports repository Modified files: audio/muine Makefile Removed files: audio/muine/filespatch-src_muine.exe.config.in Log: - Remove patch-src_muine.exe.config.in now that affected dependent ports use ltverhack - Remo

cvs commit: src/sys/dev/an if_an.c

2006-02-04 Thread Warner Losh
imp 2006-02-04 22:51:03 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: Silence the strict-alias warnings. Make a trip through (void *) when casting a structure to a uint32_t *. Many drivers in the tree do this, but I'll not update them unti

cvs commit: src/sys/vm vm_pageout.c

2006-02-04 Thread Alan Cox
alc 2006-02-04 22:37:10 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Remove an unnecessary call to pmap_remove_all(). The given page is not mapped because its contents are invalid. Revision ChangesPath 1.273 +0 -1 s

cvs commit: src/sys/dev/advansys adv_eisa.c adv_pci.c

2006-02-04 Thread Warner Losh
imp 2006-02-04 22:33:08 UTC FreeBSD src repository Modified files: sys/dev/advansys adv_eisa.c adv_pci.c Log: Type of overrun_buf doesn't matter to this code, but does to gcc. Make it a void *. Revision ChangesPath 1.19 +2 -2 src/sys/dev/advansys/a

cvs commit: doc/en_US.ISO8859-1/articles/hats article.sgml

2006-02-04 Thread Ceri Davies
ceri2006-02-04 22:31:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/hats article.sgml Log: Fix a missing full stop and a subject/verb mismatch. PR: docs/92826 Submitted by: Alec Berryman Revision ChangesPath 1.9

cvs commit: ports/emulators/hercules/files patch-configure patch-fbdcompile patch-herconf patch-tuntap

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 22:28:16 UTC FreeBSD ports repository Added files: emulators/hercules/files patch-configure patch-fbdcompile patch-herconf patch-tuntap Log: - Update to 3.03.1 [1] - Hand maintainership to bz [1][2] - Convert to OPTIONS [1] -

cvs commit: ports/emulators/hercules Makefile distinfo pkg-plist ports/emulators/hercules/files patch-compile.h patch-feature.h patch-hc-hack patch-hc.c patch-hercules.h patch-tapecopy.c patch-tapedev

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 22:19:02 UTC FreeBSD ports repository Modified files: emulators/hercules Makefile distinfo pkg-plist Removed files: emulators/hercules/files patch-compile.h patch-feature.h patch-hc-hack patch-hc.c

cvs commit: src/usr.sbin/inetd inetd.8

2006-02-04 Thread Ceri Davies
ceri2006-02-04 22:17:38 UTC FreeBSD src repository Modified files: usr.sbin/inetd inetd.8 Log: Perform minor rewording and grammatical improvement. Add a missing Xr. Revision ChangesPath 1.83 +40 -31src/usr.sbin/inetd/inetd.8 __

cvs commit: src/sys/dev/amr amr_pci.c

2006-02-04 Thread Warner Losh
imp 2006-02-04 22:14:20 UTC FreeBSD src repository Modified files: sys/dev/amr amr_pci.c Log: Use void * for pointer rather than u_int8_t *, since it doesn't matter. Well it does for type punning warnings. Revision ChangesPath 1.34 +4 -5 src/

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

2006-02-04 Thread Tom Rhodes
On Sat, 4 Feb 2006 20:54:08 + (UTC) Robert Watson <[EMAIL PROTECTED]> wrote: > rwatson 2006-02-04 20:54:08 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/audit chapter.sgml > Log: > Some edits of the audit handbook chapter: > > Renam

cvs commit: src/sys/dev/pccbb pccbb.c

2006-02-04 Thread Warner Losh
imp 2006-02-04 21:56:14 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c Log: Now that TUNABLE_ULONG is in the tree, and has been for a while, use it. This also avoids typepunning. Revision ChangesPath 1.138 +3 -3 src/sys/dev/pccb

cvs commit: doc/share/sgml man-refs.ent

2006-02-04 Thread Christian Brueffer
brueffer2006-02-04 21:43:39 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add some audit related manpages as well as usbdi(9). Revision ChangesPath 1.367 +18 -0 doc/share/sgml/man-refs.ent ___

cvs commit: src/sys/dev/firewire fwcrom.c

2006-02-04 Thread Warner Losh
imp 2006-02-04 21:37:39 UTC FreeBSD src repository Modified files: sys/dev/firewire fwcrom.c Log: Don't type pun accidentally. Instead, be explicit that we're type punning with an union so that the compiler knows. Revision ChangesPath 1.14 +8 -6 s

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

2006-02-04 Thread Christian Brueffer
brueffer2006-02-04 21:10:48 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 audit.4 Log: Remove reference to non-existant manpage. Confirmed by: rwatson Revision ChangesPath 1.3 +0 -1 src/share/man/man4/audit.4 ___

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

2006-02-04 Thread Robert Watson
rwatson 2006-02-04 21:08:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/audit chapter.sgml Log: Re-wrap after content ends. Suggested by: brueffer Revision ChangesPath 1.9 +12 -11doc/en_US.ISO8859-1/books/handbook/audit/c

cvs commit: ports/cad/gmsh Makefile distinfo

2006-02-04 Thread Thierry Thomas
thierry 2006-02-04 21:01:23 UTC FreeBSD ports repository Modified files: cad/gmsh Makefile distinfo Log: Update to 1.63.2 and make fetchable again. PR: 92799 Submitted by: TAOKA Fumiyoshi Revision ChangesPath 1.38 +1 -1 port

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

2006-02-04 Thread Robert Watson
rwatson 2006-02-04 20:54:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/audit chapter.sgml Log: Some edits of the audit handbook chapter: Rename section "Security Event Auditing" from "Kernel Event Auditing" -- while most of our events are cur

cvs commit: src/sys/amd64/amd64 trap.c src/sys/amd64/ia32 ia32_syscall.c

2006-02-04 Thread Wayne Salamon
wsalamon2006-02-04 20:37:20 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c sys/amd64/ia32 ia32_syscall.c Log: Call the audit syscall enter/exit functions for the amd64 architecture, both 32-bit and 64-bit paths. System calls will now be audite

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

2006-02-04 Thread Nate Lawson
Bill Paul wrote: This fixes a crash than can occur when activating a wireless NIC in close proximity to a very busy wireless network, reported by Ryan Beasley (ryan%^$!ATgoddamnbastard-!!!DOTorg. I know that this may have been an annoying bug, but that's no reason to swear at the rep

cvs commit: ports/mail/sqwebmail pkg-plist

2006-02-04 Thread Oliver Lehmann
oliver 2006-02-04 20:21:28 UTC FreeBSD ports repository Modified files: mail/sqwebmail pkg-plist Log: fix pkg-plist Noted by: kris via pointyhat Revision ChangesPath 1.21 +1 -0 ports/mail/sqwebmail/pkg-plist

cvs commit: src/usr.bin/login Makefile login.1 login.c login.h login_audit.c

2006-02-04 Thread Wayne Salamon
wsalamon2006-02-04 20:20:02 UTC FreeBSD src repository Modified files: usr.bin/loginMakefile login.1 login.c login.h Added files: usr.bin/loginlogin_audit.c Log: Make login audit-enabled, submitting audit records for the login and logout events. The speci

cvs commit: projects/csup csup.1

2006-02-04 Thread Maxime Henrion
mux 2006-02-04 20:07:23 UTC FreeBSD projects repository Modified files: csup csup.1 Log: With John's permission, remove the last two clauses of the BSD license in the csup.1 manual page, so that it matches the licenses in the rest of the source code.

cvs commit: ports/devel/bouml Makefile distinfo pkg-plist

2006-02-04 Thread Thierry Thomas
thierry 2006-02-04 19:57:24 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.9.1. Changelog at . Revision ChangesPath 1.28 +2 -2 ports/devel/bouml/Makefil

cvs commit: ports/net/freeradius Makefile pkg-plist ports/net/freeradius/files patch-4.11-fix radiusd.in radiusd.sh

2006-02-04 Thread Sergey Matveychuk
sem 2006-02-04 19:52:39 UTC FreeBSD ports repository Modified files: net/freeradius Makefile pkg-plist Added files: net/freeradius/files patch-4.11-fix radiusd.in Removed files: net/freeradius/files radiusd.sh Log: - Add patch to fix build on 4.x [1] - I

cvs commit: CVSROOT modules

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 19:51:55 UTC FreeBSD ports repository Modified files: .modules Log: Remove entry for mecab-razil which was removed by kuriyama four days ago. This concludes todays round of modules fixes. Revision ChangesPath 1.14260 +0 -1

cvs commit: CVSROOT modules

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 19:49:33 UTC FreeBSD ports repository Modified files: .modules Log: openh323-112 --> ports/net/openh323-112 Revision ChangesPath 1.14259 +1 -0 CVSROOT/modules ___ cvs-all@freeb

cvs commit: CVSROOT modules

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 19:48:40 UTC FreeBSD ports repository Modified files: .modules Log: pwlib152 --> ports/devel/pwlib152 Revision ChangesPath 1.14258 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: CVSROOT modules

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 19:45:55 UTC FreeBSD ports repository Modified files: .modules Log: p5-DBIx-Class-Schema-Loader --> ports/databases/p5-DBIx-Class-Schema-Loader Revision ChangesPath 1.14257 +1 -0 CVSROOT/modules _

cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Class-Schema-Loader Makefile distinfo pkg-descr pkg-plist

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 19:45:40 UTC FreeBSD ports repository Modified files: databasesMakefile Added files: databases/p5-DBIx-Class-Schema-Loader Makefile distinfo pkg-descr pkg-plist Log: DBIx::Class::Schema::Loader autom

cvs commit: ports/databases/p5-DBIx-Class-Loader Makefile distinfo

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 19:44:11 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-Loader Makefile distinfo Log: Update to 0.18 PR: 92814 Submitted by: Lars Balker Rasmussen <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.9

cvs commit: src/sys/dev/if_ndis if_ndis.c

2006-02-04 Thread Bill Paul
wpaul 2006-02-04 19:42:50 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: When ndis_attach() runs, it has to very briefly initialize the card in order to query the underlying Windows driver for the station address and some other properties. Th

Re: cvs commit: src/sys/security/audit audit_arg.c

2006-02-04 Thread Peter Jeremy
On Sat, 2006-Feb-04 15:05:27 +0100, Dag-Erling Smrgrav wrote: >Max Laier <[EMAIL PROTECTED]> writes: >> As for %ju, I think it's stupid. I even believe that %llu shouldn't ... >> We are seeing this type of porting problem over and over again, >> there should be a better sollution. > >There is in C

Re: cvs commit: src/usr.sbin/mergemaster mergemaster.8 mergemaster.sh

2006-02-04 Thread Pawel Jakub Dawidek
On Sat, Feb 04, 2006 at 06:24:06PM +, Robert Watson wrote: +> rwatson 2006-02-04 18:24:06 UTC +> +> FreeBSD src repository +> +> Modified files: +> usr.sbin/mergemaster mergemaster.8 mergemaster.sh +> Log: +> Add a -A argument to mergemaster to allow explicitly specifying an

cvs commit: ports/devel/bzrtools Makefile distinfo pkg-descr pkg-plist

2006-02-04 Thread Sergey Matveychuk
sem 2006-02-04 18:47:12 UTC FreeBSD ports repository Modified files: devel/bzrtools Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.7 PR: ports/92801 Submitted by: maintainer Revision ChangesPath 1.2 +1 -1 ports/devel

cvs commit: src/contrib/openbsm FREEBSD-upgrade

2006-02-04 Thread Robert Watson
rwatson 2006-02-04 18:29:51 UTC FreeBSD src repository Added files: contrib/openbsm FREEBSD-upgrade Log: Add a brief FREEBSD-upgrade file to provide direction on how to perform OpenBSM upgrades. Right now, this is very easy, but in the future it will probably become mor

cvs commit: ports/textproc/uim Makefile

2006-02-04 Thread MANTANI Nobutaka
nobutaka2006-02-04 18:27:21 UTC FreeBSD ports repository Modified files: textproc/uim Makefile Log: Make OPTIONS setting overridable from make arguments. Reported by:Chie & Kevin Reinholz <[EMAIL PROTECTED]> Revision ChangesPath 1.46 +9 -9 p

cvs commit: src/usr.sbin/mergemaster mergemaster.8 mergemaster.sh

2006-02-04 Thread Robert Watson
rwatson 2006-02-04 18:24:06 UTC FreeBSD src repository Modified files: usr.sbin/mergemaster mergemaster.8 mergemaster.sh Log: Add a -A argument to mergemaster to allow explicitly specifying an architecture to pass through to the underlying makefiles. This is quite useful whe

cvs commit: src/sys/arm/xscale/i80321 i80321_aau.c

2006-02-04 Thread Olivier Houchard
cognet 2006-02-04 18:01:15 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 i80321_aau.c Log: Don't forget to set the address of the next descriptor to 0 when we're zeroing a physical page, or we could end up re-zeroing portions of memory we have zeroed befor

cvs commit: src/sys/dev/asr asr.c

2006-02-04 Thread Scott Long
scottl 2006-02-04 17:56:17 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Squash another use of vtophys. Instead of creating separate busdma objects for doing static memory transfers, start collecting them into a single object. Revision Cha

cvs commit: projects/csup proto.c

2006-02-04 Thread Maxime Henrion
mux 2006-02-04 17:47:39 UTC FreeBSD projects repository Modified files: csup proto.c Log: Minor code shuffing, no functional changes. Revision ChangesPath 1.62 +11 -16projects/csup/proto.c ___ cv

cvs commit: ports/lang/gcc41 Makefile distinfo

2006-02-04 Thread Gerald Pfeifer
gerald 2006-02-04 17:24:23 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20060203 snapshot of GCC 4.1.0. Revision ChangesPath 1.248 +1 -1 ports/lang/gcc41/Makefile 1.145 +15 -15ports/lang/gcc

Re: cvs commit: doc/share/sgml man-refs.ent

2006-02-04 Thread Christian Brueffer
On Sat, Feb 04, 2006 at 03:24:25PM +, Bruce A. Mah wrote: > bmah2006-02-04 15:24:25 UTC > > FreeBSD doc repository > > Modified files: > share/sgml man-refs.ent > Log: > Add entity for ce(4). > Oops, thanks! - Christian -- Christian Brueffer [EMAIL P

cvs commit: ports/net/tcpxtract Makefile ports/net/tcpxtract/files extra-patch-sessionlist.c extra-patch-tcpxtract.c

2006-02-04 Thread MANTANI Nobutaka
nobutaka2006-02-04 16:42:14 UTC FreeBSD ports repository Modified files: net/tcpxtractMakefile Added files: net/tcpxtract/files extra-patch-sessionlist.c extra-patch-tcpxtract.c Log: Fix build error on 4-stable. Reported by:point

Re: cvs commit: ports/net-p2p/jigdo Makefile

2006-02-04 Thread Ion-Mihai Tetcu
On Fri, 3 Feb 2006 08:28:42 + (UTC) Kris Kennaway <[EMAIL PROTECTED]> wrote: > kris2006-02-03 08:28:42 UTC > > FreeBSD ports repository > > Modified files: > net-p2p/jigdoMakefile > Log: > BROKEN: Needs to be converted to use OPTIONS instead of home-grown > confi

cvs commit: ports/math/xwpl Makefile

2006-02-04 Thread Thierry Thomas
thierry 2006-02-04 17:04:33 UTC FreeBSD ports repository Modified files: math/xwplMakefile Log: This port install a binary for FreeBSD-1.0.2: mark IGNORE and DEPRECATED. Revision ChangesPath 1.11 +4 -1 ports/math/xwpl/Makefile ___

cvs commit: ports/security/p5-Crypt-SaltedHash Makefile distinfo

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 16:31:26 UTC FreeBSD ports repository Modified files: security/p5-Crypt-SaltedHash Makefile distinfo Log: - Update to 0.04 - Fix dependency - Unbreak on old perl PR: 92788 Submitted by: leeym Approved by:[EMAIL PROTECTED] (maintai

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

2006-02-04 Thread Olivier Houchard
cognet 2006-02-04 17:01:19 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: MFi386: revision 1.288 date: 2006/02/04 14:11:33; author: wsalamon; state: Exp; lines: +4 -1 Hook up the audit system to system call entry and exit. System calls will

Re: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt

2006-02-04 Thread Roman Kurakin
Christian Brueffer: brueffer2006-02-04 13:42:07 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Autogenerate hardware notes for the ce(4) driver. Revision Changes

cvs commit: src/sys/dev/em if_em.h

2006-02-04 Thread Scott Long
scottl 2006-02-04 16:50:14 UTC FreeBSD src repository Modified files: sys/dev/em if_em.h Log: Now that the em driver no longer needs to directly touch the scheduler, remove some unneeded headers. Revision ChangesPath 1.42 +0 -3 src/sys/dev/em/i

cvs commit: ports/textproc/uim-el-xemacs21-mule pkg-plist

2006-02-04 Thread MANTANI Nobutaka
nobutaka2006-02-04 16:01:44 UTC FreeBSD ports repository Modified files: textproc/uim-el-xemacs21-mule pkg-plist Log: Correct pkg-plist. Reported by:kris Revision ChangesPath 1.2 +1 -0 ports/textproc/uim-el-xemacs21-mule/pkg-plist _

Re: cvs commit: ports/comms/conserver-com Makefile distinfo pkg-plist ports/comms/conserver-com/files conserver.sh conserver.sh.in

2006-02-04 Thread Doug Barton
Jun Kuriyama wrote: > kuriyama2006-01-30 14:02:49 UTC > > FreeBSD ports repository > > Modified files: > comms/conserver-com Makefile distinfo pkg-plist > Added files: > comms/conserver-com/files conserver.sh.in > Removed files: > comms/conserver-com/files conserver.sh

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

2006-02-04 Thread Doug Barton
Scott Long wrote: > scottl 2006-02-01 04:18:08 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_rwlock.c > Log: > Fix another compile problem. If I find any more, this file is going in the > Attic until it is properly fixed. Without supper I pr

cvs commit: ports/deskutils/kchmviewer Makefile distinfo pkg-plist ports/deskutils/kchmviewer/files patch-chmlib-chm_lib.c patch-configure patch-src-Makefile.in

2006-02-04 Thread Markus Brueffer
markus 2006-02-04 16:12:46 UTC FreeBSD ports repository Modified files: deskutils/kchmviewer Makefile distinfo pkg-plist Added files: deskutils/kchmviewer/files patch-configure patch-src-Makefile.in Removed files: deskutils/kchmviewer/fil

cvs commit: ports LEGAL

2006-02-04 Thread Norikatsu Shigemura
nork2006-02-04 15:17:23 UTC FreeBSD ports repository Modified files: .LEGAL Log: Add sysutils/freqsdwn. Revision ChangesPath 1.452 +3 -1 ports/LEGAL ___ cvs-all@freebsd.org mailing list http:

cvs commit: ports/sysutils Makefile ports/sysutils/freqsdwn Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/freqsdwn/files 000.freqshpk.sh.in Makefile.daemon Makefile.subdir Makefile.

2006-02-04 Thread Norikatsu Shigemura
nork2006-02-04 15:13:37 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/freqsdwnMakefile distinfo pkg-descr pkg-message pkg-plist sysutils/freqsdwn/files 000.freqshpk.sh.in Makefile.daemon

cvs commit: CVSROOT modules

2006-02-04 Thread Norikatsu Shigemura
nork2006-02-04 15:13:53 UTC FreeBSD ports repository Modified files: .modules Log: freqsdwn --> ports/sysutils/freqsdwn Revision ChangesPath 1.14256 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.

cvs commit: doc/share/sgml man-refs.ent

2006-02-04 Thread Bruce A. Mah
bmah2006-02-04 15:24:25 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entity for ce(4). Revision ChangesPath 1.366 +1 -0 doc/share/sgml/man-refs.ent ___ cvs-all@freebsd.or

cvs commit: ports/japanese/motoya-ttfonts Makefile distinfo pkg-descr pkg-plist ports/japanese/motoya-ttfonts/files fonts.dir.motoya

2006-02-04 Thread Norikatsu Shigemura
nork2006-02-04 14:59:05 UTC FreeBSD ports repository Modified files: japanese/motoya-ttfonts Makefile distinfo pkg-descr pkg-plist japanese/motoya-ttfonts/files fonts.dir.motoya Log: Add MOTOYA Birch W1 font. Noticed by: rushani Revision ChangesPath

cvs commit: ports/japanese/xgate Makefile distinfo pkg-descr pkg-plist

2006-02-04 Thread Norikatsu Shigemura
nork2006-02-04 14:56:05 UTC FreeBSD ports repository Modified files: japanese/xgate Makefile distinfo pkg-descr pkg-plist Log: Update to 3.5pl3. Tested by: ume Sponsored by: Ensure Technology Ltd Revision ChangesPath 1.3 +3 -1 ports/

cvs commit: src/bin/sh main.c

2006-02-04 Thread Jens Schweikhardt
schweikh2006-02-04 14:47:19 UTC FreeBSD src repository Modified files: bin/sh main.c Log: Initialize PWD early on (don't expect it to be inherited from the environment or set it only when changing directories with cd). PR: standards/92640 Revision C

cvs commit: src/bin/sh var.h

2006-02-04 Thread Jens Schweikhardt
schweikh2006-02-04 14:41:27 UTC FreeBSD src repository Modified files: bin/sh var.h Log: s/staticly/statically/g Revision ChangesPath 1.13 +2 -2 src/bin/sh/var.h ___ cvs-all@freebsd.org mailing list h

cvs commit: src/bin/sh var.c

2006-02-04 Thread Jens Schweikhardt
schweikh2006-02-04 14:38:37 UTC FreeBSD src repository Modified files: bin/sh var.c Log: s/varable/variable/; s/tored/stored/ Revision ChangesPath 1.30 +2 -2 src/bin/sh/var.c ___ cvs-all@freebsd.org m

cvs commit: ports/security/p5-SHA Makefile distinfo pkg-descr pkg-plist ports/security/p5-SHA/files patch-Makefile.PL

2006-02-04 Thread Erwin Lansing
erwin 2006-02-04 14:38:12 UTC FreeBSD ports repository Modified files: security/p5-SHA Makefile distinfo pkg-descr pkg-plist Removed files: security/p5-SHA/files patch-Makefile.PL Log: Update to 2.01 PR: 92794 Submitted by: leeym Approved by:

cvs commit: src/bin/sh error.c eval.c expand.c jobs.c miscbltin.c

2006-02-04 Thread Jens Schweikhardt
schweikh2006-02-04 14:37:50 UTC FreeBSD src repository Modified files: bin/sh error.c eval.c expand.c jobs.c miscbltin.c Log: Remove some white space at EOL. Revision ChangesPath 1.26 +1 -1 src/bin/sh/error.c 1.50

cvs commit: src/include printf.h src/lib/libc/stdio xprintf_time.c

2006-02-04 Thread Poul-Henning Kamp
phk 2006-02-04 14:35:01 UTC FreeBSD src repository Modified files: include printf.h lib/libc/stdio xprintf_time.c Log: Remove spurious "union arg" from printf.h Make sure to always print something in the alternate time format. Revision Chang

Re: cvs commit: src/sys/security/audit audit_arg.c

2006-02-04 Thread Robert Watson
On Sat, 4 Feb 2006, Dag-Erling Smørgrav wrote: Max Laier <[EMAIL PROTECTED]> writes: As this is somewhat vendor code, I think u_int64_t is okay. On the contrary; u_int*_t is an old BSDism (which we accept for historical reasons), while uint64_t is the correct C99 syntax. The vendor in this

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

2006-02-04 Thread Wayne Salamon
wsalamon2006-02-04 14:11:33 UTC FreeBSD src repository Modified files: sys/i386/i386trap.c Log: Hook up the audit system to system call entry and exit. System calls will now be audited. Obtained from: TrustedBSD Project Approved by: rwatson (mentor) Revisio

cvs commit: src/sys/kern kern_sig.c

2006-02-04 Thread David Xu
davidxu 2006-02-04 14:10:57 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Create childproc_jobstate function to report job control state, this also fixes a bug in childproc_continued which ignored PS_NOCLDSTOP. Revision ChangesPath

  1   2   >