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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
>
> 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
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
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
; 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
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
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
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
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:
> > >
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
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
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
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
__
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
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
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))
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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]"
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
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]"
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]"
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
; 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
___
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
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
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]"
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
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
_
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
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]"
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
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
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)
;
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
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,
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
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
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
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
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
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
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
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
__
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..
> >
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
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]"
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
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
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
79 matches
Mail list logo