Re: LIST_PREV?

2015-09-13 Thread Peter J. Philipp
Actually never mind, I think I'm gonna switch to TAILQ instead. Cheers, -peter On 09/13/15 09:56, Peter J. Philipp wrote: > Hi, > > I'm programming with queue(3) and noticed there is no LIST_PREV. LIST > is a doubly linked list, no? > FreeBSD's LIST_PREV (from an older 11-current) looks like

Re: LIST_PREV?

2015-09-13 Thread Philip Guenther
On Sun, Sep 13, 2015 at 10:12 AM, Peter J. Philipp wrote: > Actually never mind, I think I'm gonna switch to TAILQ instead. Yep, that's the right thing to do. Philip Guenther

Re: Native EFI Bootloader Support

2015-09-13 Thread Joel Rees
On Sat, Sep 5, 2015 at 3:22 AM, Chris Cappuccio wrote: > Gerald Hanuer [ghanuer497...@gmail.com] wrote: >> Hello misc@, >> >> Native UEFI goes in tree. >> http://marc.info/?l=openbsd-cvs=144115942223734=2 >> . >> Great work

LIST_PREV?

2015-09-13 Thread Peter J. Philipp
Hi, I'm programming with queue(3) and noticed there is no LIST_PREV. LIST is a doubly linked list, no? FreeBSD's LIST_PREV (from an older 11-current) looks like this: #define LIST_PREV(elm, head, type, field) \ ((elm)->field.le_prev == _FIRST((head)) ? NULL : \

Re: requesting help working around boot failures with supermicro atom board

2015-09-13 Thread Sonic
On Sun, Sep 13, 2015 at 10:15 AM, Sonic wrote: > I also have this issue with OpenBSD on this box. Every time I reboot > after updating a snapshot I need to power cycle to eliminate the long > beep error. For some reason I kept thinking it was due to my replacing > the stock

Re: requesting help working around boot failures with supermicro atom board

2015-09-13 Thread Sonic
My mistake - the board I have trouble with is the X7SPE-HF-D525 and not the X7SPA-HF-D525. On Sun, Sep 13, 2015 at 11:23 AM, Sonic wrote: > On Sun, Sep 13, 2015 at 10:15 AM, Sonic wrote: >> I also have this issue with OpenBSD on this box. Every time I

Re: requesting help working around boot failures with supermicro atom board

2015-09-13 Thread Mark Patruck
Never had any reboot issues on two X7SPA-HF-D525 (Bios R1.2b) and i'm updating/rebooting pretty often the last few weeks. On Sun, Sep 13, 2015 at 10:15:31AM -0400, Sonic wrote: > On Sat, Sep 12, 2015 at 11:02 PM, wrote: > > X7SPA-HF-D525 > > I also have this issue with OpenBSD

Re: requesting help working around boot failures with supermicro atom board

2015-09-13 Thread Sonic
On Sat, Sep 12, 2015 at 11:02 PM, wrote: > X7SPA-HF-D525 I also have this issue with OpenBSD on this box. Every time I reboot after updating a snapshot I need to power cycle to eliminate the long beep error. For some reason I kept thinking it was due to my replacing the stock

Re: Native EFI Bootloader Support

2015-09-13 Thread Jérémie Courrèges-Anglas
Joel Rees writes: [...] > (Not that I particularly want to, but the US tax office seems to > expect everyone who is required to report certain things to be able to > run a current version of the Adobe PDF viewer. Or, if there is a > community supported pdf viewer that

Re: requesting help working around boot failures with supermicro atom board

2015-09-13 Thread Patrick Dohman
Any thermal settings in the bios? CPU performance, Fan Speed etc.. Does the fan idle correctly? Often intel chipsets will throttle the fan during a bios test. Perhaps ACPI is not routing an interrupt?? Regards Patrick > On Sep 11, 2015, at 5:38 PM, dewey.hyl...@gmail.com wrote: > > hi all.

Re: anoncvs.html.head

2015-09-13 Thread Rob Pierce
> Thanks Stuart. I am preparing a new diff which I will send shortly. I am holding off on sending the next diff until I figure out how to ensure that my diff does not get mangled by my email client. In particular, a hash (#) in an HTML anchor tag seems to get hosed by my zimbra web client.

Re: requesting help working around boot failures with supermicro atom board

2015-09-13 Thread lists
> i have indeed disabled quick/quiet boot options to no avail. i've also tried > failsafe mode, ide vs ahci, acpi v1/2/3. the issue does not present with > linux, which makes me wonder whether the openbsd kernel is somehow making > some kind of hardware setting change that is not cleared on

Re: Native EFI Bootloader Support

2015-09-13 Thread Richard Thornton
There are no "one size fits all" OS's; why would we need one? That's why we have networks! Richard Thornton

Re: Native EFI Bootloader Support

2015-09-13 Thread Toby Slight
OK, so I finally managed to boot the 12th's snapshot on an EFI only T430. Weirdly enough one time it just worked, but when I tried again I got the same results as the 9th's snapshot installer. It seems that sometime the bootblocks get loaded, sometimes not, 9 times out of 10 I get

Re: Intel AMT serial-over-LAN with OpenBSD

2015-09-13 Thread Stefan Fritsch
On Tuesday 08 September 2015 07:24:56, Joe Gidi wrote: > > It is worth pointing out that amtterm is only useable with AMT > > versions <= 8 > > as AMT version 9 removed the SOAP interface that amtterm uses. If > > anyone knows of anything that can talk the ws-man protocol > > variant AMT version

Re: OpenBSD octeon on DSR-1000n

2015-09-13 Thread Roberto Katalinic
Diana Eichert wrench.com> writes: > > Posting capture of all boot message would be useful. > > There may only be one DSR-500N running OpenBSD, Paul's. I cc'd > him, 'cause I'm not sure if he reads misc . > > diana > > On Sat, 5 Sep 2015, Roberto Katalinic wrote: > > > I have a Dlink

Re: Native EFI Bootloader Support

2015-09-13 Thread Toby Slight
On 13 September 2015 at 18:34, Toby Slight wrote: > OK, so I finally managed to boot the 12th's snapshot on an EFI only T430. > Weirdly enough one time it just worked, but when I tried again I got the > same results as the 9th's snapshot installer. > > It seems that

Re: Native EFI Bootloader Support

2015-09-13 Thread YASUOKA Masahiko
Hi, Thank you for your report. Can you provide a result of machine memory machine disk on boot prompt? >>> Also, is it normal that the resolution is a tiny cropped box in >>> the middle of the screen? The resolution is limitted to 100x31 or 80x25 since efifb was too slow at least on my

Re: requesting help working around boot failures with supermicro atom board

2015-09-13 Thread Dewey Hylton
Sonic gmail.com> writes: > On Sun, Sep 13, 2015 at 10:15 AM, Sonic gmail.com> wrote: > > I also have this issue with OpenBSD on this box. Every time I reboot > > after updating a snapshot I need to power cycle to eliminate the long > > beep error. For some reason I kept thinking it was due to

Re: Native EFI Bootloader Support

2015-09-13 Thread Toby Slight
On 14 September 2015 at 00:04, YASUOKA Masahiko wrote: > Hi, > > Thank you for your report. Can you provide a result of > Sure thing :-) > > machine memory > http://i.imgur.com/HDzrApt.jpg > machine disk > http://i.imgur.com/WJLuNKJ.jpg > on boot prompt? >

make bootable CD by bootable USB

2015-09-13 Thread Tuyosi Takesima
hi all . i make bootable openbsd USB stick by ordinaly installatin . if i can make bootable CD from this USB , it is very happy . are there any methods ? is linux's isolinux or so possible ? is it very difficult to solve ? === rebards

Re: Native EFI Bootloader Support

2015-09-13 Thread Toby Slight
On 13 September 2015 at 19:26, Toby Slight wrote: > On 13 September 2015 at 18:34, Toby Slight wrote: > >> OK, so I finally managed to boot the 12th's snapshot on an EFI only T430. >> Weirdly enough one time it just worked, but when I tried again I

Re: make bootable CD by bootable USB

2015-09-13 Thread Quartz
hi all . i make bootable openbsd USB stick by ordinaly installatin . if i can make bootable CD from this USB , it is very happy . are there any methods ? is linux's isolinux or so possible ? is it very difficult to solve ? Just for clarification, are you trying to make a customized 'live'

Re: make bootable CD by bootable USB

2015-09-13 Thread Duncan Patton a Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Mon, 14 Sep 2015 08:50:25 +0900 Tuyosi Takesima wrote: > hi all . > > i make bootable openbsd USB stick by ordinaly installatin . > > if i can make bootable CD from this USB , it is very happy . > > are there any

anoncvs.html.head

2015-09-13 Thread Rob Pierce
Simplified diff for consideration. I kept the change from "file sets" to "source files" as "file sets" has special meaning in the OpenBSD installation process. Also, only href the first instances of cvs(1). Regards, Index: anoncvs.html.head

Re: Question about quotation rules

2015-09-13 Thread Rob Pierce
Hey Anthony, - Original Message - > From: "Anthony J. Bentley" > To: "Rob Pierce" > Cc: "misc" > Sent: Saturday, September 12, 2015 12:26:04 AM > Subject: Re: Question about quotation rules > Hi Rob, > > Rob Pierce writes: >> Good

Re: Question about quotation rules

2015-09-13 Thread Rob Pierce
- Original Message - > From: "Random832" > To: "misc" > Sent: Friday, September 11, 2015 8:09:10 PM > Subject: Re: Question about quotation rules > Rob Pierce writes: > >> Good evening, >> >> Is there a written/unwritten rule

security.html

2015-09-13 Thread Rob Pierce
Simplified diff. Full stop and standard unidirectional quotation marks. Rob Index: security.html === RCS file: /cvs/www/security.html,v retrieving revision 1.422 diff -u -p -r1.422 security.html --- security.html 2 Jul 2015