On Thu, Jan 3, 2013 at 8:48 PM, Michael W. Bombardieri wrote:
> I am submitting a patch for awk. "struct Cell" has 7 fields;
> the final field is an optional "next" pointer.
...
> Splint identified that instances of Cell are initialised with only 6
> fields, e.g.
>
> run.c:78:24: Initializer block
Tobias Ulmer [tobi...@tmux.org] wrote:
> Adding a user with a locked password is a deliberate action.
> Set the password to "*" to stop security(8) from
> complaining about the new user.
>
I think it'd make more sense if security(8) didn't flag :*: as unusual. Since
when is it unusua
Hi,
I am submitting a patch for awk. "struct Cell" has 7 fields;
the final field is an optional "next" pointer.
79 typedef struct Cell {
80 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
81 uschar csub; /* CCON, CTEMP, CFLD, etc. */
82 char*nval; /* name, for
On Thu, Jan 03, 2013 at 04:00:38PM +0100, MERIGHI Marcus wrote:
> j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET):
> > On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote:
> > > playing with option-252 I found it already has a name. Found that as
> > > well: http://marc
Hi!
It seems that the editline(3) man page didn't get updated after
el.c r1.7 (some twelve years ago :) ).
Index: editline.3
===
RCS file: /cvs/src/lib/libedit/editline.3,v
retrieving revision 1.32
diff -p -u -r1.32 editline.3
--- e
On 2013/01/03 16:00, MERIGHI Marcus wrote:
> j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET):
> > On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote:
> > > playing with option-252 I found it already has a name. Found that as
> > > well: http://marc.info/?l=openbsd-misc
j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET):
> On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote:
> > playing with option-252 I found it already has a name. Found that as
> > well: http://marc.info/?l=openbsd-misc&m=126573542214773
> >
> > Index: dhcp-options.5
>
j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET):
> On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote:
> > Hello,
> >
> > playing with option-252 I found it already has a name. Found that as
> > well: http://marc.info/?l=openbsd-misc&m=126573542214773
> >
> > Wrote
Hi.
Had this in my src tree for a long time...
Is it worth considering for general consumption?
Ciao,
David
Index: share/termtypes/termtypes.master
===
RCS file: /cvs/src/share/termtypes/termtypes.master,v
retrieving revision 1.47
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 3b87fb5..c5a0078 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -903,6 +903,15 @@ const struct puc_device_description puc_devs[] = {
},
},
+ /* SIIG JJ-E10011-S3 PCI-E card */
+ {
10 matches
Mail list logo