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
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
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/
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
> >&
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
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."
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
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
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
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
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
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
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
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
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
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 +:
> &
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
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 -
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:
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
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:
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
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
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
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
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
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
> > >
>
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."
__
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
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
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
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
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
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
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
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
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
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
_
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
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
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.
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
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
_
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
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
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
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
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
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
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
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
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
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
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
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
___
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/
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
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
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
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
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
> :
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
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
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
___
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
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
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
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
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
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
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
_
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
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
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
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
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
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
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."
_
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
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
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
__
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
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
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
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
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
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
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
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
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:
> >
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
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
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
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,
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
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
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
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
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
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 - 100 of 153 matches
Mail list logo