Displaying 5 results from an estimated 5 matches for "60547".
Did you mean:
605,7
2024 Jun 14
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
...al verdict then. Thanks for letting me know.
>
> I will also try 'LogVerbose serverloop.c:process_input():*' soon which
> might do here.
A bit chatty but works:
2024-06-14T20:01:54.084176+02:00 qeporkak sshd 10012 - - Accepted
keyboard-interactive/pam for opty from 127.0.0.1 port 60547 ssh2
2024-06-14T20:01:54.090845+02:00 qeporkak elogind-daemon 1116 - - New
session 2 of user opty.
2024-06-14T20:01:55.125617+02:00 qeporkak sshd 10027 - -
serverloop.c:process_input():290 (pid=10027): Connection closed by
127.0.0.1 port 60547
2024-06-14T20:01:55.131298+02:00 qeporkak elogind-daemo...
2024 Jun 11
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Wed, Jun 5, 2024 at 3:14?PM Opty <opty77 at gmail.com> wrote:
> On Wed, Jun 5, 2024 at 6:03?AM Damien Miller <djm at mindrot.org> wrote:
> > On Sat, 1 Jun 2024, Opty wrote:
> > > Indeed I am.
> > >
> > > What now?
> >
> > We need to decide whether to promote these log messages to INFO.
> >
> > > Should PuTTY change its
2024 Jun 17
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
...now.
> >
> > I will also try 'LogVerbose serverloop.c:process_input():*' soon which
> > might do here.
>
> A bit chatty but works:
>
> 2024-06-14T20:01:54.084176+02:00 qeporkak sshd 10012 - - Accepted
> keyboard-interactive/pam for opty from 127.0.0.1 port 60547 ssh2
> 2024-06-14T20:01:54.090845+02:00 qeporkak elogind-daemon 1116 - - New
> session 2 of user opty.
> 2024-06-14T20:01:55.125617+02:00 qeporkak sshd 10027 - -
> serverloop.c:process_input():290 (pid=10027): Connection closed by
> 127.0.0.1 port 60547
> 2024-06-14T20:01:55.13129...
2005 Jul 20
1
MMX IDCT for theora-exp
...ow word to high */
+#define MaskOffset 0
+/* 7 cosines come in order pi/16 * (1 ... 7) */
+#define CosineOffset 32
+#define EightOffset 88
+#define IdctAdjustBeforeShift 8
+
+
+ogg_uint16_t __attribute__((aligned(8),used)) idctconstants[(4+7+1) * 4];
+ogg_uint16_t idctcosTbl[ 7] =
+{
+ 64277, 60547, 54491, 46341, 36410, 25080, 12785
+};
+
+/* I'm leaving original VP3 table even I'm not using it whole. It can be used
+ for MMX quantzation later - Ruik */
+
+void fillidctconstants_mmx(void)
+{
+ int j = 16;
+ ogg_uint16_t * p;
+
+ do
+ {
+ idctconstants[ --j] = 0;
+ }
+ while...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed.
attached the updated patch to apply to svn/trunk.
j
-------------- next part --------------
A non-text attachment was scrubbed...
Name: theora-mmx.patch.gz
Type: application/x-gzip
Size: 8648 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin