remove a little compat43 leftover

2011-07-07 Thread Ted Unangst
a little while ago, I made some compat43 syscall args non optional. but we don't really need them. removing the compat will allow us to make getpid SMP safe again (web scale!) Index: kern_prot.c === RCS file:

libevent wide character functions

2011-07-07 Thread Nicholas Marriott
Let's turn 'em on. Not much supports them but we might as well have them. ok? Index: Makefile === RCS file: /cvs/src/lib/libedit/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile30 Jun 2010 00:05:35

Re: libevent wide character functions

2011-07-07 Thread Stefan Sperling
On Thu, Jul 07, 2011 at 09:50:42AM +0100, Nicholas Marriott wrote: Let's turn 'em on. Not much supports them but we might as well have them. ok? Index: Makefile === RCS file: /cvs/src/lib/libedit/Makefile,v retrieving

Bee Gees - Discografia mas pendrive de regalo

2011-07-07 Thread Discos MP3 - Solo de Oferta
1- Brilliant From Birth / 2- Unreleased demos from / 3- Rare pecious and beautiful / 4- Spicks Specks / 5- The Bee Gees sing and play / 4 Barry Gubb Songs / 6- Collection / 7- First / 8- Horizontal

Re: libevent wide character functions

2011-07-07 Thread Nicholas Marriott
Er yes I meant libedit, sorry :-). On Thu, Jul 07, 2011 at 09:50:42AM +0100, Nicholas Marriott wrote: Let's turn 'em on. Not much supports them but we might as well have them. ok? Index: Makefile === RCS file:

More archs should write disklabel where it will be read

2011-07-07 Thread Kenneth R Westerback
Without changing behaviour for native disklabels, allow some more archs that call readdoslabel() to read/write disklabels to same place as readdoslabel() reads from. The hppa paren chunk are to make hppa and hppa64 disksubr.c identical again. ok? Ken Index: hppa/hppa/disksubr.c

FFS trim support part 1

2011-07-07 Thread Ted Unangst
All the cool kids have new TRIM supporting drives. FFS should support trim too, so that FFS can be cool again. In order to do so, we need to insert a few more operations in the block freeing code path, which this diff does. This diff doesn't actually add trim support, nor is the interface with

Anyone interested in writing a driver for this?

2011-07-07 Thread Peter J. Philipp
Hi, I have a USB device called a USB FM transmitter from Keene Electronics. It looks like this when I plug it in. uaudio0 at uhub1 port 1 configuration 1 interface 0 HOLTEK B-LINK USB Audio rev 1.10/1.00 addr 3 uaudio0: audio rev 1.00, 2 mixer controls audio1 at uaudio0 uhidev0 at uhub1 port 1

Re: Anyone interested in writing a driver for this?

2011-07-07 Thread Peter J. Philipp
On Thu, Jul 07, 2011 at 07:45:48PM +0200, Peter J. Philipp wrote: Hi, I have a USB device called a USB FM transmitter from Keene Electronics. It looks like this when I plug it in. I've found someone to send it to. If they have no luck they said they'd take it along to the next hackathon

Re: Anyone interested in writing a driver for this?

2011-07-07 Thread Antti Harri
On Thursday 07 July 2011 20:45:48 Peter J. Philipp wrote: Kenchy has no license on his libusb program so its info can easily be used to make a BSD licensed driver out of this. No license means it's not free. LICENSE: No specific license, please feel free to do what you want with it. If you

Re: libevent wide character functions

2011-07-07 Thread Todd C. Miller
On Thu, 07 Jul 2011 12:22:28 +0200, Stefan Sperling wrote: The proper way to fix this is to add conversion from/to the various character sets into unicode code points within mbrtowc() and wcrtomb() in citrus_none.c. This wouldn't need anything special like iconv. A couple of statically

Re: Anyone interested in writing a driver for this?

2011-07-07 Thread Zeb Packard
Agreed, In all countries that are members of the Berne Convention, copyright is automatic and need not be obtained through official registration with any government office. Once an idea has been reduced to tangible form, for example by securing it in a fixed medium (such as a drawing, sheet

cwm: uppercase #define

2011-07-07 Thread Thomas Pfaff
Uppercase two #define so we can immediately see they won't change. Index: kbfunc.c === RCS file: /cvs/xenocara/app/cwm/kbfunc.c,v retrieving revision 1.55 diff -u -p -r1.55 kbfunc.c --- kbfunc.c24 Jun 2011 06:06:24 -

More buffer cache - the real diff.

2011-07-07 Thread Bob Beck
(apologies for the earlier oops.) Want more buffer cache? please have a try with this. This diff breaks the buffer cache into the dma'able region, and the above dma-able region of memory. buffers are always allocated in the dma'able region, and as they age they are moved above the dma'able

Re: checksum revamp

2011-07-07 Thread Henning Brauer
disregard this for now. i fucking hate checksums.