Displaying 5 results from an estimated 5 matches for "unnessesary".
Did you mean:
unnessasary
2019 Jan 18
0
[klibc:master] mips: don't save floating point registers in setjmp / longjmp
...t;ben at decadent.org.uk>
CommitDate: Wed, 2 Jan 2019 03:08:04 +0000
[klibc] mips: don't save floating point registers in setjmp / longjmp
Don't bother saving any floating point registers in setjmp or restoring
them in longjmp. This causes issues when compiling for the FPXX ABI, and
is unnessesary as klibc does not support floating point code.
Additionally, remove the unused parts of __jmp_buf.
Signed-off-by: James Cowgill <james.cowgill at mips.com>
Link: https://www.zytor.com/pipermail/klibc/2018-March/003983.html
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr...
2004 Jan 19
2
w2k/XP won't join samba pdc
Hi
I'm sure this must have come up before - if so I apologise.
I have googled, read HOWTOs FAQ and numerous personal accounts on how to
configure samba as a PDC but to no avail - neither w2k nor XP will join the
domain. NT4 Workstation and Win9x I have working fine - where have I gone
wrong ?
Linux SETUP: RedHat 7.3, samba-2.2.7-3.7.3 (upgraded from 2.2.3a)
Win2k SETUP: Win 2000 Pro,
2006 Dec 05
4
[Bug 1269] PAM Callback returns garbage if user unknown or root with disabled login in ssh-config
...not known by getpwnamallow.
In this case if any other information, beside of password, is requested
by the pam module it gets the garbage as answer. This could be
username, cryptocard answer or anything else. No matter if the prompt
is hidden or not. This blocks many possible programming scenarios
unnessesary.
Second, through this manipulation the sshd makes it in situations
discoverable which user exists or not. Also it is not a very good idear
to send garbage and special characters to an unknown pam module just if
the user do not exist... This is a real security impact!
Attack Szenario:
The PAM modu...
2006 Aug 31
5
Custom kernel
The first time I installed xen there were two kernels, this time with 3.0.2,
there is only one kernel, everything works. I can boot my dom0 and my domU''s
using this one kernel but if I want to build a custom kernel for my domU''s but
I am not sure from what I read on how to go about it.
Will I end up with a new kernel other than my single kernel? Should I do the
kernel config in
2018 Mar 02
5
[PATCH 0/5] Various MIPS fixes
Hi,
I noticed that klibc started crashing on 64-bit MIPS and in my quest to fix the
bug I got a bit carried away and fixed a few other things as well. Here are
various miscellaneous MIPS patches, although the first patch is the important
one.
Thanks,
James
*** BLURB HERE ***
James Cowgill (5):
mips64: compile with -mno-abicalls
mips: use -Ttext-segment when linking shared library