> Maybe I am missing something but the following manpages don't really need
> sys/types.h.
you are wrong.
You are only trying on OpenBSD.
If only everything was OpenBSD.
However, everything is not OpenBSD.
On Tue, Apr 26, 2011 at 05:59:45AM -0700, patrick keshishian wrote:
> On Tue, Apr 26, 2011 at 09:13:08PM +0500, Mark Lumsden wrote:
> > Make a "Private" function private and other things. ok?
> >
> > -mark
> >
> >
> > Index: apply.c
> > ===
Maybe I am missing something but the following manpages don't really need
sys/types.h.
I compiled some small programs without sys/types.h.
thanks,
amit
Index: mincore.2
===
RCS file: /cvs/src/lib/libc/sys/mincore.2,v
retrieving re
Hi,
clang still can't compile the kernel on amd64 and presumably all
other architectures. And I had sent a email to that effect to clang list.
I had a env CC=clang make clean && make depend && make in my
build_kernel.sh file
it only works when you have env CC=clang make
The recent removal
On 04/26/11 18:13, Mark Lumsden wrote:
> @@ -179,8 +179,7 @@ main(int argc, char *argv[])
> /* Run the command. */
> if (debug)
> (void)printf("%s\n", c);
> - else
> - if (mysystem(c))
> + else if (mysyst
> > > This diff implements a tradeoff to gain speed at the cost of reducing
> > > the randomness of chunk allocation in malloc slightly.
> > >
> > > The idea is only to randomize the first half of chunks in a page. The
> > > second half of chunks will fill in the gaps in-order. The
> > > effectiven
If there's anyone out there still using dpt(4), I'd appreciate a quick
test of the diff below. No functional changes, just switching over to
using iopools.
dpt(4)'s not enabled by default in any kernel configs, and it didn't
even compile on 64-bit systems when I first started looking at it, so
I'
On Tue, Apr 26, 2011 at 03:09:57PM -0500, Amit Kulkarni wrote:
> > > > This diff implements a tradeoff to gain speed at the cost of reducing
> > > > the randomness of chunk allocation in malloc slightly.
> > > >
> > > > The idea is only to randomize the first half of chunks in a page. The
> > > >
On Tue, Apr 26, 2011 at 10:09:23AM -0400, Ted Unangst wrote:
> On Tue, Apr 26, 2011 at 9:33 AM, Otto Moerbeek wrote:
> > This diff implements a tradeoff to gain speed at the cost of reducing
> > the randomness of chunk allocation in malloc slightly.
> >
> > The idea is only to randomize the first
It seems like something like that is missing :)
As previously, it does not behave correctly when you run it with route
-T$rdomain exec
and do not specify arp -V$rdomain, but that should not be used that way.
Index: arp.c
===
RCS fil
Janne Johansson wrote:
>> 2011/4/3 Claudio Jeker
>>
>> bce(4) was turned off because of limitations in the DMA engine that allows
>> the chip to access only 1G of memory. On systems with more then 1G of
>> memory hilarity ensued.
>>
>> Now I rewrote the driver to use bcopy() to copy the mbufs into
On Tue, Apr 26, 2011 at 9:33 AM, Otto Moerbeek wrote:
> This diff implements a tradeoff to gain speed at the cost of reducing
> the randomness of chunk allocation in malloc slightly.
>
> The idea is only to randomize the first half of chunks in a page. The
> second half of chunks will fill in the
Hi,
This diff implements a tradeoff to gain speed at the cost of reducing
the randomness of chunk allocation in malloc slightly.
The idea is only to randomize the first half of chunks in a page. The
second half of chunks will fill in the gaps in-order. The
effectiveness of the current randomizat
On Tue, Apr 26, 2011 at 09:13:08PM +0500, Mark Lumsden wrote:
> Make a "Private" function private and other things. ok?
>
> -mark
>
>
> Index: apply.c
> ===
> RCS file: /cvs/src/usr.bin/apply/apply.c,v
> retrieving revision 1.24
> d
The following diff adds support for dfs. It requires my precedent patch
about GPIOs. I don't have a machine with a MPC7448 so it's only tested
with a MPC7447A.
I'm also interested in various device-tree dumps for further development.
If you can send me yours, contact me off list.
Comments ?
Inde
On macppc there are many way to get the gpio addresses of the devices
through the openfirmware.
Depending of the model you can read that address directly (property
AAPL,address), read an offset (in reg) sometimes relative to the gpio
controllers address sometimes relative to the base address of t
ROLLING STONES IBC
Demos 12 x 5 America Newest Hit Markers England's Newest Markers The
Rolling Stones No.2 The Rolling Stones December's Children Out Of Our Heads
The Rolling Stones, Now! Aftermath Big Hits Got Live If You Want Live
Make a "Private" function private and other things. ok?
-mark
Index: apply.c
===
RCS file: /cvs/src/usr.bin/apply/apply.c,v
retrieving revision 1.24
diff -u -p -r1.24 apply.c
--- apply.c 27 Oct 2009 23:59:35 - 1.24
+++
18 matches
Mail list logo