if (!sc->sc_prod)
> 268 return;
>
> Builds fine on amd64. I don't have Apple hardware to test:
> 820ce550 l O .rodata1688 asmc_prods
>
>
> Feedback? Objection? OK?
Tested and works for me.
ok jung@
> Index: dev/acpi/as
> On 28. May 2022, at 16:31, Jan Stary wrote:
>
> On May 28 10:34:35, s...@spacehopper.org wrote:
>> On 2022/05/28 06:52, Jason McIntyre wrote:
>>> On Fri, May 27, 2022 at 07:19:37PM +0200, Jan Stary wrote:
apmd says:
When the power status changes (battery is connected or disc
On Sat, May 23, 2020 at 07:47:20PM -0500, Edgar Pettijohn wrote:
> Remove an unused struct from parse.y.
Yes, this seems correct. Updated diff against -current below.
OK?
Index: parse.y
===
RCS file: /cvs/src/usr.sbin/httpd/parse.y
On Wed, Nov 18, 2020 at 08:57:48PM +, gil...@poolp.org wrote:
> November 18, 2020 9:54 PM, "Joerg Jung" wrote:
>
> > Hi,
> >
> > in my opinion revision 1.423 of smtp_session.c went a bit too far.
> > Enforcing that ORCPT has to have domain results
Hi,
in my opinion revision 1.423 of smtp_session.c went a bit too far.
Enforcing that ORCPT has to have domain results in breakage in real
world usage. For example, sending from root user cron jobs mails
via Postfix aliased to an address handled by OpenSMTPD will fail.
RFC leaves some room for
> Am 07.09.2020 um 20:52 schrieb Mark Kettenis :
>> Date: Mon, 7 Sep 2020 19:59:13 +0200
>> From: Marcus Glocker
>> On Mon, 7 Sep 2020 19:25:00 +0200 (CEST)
>> Mark Kettenis wrote:
Date: Mon, 7 Sep 2020 12:02:15 -0500
From: joshua stein
On Mon, 07 Sep 2020 at 06:58:01 +020
> Am 10.09.2020 um 23:28 schrieb Marcus Glocker :
>
> On Thu, 10 Sep 2020 23:07:15 +0200
> Joerg Jung wrote:
>
>>> Am 07.09.2020 um 20:52 schrieb Mark Kettenis
>>> :
>>>> Date: Mon, 7 Sep 2020 19:59:13 +0200
>>>> From: Marcus Glocker
> Am 10.09.2020 um 14:09 schrieb Marcus Glocker :
>
> On Mon, 7 Sep 2020 21:39:55 +0200
> Marcus Glocker wrote:
>
>> On Mon, 7 Sep 2020 20:50:20 +0200 (CEST)
>> Mark Kettenis wrote:
>>
Date: Mon, 7 Sep 2020 19:59:13 +0200
From: Marcus Glocker
On Mon, 7 Sep 2020 19:25:
entry specifies
> an interface.
>
> ok?
Good catch, diff looks good to me.
ok jung@
> Increase state counter for least-states when the address is selected
> by sticky-address. Also fix the problem that the interface which is
> specified by the selected table entry
> On 4. May 2020, at 11:17, Gilles Chehade wrote:
>
> forkmda() is never supposed to be called with an action dispatcher which
> is not local, this would indicate that the code path was abused somehow.
>
> idea suggested by Demi M. Obenour
ok jung@ (for post-lock)
&g
> On 28. Apr 2020, at 10:10, gil...@poolp.org wrote:
> April 28, 2020 8:55 AM, "Joerg Jung" mailto:m...@umaxx.net>>
> wrote:
>
>> Also this change might break existing valid setups (e.g. with mailing list
>> servers), but people will likely know how to c
> On 26. Apr 2020, at 18:30, Eric Faurot wrote:
>
> When a catch-all entry (@) is used in a virtual alias table, it
> eventually (and mistakenly) catches everything that expands to a
> username. For example, with:
>
>f...@example.com user
>@catchall
>
> "f...@example.
> On 8. Apr 2020, at 17:19, Eric Faurot wrote:
>
> Some users had issues with report events for MAIL FROM and RCPT TO
> when "|" appear in the mail address (yes, it seems to happen), because
> that's also the field separator. To make parsing the report lines a
> bit more straightforward, it's
> On 24. Feb 2020, at 20:31, Todd C. Miller wrote:
>
> I have a mostly-identical patch in my tree, though I tried to improve
> readability a bit.
ok jung@
> - todd
>
> Index: usr.sbin/smtpd/mta_session.c
>
On Sun, Feb 09, 2020 at 04:33:13PM +0100, Ingo Schwarze wrote:
>
> this is absolutely not OK.
>
> How did you test this?
I changed weekly directly on the remote machine to detect and narrow
down the issue and generated the diff later on my local machine source
tree.
>$ doas cat /var/log/we
ocument this.
However, I'm fine with assuming sane defaults on OpenBSD, so not needed
then.
> > However, it doesn't look like we document /etc/locate.rc anywhere.
> > I'm not sure it deserves its own man page
> > but I think it should at least be documented in locate.upd
On Sun, Feb 09, 2020 at 12:33:42AM +0100, Joerg Jung wrote:
> Hi,
>
> I have a machine with a large data storage attached, but it has only 2GB
> of /tmp (which I consider enough usually). On this machine weekly
> locate.updatedb fails, due to /tmp being full. To fix this I would
Hi,
I have a machine with a large data storage attached, but it has only 2GB
of /tmp (which I consider enough usually). On this machine weekly
locate.updatedb fails, due to /tmp being full. To fix this I would like
to point locate to a different TMPDIR.
But it seems one can not just set TMPDIR
On Sat, Feb 08, 2020 at 03:33:37PM -0700, Theo de Raadt wrote:
> Jason McIntyre wrote:
>
> > without getting into a discussion about /etc/examples, in this case i
> > personally see neither the point of the example config file (so trivial
> > as to be questionable) nor the addition to the man pag
with different permissions,
> and control them through the smtpd.conf ruleset like we do for any other
> connection.
>
> The first step towards that is this diff.
>
> ok ?
ok jung@
> Index: smtpd.conf
> ===
> R
On Sun, Nov 24, 2019 at 10:54:14AM +0100, Gilles Chehade wrote:
>
> Ten years ago, it seemed a very neat idea that OpenSMTPD would have some
> implicit defaults to avoid people creating open relays.
>
> Back then I was trying to make the smtpd.conf as compact as possible and
> came up with the ve
Hi,
I think devel/waf is gone since two years and may not come back, so no
need to mention in port-modules(5).
OK?
Regards,
Joerg
Index: share/man/man5/port-modules.5
===
RCS file: /cvs/src/share/man/man5/port-modules.5,v
retriev
lickFinger3=2
synclient ClickPad=1
synclient VertScrollDelta=-237
synclient HorizScrollDelta=-237
synclient HorizTwoFingerScroll=1
ClickPad/click-and-drag works, awesome! :)
Diff reads fine. Thanks!
OK jung@
> Index: dev/usb/ubcmtp.c
>
On Wed, Oct 19, 2016 at 09:51:47PM +0200, Mark Kettenis wrote:
> The bus number it reports will be totally bogus for devices behind PCI
> bridges. As a consequence AML will peek and poke at registers of the
> wrong device. This is what caused the suspend issues with Joris'
> Macbook.
>
> The dif
Am 26.09.2016 um 00:11 schrieb Dmitrij D. Czarkoff :
>> The diff below fixes fullscreen mode on window managers that prevent
>> applications from resizing their windows.
For example, which WM?
>> This is done by setting
>> _NET_WM_STATE_FULLSCREEN atom.
>
> Ping.
Shouldn't the WM fixed inst
- fix a bug where the specified family was ignored if the listener
> is given as a hostname.
>
>
> Comments?
I like that. ok jung@
> Eric.
>
> Index: parse.y
> ===
> RCS file: /cvs/src/usr.sbin/smt
oid
> converting between pointers to integer types with different sign
> when calling getline (catched when compiling with Clang)
> - Use return instead of exit in main
ok jung@
> Index: wc.c
> ===
> RCS file:
> Am 01.08.2016 um 23:14 schrieb joshua stein :
>
> are these complaints really helpful on modern machines?
Can't speak for clock. But I tend to not like this for nvram.
IMHO, even with recent HW this is a valid concern and reminder
that someone should handle setting of the nvram options correct
tl"
>> dumps them. so no sort neccessary for sysctl(8).
>
> So now sysctl(8) has all net.inet.tcp in sysctl output order.
>
> ok?
ok jung@
> bluhm
>
> Index: lib/libc/gen/sysctl.3
> ===
> RCS file
empty,
> we can change the hash size.
>
> This allows an admin under SYN flood attack to tune his machine.
> sysctl net.inet.tcp.synhashsize=1
Makes sense to me and I like this.
> ok?
ok jung@
Please, also document it, at least in sysctl(8).
> bluh
Am 13.06.2016 um 12:35 schrieb Mark Kettenis :
>> Date: Sun, 12 Jun 2016 11:47:37 -0500
>> From: joshua stein
>>
>> Here's a new version with feedback from Miod and Ted.
>>
>> It also fixes a bug on a Broadwell Chromebook (tested by Edward
>> Wandasiewicz) which has proper inteldrm but no vga,
s shall be matched by a
> corresponding invocation of the va_end() macro in the same function."
>
> http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html
>
Yes agreed, the diff should be committed.
ok jung@ if a d
he pointer to (void
> > *)-1 instead of NULL, because this NULL return is a trap.
> >
>
>
> I think enforcing it this way would make much sense.
>
> I'm a candidate for such traps as I only develop C code on/for OpenBSD.
>
> OK, this makes Hiltjo's diff a valid addition.
yes agreed, please commit it. ok jung@
> Reyk
>
On Mon, Apr 25, 2016 at 03:23:47PM +, Robert Peichaer wrote:
> On Mon, Apr 25, 2016 at 10:57:37AM -0400, Ted Unangst wrote:
> > Theo de Raadt wrote:
> > > + cp -p /usr/lib/$_lib /usr/lib/$_tmplib
> > > + install -o root -g bin -m 0444 $_lib /usr/lib/$_lib &&
> >
> Am 09.04.2016 um 21:33 schrieb Jason McIntyre :
>
>> On Sat, Apr 09, 2016 at 11:42:58AM +0200, david+bsd@dahlberg.cologne wrote:
>> After quite some debugging of why the heck my smtpd.conf was not
>> working after upgrading to 5.9 and substituting clamsmtp and dkim-
>> signer by smtpd(8) filter
On Tue, Mar 29, 2016 at 08:22:31AM -0600, Todd C. Miller wrote:
> On Tue, 29 Mar 2016 15:29:27 +0200, Antoine Jacoutot wrote:
>
> > We'd like to rename the 'faulty' listing to 'failed'.
> > i.e. rcctl ls failed
> >
> > 'faulty' does sound a bit weird and is not obvious to remember.
> > Now the qu
> On 17 Mar 2016, at 13:58, Martin Pieuchot wrote:
>
> On 13/03/16(Sun) 18:37, Ulf Brosziewski wrote:
>> The diffs below are a rewrite of the input-processing part of wsmouse. It
>> adds support for multitouch input.
>>
>> I have split the set of diffs into three parts and I will post part 2 an
On Fri, Feb 12, 2016 at 05:00:59PM -0500, Peter Bisroev wrote:
> > Just in case the previous diff is OK, I am attaching the patch to the
> > smtpd.conf man page.
>
> Hi Gilles,
>
> I apologize, my previous manpage diff did not include the information
> regarding
> the fact that connections throu
On Mon, Feb 01, 2016 at 07:24:39PM +, Stuart Henderson wrote:
> On 2016/02/01 15:02, Joerg Jung wrote:
> > What about smtpd, should be similar, no?
>
> This would do the trick. It loses the getrlimit/setrlimit dance that
> config_process() normally does, but I'm not
be adjusted by somebody with better rc-fu.
>>
>> Actually if things are properly done, the non default pexp line in the rc.d
>> scripts should just be removed and that's it.
>>
>
> Here it is for the majority of base daemons. I've left ypldap for now,
>
On Mon, Jan 11, 2016 at 03:40:17PM +, Raf Czlonka wrote:
> Hi all,
>
> Given that PKG_PATH and pkg.conf(5)'s installpath, now supports %c, %a,
> etc. sequences, it might be worth advertising it a bit more by changing
> all relevant uname(1), arch(1)/machine(1) occurrences or (hard-coded
> rele
On Wed, Jan 27, 2016 at 05:20:59AM +0200, Sviatoslav Chagaev wrote:
> On Sun, 10 Jan 2016 21:28:31 +0100 Joerg Jung wrote:
> > On Sun, Jan 10, 2016 at 04:59:22AM +0200, Sviatoslav Chagaev wrote:
> > > So below is a driver for TI LP8550.
> ...
> > > If there'
On Sat, Jan 23, 2016 at 10:21:38PM +, Michael Savage wrote:
> The page at http://www.openbsd.org/opensmtpd/faq/example1.html doesn't
> display correctly because browsers try to interpret /
> as HTML tags. This patch replaces < and > with > and <.
This fix was committed by TJ. I also fixed two
On Sat, Jan 23, 2016 at 08:31:09PM +0100, Ingo Schwarze wrote:
> Hi,
>
> the smtpd(8) daemon supports "deliver to maildir" out of the box,
> and even though putting the user maildirs below /var/mail/ is not
> the default, it's one of many possible and logical choices, and i
> see nothing wrong wit
On Sun, Jan 10, 2016 at 04:59:22AM +0200, Sviatoslav Chagaev wrote:
> Hi,
>
> I'm running -current on Apple MacBook Air 6,2. I installed using Jasper's
> instructions [1], OpenBSD is the only OS and boots via EFI.
>
> I'm experiencing a problem with LCD backlight: on wakeup from suspend, the
> ba
On Wed, Dec 30, 2015 at 05:24:27PM +0100, Fabian Raetz wrote:
> Hi tech@,
>
> this patch removes the 'noprint' variable which was added to ifconfig.c in
> rev 1.216
> and is not in use since rev. 1.220.
Committed, thanks!
> Cheers,
> Fabian
>
>
> Index: sbin/ifconfig/ifconfig.c
> ===
h your input buffer fix they are not
really needed anymore.
> However, since Apple's SMC implementation almost certainly changed
> over the years, it would be good to test this diff on a wider range of
> Apple hardware. Please check that all sensors are still present and
> are pro
On Wed, Dec 16, 2015 at 02:32:44AM +0100, Ulf Brosziewski wrote:
> Ping? No further thoughts on this, no tests? Do I have to conclude that
> most people are happy with wsmouse as it is?
Yes and no. As I told you earlier, I think your diffs contain some very
good work and are required for further
> Am 11.12.2015 um 10:27 schrieb Ville Valkonen :
>
>> On 11 December 2015 at 10:36, Joerg Jung wrote:
>> Ping. Anyone?
>>
>> > On 07 Dec 2015, at 23:39, Joerg Jung wrote:
>> >
>> > Hi,
>> >
>> > here comes a series
Ping. Anyone?
> On 07 Dec 2015, at 23:39, Joerg Jung wrote:
>
> Hi,
>
> here comes a series of small diffs which add generic support for
> keyboard backlights.
>
> Please find below the first diff, which adds new ioctls to wskbd(4) to
> control keyboard backlig
On Tue, Dec 08, 2015 at 10:12:38PM +0100, Joerg Jung wrote:
> On Thu, Aug 06, 2015 at 09:58:56PM +0200, Joerg Jung wrote:
> > On Wed, Feb 18, 2015 at 10:33:57PM -0800, William Orr wrote:
> > >
> > > Any interest?
> >
> > I'm interested in this. You
On Tue, Dec 08, 2015 at 10:48:47PM +0100, Mark Kettenis wrote:
> > Date: Mon, 7 Dec 2015 23:44:13 +0100
> > From: Joerg Jung
> >
> > Hi,
> >
> > here comes the third part of the series for generic keyboard backlight
> > support.
> >
> > P
Hi,
...back on this topic.
On Thu, Aug 06, 2015 at 09:58:56PM +0200, Joerg Jung wrote:
> On Wed, Feb 18, 2015 at 10:33:57PM -0800, William Orr wrote:
> >
> > Any interest?
>
> I'm interested in this. Your diff looks reasonable, so I applied it and
> it compiled
if we decide to
> keep it, this diff should fix the fallback case.
ok jung@ for the fix below.
I’m also unsure about the fallback code. It was introduced with -r1.4 more than
16 yrs ago. However, I fail to understand what’s the point of it? I mean why
running mailwrapper without a config f
Hi,
here comes another diff of the series for the keyboard backlight
support.
Please find below a diff which enables keyboard backlight control on
Intel Apple Laptops via asmc(4).
This diff uses introduced wskbd(4) hooks from previously sent diffs and
also introduces locking and minor refactorin
Hi,
here comes the third part of the series for generic keyboard backlight
support.
Please find below a diff which adds they key(code)s for keyboard
backlight control, as found on all recent Intel based Apple Laptop
Keyboards. While here, also add keys for display brightness control
found on App
Hi,
here comes a series of small diffs which add generic support for
keyboard backlights.
Please find below the first diff, which adds new ioctls to wskbd(4) to
control keyboard backlights.
In contrast to an earlier diff from jcs, I have chosen to use a struct
in favor of a simple (unsigned) int
Hi,
here comes the second part of the series for generic keyboard backlight
support.
Please find below the userland part which adds a backlight variable to
wsconsctl(8).
I have chosen to use the percentage format, so it looks like this:
$ doas wsconsctl keyboard.backlight=80
keyboard.ba
> Am 28.10.2015 um 17:05 schrieb Michael McConville :
>
> Relayd, httpd, and ntpd define the functions get_data() and
> get_string(). Both call calloc and then immediately memcpy. Calloc's
> zeroing isn't optimized out. These functions are called in network data
> paths in at least a couple plac
On Fri, Oct 23, 2015 at 01:19:15PM -0200, Walter Neto wrote:
> Like recommended from other developers I started developing WAPBL support for
> OpenBSD.
>
> Looking at NetBSD and Bitrig I mage a first funcional patch.
Wow... that is a big diff :)
Care to elaborate in some more words what "function
On Wed, Sep 30, 2015 at 06:07:54PM +0200, Joerg Jung wrote:
> On Wed, Sep 30, 2015 at 05:13:31PM +0200, Martijn van Duren wrote:
> > On 09/30/15 14:15, Joerg Jung wrote:
>
> > Thanks! Although it does add about 5-10 seconds to my boot-time, waiting
> > primarily for
>>/* in header and line is not a continuation, execute callback */
>> -if (rp->in_hdr && (*line == '\0' || !isspace(*line)))
>> +if (rp->in_hdr && (*line == '\0' || !isspace((unsigned char)*line)))
>
> Yep.
>
> ok?
ok jung@
On Sun, Oct 04, 2015 at 09:20:06PM +0200, Mark Kettenis wrote:
>
> Here is what I get on the Macmini 1,1 now:
>
> asmc0 at isa0 port 0x300/32
> asmc0: rev 1.3f503, 137 keys, 5 temperatures, 1 fan, 0 lights, kbdled
Thanks for testing! I think printing "0 lights" is not very useful,
so I will twea
On Wed, Sep 30, 2015 at 06:07:54PM +0200, Joerg Jung wrote:
> On Wed, Sep 30, 2015 at 05:13:31PM +0200, Martijn van Duren wrote:
> >
> > What I find somewhat strange is that although the dmesg says it has "2
> > lights", it only shows one illuminance sensor in my
On Wed, Sep 30, 2015 at 05:13:31PM +0200, Martijn van Duren wrote:
> On 09/30/15 14:15, Joerg Jung wrote:
> >CVSROOT: /cvs
> >Module name: src
> >Changes by: j...@cvs.openbsd.org2015/09/30 06:15:12
> >
> >Modified files:
> > share/man/man4 : isa
59 -
@@ -0,0 +1,62 @@
+.\"$OpenBSD: $
+.\"
+.\" Copyright (c) 2015 Joerg Jung
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright noti
On Sun, Aug 30, 2015 at 08:40:57PM +0200, Joerg Jung wrote:
> On Wed, Aug 26, 2015 at 08:23:22PM +0200, Denis Fondras wrote:
> > Hello,
> >
> > While using httpd together uwsgi and Flask, I noticed that GET requests to /
> > returned 404. The same setup with nginx was
;
> I'll try to keep it on my todo list...
>
>> Some bike shedding inline below, apart from that, ok jung@
>
> I love bike shedding, so let's go an pick up some colors ;-)
:)
>>
>>> - if (r->action == PF_MATCH) {
>>> + /*
>>>
eally needs block ... dup-to he should opt for equivalent
> rule using pass ... route-to
>
> Also there is one more question:
>
>shall we implement similar sanity checks for nat-to/rdr-to/... actions?
IMHO, yes that would make sense.
Some bike shedding inline below, apart fro
On Wed, Aug 26, 2015 at 08:23:22PM +0200, Denis Fondras wrote:
> Hello,
>
> While using httpd together uwsgi and Flask, I noticed that GET requests to /
> returned 404. The same setup with nginx was returning 200.
>
> The culprit is that PATH_INFO is not set when REQUEST_URI is /.
> The following
On Sun, Aug 30, 2015 at 06:22:30PM +1200, Richard Procter wrote:
> * Remove local aliases saddr, daddr
>
> - eases refactoring later on
I fail to see how yet, but ...
[...]
>
> ok?
... with the assumption that the above statement will
become true in the bigger picture,
On Sun, Aug 30, 2015 at 06:22:14PM +1200, Richard Procter wrote:
> * constify local aliases
>
> - enables compilation to verify they are never reassigned
>
> ok?
Your next patch [2/24] does remove this line, so no need for this one,
right?
> to apply:
> $ cd /usr/src/sys
> $ cat - | p
On Wed, Feb 18, 2015 at 10:33:57PM -0800, William Orr wrote:
> Hey,
>
> Any interest?
I'm interested in this. Your diff looks reasonable, so I applied it and
it compiled fine, but the less and grave keys are still wrong exchanged
on my MacBookAir4,2. Looks like usbdevs says I have a
USB_PRODUCT
On Tue, Jun 09, 2015 at 07:46:15AM +, Florian Obser wrote:
> On Mon, Jun 08, 2015 at 09:17:41PM +0200, Claudio Jeker wrote:
> > On Mon, Jun 08, 2015 at 09:12:32PM +0200, Joerg Jung wrote:
> > > On Tue, Jun 02, 2015 at 05:47:47PM +0200, Claudio Jeker wrote:
> > > >
On Tue, Jun 02, 2015 at 05:47:47PM +0200, Claudio Jeker wrote:
> On Tue, Jun 02, 2015 at 01:50:35PM +0200, Joerg Jung wrote:
> >
> > > Am 01.06.2015 um 01:25 schrieb Todd Mortimer :
> > >
> > > I agree that my patch is more of a workaround, and it would be
>
> Am 01.06.2015 um 01:25 schrieb Todd Mortimer :
>
> I agree that my patch is more of a workaround, and it would be
> better to track down how it is that the client is being passed to
> server_fcgi with an open socket. I was going this way when I started
> looking at the source, but then I saw th
On Mon, Jun 01, 2015 at 08:06:38PM +0100, Stuart Henderson wrote:
> On 2015/06/01 10:20, patrick keshishian wrote:
> > On 6/1/15, Sunil Nimmagadda wrote:
> > > On Thu, May 21, 2015 at 11:16:09PM -0400, Ted Unangst wrote:
> > >> screw ftp. just make a new util http, that just does http.
>
> Sorry,
Hi,
> Am 20.05.2015 um 02:06 schrieb Todd Mortimer :
>
> The attached patch fixes a problem I’ve been having with httpd +
> php_fpm + owncloud on 5.7. The patch is against 5.7-release.
Can you try with recent snapshot, and see if issue
still occurs, please?
Development happens in -current.
> Af
> Am 16.10.2014 um 06:50 schrieb Philip Guenther :
>
> On Wed, Oct 15, 2014 at 2:08 PM, Todd C. Miller
> wrote:
>> On Wed, 15 Oct 2014 21:53:47 +0200, Alexandre Ratchov wrote:
On Wed, Oct 15, 2014 at 11:37:26AM -0600, Todd C. Miller wrote:
Since this came up in another thread. Trivial
On 14 Oct 2014, at 22:08, Jonas 'Sortie' Termansen wrote:
> I noticed libressl's apps.c is using times(3), which is among the functions I
> am
> aggressively deprecating in my personal system. This patch switches it to use
> the clock_gettime and getrusage instead. I pondered using CLOCK_VIRTUA
++outline;
> + fputs(s, f);
> + putc('\n', f);
Why this local assignment to f anyway and not
just fputs(s, code_file) and putc(\n', code_file)?
> }
> - putc('\n', f);
> -}
> }
Otherwise, ok jung@
Hi,
Am 05.02.2014 um 15:08 schrieb Sven-Volker Nowarra :
> I tried to install 5.5 snapshots from 2. Feb and 3. Feb onto my laptop
> MacBook Pro 8,2 - both failed. Then used an older snapshot from
> spacehopper.org/mirrmon, which claimed to be 12 days old. Failed as well.
>
> MacBook Pro runs
Hi,
On Fri, Jan 24, 2014 at 11:00:32PM +, peb.nowa...@bluewin.ch wrote:
> I was working on the asmc kernel driver for the Macbooks. I have a
> MBPro8.2 (mid 2011), and came to get the driver installed, reading all
> sensors and temperatures into the "hw.sensors" framework.
> See
> attache
Am 20.12.2013 um 08:48 schrieb David Gwynne :
> On 20 Dec 2013, at 2:56 am, Alexander Hall wrote:
>
>> Henning Brauer wrote:
>>> * Craig R. Skinner [2013-12-19 10:18]:
On 2013-12-18 Wed 20:48 PM |, J??r??mie Courr??ges-Anglas wrote:
> skin...@britvault.co.uk (Craig R. Skinner) writes
Am 06.03.2013 um 19:23 schrieb Stefan Sperling :
> On Wed, Mar 06, 2013 at 01:05:16PM +, Stuart Henderson wrote:
>> It's not entirely obvious that "-x509" actually means "produce a
>> csr, self-sign it (defaulting to SHA1), throw away the csr and write
>> the cert" and this had me stuck for a
51
ds 0x33 51
es 0x33 51
fs 0x33 51
gs 0x33 51
2010/4/17 Chris Cappuccio :
> You don't need to recompile mysql or other tools. Just move the librthreads
shared object library (librthreads.so.x.y) in place of libpthreads.s
oops.
sorry. i did not re-compile mysql and other tool. (pthreads vs
rthreads result are same)
so, previous e-mail's performance test is fail.
i'll update test tools and i'll send that results again.
thanks.
2010/4/13 Ted Unangst :
> On Tue, Apr 13, 2010 at 4:33 AM, Jung wro
sec.)
pthreads) - client threads(Transactions/sec)
2 (410.84 per sec.)
5 (408.39 per sec.)
10 (420.40 per sec.)
15 (416.54 per sec.)
20 (413.13 per sec.)
---
- Jung
88 matches
Mail list logo