mailing list of musl libc
 help / color / mirror / code / Atom feed
f864231f87fd7cc40c57681beaf696ef1169a43b blob 676 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 
.text
.global __clone
.type   __clone,@function
__clone:
	push %ebp
	mov %esp,%ebp
	push %ebx
	push %esi
	push %edi

	xor %eax,%eax
	push $0x51
	mov %gs,%ax
	push $0xfffff
	shr $3,%eax
	push 28(%ebp)
	push %eax
	mov $120,%al

	mov 12(%ebp),%ecx
	mov 16(%ebp),%ebx
	and $-16,%ecx
	sub $16,%ecx
	mov 20(%ebp),%edi
	/* the ss prefix is needed to support the separate stack segment feature: */
	mov %edi,%ss:(%ecx)
	mov 24(%ebp),%edx
	mov %esp,%esi
	mov 32(%ebp),%edi
	mov 8(%ebp),%ebp
	int $128
	test %eax,%eax
	jnz 1f

	mov %ebp,%eax
	xor %ebp,%ebp
	call *%eax
	mov %eax,%ebx
	xor %eax,%eax
	inc %eax
	int $128
	hlt

1:	add $16,%esp
	pop %edi
	pop %esi
	pop %ebx
	pop %ebp
	ret
debug log:

solving f864231 ...
found f864231 in https://inbox.vuxu.org/musl/390CE752059EB848A71F4F676EBAB76D3AC263D2@ORSMSX114.amr.corp.intel.com/ ||
	https://inbox.vuxu.org/musl/390CE752059EB848A71F4F676EBAB76D3AC298BC@ORSMSX114.amr.corp.intel.com/
found 52fe7ef in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 52fe7efbd442ca561bc9ddac05216433c9665a45	src/thread/i386/clone.s

applying [1/2] https://inbox.vuxu.org/musl/390CE752059EB848A71F4F676EBAB76D3AC263D2@ORSMSX114.amr.corp.intel.com/
diff --git a/src/thread/i386/clone.s b/src/thread/i386/clone.s
index 52fe7ef..f864231 100644

Checking patch src/thread/i386/clone.s...
Applied patch src/thread/i386/clone.s cleanly.

skipping https://inbox.vuxu.org/musl/390CE752059EB848A71F4F676EBAB76D3AC298BC@ORSMSX114.amr.corp.intel.com/ for f864231
index at:
100644 f864231f87fd7cc40c57681beaf696ef1169a43b	src/thread/i386/clone.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).