Impossible

2010-11-20 Thread Labels USA
Have people been telling you for years that you need to bottle your special sauce, seasoning or rub? You say impossible! Too expensive! right? We're in a recession! right? You can't print labels that cheap! That's impossible! Labels USA is doing the impossible with unbelievable prices.

Re: sys/types.h in sys/socket.h

2010-11-20 Thread Philip Guenther
On Sat, Nov 20, 2010 at 9:10 AM, Ted Unangst wrote: > On Sat, Nov 20, 2010 at 11:54 AM, Ted Unangst wrote: >> On Sat, Nov 20, 2010 at 9:18 AM, Mark Kettenis > wrote: openbsd is apparently among the last operating systems to require sys/types.h before sys/socket.h. posix doesn't requ

Re: add an example to mbrtowc(3) man page

2010-11-20 Thread Stefan Sperling
On Sat, Nov 20, 2010 at 07:18:57PM +0100, Stefan Sperling wrote: > On Sat, Nov 20, 2010 at 12:24:06PM -0500, Ted Unangst wrote: > > On Sat, Nov 20, 2010 at 11:48 AM, Stefan Sperling wrote: > > > I'm currently going through the man pages for the multibyte->widechar > > > conversion APIs. No example

Re: add an example to mbrtowc(3) man page

2010-11-20 Thread Stefan Sperling
On Sat, Nov 20, 2010 at 12:24:06PM -0500, Ted Unangst wrote: > On Sat, Nov 20, 2010 at 11:48 AM, Stefan Sperling wrote: > > I'm currently going through the man pages for the multibyte->widechar > > conversion APIs. No examples are provided so it's hard to tell at a > > glance how to use a function

Re: add caveat section to mbtowc(3) man page

2010-11-20 Thread Jason McIntyre
On Sat, Nov 20, 2010 at 06:21:41PM +0100, Stefan Sperling wrote: > I really don't like how the different multibyte->whidechar conversion > functions treat error conditions differently. But short of travelling > back in time to get the ANSI C standard fixed all we can do is documenting > the flaws a

Re: add an example to mbrtowc(3) man page

2010-11-20 Thread Jason McIntyre
On Sat, Nov 20, 2010 at 05:48:42PM +0100, Stefan Sperling wrote: > I'm currently going through the man pages for the multibyte->widechar > conversion APIs. No examples are provided so it's hard to tell at a > glance how to use a function safely. > > Below is a first stab at adding an example for u

Re: ddb: simplify breakpoint and watchpoint code

2010-11-20 Thread Kenneth R Westerback
On Sat, Nov 20, 2010 at 03:44:13PM +, Miod Vallat wrote: > The breakpoint and watchpoint code inherited from Mach used to be able > (under Mach) to put {break,watch}points in user processes. This is > disabled in BSD, but there is still tentacles of this left in the code > and structures, which

Re: add an example to mbrtowc(3) man page

2010-11-20 Thread Ted Unangst
On Sat, Nov 20, 2010 at 11:48 AM, Stefan Sperling wrote: > I'm currently going through the man pages for the multibyte->widechar > conversion APIs. No examples are provided so it's hard to tell at a > glance how to use a function safely. > > Below is a first stab at adding an example for using mbr

add caveat section to mbtowc(3) man page

2010-11-20 Thread Stefan Sperling
I really don't like how the different multibyte->whidechar conversion functions treat error conditions differently. But short of travelling back in time to get the ANSI C standard fixed all we can do is documenting the flaws and recommend better alternatives. ok? Index: mbtowc.3 =

Re: sys/types.h in sys/socket.h

2010-11-20 Thread Ted Unangst
On Sat, Nov 20, 2010 at 11:54 AM, Ted Unangst wrote: > On Sat, Nov 20, 2010 at 9:18 AM, Mark Kettenis wrote: >>> openbsd is apparently among the last operating systems to require >>> sys/types.h before sys/socket.h. posix doesn't require this and it runs >>> contrary to current recommendation

Re: sys/types.h in sys/socket.h

2010-11-20 Thread Ted Unangst
On Sat, Nov 20, 2010 at 9:18 AM, Mark Kettenis wrote: >> openbsd is apparently among the last operating systems to require >> sys/types.h before sys/socket.h. posix doesn't require this and it runs >> contrary to current recommendations i think, so it's just one more weird >> thing to deal wi

add an example to mbrtowc(3) man page

2010-11-20 Thread Stefan Sperling
I'm currently going through the man pages for the multibyte->widechar conversion APIs. No examples are provided so it's hard to tell at a glance how to use a function safely. Below is a first stab at adding an example for using mbrtowc() correctly. It is based on existing code in lib/libc/stdio/fg

ddb: simplify breakpoint and watchpoint code

2010-11-20 Thread Miod Vallat
The breakpoint and watchpoint code inherited from Mach used to be able (under Mach) to put {break,watch}points in user processes. This is disabled in BSD, but there is still tentacles of this left in the code and structures, which only make it larger. Any objections against the following cleaning

ddb: remove load/store count code

2010-11-20 Thread Miod Vallat
Most platform do not implement load/store counters; is there really any usefulness in keeping this code? Miod Index: share/man/man4/ddb.4 === RCS file: /cvs/src/share/man/man4/ddb.4,v retrieving revision 1.69 diff -u -p -r1.69 ddb.4

Re: sys/types.h in sys/socket.h

2010-11-20 Thread Mark Kettenis
> openbsd is apparently among the last operating systems to require > sys/types.h before sys/socket.h. posix doesn't require this and it runs > contrary to current recommendations i think, so it's just one more weird > thing to deal with when trying to get something to compile. > > i haven't

Re: sys/types.h in sys/socket.h

2010-11-20 Thread Stuart Henderson
On 2010/11/19 21:02, Ted Unangst wrote: > openbsd is apparently among the last operating systems to require > sys/types.h before sys/socket.h. posix doesn't require this and it runs > contrary to current recommendations i think, so it's just one more weird > thing to deal with when trying to ge

Re: wihap_data_input -> wi_start -> panic: m_copydata: len -7 < 0

2010-11-20 Thread Kenneth R Westerback
On Wed, May 19, 2010 at 10:49:37PM -0700, Greg Steuck wrote: > I've only now caught the full trace of this bug that bit me many times > over. The bug is non-deterministic, but happens often enough that I > can be sure it's fixed if I don't see it in a week. > > panic: m_copydata: len -7 < 0 > kdb

enable XCB on vax and m88k

2010-11-20 Thread Matthieu Herrb
Hi, XCB seems to work with static only architectures now. Could one of you try to build xenocara on a vax or m88k with that, and send me the log, especially if it fails? Thanks in advance. Index: bsd.xconf.mk === RCS file: /cvs/Op