Re: cvs commit: CVSROOT access mentors

2008-09-17 Thread Coleman Kane
SROOT/mentors > More proof that no good deed goes unpunished. Welcome Robert! Thanks for mentoring him, jhb. -- Coleman Kane signature.asc Description: This is a digitally signed message part

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2008-07-16 Thread Coleman Kane
cokane 2008-07-16 16:28:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/compat/ndis subr_ntoskrnl.c Log: SVN rev 180562 on 2008-07-16 16:28:12Z by cokane MFC of r179806 to 7-STABLE: Silence warning about missing IoGetDeviceObjectPointer

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

2008-07-08 Thread Coleman Kane
cokane 2008-07-09 00:10:55 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: SVN rev 180375 on 2008-07-09 00:10:55Z by cokane Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks to mutexes and replacing the obsolete if_watch

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

2008-07-08 Thread Coleman Kane
On Tue, 2008-07-08 at 12:11 +0930, Daniel O'Connor wrote: > On Tue, 8 Jul 2008, Coleman Kane wrote: > > Hopefully people will begin to incorporate "svn blame" into their > > work-flows. > > A 2 line comment would be much simpler and more likely to actually work

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

2008-07-07 Thread Coleman Kane
reate," it walks off the > > end > > of soun->sun_path looking for a \0. > > > > This reverts r105332. > > > > Reported by:Ryan Stone > > > > Revision ChangesPath > > 1.215 +4 -2 src/sys/kern/uipc_usrreq.c > Hopefully people will begin to incorporate "svn blame" into their work-flows. -- Coleman Kane signature.asc Description: This is a digitally signed message part

cvs commit: src/share/misc committers-src.dot

2008-07-03 Thread Coleman Kane
cokane 2008-07-03 21:45:25 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 180232 on 2008-07-03 21:45:25Z by cokane Belatedly add myself to the committers graph Revision ChangesPath 1.79 +2 -0 src/share/m

Re: [fwd] cvs commit: src/lib/libthr/thread thr_mutex.c thr_umtx.c thr_umtx.h src/sys/kern kern_umtx.c src/sys/sys umtx.h

2008-07-01 Thread Coleman Kane
On Tue, 2008-07-01 at 08:45 -0400, Alexander Kabaev wrote: > On Tue, 01 Jul 2008 08:10:39 -0400 > Coleman Kane <[EMAIL PROTECTED]> wrote: > > > > > > Firefox depends upon a lot of external things, including glib, nss, > > and nspr (among others, probab

Re: [fwd] cvs commit: src/lib/libthr/thread thr_mutex.c thr_umtx.c thr_umtx.h src/sys/kern kern_umtx.c src/sys/sys umtx.h

2008-07-01 Thread Coleman Kane
main app has been recompiled. I suggest running ldd on /usr/local/lib/firefox/firefox-bin (and other shared objects in that dir) to find out what all you might need to rebuild. At the very least, I'd expect a rebuild of nspr and nss to be mandatory. I *think* firefox uses nspr's thread implementation, and not the one from gthread (glib). -- Coleman Kane signature.asc Description: This is a digitally signed message part

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2008-06-15 Thread Coleman Kane
cokane 2008-06-15 13:37:29 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: SVN rev 179806 on 2008-06-15 13:37:29Z by cokane Silence warning about missing IoGetDeviceObjectPointer by implementing a simple stub that always returns STATUS

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

2008-06-11 Thread Coleman Kane
cokane 2008-06-11 13:40:15 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: SVN rev 179723 on 2008-06-11 13:40:15Z by cokane Convert ndis_spinlock to ndis_mtx and start using the sleepable mtx interface for NDIS_LOCK/UNLOCK. This

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main

2008-06-05 Thread Coleman Kane
On Thu, 2008-06-05 at 13:05 +, Alexey Dokuchaev wrote: > On Thu, Jun 05, 2008 at 08:15:41AM -0400, Coleman Kane wrote: > > On Wed, 2008-06-04 at 15:29 -0700, Steve Kargl wrote: > > > Please commit. The patch gives conformance to Posix > > > (ie., IE

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main

2008-06-05 Thread Coleman Kane
On Wed, 2008-06-04 at 23:47 -0700, Maxim Sobolev wrote: > Coleman Kane wrote: > > Using your argument above about scripts written for release X+1 not > > working under release X means that the addition of "-a" to /bin/cp > > should also be reverted, as well as n

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main

2008-06-05 Thread Coleman Kane
On Wed, 2008-06-04 at 15:29 -0700, Steve Kargl wrote: > On Wed, Jun 04, 2008 at 05:24:23PM -0400, Coleman Kane wrote: > > It's probably premature to begin shooting that down. I merely picked > > "cp" as the first tool that came to mind which lives in /bin. Maybe I

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main

2008-06-04 Thread Coleman Kane
On Wed, 2008-06-04 at 13:03 -0700, Maxim Sobolev wrote: > Coleman Kane wrote: > >> Where do we stop? Should we add long options to all > >> /usr/bin utilities? Why stop at /usr/bin, let's add > >> long options to /usr/sbin, /bin, /sbin, /rescue, etc. > &g

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main

2008-06-04 Thread Coleman Kane
> > > Where do we stop? Should we add long options to all > /usr/bin utilities? Why stop at /usr/bin, let's add > long options to /usr/sbin, /bin, /sbin, /rescue, etc. > I'm sure if someone has some "add long options to /bin/cp, etc..." patches, we can surely discuss them on this list as adults and respect the decision to add new features without deprecating any existing features, even if we won't be making use of those new features. -- Coleman Kane signature.asc Description: This is a digitally signed message part

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main

2008-06-04 Thread Coleman Kane
On Wed, 2008-06-04 at 04:18 +, Alexey Dokuchaev wrote: > On Tue, Jun 03, 2008 at 04:18:23PM +0100, Florent Thoumie wrote: > > On Fri, May 30, 2008 at 9:27 PM, Coleman Kane <[EMAIL PROTECTED]> wrote: > > > On Fri, 2008-05-30 at 12:58 -0700, Maxim Sobolev wrote: > &g

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info m

2008-06-03 Thread Coleman Kane
On Tue, 2008-06-03 at 18:45 +0200, Remko Lodder wrote: > On Tue, June 3, 2008 5:18 pm, Florent Thoumie wrote: > > On Fri, May 30, 2008 at 9:27 PM, Coleman Kane <[EMAIL PROTECTED]> wrote: > >> On Fri, 2008-05-30 at 12:58 -0700, Maxim Sobolev wrote: > >>> I am

Re: cvs commit: src/bin/sh expand.c parser.c parser.h

2008-06-03 Thread Coleman Kane
; Joe Marcus Clarke <[EMAIL PROTECTED]> writes: > : > : On Mon, 2008-06-02 at 16:52 -0400, Coleman Kane wrote: > : > : > On Mon, 2008-06-02 at 14:45 -0400, John Baldwin wrote: > : > : > > On Thursday 15 May 2008 03:55:27 pm St

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

2008-06-02 Thread Coleman Kane
cokane 2008-06-03 00:55:52 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: SVN rev 179498 on 2008-06-03 00:55:48Z by cokane Update if_ndis to remove the legacy if_watchdog interface and bring it more up to date. The watchdog tim

Re: cvs commit: src/bin/sh expand.c parser.c parser.h

2008-06-02 Thread Coleman Kane
pt. POSIX "test" syntax has been "=" and not "==" for a long time. Bash is not C... so I don't understand why the attempt to document "==" as the "proper" operator. My thinking is the offending script should be fixed with a patch that gets forwarded upstream to the libxslt team (including a mention that /bin/sh and /bin/test are not documented to support "==" by POSIX). -- Coleman Kane signature.asc Description: This is a digitally signed message part

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pk

2008-05-30 Thread Coleman Kane
tions to pkg_install. > > - Remove check for '-?' as it's not listed in authorized options. > > - Bump PKG_INSTALL_VERSION to 20080530. > > -Maxim > I am not sure about policy, however I do appreciate the long options sometimes. Primarily, I think they a

Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c t

2008-05-28 Thread Coleman Kane
On Wed, 2008-05-28 at 06:58 -0700, David O'Brien wrote: > On Wed, May 28, 2008 at 09:27:12AM -0400, Coleman Kane wrote: > > On Tue, 2008-05-27 at 18:35 -0700, David O'Brien wrote: > > > On Mon, May 26, 2008 at 11:16:39AM -0700, Colin Percival wrote: > > >

Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c t

2008-05-28 Thread Coleman Kane
ent pax implementation just be cored and modified to link against libarchive for the archive-handling code? -- Coleman Kane signature.asc Description: This is a digitally signed message part

Re: cvs commit: src Makefile

2008-05-25 Thread Coleman Kane
buy program. So, if anybody wants to turn the sun4v into a pet project, Sun has greased the wheels a bit for you already. The specs on these systems look impressive, I just didn't have the time to mess with it when I tried. I still get pings every few months from a Sun rep... -- Coleman Kane signature.asc Description: This is a digitally signed message part

cvs commit: src/lib/libexpat Makefile libbsdxml.3 src/sbin/ifconfig regdomain.c

2008-05-08 Thread Coleman Kane
cokane 2008-05-08 14:01:42 UTC FreeBSD src repository Modified files: lib/libexpat Makefile libbsdxml.3 sbin/ifconfigregdomain.c Log: Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.h header is now in two parts: bsdxml.h and bsdxml_ex

cvs commit: src/contrib/expat FREEBSD-upgrade

2008-05-08 Thread Coleman Kane
cokane 2008-05-08 13:56:58 UTC FreeBSD src repository Modified files: contrib/expatFREEBSD-upgrade Log: Update the FREEBSD-upgrade for expat 2.0.1 Approved by:sam, phk Revision ChangesPath 1.2 +95 -0 src/contrib/expat/FREEBSD-upgrade __

cvs commit: src/contrib/expat - Imported sources

2008-05-08 Thread Coleman Kane
cokane 2008-05-08 13:51:17 UTC FreeBSD src repository src/contrib/expat - Imported sources Update of /home/ncvs/src/contrib/expat In directory repoman.freebsd.org:/tmp/cvs-serv61960 Log Message: Virgin import (trimmed) of eXpat v2.0.1. Discussed and tested with sam and phk w

Re: cvs commit: src/include stdio.h src/lib/libc/stdio clrerr.c feof.c ferror.c fileno.c getc.c getchar.c local.h putc.c putchar.c xprintf.c

2008-05-07 Thread Coleman Kane
can fix this for us. > > The offer was a serious one. If you're interested in evaluating the > impact of this change on ports then just say the word. > > Kris > What if we fix this breakage through a patch in our autoconf/automake and then put a toggle in the ports system that could be told to re-run autogen on the offending ports before the configure script is run (hopefully replacing the broken "configure" with one that works)? On an embedded Linux system I am working with, I've been using this approach to fix some "host machine arch not found" errors. I would be able to live with ports being broken for a bit if it means we can get the change in... I'd even put in some time that I can to help fix the ones that I depend upon. -- Coleman Kane signature.asc Description: This is a digitally signed message part

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-04-29 Thread Coleman Kane
cokane 2008-04-29 21:48:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/ufs/ffs ffs_softdep.c Log: MFC: revision 1.219 Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE callout_* API (e.g. callout_init_mtx(9))

cvs commit: ports/net/gnome-netstatus Makefile ports/net/gnome-netstatus/files patch-src_netstatus-sysdeps.c

2008-04-23 Thread Coleman Kane
cokane 2008-04-23 18:22:48 UTC FreeBSD ports repository (src committer) Modified files: net/gnome-netstatus Makefile net/gnome-netstatus/files patch-src_netstatus-sysdeps.c Log: Update to match the latest addition of wlan VAP code in -CURRENT. Now, the wireless interface

Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-04-19 Thread Coleman Kane
On Thu, 2008-03-13 at 20:53 -0400, Coleman Kane wrote: > Robert Watson wrote: > > > > On Thu, 13 Mar 2008, Coleman Kane wrote: > > > >> cokane 2008-03-13 20:15:49 UTC > >> > >> FreeBSD src repository > >> > >> Mo

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

2008-04-17 Thread Coleman Kane
cokane 2008-04-17 22:57:33 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in my tree, but never committed it into git before making my patch! Submitted by: thompsa MFC af

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

2008-04-17 Thread Coleman Kane
cokane 2008-04-17 22:01:39 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Change the timeout(9) usage in if_ndis to a callout(9) implementation, as the former is becoming deprecated and exhibits some extraneous Giant-locking. The

Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c

2008-04-14 Thread Coleman Kane
On Mon, 2008-04-14 at 09:33 +0900, Pyun YongHyeon wrote: > On Sun, Apr 13, 2008 at 05:45:14AM +, Qing Li wrote: > > qingli 2008-04-13 05:45:14 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files options > > sys/net ra

cvs commit: ports/security/seahorse Makefile ports/security/seahorse/files patch-libseahorse_seahorse-secure-memory.c patch-libseahorse_seahorse-secure-memory.h

2008-04-13 Thread Coleman Kane
cokane 2008-04-13 23:21:20 UTC FreeBSD ports repository (src committer) Modified files: security/seahorseMakefile Added files: security/seahorse/files patch-libseahorse_seahorse-secure-memory.c patch-libseahorse_sea

Re: cvs commit: src/bin/ls ls.1 ls.c ls.h print.c

2008-04-06 Thread Coleman Kane
Greg 'groggy' Lehey wrote: On Saturday, 5 April 2008 at 20:41:44 -0400, Coleman Kane wrote: Greg 'groggy' Lehey wrote: On Saturday, 5 April 2008 at 19:40:02 +, Bjoern A. Zeeb wrote: On Fri, 4 Apr 2008, Greg Lehey wrote: grog200

Re: cvs commit: src/bin/ls ls.1 ls.c ls.h print.c

2008-04-05 Thread Coleman Kane
Greg 'groggy' Lehey wrote: On Saturday, 5 April 2008 at 19:40:02 +, Bjoern A. Zeeb wrote: On Fri, 4 Apr 2008, Greg Lehey wrote: grog2008-04-04 03:57:47 UTC FreeBSD src repository Modified files: bin/ls ls.1 ls.c ls.h print.c Log: Add -D option to specify

Re: cvs commit: src/sbin/ddb ddb.8 ddb.c

2008-04-04 Thread Coleman Kane
icizing someone for being late? Sorry, couldn't resist. I tried. Honest. :-) I think we've just stumbled upon a new term for feature removal. I like it. -- Coleman Kane ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/ma

cvs commit: src/sys/dev/tdfx tdfx_pci.c

2008-03-27 Thread Coleman Kane
cokane 2008-03-27 15:54:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/tdfx tdfx_pci.c Log: MFC: MFC of rev 1.40 to properly add the module dependency on mem, so that it will be loaded on-demand with this module. Approved by:

Re: cvs commit: src/lib/libthr/thread thr_affinity.c

2008-03-20 Thread Coleman Kane
John Baldwin wrote: On Wednesday 19 March 2008 04:40:58 pm Aryeh M. Friedman wrote: David Xu wrote: Aryeh M. Friedman wrote: I know this is off topic but the removal of KSE made it so it is not possible to get any Java VM running on 8-current (AMD64). Spcifically I have attache

Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-03-13 Thread Coleman Kane
Robert Watson wrote: On Thu, 13 Mar 2008, Coleman Kane wrote: cokane 2008-03-13 20:15:49 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE callout_* API (e.g

Re: cvs commit: src/tools/tools/editing freebsd.vim

2008-03-13 Thread Coleman Kane
David E. O'Brien wrote: obrien 2008-03-13 18:52:46 UTC FreeBSD src repository Added files: tools/tools/editing freebsd.vim Log: Vim function to style(9). Issue ':call FreeBSD_Style()' while editing a file. Submitted by: scf Revision ChangesPath 1.1

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-03-13 Thread Coleman Kane
cokane 2008-03-13 20:15:49 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE callout_* API (e.g. callout_init_mtx(9)). This was one of the numerous items on the http://wik

cvs commit: src/sys/dev/tdfx tdfx_pci.c

2008-03-13 Thread Coleman Kane
cokane 2008-03-13 14:08:41 UTC FreeBSD src repository Modified files: sys/dev/tdfx tdfx_pci.c Log: Add the module dependency on the mem(4) module. This will fix the module failing to load on a kernel that has "nodevice mem" in the config. It will now properly bring i

cvs commit: doc/share/pgpkeys cokane.key pgpkeys-developers.sgml pgpkeys.ent

2008-02-29 Thread Coleman Kane
cokane 2008-02-29 16:33:00 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeyscokane.key Log: Add my key to the PGP keys file Approved by:philip Revision Chan

Re: cvs commit: src/sys/sys param.h src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/ranlib Makefile src/usr.bin Makefile

2008-02-21 Thread Coleman Kane
Coleman Kane wrote: > Kai Wang wrote: > >> kaiw2008-02-21 16:12:46 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/sys param.h >> gnu/usr.bin/binutils/ar Makefile >> gnu/usr.bin/binutils

Re: cvs commit: src/sys/sys param.h src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/ranlib Makefile src/usr.bin Makefile

2008-02-21 Thread Coleman Kane
sr.bin/binutils/ranlib/Makefile > 1.337 +1 -1 src/sys/sys/param.h > 1.308 +0 -4 src/usr.bin/Makefile > What still needs to be done to get this to work? Is it just breaking under !i386 && !amd64 ? I kind of fancy the idea of slowly replacing binutils with our ow

Re: cvs commit: src/lib/msun Makefile Symbol.map src/lib/msun/amd64 Makefile.inc s_logbl.S src/lib/msun/i387 Makefile.inc s_logbl.S src/lib/msun/man ilogb.3 src/lib/msun/src s_logb.c s_logbl.c

2007-12-17 Thread Coleman Kane
r/src/lib/msun/amd64/s_logbl.S:41: Error: `4(%esp)' is not a valid 64 bit base/index expression -- Coleman Kane ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/kern kern_module.c src/sys/compat/freebsd32 freebsd32.h freebsd32_misc.c syscalls.master

2007-12-07 Thread Coleman Kane
fined as void return type in mount.h but a return value is expected at this point in freebsd32_misc.c. sys/sys/mount.h:void statfs_scale_blocks(struct statfs *sf, long max_size); -- Coleman Kane ___ cvs-all@freebsd.org mailing list http://lists

Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c

2007-11-12 Thread Coleman Kane
ond this. As a person who actually participated in their "Try and you don't have to buy" program, they pitched the system as basically tuned for a LAMP server (I guess that's FAMP for us, heh). Reading reviews and tech docs, the platform seems pretty tuned to that workload. -- Coleman Kane ___ 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/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Coleman Kane
w weeks to give people on -current a chance to upgrade. Whatever the solution turns out to be, don't forget to drop it into UPGRADING... -- Coleman Kane ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/usr.sbin/pkg_install/lib deps.c

2007-06-19 Thread Coleman Kane
On Tue, 2007-06-19 at 17:54 +0200, Pav Lucistnik wrote: > Coleman Kane píše v út 19. 06. 2007 v 11:51 -0400: > > On Mon, 2007-06-18 at 22:49 +, Pav Lucistnik wrote: > > > pav 2007-06-18 22:49:13 UTC > > > > > > FreeBSD src repository (doc,port

Re: cvs commit: src/usr.sbin/pkg_install/lib deps.c

2007-06-19 Thread Coleman Kane
; MFC after: 14 days > > Revision ChangesPath > 1.12 +111 -65 src/usr.sbin/pkg_install/lib/deps.c > Is this by any chance connected to why many of my gnome2 dependencies would take longer to register than to compile? -- Coleman Kane ___

Re: cvs commit: src/contrib/top commands.c machine.h top.X top.c

2007-05-17 Thread Coleman Kane
ect you speak. For me, PXE was an initialism, and > I was rather suprised to discover that is was an acronym in Californian ;-) > > David. Heh that's a good one. It took me a moment to figure out what this "Pixie Boot" was that everyone kept talking about. I still insist upon ca

Re: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c

2007-04-21 Thread Coleman Kane
p.c > > Log: > > Modify TLB invalidation handling. > > > > Reviewed by:alc@, peter@ > > MFC after: 1 week > > Could you be a bit more verbose what changed here and why it > was done? > I

Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GE

2007-04-10 Thread Coleman Kane
0 src/sys/powerpc/conf/GENERIC > > 1.121 +1 -0 src/sys/sparc64/conf/GENERIC > > 1.10 +1 -0 src/sys/sun4v/conf/GENERIC > > geom journal has been working great for me ever since it was committed to the tree. -- Coleman Kane ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Giving in to Coverity (was: cvs commit: src/sys/netgraph/bluetooth/l2cap ng_l2cap_cmds.c)

2007-04-02 Thread Coleman Kane
unctions that are typically called in a fashion consistent with a void return type. They help to inform the others that are working on it that the called function does, in fact, return a value, and that this value may be helpful in debugging problems with the call or even it might be applicable to c

Re: cvs commit: src/sys/pci if_vr.c

2007-04-01 Thread Coleman Kane
ossible gains through reduction in operation waste, and the changes should be reconsidered under these grounds. In addition, I (and others) fear that these renewable operations will render the development of devel/liboil obsolete, and its developers unemployed. -- Coleman Kane _

Re: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c src/sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c src/sys/fs/nullfs null_vfsops.c null_vnops.c s

2007-02-16 Thread Coleman Kane
On 2/16/07, Robert Watson <[EMAIL PROTECTED]> wrote: On Fri, 16 Feb 2007, Pawel Jakub Dawidek wrote: > On Fri, Feb 16, 2007 at 07:33:12AM +, Robert Watson wrote: >> >> On Thu, 15 Feb 2007, Pawel Jakub Dawidek wrote: >> >>> Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh

Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GE

2007-02-09 Thread Coleman Kane
ot;. Maybe just force it to auto-increment that last number until it finds an available slot. If it can't find an available slot, then spit out an error about ambiguous GEOM labels -- Coleman Kane ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/dev/atkbdc psm.c

2007-02-05 Thread Coleman Kane
On Mon, Feb 05, 2007 at 11:34:28AM +0100, Jean-S?bastien P?dron wrote, and it was proclaimed: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05.02.2007 07:16, Coleman Kane wrote: > > Synaptics TouchPad seems to go back to Relative Mode after the

Re: cvs commit: src/sys/dev/atkbdc psm.c

2007-02-04 Thread Coleman Kane
On 2/4/07, Jean-Sebastien Pedron <[EMAIL PROTECTED]> wrote: dumbbell2007-02-04 12:47:52 UTC FreeBSD src repository Modified files: sys/dev/atkbdc psm.c Log: Synaptics TouchPad seems to go back to Relative Mode after the call to set_controller_command_byte() call; by iss

Re: cvs commit: src/lib/libc/stdlib malloc.c

2007-02-01 Thread Coleman Kane
On 2/1/07, John Baldwin <[EMAIL PROTECTED]> wrote: On Wednesday 31 January 2007 19:16, Jason Evans wrote: > Coleman Kane wrote: > > Modified files: > > lib/libc/stdlib malloc.c > > Log: > > Fix a utrace(2)-related bug in calloc(3)

Re: cvs commit: src/lib/libc/stdlib malloc.c

2007-01-31 Thread Coleman Kane
; Does this fix the following error I get in GDB alot: Assertion failed: (mapelm.free == false), function arena_salloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2355. -- Coleman Kane ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: cvs commit: src/sys/compat/linprocfs linprocfs.c

2007-01-22 Thread Coleman Kane
On 1/22/07, Peter Jeremy <[EMAIL PROTECTED]> wrote: On Sun, 2007-Jan-21 20:36:39 +0100, Max Laier wrote: >That's right, but I think we can fix it by simply making int64_t an alias >for "long long" on all architectures. I still haven't heard any reason >not to just do this - is there something,

Re: cvs commit: ports/multimedia/pwcbsd Makefile ports/multimedia/pwcbsd/files patch-pwc-ctrl.c patch-pwc.c patch-pwc.h

2007-01-16 Thread Coleman Kane
On Mon, Jan 15, 2007 at 11:15:59AM +, Tim Bishop wrote, and it was proclaimed: > On Sat, Dec 16, 2006 at 05:50:15AM +0000, Coleman Kane wrote: > > cokane 2006-12-16 05:50:15 UTC > > > > FreeBSD ports repository (src committer) > > > > Modified

cvs commit: ports/multimedia/pwcbsd Makefile ports/multimedia/pwcbsd/files patch-pwc-ctrl.c patch-pwc.c patch-pwc.h

2006-12-15 Thread Coleman Kane
cokane 2006-12-16 05:50:15 UTC FreeBSD ports repository (src committer) Modified files: multimedia/pwcbsdMakefile Added files: multimedia/pwcbsd/files patch-pwc-ctrl.c patch-pwc.c patch-pwc.h Log: Commit of fixes that make this buildable o

Re: cvs commit: src/sys/amd64/conf GENERIC

2006-12-14 Thread Coleman Kane
On 12/14/06, David O'Brien <[EMAIL PROTECTED]> wrote: On Wed, Dec 13, 2006 at 08:13:24PM -0800, [EMAIL PROTECTED] wrote: > Secondly, I would *like* to have SMP on as a default in RELENG_6 for > amd64, as it would avoid doing what I've done twice already- fresh > sysinstall may or may not have in

Re: cvs commit: src/sbin Makefile src/sbin/ip6fw Makefile ip6fw.8 ip6fw.c sample.sh src/sys/conf files options src/sys/modules Makefile src/sys/modules/ip6fw Makefile src/sys/net net_osdep.h src/sys/n

2006-05-28 Thread Coleman Kane
heir own. > The result on my system is that v4 rules were wiped out. > Any ways to resolve this? (I commented out the flush line > in rc.firewall6 for now. But that's not good if you are > v6 only.) > > Thanks, > > yushun > Now that the firewall code is comb

cvs commit: src/bin/pax pax.1

2006-05-14 Thread Coleman Kane
cokane 2006-05-15 02:09:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) bin/pax pax.1 Log: MFC: rev. 1.36 The -b parameter incorrectly stated that pax archives over ~32kB violate POSIX. Fixed to describe that block size larger than 322

Re: cvs commit: src/sys/alpha Makefile src/sys/alpha/alpha api_up1000.c atomic.s autoconf.c busdma_machdep.c busspace.c clock.c clock_if.m cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trac

2006-05-14 Thread Coleman Kane
On Sun, May 14, 2006 at 03:55:16PM +0100, Doug Rabson wrote, and it was proclaimed: > On Friday 12 May 2006 19:16, Andrew Gallatin wrote: > > John Baldwin [EMAIL PROTECTED] wrote: > > > First pass at removing Alpha kernel support. > > > > Thanks for giving it a clean death, and not letting it li

cvs commit: src/bin/pax pax.1

2006-05-10 Thread Coleman Kane
cokane 2006-05-10 20:32:57 UTC FreeBSD src repository Modified files: bin/pax pax.1 Log: Fix the wording about the blocksize (-b) parameter. The existing wording makes it look like pax archives > 32256 bytes are not POSIX-compliant! Correct this to state that pa

cvs commit: src/usr.bin/calendar/calendars calendar.freebsd

2006-05-08 Thread Coleman Kane
cokane 2006-05-08 23:48:26 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to the freebsd calendar. Revision ChangesPath 1.180 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd __

Re: cvs commit: src/games/fortune/datfiles fortunes

2006-04-24 Thread Coleman Kane
On 4/22/06, Wilko Bulte <[EMAIL PROTECTED]> wrote: > > On Thu, Apr 20, 2006 at 09:37:39PM -0400, Coleman Kane wrote.. > > On 4/19/06, Wilko Bulte <[EMAIL PROTECTED]> wrote: > > > > > > On Tue, Apr 18, 2006 at 03:36:17PM -0700, Nate Lawson wrote.. > >

Re: cvs commit: src/games/fortune/datfiles fortunes

2006-04-20 Thread Coleman Kane
On 4/19/06, Wilko Bulte <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 18, 2006 at 03:36:17PM -0700, Nate Lawson wrote.. > > Mark Linimon wrote: > > >On Mon, Apr 17, 2006 at 10:48:30PM -0700, Nate Lawson wrote: > > >>>Are you absolutely sure that the corruption isn't intentional? Note > > >>>that the

Re: cvs commit: src/games/fortune/datfiles fortunes

2006-04-18 Thread Coleman Kane
ntional. it is: 1) Mostly ASCII characters producible with the keyboard and 2) The corruption resembles the frames on my old dialup telnet line would produce if something triggered it to go into ppp mode. -- coleman kane ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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

2006-02-28 Thread Coleman Kane
On 2/28/06, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > > "Maksim Yevmenkin" <[EMAIL PROTECTED]> writes: > > we should make a decision which scancodes keyboard drivers should be > > returning and change kbdmux(4), syscons(4) etc. to support it. > > > > until then, i'm afraid, sun rs232 and pow

Re: cvs commit: src/sys/i386/linux linux_sysvec.c src/sys/i386/i386 elf_machdep.c src/sys/kern imgact_elf.c src/sys/sparc64/sparc64 elf_machdep.c src/sys/compat/ia32 ia32_sysvec.c src/sys/sys imgact_e

2005-12-31 Thread Coleman Kane
Any idea on if this is a candidate for MFC, and if so, when? On 12/26/05, Maxim Sobolev <[EMAIL PROTECTED]> wrote: > sobomax 2005-12-26 21:23:57 UTC > > FreeBSD src repository > > Modified files: > sys/i386/linux linux_sysvec.c > sys/i386/i386elf_machdep.c > sys/k

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

2005-12-29 Thread Coleman Kane
On 12/26/05, Olivier Houchard <[EMAIL PROTECTED]> wrote: > > On Mon, Dec 26, 2005 at 03:17:35AM -0800, Maxim Sobolev wrote: > > Hi, > > > > IMHO this approach is suboptimal, since it depends on user's ability to > > debug reason of failure of each particular script. I think since target > > platfor