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

2011-10-15 Thread John-Mark Gurney
jmg 2011-10-15 20:25:24 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: reword so that the module/repo are not seperated... Approved by:manolis Revision ChangesPath 1.304 +4 -3

cvs commit: www/en/internal developer.sgml

2011-10-15 Thread John-Mark Gurney
jmg 2011-10-15 20:20:47 UTC FreeBSD doc repository (src committer) Modified files: en/internal developer.sgml Log: point to VCS Operations instead of the long dead (sometime in early 2009) CVS Operations page... Approved by:gjb Revision ChangesPa

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

2008-04-27 Thread John-Mark Gurney
fixing this in the near future? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: cvs commit: src/sys/dev/ata ata-all.c

2008-04-21 Thread John-Mark Gurney
Scott Long wrote this message on Mon, Apr 21, 2008 at 15:59 -0600: > John-Mark Gurney wrote: > >Bjoern A. Zeeb wrote this message on Sun, Apr 20, 2008 at 17:45 +: > >>bz 2008-04-20 17:45:32 UTC > >> > >> FreeBSD src repository > >&

Re: cvs commit: src/sys/dev/ata ata-all.c

2008-04-21 Thread John-Mark Gurney
it. devclass_find_free_unit is also missing a man page. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ cvs-all@freebsd.org mailing list http

Re: cvs commit: src/lib/libc/locale utf8.c

2007-10-26 Thread John-Mark Gurney
to prove that making it a function will slow it down significantly? Things have changed over the years -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-18 Thread John-Mark Gurney
Andrey Chernov wrote this message on Thu, Oct 18, 2007 at 05:14 +0400: > On Wed, Oct 17, 2007 at 05:00:33PM -0700, John-Mark Gurney wrote: > > > Why not to put them under DEVFS like /dev/sensors/* ? They are devices > > > after all. I agree that putting devices under

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-17 Thread John-Mark Gurney
devices under sysctl.* is bad idea. a) How does a userland driver present a DEVFS/device instance? b) For exporting a simple integer, sysctl makes more sense than the device interface. (I'm not getting into naming the sysctl node, or where it should be located.) -- John-Mark G

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-16 Thread John-Mark Gurney
Alexander Leidinger wrote this message on Tue, Oct 16, 2007 at 18:40 +0200: > Quoting John-Mark Gurney <[EMAIL PROTECTED]> (from Mon, 15 > Oct 2007 13:21:15 -0700): > > >Alexander Leidinger wrote this message on Mon, Oct 15, 2007 at 21:09 +0200: > >>> >I al

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-15 Thread John-Mark Gurney
difference in favour of the > sensors framework. Did you completely ignore the discussion back in July? I didn't bring it up, because someone else did, but the simple solution is a socket like /var/run/log or /var/run/devd.pipe, that a userland daemon running as root that has

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-15 Thread John-Mark Gurney
rk would be nice to > have. Please reread the thread back in July. phk was not the only one to object to the framework, and my emails were ignored... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-29 Thread John-Mark Gurney
ng it needed to find bug xyz? If we take the attitude that only developers should be running -current we'll continue w/ unhappy -stable releases like we have in the past... Not that Kris doesn't do a great job finding bugs, but other people are good at finding bugs too, and we shouldn&#x

cvs commit: src/share/man/man9 taskqueue.9

2007-07-08 Thread John-Mark Gurney
jmg 2007-07-09 06:24:10 UTC FreeBSD src repository Modified files: share/man/man9 taskqueue.9 Log: document the call to wakeup after a task has been run... Approved by:re (hrs) MFC after: 3 days Revision ChangesPath 1.21 +6 -0 src/s

Re: cvs commit: src/sys/amd64/amd64 tsc.c src/sys/amd64/isa clock.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_all.c src/sys/compat/opensolaris/kern opensolaris_kstat.c src/sys/dev/acpica acpi_timer.

2007-06-04 Thread John-Mark Gurney
le_quad to export them and change the format > to Q so that sysctl(1) can still print them. Perhaps documenting SYSCTL_HANDLER_ARGS and the several standard handlers in sysctl_add_oid(9) would be in order? -- John-Mark Gurney Voice: +1 415 225 5579 &qu

Re: cvs commit: src Makefile.inc1

2007-05-16 Thread John-Mark Gurney
Dag-Erling Smrgrav wrote this message on Wed, May 16, 2007 at 10:18 +0200: > Another possibility is > > if (ls -lo ./$${file} | grep -qw schg) ; then ls -lo ./$${file} | awk '{ print $$5 }' | grep -qw schg -- John-Mark Gurney Voi

Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h

2007-05-07 Thread John-Mark Gurney
John Baldwin wrote this message on Mon, May 07, 2007 at 13:53 -0400: > On Sunday 06 May 2007 03:10:27 pm Paolo Pisati wrote: > > On Sun, May 06, 2007 at 10:44:26AM -0700, John-Mark Gurney wrote: > > > Paolo Pisati wrote this message on Sun, May 06, 2007 at 17:02 +: > &

Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h

2007-05-06 Thread John-Mark Gurney
Paolo Pisati wrote this message on Sun, May 06, 2007 at 21:10 +0200: > On Sun, May 06, 2007 at 10:44:26AM -0700, John-Mark Gurney wrote: > > Paolo Pisati wrote this message on Sun, May 06, 2007 at 17:02 +: > > > Modified files: > > > sys/amd64/amd64 in

cvs commit: src/share/man/man9 make_dev.9

2007-05-06 Thread John-Mark Gurney
jmg 2007-05-06 18:20:16 UTC FreeBSD src repository Modified files: share/man/man9 make_dev.9 Log: Document the additional fields, si_drv1 and si_drv2 that are available for the user to use... MFC after: 1 week Revision ChangesPath 1.22 +17 -

Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c src/sys/sys interrupt.h

2007-05-06 Thread John-Mark Gurney
the reminaing bits to make interrupt filtering work: When are we going to see man page updates to document this new feature? Also, you forgot to update sys/sys/bus.h's comments? or did you fix the code to behave like the comments? -- John-Mark Gurney Voice:

Re: cvs commit: src/sys/dev/sound/pcm sound.h

2007-05-06 Thread John-Mark Gurney
rv1, you don't need to limit yourself because of minors? You have two fields to use, si_drv1 and si_drv2.. I was able to remove my MINOR macro from bktrau using this method.. -- John-Mark Gurney Voice: +1 415 225 5579 "A

cvs commit: src/sys/boot/common loader.8

2007-05-05 Thread John-Mark Gurney
jmg 2007-05-05 17:36:43 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 Log: fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now... and only supports just over 7GB of swap... Sound a bit more professional.. Inspired by:

cvs commit: src/share/man/man9 rman.9

2007-04-29 Thread John-Mark Gurney
jmg 2007-04-29 19:46:33 UTC FreeBSD src repository Modified files: share/man/man9 rman.9 Log: Document requirements to calling rman_init... (Hmmm, maybe we should make these areguments to rman_init?) MFC after: 1 week Revision ChangesPath 1.9

cvs commit: src/share/man/man9 rman.9 src/sys/kern subr_rman.c

2007-04-28 Thread John-Mark Gurney
jmg 2007-04-28 07:37:49 UTC FreeBSD src repository Modified files: share/man/man9 rman.9 sys/kern subr_rman.c Log: Complete removal of restriction about overlaps to rman_manage_region: remove comment and man page verbage... Document return values

Re: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs vdev.c

2007-04-24 Thread John-Mark Gurney
ess likely, but would you ever want your computer to possibly crash? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ cvs-all@freebsd.org mai

Re: cvs commit: src/sys/cam/scsi scsi_sg.c

2007-04-16 Thread John-Mark Gurney
t; Revision ChangesPath > 1.6 +1 -1 src/sys/cam/scsi/scsi_sg.c Umm.. shouldn't you not call destroy_dev on the devalias? From make_dev(9): Do not call destroy_dev() on devices that were created with make_dev_alias(). -- John-Mark Gurney Vo

Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c src/sys/dev/sound/pci als4000.c atiixp.c au88x0.c aureal.c cmi.c cs4281.c csapcm.c ds1.c emu10k1.c emu10kx.c envy24.c envy24ht.c

2007-02-24 Thread John-Mark Gurney
s_if.m? There are a few calls that are undocumented such as bus_get_dma_tag. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ cvs-all@freebsd.org m

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-11 Thread John-Mark Gurney
Pawel Jakub Dawidek wrote this message on Sat, Feb 10, 2007 at 12:34 +0100: > On Fri, Feb 09, 2007 at 01:15:17PM -0800, John-Mark Gurney wrote: > > Brooks Davis wrote this message on Fri, Feb 09, 2007 at 19:03 +: > > > brooks 2007-02-09 19:03:18 UTC > > > >

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 John-Mark Gurney
found this out when g_label decided to randomly use the other disk one boot... Maybe g_label should not expose duplicate labels? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." __

Re: cvs commit: src/sys/conf files

2007-02-03 Thread John-Mark Gurney
Warner Losh wrote this message on Sat, Feb 03, 2007 at 16:18 -0700: > In message: <[EMAIL PROTECTED]> > John-Mark Gurney <[EMAIL PROTECTED]> writes: > : Warner Losh wrote this message on Sat, Feb 03, 2007 at 06:45 +: > : > imp 2007-02-03 06:45:02

Re: cvs commit: src/sys/conf files

2007-02-03 Thread John-Mark Gurney
o not require their *_if.m files to be marked standard... It looks like some others could possibly be cleaned up and not made standard, such as eisa... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will

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

2007-02-02 Thread John-Mark Gurney
t lock -> kqueue lock... Where knlist lock is the lock that protects the object (or knlist belonging to the object)... Do we have a way to signify that you do not obtain another lock once you have obtained the kqueue lock? -- John-Mark Gurney Voice: +1 415 225

Re: cvs commit: src/sys/arm/xscale/ixp425 if_npe.c ixp425.c ixp425_pci.c ixp425var.h

2007-01-17 Thread John-Mark Gurney
at's what I did for sun4v so that we can get the devices converted... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ cvs-all@fre

cvs commit: src/sys/dev/bktr bktr_i2c.c

2006-12-31 Thread John-Mark Gurney
jmg 2006-12-31 19:42:47 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_i2c.c Log: remove delays that have been unnecessary since 2002... The iicbb driver has the proper delays... Revision ChangesPath 1.29 +0 -7 src/sys/dev/bktr/b

cvs commit: src/sys/conf kern.post.mk

2006-12-30 Thread John-Mark Gurney
jmg 2006-12-30 20:27:24 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk Log: now that MFS_IMAGE is in the FULLKERNEL section, use FULLKERNEL instead of KERNEL_KO, this fixes MFS_IMAGE on a debugging kernel... Submitted by: Neelkanth Natu

cvs commit: src/share/man/man9 kqueue.9

2006-12-29 Thread John-Mark Gurney
jmg 2006-12-29 22:30:10 UTC FreeBSD src repository Modified files: share/man/man9 kqueue.9 Log: Some how the d slipped out in the last commit, add it back... Pointed out by: mdoc-police (ru) Revision ChangesPath 1.6 +1 -1 src/share/man/man9/k

cvs commit: src/share/man/man9 kqueue.9

2006-12-28 Thread John-Mark Gurney
jmg 2006-12-28 22:28:28 UTC FreeBSD src repository Modified files: share/man/man9 kqueue.9 Log: bump doc date and fix spelling... Pointed out by: mdoc-police (ru) Revision ChangesPath 1.5 +2 -2 src/share/man/man9/kqueue.9

cvs commit: src/share/man/man9 kqueue.9

2006-12-28 Thread John-Mark Gurney
jmg 2006-12-28 19:15:13 UTC FreeBSD src repository Modified files: share/man/man9 kqueue.9 Log: document that locks must not be aquired in f_event... (and where they can be safely aquired) Reminded by:kib (by LOR #193) MFC:3 days Revision Changes

cvs commit: src/lib/libc/stdtime strftime.3

2006-12-19 Thread John-Mark Gurney
jmg 2006-12-19 20:20:39 UTC FreeBSD src repository Modified files: lib/libc/stdtime strftime.3 Log: add a missing the... MFC after: 3 days Revision ChangesPath 1.38 +1 -1 src/lib/libc/stdtime/strftime.3 _

Re: cvs commit: src/sys/net if_ethersubr.c

2006-12-12 Thread John-Mark Gurney
r if there is a generic identifier > that we can use to provide alignment. How about? #define __NO_STRICT_ALIGNMENT It's already defined for amd64 and i386, so all you have to do it test that it isn't defined... -- John-Mark Gurney Voice: +1 415 2

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

2006-11-09 Thread John-Mark Gurney
jmg 2006-11-09 21:05:32 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: fix hanging on invalid data... (This doesn't fix hanging due to broken hardware)... Tested by: Ian Dowse, Adam K Kirchhoff and Vladimir Kushnir Revision Change

cvs commit: src ObsoleteFiles.inc

2006-10-31 Thread John-Mark Gurney
jmg 2006-10-31 21:05:36 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: remove gdbserver on ARCH i386 as we now install it again.. Submitted by: Pawel Worach Revision ChangesPath 1.57 +2 -0 src/ObsoleteFiles.

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

2006-10-21 Thread John-Mark Gurney
32, base e910, size 12, enabled At a minimum you'll get the VPD Ident line, and I don't see it... So, I currently can't see how my vpd patch would change the device.. I'm also puzzled by the wildly different values for card in your posted pciconf listing... -- John-Mar

cvs commit: src/gnu/usr.bin/gdb Makefile

2006-10-21 Thread John-Mark Gurney
jmg 2006-10-21 17:27:36 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb Makefile Log: Turn on gdbserver for the arch that supports it.. Revision ChangesPath 1.12 +4 -0 src/gnu/usr.bin/gdb/Makefile _

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

2006-10-20 Thread John-Mark Gurney
jmg 2006-10-20 21:28:11 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: fix tab indentation for CP and RV... If the length is zero, catch this early, instead of making dflen go negative and letting bad things happen... We also check to see i

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

2006-10-17 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney

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

2006-10-17 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney

cvs commit: src/sys/dev/bktr bktr_os.c

2006-10-16 Thread John-Mark Gurney
jmg 2006-10-17 03:45:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bktr bktr_os.c Log: MFC: v1.53 > don't require a buffer if all we are doing is manipulating the GPIO pins... Approved by:re (hrs) Revision Changes

cvs commit: src/sys/dev/bktr bktr_os.c

2006-10-16 Thread John-Mark Gurney
jmg 2006-10-17 03:44:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bktr bktr_os.c Log: MFC: v1.52 > if we are compiling with smbus support, properly depend upon the iic and > smbus modules, otherwise as a module you can't kldl

cvs commit: src/sbin/devd devd.conf.5

2006-10-16 Thread John-Mark Gurney
jmg 2006-10-17 03:42:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/devddevd.conf.5 Log: MFC: devd.conf.5 v1.9 > flesh out the devd.conf man page... Mostly from the PR, but did a couple > gramatical tweaks along w/ sorting th

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

2006-10-16 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > On Mon, Oct 09, 2006 at 04:15:56PM +0000, John-Mark Gurney wrote: > > jmg 2006-10-09 16:15:56 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/pc

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

2006-10-10 Thread John-Mark Gurney
Bruce M. Simpson wrote this message on Tue, Oct 10, 2006 at 12:22 +0100: > John-Mark Gurney wrote: > >jmg 2006-10-09 16:15:56 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/dev/pci pci.c pci_if.m pci_private.h pcivar

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

2006-10-09 Thread John-Mark Gurney
jmg 2006-10-09 16:15:56 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h sys/dev/sk if_sk.c if_skreg.h Log: provide routines to access VPD data at the PCI layer... remove sk's own implementation, and use

cvs commit: src/sbin/devd devd.conf.5

2006-10-07 Thread John-Mark Gurney
jmg 2006-10-07 21:15:41 UTC FreeBSD src repository Modified files: sbin/devddevd.conf.5 Log: flesh out the devd.conf man page... Mostly from the PR, but did a couple gramatical tweaks along w/ sorting the list, and adding that serial is available for USB

cvs commit: src/sys/dev/fxp if_fxp.c

2006-10-06 Thread John-Mark Gurney
jmg 2006-10-06 20:53:01 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: fix fxp so that it will reset the link when you change the speed... This will fix a problem where you boot w/ the default of autoselect, but then set the speed to 100/fu

cvs commit: src/share/man/man9 Makefile

2006-10-05 Thread John-Mark Gurney
jmg 2006-10-05 08:55:35 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: sort MLINKS properly Pointed out by: ru Revision ChangesPath 1.281 +7 -7 src/share/man/man9/Makefile ___

Re: cvs commit: src/sys/conf Makefile.sun4v files.sun4v options.sun4v src/sys/sun4v/compile .cvsignore src/sys/sun4v/conf DEFAULTS GENERIC GENERIC.hints MAC Makefile NOTES src/sys/sun4v/include _bus.h

2006-10-05 Thread John-Mark Gurney
orking, besides ata on T2k), let me know. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/

cvs commit: src/share/man/man9 kqueue.9

2006-10-04 Thread John-Mark Gurney
jmg 2006-10-04 20:17:14 UTC FreeBSD src repository Modified files: share/man/man9 kqueue.9 Log: forgot to update the date... Revision ChangesPath 1.2 +1 -1 src/share/man/man9/kqueue.9 ___ cvs-all@freebsd

cvs commit: src/share/man/man9 Makefile kqueue.9

2006-10-04 Thread John-Mark Gurney
jmg 2006-10-04 20:16:23 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 kqueue.9 Log: add man page talking about how to interface w/ the kqueue system so others can write additional filters... mdoc polic

cvs commit: src/sys/sys msgbuf.h

2006-09-29 Thread John-Mark Gurney
jmg 2006-09-29 18:32:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys msgbuf.h Log: MFC: v1.28 msgbuf.h default to 64k msgbuf Approved by:re (kensmith) Revision ChangesPath 1.27.2.1 +0 -4 src/sys/sys/msg

cvs commit: src/sys/kern kern_descrip.c

2006-09-29 Thread John-Mark Gurney
jmg 2006-09-29 18:30:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_descrip.c Log: MFC: v1.298 kern_descript.c > return EBADF instead of successfully attaching (and then panicing) when > an fd is dieing.. Approve

Re: cvs commit: src/sys/netinet tcp_input.c

2006-09-25 Thread John-Mark Gurney
Andrew R. Reiter wrote this message on Mon, Sep 25, 2006 at 21:53 -0400: > On Tue, 26 Sep 2006, John-Mark Gurney wrote: > > :jmg 2006-09-26 01:21:47 UTC > : > : FreeBSD src repository > : > : Modified files: > :sys/netinet tcp_input.c > :

cvs commit: src/sys/netinet tcp_input.c

2006-09-25 Thread John-Mark Gurney
jmg 2006-09-26 01:21:47 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: fix calculating to_tsecr... This prevents the rtt calculations from going all wonky... Revision ChangesPath 1.309 +1 -1 src/sys/netinet/tcp_input.c

cvs commit: src/sys/netinet tcp_timer.h

2006-09-25 Thread John-Mark Gurney
jmg 2006-09-25 07:22:39 UTC FreeBSD src repository Modified files: sys/netinet tcp_timer.h Log: if min is greater than max, prefer max over min... I managed to get a retransmit timer that was going to take 19 days to trigger... Reviewed by:silby Revi

cvs commit: src/sys/kern kern_event.c

2006-09-24 Thread John-Mark Gurney
jmg 2006-09-25 01:29:49 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: remove unnecessary NULL check... Coverity ID:1545 Revision ChangesPath 1.106 +1 -2 src/sys/kern/kern_event.c ___

cvs commit: src/sys/kern kern_event.c vfs_aio.c src/sys/sys event.h

2006-09-23 Thread John-Mark Gurney
jmg 2006-09-24 04:47:47 UTC FreeBSD src repository Modified files: sys/kern kern_event.c vfs_aio.c sys/sys event.h Log: hide kqueue_register from public view, and replace it w/ kqfd_register... this eliminates a possible race in aio registering

cvs commit: src/sys/kern kern_descrip.c

2006-09-23 Thread John-Mark Gurney
jmg 2006-09-24 02:29:53 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: return EBADF instead of successfully attaching (and then panicing) when an fd is dieing.. Convinced by: jhb PR: 103127 Revision Changes

cvs commit: src/sys/kern kern_event.c

2006-09-23 Thread John-Mark Gurney
jmg 2006-09-24 02:23:29 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: add KTRACE hooks into kevent... This will help people debug their kqueue programs to find out exactly which events were registered and which were returned... This s

cvs commit: src/sys/netinet if_ether.c

2006-09-23 Thread John-Mark Gurney
jmg 2006-09-23 19:24:10 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: now that we don't automagicly increase the MTU of host routes, when we copy the loopback interface, copy it's mtu also.. This means that we again have large mtu suppor

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

2006-09-22 Thread John-Mark Gurney
jmg 2006-09-23 03:33:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pci.c Log: MFC: v1.314 pci.c spell PCIS_CRYPTO_ENTERTAIN properly... Approved by:re (bmah) Revision ChangesPath 1.292.2.8 +1 -1 sr

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-09-20 Thread John-Mark Gurney
means that there will be lots of metadata that needs to be added, (such as the mtu that we told the card to break the packets down to) breaking many tools.. -- John-Mark Gurney Voice: +1 415 225 5579 "All that

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

2006-09-19 Thread John-Mark Gurney
jmg 2006-09-20 06:47:15 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: spell PCIS_CRYPTO_ENTERTAIN properly... MFC after: 3 days Revision ChangesPath 1.314 +1 -1 src/sys/dev/pci/pci.c _

cvs commit: src/sys/i386/conf NOTES

2006-09-16 Thread John-Mark Gurney
jmg 2006-09-16 20:08:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confNOTES Log: MFC: v1.1231 > document that PAE kernels needs twice the value of non-PAE kernels > for KVA_PAGES, and that it it likely needed for >4GB memory b

cvs commit: src/sys/dev/sio sio_pccard.c

2006-09-13 Thread John-Mark Gurney
jmg 2006-09-14 03:47:59 UTC FreeBSD src repository Modified files: sys/dev/sio sio_pccard.c Log: Only treat positive values as errors... Pointed out by: wsk Message-ID: <[EMAIL PROTECTED]> Revision ChangesPath 1.18 +1 -1 src/sys/dev/sio/s

cvs commit: src/sys/i386/conf NOTES

2006-09-12 Thread John-Mark Gurney
jmg 2006-09-13 01:23:08 UTC FreeBSD src repository Modified files: sys/i386/confNOTES Log: document that PAE kernels needs twice the value of non-PAE kernels for KVA_PAGES, and that it it likely needed for >4GB memory boxes.. MFC after: 3 days Revisio

Re: cvs commit: src/sys/dev/bktr bktr_i2c.c src/sys/dev/ichsmb ichsmb.c src/sys/dev/iicbus iicsmb.c src/sys/dev/smbus smb.c smb.h smbconf.c smbconf.h smbus.c smbus.h smbus_if.m src/sys/pci alpm.c amdp

2006-09-11 Thread John-Mark Gurney
it'd be no more than 32 bytes due to smbus limitations)... I'd vote for removing _OLD_BREAD, and adding it back when merged into 6.x... 7.0 is as good of a time to change the API... -- John-Mark Gurney Voice: +1 415 225 5579 "Al

cvs commit: src/sys/netinet ip_output.c

2006-09-10 Thread John-Mark Gurney
jmg 2006-09-10 17:49:09 UTC FreeBSD src repository Modified files: sys/netinet ip_output.c Log: make use of the host route's mtu for processing. This means we can now support a network w/ split mtu's by assigning each host route the correct mtu. an aspiring pro

cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c

2006-09-09 Thread John-Mark Gurney
jmg 2006-09-09 21:45:37 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: move created/detected/activated under debug level 1 to quiet the common case.. add count of active and total components to the laun

Re: cvs commit: src/sys/net if.h src/sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h src/sys/netinet6 icmp6.c src/sys/sys mbuf.h

2006-09-06 Thread John-Mark Gurney
SO with the Intel boys. > Can you point out which drivers/hardware will support this feature? re(4) chips are suppose to support TSO... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." _

cvs commit: src/sys/kern kern_event.c

2006-09-04 Thread John-Mark Gurney
jmg 2006-09-04 17:17:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_event.c Log: MFC: v1.98 spell unlock correctly, this is relatively minor as it's rare someone would provide a lock method, and want the default unlock, b

cvs commit: src/sys/sys msgbuf.h

2006-09-02 Thread John-Mark Gurney
jmg 2006-09-03 00:33:19 UTC FreeBSD src repository Modified files: sys/sys msgbuf.h Log: up the default msgbuf limit to 64k.. a verbose boot on i386 on modern hardware returns almost 48k of data... to change the default per platform, it should be done in DE

cvs commit: src/share/man/man9 bus_dma.9

2006-09-02 Thread John-Mark Gurney
jmg 2006-09-03 00:31:22 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: now that we have bus_get_dma_tag, document it's requirement in bus_dma_tag_create Revision ChangesPath 1.37 +2 -1 src/share/man/man9/bus_dma.9 __

cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_isa.c ahc_pci.c ahd_pci.c src/sys/dev/ata ata-dma.c src/sys/dev/bge if_bge.c src/sys/dev/em if_em.c src/sys/dev/gem if_gem.c src/sys/dev/isp isp_pci.c sr

2006-09-02 Thread John-Mark Gurney
jmg 2006-09-03 00:27:42 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_isa.c ahc_pci.c ahd_pci.c sys/dev/ata ata-dma.c sys/dev/bge if_bge.c sys/dev/em if_em.c sys/dev/gem if_gem.c sys/dev

cvs commit: src/sys/sys _bus_dma.h bus_dma.h

2006-09-02 Thread John-Mark Gurney
jmg 2006-09-03 00:26:17 UTC FreeBSD src repository Modified files: sys/sys bus_dma.h Added files: sys/sys _bus_dma.h Log: Break out typedefs from bus_dma.h to _bus_dma.h so that we can get the typedef for bus_dma_tag_t in sys/bus.h w/o polut

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-09-02 Thread John-Mark Gurney
mmit w/ the real message? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

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

2006-07-27 Thread John-Mark Gurney
rchitecture, to > avoid > triggering an assertion later. I sent Jason a patch that extends the array so that we don't hit the assertion... I haven't heard back from him yet... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I wil

cvs commit: www/en/donations wantlist.sgml

2006-07-17 Thread John-Mark Gurney
jmg 2006-07-17 22:47:15 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: add request for fast AMD64 box for build support... Revision ChangesPath 1.408 +9 -1 www/en/donations/wantlist.sgml

Re: cvs commit: src/lib/libc/sys mincore.2 src/sys/vm vm_mmap.c

2006-06-21 Thread John-Mark Gurney
John Baldwin wrote this message on Wed, Jun 21, 2006 at 14:13 -0400: > On Wednesday 21 June 2006 13:58, John-Mark Gurney wrote: > > Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500: > > > John-Mark Gurney wrote: > > > > > > >Konstantin Bel

Re: cvs commit: src/lib/libc/sys mincore.2 src/sys/vm vm_mmap.c

2006-06-21 Thread John-Mark Gurney
Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500: > John-Mark Gurney wrote: > > >Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59 +: > > > >> Modified files: > >> lib/libc/sys mincore.2 > >> sys/vm

Re: cvs commit: src/lib/libc/sys mincore.2 src/sys/vm vm_mmap.c

2006-06-21 Thread John-Mark Gurney
posix compliant or something? ENOMEM seems like the wrong error, or are we allocating memory? #define ENOMEM 12 /* Cannot allocate memory */ the original EINVAL seems to me the correct one, as is commonly used when the data passed in is incorrect... -- J

Re: cvs commit: src/usr.bin/file magic.5

2006-05-29 Thread John-Mark Gurney
Ruslan Ermilov wrote this message on Mon, May 29, 2006 at 13:21 +0300: > On Sun, May 28, 2006 at 07:15:36AM +0000, John-Mark Gurney wrote: > > jmg 2006-05-28 07:15:36 UTC > > > > FreeBSD src repository > > > > Modified files: > >

cvs commit: src/usr.bin/file magic.5

2006-05-29 Thread John-Mark Gurney
jmg 2006-05-29 10:57:13 UTC FreeBSD src repository Modified files: usr.bin/file magic.5 Log: remove comment about systems, I got confused which arch one of my systems was... Pointed out by: ru Revision ChangesPath 1.25 +0 -4 src/usr.bin/fi

Re: cvs commit: src/sys/doc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern Doxyfile-libkern Doxyfile-lin

2006-05-28 Thread John-Mark Gurney
Alexander Leidinger wrote this message on Sun, May 28, 2006 at 21:16 +0200: > Quoting John-Mark Gurney <[EMAIL PROTECTED]> (Sun, 28 May 2006 11:41:15 > -0700): > A list of commands (like the \brief above) is at >http://www.stack.nl/~dimitri/doxygen/commands.html Yeh, that&#

cvs commit: src MAINTAINERS

2006-05-28 Thread John-Mark Gurney
jmg 2006-05-28 18:42:59 UTC FreeBSD src repository Modified files: .MAINTAINERS Log: document that I'm still maintaining kqueue and want to review commits to it before they hit the tree... Revision ChangesPath 1.133 +1 -0 src/MAINTAI

Re: cvs commit: src/sys/doc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern Doxyfile-libkern Doxyfile-lin

2006-05-28 Thread John-Mark Gurney
lly hope we don't start adding machine parsable tags, as computers these days should be smart enough to parse data from human parsable text. (i.e. ever look at reStructuredText?) -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do,

cvs commit: src/usr.bin/file magic.5

2006-05-28 Thread John-Mark Gurney
jmg 2006-05-28 07:15:36 UTC FreeBSD src repository Modified files: usr.bin/file magic.5 Log: document that even if magic is newer than magic.mgc, it isn't used compiling mgc on a big endian system (specificly tested sparc64) breaks, using one from a little endi

cvs commit: src/sys/dev/bktr bktr_os.c

2006-05-26 Thread John-Mark Gurney
jmg 2006-05-26 07:36:50 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_os.c Log: don't require a buffer if all we are doing is manipulating the GPIO pins... MFC after: 3 weeks Revision ChangesPath 1.53 +9 -0 src/sys/dev/bk

Re: cvs commit: src/sys/dev/syscons/apm apm_saver.c src/sys/i386/bios apm.c apm.h

2006-05-25 Thread John-Mark Gurney
ere work, but do degrade performance. I like > this idea. People worried about things like this should create their own thread for their taskqueue.. It's quite easy (simple macro declaration), and I did that for handling kq in kq... -- John-Mark Gurney V

Re: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/dev/le if_le_cbus.c if_le_isa.c src/sys/i386/conf GENERIC.hints NOTES src/sys/modules/le Makefile src/sys/pc98/conf GENERIC.hints NOTES

2006-05-17 Thread John-Mark Gurney
16 +5 -0 src/sys/i386/conf/GENERIC.hints > 1.1227+5 -2 src/sys/i386/conf/NOTES > 1.2 +12 -2 src/sys/modules/le/Makefile > 1.26 +5 -0 src/sys/pc98/conf/GENERIC.hints > 1.77 +4 -2 src/sys/pc98/conf/NOTES -- John-Mark Gurney

cvs commit: ports/sysutils/ffsrecov Makefile distinfo pkg-descr

2006-05-14 Thread John-Mark Gurney
jmg 2006-05-14 06:59:23 UTC FreeBSD ports repository (src committer) Removed files: sysutils/ffsrecovMakefile distinfo pkg-descr Log: remove this port, it's long overdue... Prodded by: kris, linimon Revision ChangesPath 1.16 +0 -29 ports/sysu

cvs commit: src/sys/sys conf.h

2006-05-12 Thread John-Mark Gurney
jmg 2006-05-12 19:40:54 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: drop D_MEMDISK, not used in the tree... Revision ChangesPath 1.229 +0 -1 src/sys/sys/conf.h ___ cvs-all@freebsd

  1   2   >