cvs commit: src/sys/dev/usb if_udav.c usbdevs

2008-04-25 Thread Warner Losh
imp 2008-04-26 05:46:29 UTC FreeBSD src repository Modified files: sys/dev/usb if_udav.c usbdevs Log: Add support for the Davicom DM9601. Submitted by: William Grzybowski Revision ChangesPath 1.36 +2 -5 src/sys/dev/usb/if_udav.c 1.348

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.c

2008-04-25 Thread John Birrell
jb 2008-04-26 05:09:19 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.c Log: * Handle the different ioctl design. * Add a couple of FreeBSD action extens

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_handle.c

2008-04-25 Thread John Birrell
jb 2008-04-26 05:07:54 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_handle.c Log: Make this file compile cleanly. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_dof.c dt_ident.c

2008-04-25 Thread John Birrell
jb 2008-04-26 05:07:07 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_dof.c dt_ident.c Log: Leave out some header files. Revision ChangesPath 1.2 +0 -0 src

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_link.c

2008-04-25 Thread John Birrell
jb 2008-04-26 05:05:49 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_link.c Log: * Handle building on FreeBSD for i386 and amd64. * Add stubs for the other FreeBSD arches. * Make the file compile cleanly. Revision Chang

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common drti.c

2008-04-25 Thread John Birrell
jb 2008-04-26 05:03:22 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common drti.c Log: * Make this file compile cleanly. * Add FreeBSD constructor/destructor definitions. Revision ChangesPath 1.2 +0 -0 src/cddl/co

cvs commit: src/tools/sched schedgraph.py

2008-04-25 Thread Jeff Roberson
jeff2008-04-26 05:02:48 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: - Remove cumbersome and inaccurate attempt at synchronizing the timestamps post collection. This is too error prone and introduces uncertainty into the timin

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_open.c

2008-04-25 Thread John Birrell
jb 2008-04-26 05:01:30 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_open.c Log: * Add FreeBSD action extensions. * Get the kernel module file name rather than hard-coding it like on Solaris. * Use FreeBSD's process library A

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_options.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:57:45 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_options.c Log: * Handle the different ioctl design. * Make this file compile cleanly. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_pid.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:56:46 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_pid.c Log: There is a lot of commented out code here which applies to future work for userland tracing. For now we need the basic functions to be in plac

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_parser.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:54:58 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_parser.c Log: Leave out a header file. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_parser.c

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_pragma.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:53:24 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_pragma.c Log: Merge FreeBSD include file changes with some code that should have come in on the vendor branch. Revision ChangesPath 1.2 +0 -

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_proc.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:51:45 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_proc.c Log: * Use FreeBSD's process library instead of the Solaris one. * There are a few placeholders in here for which there isn't libproc support code

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_proc.h

2008-04-25 Thread John Birrell
jb 2008-04-26 04:49:03 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_proc.h Log: Leave out the hook that Solaris has into it's rtld. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrac

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_impl.h

2008-04-25 Thread John Birrell
jb 2008-04-26 04:47:16 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_impl.h Log: * Add a couple of action definitions for FreeBSD extensions. * Handle the different ioctl design. * Add support for the get and set error locati

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_map.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:44:34 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_map.c Log: * Handle the different ioctl design. * Make the file compile cleanly. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opens

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_error.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:43:19 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_error.c Log: There are many places in libdtrace where errno can be set. When an error is returned all the way back to the dtrace app, it's hard to figure ou

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_errtags.h

2008-04-25 Thread John Birrell
jb 2008-04-26 04:40:38 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_errtags.h Log: Add some error definitions for FreeBSD action extensions. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/lib

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_module.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:39:26 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_module.c Log: * Make this file compile cleanly. * Use FreeBSD's kld syscalls to get kernel module information instead of using an object file system like

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_aggregate.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:37:01 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_aggregate.c Log: * Handle the different ioctl design. * Use FreeBSD's process library API. * Make the file compile cleanly. Revision ChangesPath

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_provider.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:34:50 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_provider.c Log: Just leave out a few includes to compile this on FreeBSD. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/li

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_subr.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:33:15 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_subr.c Log: * Get the maximum number of CPUs via a sysctl. * Handle the different ioctl design. * Support the freopen() changes. * Use functions in FreeBS

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l

2008-04-25 Thread John Birrell
jb 2008-04-26 04:26:23 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l Log: * Define YY_INPUT for flex since input() can't be re-defined. * On FreeBSD define both LITTLE_ENDIAN and BIG_ENDIAN and then set the BYTE_ORDER

cvs commit: src/cddl/contrib/opensolaris/lib/libctf/common ctf_subr.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:22:33 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libctf/common ctf_subr.c Log: Make this compile cleanly. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libctf/common/ctf_subr.c ___

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_program.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:20:12 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_program.c Log: Handle the different level of indirection between ioctl on SYSV vs BSD. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/o

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_printf.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:18:35 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_printf.c Log: freopen() on FreeBSD behaves differently to the Solaris one. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/l

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_work.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:16:18 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_work.c Log: * Use a portable POSIX timed wait. * Handle the different ioctl format. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/op

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dtrace.h

2008-04-25 Thread John Birrell
jb 2008-04-26 04:13:23 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dtrace.h Log: * Fix a function prototype. * Allow for the different level of indirection between SYSV's ioctl and BSD's. * Map a couple of sysconf definitions

cvs commit: src/cddl/contrib/opensolaris/lib/libgen/common gmatch.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:11:16 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libgen/common gmatch.c Log: Simplify for FreeBSD for now, bypassing the multibyte char variables that Solaris has. We may need to revisit this issue later. Revision Changes

cvs commit: src/cddl/contrib/opensolaris/lib/libctf/common ctf_lib.c

2008-04-25 Thread John Birrell
jb 2008-04-26 04:09:13 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libctf/common ctf_lib.c Log: Solaris has code which makes zlib optional, so they have to jump through some hoops to get the compression functions. On FreeBSD have libz and can

cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common mkerrtags.sh mknames.sh

2008-04-25 Thread John Birrell
jb 2008-04-26 04:03:59 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common mkerrtags.sh mknames.sh Log: 'echo' behaviour differs between SYSV and BSD. Revision ChangesPath 1.2

cvs commit: src/cddl/contrib/opensolaris/tools/ctf/common list.c memory.c src/cddl/contrib/opensolaris/tools/ctf/cvt alist.c alist.h barrier.c barrier.h ctf.c ctfconvert.c ctfmerge.c ctftools.h fixup_

2008-04-25 Thread John Birrell
jb 2008-04-26 04:01:35 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/tools/ctf/common list.c memory.c cddl/contrib/opensolaris/tools/ctf/cvt alist.c alist.h barrier.c barrier.h

cvs commit: src/cddl/contrib/opensolaris/tools/ctf/cvt dwarf.c

2008-04-25 Thread John Birrell
jb 2008-04-26 03:59:24 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/tools/ctf/cvt dwarf.c Log: Use FreeBSD's libdwarf which is BSD licensed instead of the GPL'd one that is used in Solaris. Revision ChangesPath 1.2 +0 -0 src/cd

cvs commit: src/cddl/contrib/opensolaris/tools/ctf/cvt util.c

2008-04-25 Thread John Birrell
jb 2008-04-26 03:56:50 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/tools/ctf/cvt util.c Log: We need to be consistent with prototype definitions. It isn't OK to use 'const' and just override it whenever we feel like it. If we use it at all, then w

cvs commit: src/lib/libdisk open_ia64_disk.c

2008-04-25 Thread Marcel Moolenaar
marcel 2008-04-26 03:56:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libdisk open_ia64_disk.c Log: MFC: Correct an off-by-1 for GPART. Revision ChangesPath 1.5 +8 -2 src/lib/libdisk/open_ia64_disk.c Revision

cvs commit: src/cddl/contrib/opensolaris/tools/ctf/dump dump.c

2008-04-25 Thread John Birrell
jb 2008-04-26 03:54:23 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/tools/ctf/dump dump.c Log: Make this file compile cleanly. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/tools/ctf/dump/dump.c

cvs commit: src/sys/ia64/ia64 elf_machdep.c machdep.c pmap.c src/sys/ia64/include md_var.h

2008-04-25 Thread Marcel Moolenaar
marcel 2008-04-26 03:50:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/ia64/ia64elf_machdep.c machdep.c pmap.c sys/ia64/include md_var.h Log: MFC: Better implement I-cache invalidation. Revision ChangesPath 1.25 +4

cvs commit: src/cddl/contrib/opensolaris/cmd/mdb/tools/common util.h src/cddl/contrib/opensolaris/cmd/sgs/include alist.h debug.h sgs.h

2008-04-25 Thread John Birrell
jb 2008-04-26 03:47:34 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/mdb/tools/common util.h cddl/contrib/opensolaris/cmd/sgs/include alist.h debug.h sgs.h Log: Apply FreeBSD changes. Revision ChangesPath 1.2 +0 -0 src/cd

cvs commit: src/cddl/contrib/opensolaris/cmd/mdb/tools/common die.c

2008-04-25 Thread John Birrell
jb 2008-04-26 03:44:47 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/mdb/tools/common die.c Log: On FreeBSD we can't afford to have a build fail simply because there was some sort of CTF conversion error. Revision ChangesPath 1.2

cvs commit: src/cddl/contrib/opensolaris/cmd/sgs/tools/common findprime.c

2008-04-25 Thread John Birrell
jb 2008-04-26 03:40:56 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/sgs/tools/common findprime.c Log: Add a missing include file. We care about function prototype definitions. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/

cvs commit: src/cddl/contrib/opensolaris/cmd/dtrace dtrace.c

2008-04-25 Thread John Birrell
jb 2008-04-26 03:39:02 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/dtrace dtrace.c Log: Apply FreeBSD changes. There is an incomplete piece of code in here which requires the process handling library which is still under development. R

cvs commit: src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts dtest.pl

2008-04-25 Thread John Birrell
jb 2008-04-26 03:36:28 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts dtest.pl Log: * Set the path to perl on FreeBSD. * Use the FreeBSD shell. * On FreeBSD the tests run from the OBJDIR, so output files go there rathe

cvs commit: src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts dstyle.pl

2008-04-25 Thread John Birrell
jb 2008-04-26 03:34:22 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts dstyle.pl Log: Set the path to perl on FreeBSD. Revision ChangesPath 1.2 +0 -0 src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scri

cvs commit: src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs err.D_OP_INCOMPAT.dupgtype.d err.D_OP_INCOMPAT.dupttype.d src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar

2008-04-25 Thread John Birrell
jb 2008-04-26 03:32:20 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs err.D_OP_INCOMPAT.dupgtype.d

cvs commit: src/lib/libc/sys mkdir.2

2008-04-25 Thread Sean Farley
scf 2008-04-26 02:33:53 UTC FreeBSD src repository Modified files: lib/libc/sys mkdir.2 Log: Have the man page catch up with the namespace pollution cleanup that occurred between 2001-2003. Thanks to bde for the history lesson[1] concerning sys/types.h and the ma

cvs commit: src/sys/dev/igb if_igb.c

2008-04-25 Thread Jack F Vogel
jfv 2008-04-26 02:15:40 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Opps,missed line in the fix... Revision ChangesPath 1.12 +2 -2 src/sys/dev/igb/if_igb.c ___ cvs-all@freebsd.

cvs commit: ports/games/vavoom Makefile

2008-04-25 Thread Alejandro Pulver
alepulver2008-04-26 02:01:41 UTC FreeBSD ports repository Modified files: games/vavoom Makefile Log: - Add missing devel/cmake dependency. Revision ChangesPath 1.38 +1 -0 ports/games/vavoom/Makefile ___ cvs

cvs commit: ports/news/nntpcache Makefile pkg-descr

2008-04-25 Thread Yen-Ming Lee
leeym 2008-04-26 00:38:45 UTC FreeBSD ports repository Modified files: news/nntpcache Makefile pkg-descr Log: - original master site is gone, update links to mirror site. Revision ChangesPath 1.52 +1 -1 ports/news/nntpcache/Makefile 1.7 +1 -1

cvs commit: src/etc network.subr src/share/man/man5 rc.conf.5

2008-04-25 Thread Brooks Davis
brooks 2008-04-25 23:50:49 UTC FreeBSD src repository Modified files: etc network.subr share/man/man5 rc.conf.5 Log: Replace the prototype vaps_ and vap_create_ variables with more wlans_ and create_args_ Add documentation for these variants an

cvs commit: src/cddl/contrib/opensolaris - Imported sources

2008-04-25 Thread John Birrell
jb 2008-04-25 23:33:18 UTC FreeBSD src repository src/cddl/contrib/opensolaris - Imported sources Update of /home/ncvs/src/cddl/contrib/opensolaris In directory repoman.freebsd.org:/tmp/cvs-serv13771 Log Message: Vendor import of DTrace support files from OpenSolaris.

cvs commit: src/sys/dev/igb if_igb.c

2008-04-25 Thread Jack F Vogel
jfv 2008-04-25 23:22:01 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: A change got dropped in the merge, add back Revision ChangesPath 1.11 +11 -11src/sys/dev/igb/if_igb.c ___ cvs

cvs commit: CVSROOT modules

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 23:21:36 UTC FreeBSD ports repository Modified files: .modules Log: wpa_supplicant is no more Revision ChangesPath 1.19702 +0 -1 CVSROOT/modules ___ cvs-all@freebsd.org mailing l

cvs commit: ports MOVED ports/security Makefile ports/security/wpa_supplicant Makefile distinfo pkg-descr ports/security/wpa_supplicant/files config.bsd patch-Makefile patch-crypto.c patch-pidfile pat

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 23:21:09 UTC FreeBSD ports repository Modified files: .MOVED security Makefile Removed files: security/wpa_supplicant Makefile distinfo pkg-descr security/wpa_supplicant/files config.bsd patch-Makefile

cvs commit: ports/java/jdk14/files patch-plugin::common::config.gmk

2008-04-25 Thread Martin Wilke
miwi2008-04-25 23:15:14 UTC FreeBSD ports repository Modified files: java/jdk14/files patch-plugin::common::config.gmk Log: - Fix patch reject after xorg cleanup Submitted by: pointyhat via pav Revision ChangesPath 1.4 +11 -11ports/java/jdk14/

cvs commit: ports/editors/ved Makefile

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 23:11:46 UTC FreeBSD ports repository Modified files: editors/ved Makefile Log: - Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve' Reported by:pointyhat Revision ChangesPath 1.14 +5 -1 ports/editors/ved/Mak

cvs commit: ports/net/openradius Makefile

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 22:57:14 UTC FreeBSD ports repository Modified files: net/openradius Makefile Log: - Mark BROKEN on -CURRENT: error: conflicting types for 'memrchr' Reported by:pointyhat Revision ChangesPath 1.15 +4 -0 ports/net/openradius/

cvs commit: ports/biology/molden Makefile

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 22:53:23 UTC FreeBSD ports repository Modified files: biology/molden Makefile Log: - Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of symbol Reported by:pointyhat Revision ChangesPath 1.36 +4 -0 port

cvs commit: ports/graphics/ffff Makefile

2008-04-25 Thread Martin Wilke
miwi2008-04-25 22:48:54 UTC FreeBSD ports repository Modified files: graphics/Makefile Log: - Fix build after xorg cleanup Submitted by: pointyhat via pav Revision ChangesPath 1.6 +5 -5 ports/graphics//Makefile ___

cvs commit: ports/net/libfixbuf Makefile pkg-plist

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 22:48:30 UTC FreeBSD ports repository Modified files: net/libfixbufMakefile pkg-plist Log: - Fix for objformat removal - Remove nonsensical dirrmtry line from plist Reported by:pointyhat Revision ChangesPath 1.3 +3 -0 p

cvs commit: ports/net/vnc Makefile

2008-04-25 Thread Anders Nordby
anders 2008-04-25 22:45:23 UTC FreeBSD ports repository Modified files: net/vnc Makefile Log: Add missing runtime dependencies. Approved by:maintainer timeout Revision ChangesPath 1.55 +3 -0 ports/net/vnc/Makefile _

cvs commit: ports/devel/ace Makefile

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 22:28:28 UTC FreeBSD ports repository Modified files: devel/aceMakefile Log: - Mark BROKEN on -CURRENT: error: cannot convert 'cpu_set_t*' to 'cpuset_t*' ... Reported by:pointyhat Revision ChangesPath 1.19 +4 -0 ports

cvs commit: ports/security/fakeroot/files patch-configure

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 22:16:50 UTC FreeBSD ports repository Added files: security/fakeroot/files patch-configure Log: - Fix build on -CURRENT (typo in configure script) PR: ports/123093 Submitted by: Ganael Laplanche <[EMAIL PROTECTED]> (maintainer) Revisio

cvs commit: src/sys/dev/em e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h e1000_osdep.h e1000_phy.c e1000_phy.h if_em.c if_em.h src/sys/

2008-04-25 Thread Jack F Vogel
jfv 2008-04-25 21:19:41 UTC FreeBSD src repository Modified files: sys/dev/em e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h e100

cvs commit: src/sys/conf files

2008-04-25 Thread Sam Leffler
sam 2008-04-25 20:42:48 UTC FreeBSD src repository Modified files: sys/conf files Log: add rules for statically embedding ipw, iwi, ral, and wpi firmware modules Revision ChangesPath 1.1295+154 -0src/sys/conf/files _

cvs commit: www/share/sgml usergroups.xml

2008-04-25 Thread Murray Stokely
murray 2008-04-25 20:32:52 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Update information about Unix Users Group Rhein-Neckar e.V [1] and add new arentinan user group [2] Submitted by: Raphael Becker <[EMAIL PROTECTED]> [1]

cvs commit: CVSROOT modules ports MOVED ports/graphics Makefile ports/graphics/entice Makefile distinfo pkg-descr pkg-plist ports/graphics/entice/files patch-src_bin_entice.c patch-src_bin_ipc.c ports

2008-04-25 Thread Martin Wilke
miwi2008-04-25 20:23:35 UTC FreeBSD ports repository Modified files: .modules .MOVED graphics Makefile misc Makefile net Makefile Removed files: graphics/entice Mak

cvs commit: ports/net/tinyldap Makefile distinfo pkg-plist ports/net/tinyldap/files patch-Makefile patch-auth.c patch-ldif.h patch-md5password.c patch-mstorage_add.c patch-mstorage_add_bin.c patch-tin

2008-04-25 Thread Dirk Meyer
-mstorage_add_bin.c Removed files: net/tinyldap/files patch-auth.c patch-md5password.c patch-tinyldap.c Log: - update to 20080425 better ACL support Revision ChangesPath 1.6 +6 -5 ports/net/tinyldap/Makefile 1.4 +3 -3 ports/net/tinyldap

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml

2008-04-25 Thread Thomas Abthorpe
tabthorpe2008-04-25 19:51:43 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Guy Brand for new ports work Revision ChangesPath 1.788 +5 -0 doc/en_US.ISO8859-1/articles/cont

cvs commit: ports/sysutils/tree Makefile ports/sysutils/tree/files patch-tree.c

2008-04-25 Thread Thomas Abthorpe
tabthorpe2008-04-25 19:46:13 UTC FreeBSD ports repository Modified files: sysutils/treeMakefile sysutils/tree/files patch-tree.c Log: - Fix for CURRENT - Bump PORTREVISION - Pass maintainership to submiiter Submitted by: Guy Brand (via private email)

cvs commit: src/sys/net80211 ieee80211.c

2008-04-25 Thread Sam Leffler
sam 2008-04-25 19:45:42 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: hookup the parent device's if_input and if_output to stub routines to catch unintended use (one might argue about if_output but it's behaviour is ill-defined without v

cvs commit: ports/textproc/p5-CAM-PDF Makefile distinfo

2008-04-25 Thread Martin Wilke
miwi2008-04-25 19:24:09 UTC FreeBSD ports repository Modified files: textproc/p5-CAM-PDF Makefile distinfo Log: - Update to 1.13 Revision ChangesPath 1.7 +1 -1 ports/textproc/p5-CAM-PDF/Makefile 1.6 +3 -3 ports/textproc/p5-CAM-PDF/distinfo

cvs commit: ports/mail/milter-greylist Makefile distinfo pkg-plist

2008-04-25 Thread Andrey A. Chernov
ache2008-04-25 19:15:33 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile distinfo pkg-plist Log: Upgrade to 4.0 Revision ChangesPath 1.23 +11 -4 ports/mail/milter-greylist/Makefile 1.11 +3 -3 ports/mail/milter-greylis

cvs commit: src/sys/dev/usb if_rum.c

2008-04-25 Thread Sam Leffler
sam 2008-04-25 19:13:38 UTC FreeBSD src repository Modified files: sys/dev/usb if_rum.c Log: remove scan task on state change so it doesn't unexpectedly fire Noticed by: Paul B. Mahol Revision ChangesPath 1.19 +2 -1 src/sys/dev/usb/if_r

cvs commit: ports/games/spring Makefile

2008-04-25 Thread Martin Wilke
miwi2008-04-25 19:12:10 UTC FreeBSD ports repository Modified files: games/spring Makefile Log: Mark broken on 5.x: does not compile PR: 122950 Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.4

cvs commit: ports/www/polipo Makefile

2008-04-25 Thread Martin Wilke
miwi2008-04-25 19:05:39 UTC FreeBSD ports repository Modified files: www/polipo Makefile Log: - Respect CC PR: 122944 Submitted by: Frank Fenor <[EMAIL PROTECTED]> Approved by:maintainer Revision ChangesPath 1.16 +1 -0

cvs commit: ports/security/chkrootkit Makefile

2008-04-25 Thread Martin Wilke
miwi2008-04-25 19:04:08 UTC FreeBSD ports repository Modified files: security/chkrootkit Makefile Log: - Respect CC PR: 122941 Submitted by: Frank Fenor <[EMAIL PROTECTED]> Approved by:maintainer Revision ChangesPath 1.29 +1 -0

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

2008-04-25 Thread Remko Lodder
remko 2008-04-25 19:03:56 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Be consistent with the architecture titles, we name them all: &os;/&arch.platform; and we had + Architecture for AMD64, which makes it different.

cvs commit: ports/security/vuxml vuln.xml

2008-04-25 Thread Xin LI
delphij 2008-04-25 19:03:04 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document extman password bypass vulnerability. Revision ChangesPath 1.1609+29 -1 ports/security/vuxml/vuln.xml _

cvs commit: ports/mail/extmail Makefile distinfo

2008-04-25 Thread Xin LI
delphij 2008-04-25 18:53:50 UTC FreeBSD ports repository Modified files: mail/extmail Makefile distinfo Log: extmail authors rerolled the tarball for the following reasons: * Fix purge mail js and code bugs. * Correct address book updates. * Correct JavaScript

cvs commit: ports/deskutils/openproj Makefile distinfo pkg-plist

2008-04-25 Thread Dirk Meyer
dinoex 2008-04-25 18:48:06 UTC FreeBSD ports repository Modified files: deskutils/openproj Makefile distinfo pkg-plist Log: - update to 1.1 Revision ChangesPath 1.2 +2 -2 ports/deskutils/openproj/Makefile 1.2 +3 -3 ports/deskutils/openproj/d

cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c

2008-04-25 Thread Sam Leffler
sam 2008-04-25 18:32:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/wpa/wpa_supplicant driver_freebsd.c Log: MFC: bug fix to preserve high 16 bits of if flags so drivers don't lose IFF_NEEDSGIANT Revision ChangesPath 1.14.2.2

cvs commit: src/contrib/hostapd ChangeLog Makefile README aes_wrap.c aes_wrap.h common.c common.h defconfig driver.h driver_test.c driver_wired.c eap_aka.c eap_gpsk.c eap_gpsk_common.c eap_gpsk_common

2008-04-25 Thread Sam Leffler
sam 2008-04-25 18:02:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) contrib/hostapd ChangeLog Makefile README aes_wrap.c aes_wrap.h common.c common.h defconfig driver.h driver_test.c eap_aka.c

cvs commit: ports/security/gnutls-devel Makefile Makefile.man distinfo pkg-plist

2008-04-25 Thread Roman Bogorodskiy
novel 2008-04-25 17:46:45 UTC FreeBSD ports repository Modified files: security/gnutls-devel Makefile Makefile.man distinfo pkg-plist Log: Update to 2.3.7. Revision ChangesPath 1.57 +2 -2 ports/security/gnutls-devel/Makefile 1.14 +5 -1 ports/se

cvs commit: src/usr.sbin/wpa/wpa_supplicant Makefile wpa_supplicant.8

2008-04-25 Thread Sam Leffler
sam 2008-04-25 17:39:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/wpa/wpa_supplicant Makefile wpa_supplicant.8 Log: MFC: enable syslog support and add -s option to the man page Revision ChangesPath 1.11.2.4 +1 -0 src/usr.s

cvs commit: src/contrib/wpa_supplicant ChangeLog FREEBSD-Xlist FREEBSD-upgrade Makefile README aes_wrap.c aes_wrap.h asn1.c common.c common.h config.c config_ssid.h ctrl_iface.c ctrl_iface_dbus.c ctrl

2008-04-25 Thread Sam Leffler
sam 2008-04-25 17:35:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) contrib/wpa_supplicant ChangeLog FREEBSD-Xlist FREEBSD-upgrade Makefile README aes_wrap.c aes_wrap.h asn1.c common.c common.h config

cvs commit: src/sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_capture.c

2008-04-25 Thread Robert Watson
rwatson 2008-04-25 17:34:09 UTC FreeBSD src repository Modified files: sbin/ddb Makefile ddb.8 ddb.c ddb.h Added files: sbin/ddb ddb_capture.c Log: Add "ddb capture print" and "ddb capture status" commands do ddb(8), alowing the DDB output capture

cvs commit: CVSROOT modules

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 17:23:11 UTC FreeBSD ports repository Modified files: .modules Log: quackle --> ports/games/quackle Revision ChangesPath 1.19700 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports/games Makefile ports/games/quackle Makefile distinfo pkg-descr pkg-plist ports/games/quackle/files patch-fixedstring.h

2008-04-25 Thread Pav Lucistnik
pav 2008-04-25 17:22:39 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/quackleMakefile distinfo pkg-descr pkg-plist games/quackle/files patch-fixedstring.h Log: Free crossword game artificial intelligence and

cvs commit: ports/irc/irssi-devel Makefile distinfo ports/irc/irssi-devel/files patch-irssi-version.h.in

2008-04-25 Thread Martin Wilke
miwi2008-04-25 17:20:23 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080421 Revision ChangesPath 1.126 +1 -1 ports/irc/irssi-devel/Makefile 1.7

cvs commit: src/sys/dev/ral rt2661.c

2008-04-25 Thread Sam Leffler
sam 2008-04-25 17:18:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ral rt2661.c Log: MFC 1.19: fix locking botch Revision ChangesPath 1.17.2.1 +3 -1 src/sys/dev/ral/rt2661.c _

cvs commit: ports/textproc/uncrustify Makefile distinfo

2008-04-25 Thread Martin Wilke
miwi2008-04-25 17:10:12 UTC FreeBSD ports repository Modified files: textproc/uncrustify Makefile distinfo Log: - Update to 0.46 PR: 123028 Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.22 +1 -1

cvs commit: src/etc/rc.d wpa_supplicant

2008-04-25 Thread Sam Leffler
sam 2008-04-25 17:05:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/rc.d wpa_supplicant Log: MFC 1.3: spell pidfile correctly so multiple wpa_supplicant processes can be run Revision ChangesPath 1.2.2.1 +2 -2 src/et

cvs commit: src/sys/dev/usb ucom.c ucomvar.h

2008-04-25 Thread Sam Leffler
sam 2008-04-25 17:04:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb ucom.c ucomvar.h Log: MFC: split out tty create part of ucom_attach into ucom_attach_tty so derived drivers can use it Revision ChangesPath 1.64.2

cvs commit: src/sys/sys cdefs.h

2008-04-25 Thread Sam Leffler
sam 2008-04-25 16:59:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys cdefs.h Log: MFC 1.95: add __noinline Revision ChangesPath 1.93.2.2 +6 -0 src/sys/sys/cdefs.h ___ cv

cvs commit: ports/math/jacal Makefile pkg-plist ports/math/jacal/files patch-Makefile

2008-04-25 Thread Martin Wilke
miwi2008-04-25 16:58:10 UTC FreeBSD ports repository Modified files: math/jacal Makefile math/jacal/files patch-Makefile Added files: math/jacal pkg-plist Log: - Add missing files to the Build. PR: 122767 Submitted by:

cvs commit: src/sys/net if_media.h

2008-04-25 Thread Sam Leffler
sam 2008-04-25 16:52:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_media.h Log: MFC 1.41: IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace it with IFM_IEEE80211_WDS Revision ChangesPath 1.40.2.1

cvs commit: src/sys/ddb db_command.c db_ps.c ddb.h

2008-04-25 Thread Sam Leffler
sam 2008-04-25 16:50:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/ddb db_command.c db_ps.c ddb.h Log: MFC: enable dynamic addition of "show all" commands Revision ChangesPath 1.73.2.5 +4 -2 src/sys/ddb/db_command.c

cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c

2008-04-25 Thread Sam Leffler
sam 2008-04-25 16:48:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ifconfigifclone.c ifconfig.c ifconfig.h ifvlan.c Log: MFC: Fix handling of create operation together with setting other parameters. Revision ChangesPath 1.3.

cvs commit: src/sys/sys mbuf.h

2008-04-25 Thread Sam Leffler
sam 2008-04-25 16:46:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys mbuf.h Log: MFC 1.223: add M_PROTO[678]; sort mbuf flags and extend values to 32 bits; write M_COPYFLAGS in terms of M_PROTOFLAGS Revision Changes

cvs commit: src/sys/dev/acpica acpi_thermal.c

2008-04-25 Thread Rui Paulo
rpaulo 2008-04-25 16:45:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make no assumptions about the state of the cooling devices. Instead, switch them off on init and, only

  1   2   >