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.
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
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
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
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
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
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
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
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
=
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
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
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
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
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
> 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
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
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
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
18 matches
Mail list logo