mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Feedmelink.com is your gateway to the sites         


Author: helps4u249
Date: May 27, 2008 20:42

Feedmelink.com is your gateway to the sites
on the Internet for software! Browse our recommended
resources or just try the Feedmelink.com search.
http://feedmelink.com/
no comments
  acpi.c & pci_intr_fixup.c patch         


Author: Geoff Steckel
Date: May 27, 2008 12:14

This patch allows an ECS AMD690GM-M2 to boot. The assignment of the
PIC to a presumed similar AMD chip is done as a guess: I was unable
to find any register-level documents on either PIC on the AMD web site
during the limited time I had to search.

The BIOS advertises ACPI version 2 but does not have an XSDT. The
RSDT is populated and works.

geoff steckel

Index: arch/i386/pci/pci_intr_fixup.c
===================================================================
RCS file: /cvs/src/sys/arch/i386/pci/pci_intr_fixup.c,v
retrieving revision 1.60
diff -u -r1.60 pci_intr_fixup.c
--- arch/i386/pci/pci_intr_fixup.c 17 May 2008 18:35:12 -0000 1.60
+++ arch/i386/pci/pci_intr_fixup.c 27 May 2008 18:32:42 -0000
@@ -242,6 +242,9 @@
{ PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1543,
ali1543_init },
Show full article (7.85Kb)
3 Comments
  [PATCH] netbt not synced with sys/protosw.h         


Author: Cesare Gargano
Date: May 27, 2008 09:07

Bluetooth (netbt/*) doesn't compile after cvs update (a while ago).

...
IC/../../../../netbt/bt_proto.c
/usr/src/sys/netbt/bt_proto.c:37: warning: initialization from
incompatible pointer type
/usr/src/sys/netbt/bt_proto.c:44: warning: initialization from
incompatible pointer type
/usr/src/sys/netbt/bt_proto.c:51: warning: initialization from
incompatible pointer type
/usr/src/sys/netbt/bt_proto.c:58: warning: initialization from
incompatible pointer type
*** Error code 1
...

I think problem is in declarations of function (prototype), which forget
an argument:

...
int (*pr_usrreq)(struct socket *, int, struct mbuf *,
struct mbuf *, struct mbuf *, struct proc *);
^^^^^^^^^^^^^
Show full article (7.26Kb)
no comments
  Re: testing request: pf internals rearrangement         


Author: Rolf Sommerhalder
Date: May 27, 2008 03:59

> Ryan and I have basically transplanted a new heart to pf in japan.

Did the i386 snapshop of 22 May already include the transplanted pf?
Over the past weekend I noticed that 'pass in...synproxy state' were
working only after I remove 'snproxy state' from the rules.

Also, relayd appears to idle instead of periocally checking the
backend servers according to " check http "/" code 200" and "check
icmp". But this might be unrelated to pf surgery, as there were
changes to relayd as well.
1 Comment
  Re: testing request: pf internals rearrangement         


Author: Rolf Sommerhalder
Date: May 27, 2008 02:13

is somehow broken

Just noticed that base43.tgz currently on the master fan out site is
only 23 MB, about half of its usual size of about 45 MB.
1 Comment
  Third Global Congress of Women in Politics and Governance, 19-22 October 2008 - Dusit Hotel, Makati, Philippines         


Author: Third Global Congress for Women in Politics and Governance
Date: May 27, 2008 01:32

Dear Colleagues and Friends,

The Center for Asia-Pacific Women in Politics (CAPWIP) and the United Nations International Strategy for Disaster Risk Reduction (UN/ISDR) are pleased to invite you to the Third Global Congress of Women in Politics and Governance which will be held on October 19-22, 2008 at the Dusit Hotel, Makati City, Metro Manila, Philippines. The theme of the congress is Gender in Climate Change and Disaster Risk Reduction.

Women and environment experts have raised concern over the absence of women in the discourse and debate on climate change and disaster risk reduction, both of which are global mainstream issues that...
Show full article (7.51Kb)
no comments
  Re: testing request: pf internals rearrangement         


Author: Rolf Sommerhalder
Date: May 27, 2008 00:54

> Please test latest snapshot for PF regressions

It looks as if ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/base43.tgz
is somehow broken, I can't untar/ungzip it properly on a i386 which
runs snapshot from 22. May. Fetched it twice from the primary site
this morning, as it was not available from the secondary mirrors yet:
base43.tgz [May 26 10:42] 23937024

[rs@camel:i386]$ tar tvfz base43.tgz
-r--r--r-- 1 root bin 5038743 May 26 06:42 ./usr/lib/libasn1.so.16.0
-r--r--r-- 1 root bin 4016638 May 26 06:40 ./usr/lib/libc.so.45.0
...
-r--r--r-- 1 root wheel 3224 May 26 06:51
./usr/libdata/perl5/Encode/Unicode/UTF7.pm
-r--r--r-- 1 root wheel 250 May 26 06:51
./usr/libdata/perl5/Encode/_PM.e2x
-r--r--r-- 1 root wheel 133 May 26 06:51
./usr/libdata/perl5/Encode/_T.e2x
tar: End of archive volume 1 reached
[rs@camel:i386]$

The other .tgz files look ok.
Show full article (0.96Kb)
no comments