similar to: You win green card

Displaying 20 results from an estimated 20000 matches similar to: "You win green card"

2015 May 05
0
You win green card
An HTML attachment was scrubbed... URL: <http://www.zytor.com/pipermail/klibc/attachments/20150505/8b72cbf1/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: green_card_n7823647823678462378462387462387648273.zip Type: application/zip Size: 34836 bytes Desc: not available URL:
2013 Jan 06
0
BANNED message from you (.exe, .exe-ms, pavel.hofman@ivitera.com)
BANNED CONTENTS ALERT Our content checker found banned name: .exe,.exe-ms,pavel.hofman at ivitera.com in email presumably from you <klibc at zytor.com> to the following recipient: -> pavel.hofman at ivitera.com Our internal reference code for your message is 08154-06/MXeAThfkBowO First upstream SMTP client IP address: [81.0.237.28] ip28.insite.cz According to a 'Received:'
2004 Jun 06
2
HUGE change soon coming to a klibc near you
Hold on to your hats, because the world is about to break... I have been trying to figure out for a while now how to migrate klibc to a 64-bit off_t, and to handle other things like getuid32(). The final decision is that the _syscall*() macros just got to go; they aren't flexible enough, and the hope that they would make it easier to port between platforms hasn't worked out -
2004 Jan 24
1
Supporting multiple video cards under Linux
Supporting multiple video cards under Linux When there are multiple video cards in a machine the system BIOS only initializes one of them. So I'm working on a version of the DRI drivers that will initialize these non-primary video cards. The new DRI driver achieves this via generating a hotplug event that runs a user space program when the driver is first loaded. This user space program
2019 Jan 18
0
[klibc:master] include sys/types.h in more places
Commit-ID: d015414c70bf8ec7464135e67557d6e7f2df662b Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d015414c70bf8ec7464135e67557d6e7f2df662b Author: Greg Thelen <gthelen at google.com> AuthorDate: Sun, 25 Feb 2018 23:16:32 -0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Wed, 2 Jan 2019 03:08:04 +0000 [klibc] include sys/types.h in more
2006 Jun 26
0
[klibc 38/43] Simple test suite for klibc
[klibc] Simple test suite for klibc A very simple handful of tests for klibc. This is not by any means an exhaustive test suite, nor are most of the tests auto-verifying, but they are very useful to spot common porting problems. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit b64a5142ab2aa6c030b2a254eb94384161f93f0c tree 84a5bea0d108e9365018d4698548764be7dc68ea parent
2004 Jan 24
1
get rid of various warnings, errors in io.h
In 0.97 io.h is wrong in several places. it should be returning __v, not v. static __inline__ unsigned char inb(unsigned short __p) { unsigned char __v; asm volatile("inb %1,%0" : "=a" (__v) : "dN" (__p)); return v; } How do I get rid of these warnings? /home/mesa/boot/klibc/klibc/include/stdlib.h:21: warning: shadowing built-in function `abs'
2012 Oct 05
0
2.0.2 klibc release
This release continues to stabilise the stdio codebase. It has fixes for latest linux 3.6, a sync to latest dash and of course several arm fixes. Thank you all. Bill Pringlemeir (1): [klibc] [PATCH] fix ARM longjmp with zero 'val'. Christoph Mathys (1): [klibc] [BUILTIN] Add support for ulimit -r Colin Watson (1): [klibc] include: [sys/time.h] fix for Linux 3.5.1
2011 Jul 27
0
klibc 1.5.24 release
Enough small fixes have pilled up to make it worth a release: A Google patch adds sched_setaffinity, sched_getaffinity support. Openembedded uses kexec_load(). Gentoo folks add a Kbuild fix. ipconfig no longer wild guesses a nameserver when none is provided by the DHCP server. strndup() and unlinkat() saw fixes for various problems. codingstyle cleanup in kinit and tools. git repository:
2013 Dec 27
0
[PATCH] Update header locations for uapi & generated
On Thu, Dec 26, 2013 at 08:31:48PM -0800, H. Peter Anvin wrote: > > In the end, demanding that I use a copy of the installed kernel headers, > > when I'm passing a specific kernel source to the klibc build and that > > kernel source is most probably not the same as the kernel that's running > > seems like a bad idea. I want to build against a known kernel source,
2013 Nov 12
0
[klibc:master] arm64: remove useless <klibc/asmmacros.h> file
Commit-ID: 45647d9f97cac184d399eae9bcbe24aef2223f70 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=45647d9f97cac184d399eae9bcbe24aef2223f70 Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Mon, 11 Nov 2013 19:33:40 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Mon, 11 Nov 2013 19:33:40 -0800 [klibc] arm64: remove useless
2020 Jun 17
1
[PATCH] Kbuild for klibc and nfsmount: add -fcommon
-fcommon is not default anymore, with GCC 10 you get the following failure without it: KLIBCLD usr/klibc/libc.so ppc-linux-ld: usr/klibc/globals.o:/root/packages/klibc-2.0.7/usr/klibc/../include/unistd.h:15: multiple definition of `environ'; usr/klibc/__shared_init.o:/root/ldb_base/ofl/packages/klibc-2.0.7/usr/klibc/libc_init.c:42: first defined here ppc-linux-ld:
2011 Jun 14
0
klibc 1.5.23 release
This release features a dash sync to latest dash git (We continue in the tradition of providing the freshest dash), porter fixes for arm Debian and ppc64 Ubuntu. To the utils got added a minimal mv, so that /run initramfs content can be moved to the real rootfs. The shortlog is dominated by dash commits, plus usual minimal fixes. git repository: git://git.kernel.org/pub/scm/libs/klibc/klibc.git
2019 Oct 07
0
[ANNOUNCE] klibc 2.0.7
I have just released version 2.0.7. This is available in the git repository at: https://git.kernel.org/pub/scm/libs/klibc/klibc.git and as a tarball at: https://mirrors.kernel.org/pub/linux/libs/klibc/2.0/ This new release fixes build regressions with Linux 5.1 and with binutils 2.32. The klcc compiler can again generate stripped executables even if klibc is built unstripped. An
2004 Sep 11
1
[PATCH] fchdir syscall, opendir function
This adds the fchdir syscall and a new opendir() function. diff -purNx linux ../klibc-0.172/klibc/SYSCALLS.def ./klibc/SYSCALLS.def --- ../klibc-0.172/klibc/SYSCALLS.def 2004-08-25 23:56:49.000000000 +0200 +++ ./klibc/SYSCALLS.def 2004-09-11 20:46:10.187551992 +0200 @@ -86,6 +86,7 @@ int access(const char *, int) int link(const char *, const char *) int unlink(const char *) int chdir(const
2015 Apr 07
0
Thank you for scheduling your online payment
E-mail Security Information. Dear Thank you for scheduling your recent credit card payment as an attachment. Your payment in the amount of 3898.96 will be credited to your credit card account (CREDIT CARD) ending in 3057 on 04/07/2015. Now that you're making your payment online, are you aware of all the convenient ways you can manage your account online? * SEE STATEMENTS - Choose
2015 Apr 07
0
Thank you for scheduling your online payment
E-mail Security Information. Dear Thank you for scheduling your recent credit card payment as an attachment. Your payment in the amount of 3898.96 will be credited to your credit card account (CREDIT CARD) ending in 0727 on 04/07/2015. Now that you're making your payment online, are you aware of all the convenient ways you can manage your account online? * SEE STATEMENTS - Choose
2019 Jan 19
0
[klibc:master] Update URLs in docs and spec file
Commit-ID: d4267b09846f6f986c1ad586bd98696791711c74 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d4267b09846f6f986c1ad586bd98696791711c74 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sat, 19 Jan 2019 00:31:06 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 19 Jan 2019 00:38:42 +0000 [klibc] Update URLs in docs and
2013 Oct 09
0
[PATCH 0/1] Porting klibc to AArch64
On Wed, Oct 09, 2013 at 03:14:44PM +0530, Anil Singhar wrote: > Hi All: > > We have some patches to port klibc to ArmV8. > > The first set of patches from Neil Williams fixes the build issues. > The second set of patches from Anil Singhar fixes functionalities. pleasse come up with a single patchset for the architecture as it is not merged, with signed-offs by both of you
2019 Sep 12
0
Fwd: Launchpad [Bug 1843743] [NEW] klibc ftbfs in eoan
---------- Forwarded message ---------- From: Matthias Klose <doko at ubuntu.com> Message-ID: <156829951299.6967.9341353260688596797.malonedeb at soybean.canonical.com> Date: Thu, 12 Sep 2019 14:45:12 -0000 Subject: [Bug 1843743] [NEW] klibc ftbfs in eoan Reply-To: Bug 1843743 <1843743 at bugs.launchpad.net> Public bug reported: