LinuxTV

CVS log for dietlibc/i386/unified.S

[BACK] Up to [DVB] / dietlibc / i386

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 23 23:29:17 2018 UTC (5 years, 9 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -0 lines
add _Exit

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Mar 3 15:45:32 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +10 -7 lines
  use vsyscall for time on x86_64 instead of wrapping gettimeofday (Nikola Vladov)
  CPU affinity support (Indan Zupancic)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 17 04:05:02 2010 UTC (14 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -5 lines
fix passing a sixth argument on x86

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jan 15 17:35:43 2004 UTC (20 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
  Fix i386 unified syscall -EMEDIUMTYPE handling (Juergen Sawinski via
    Clifford Wolf)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 14 12:44:53 2003 UTC (21 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
make the vsyscall support work on 2.4 kernels...

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 13 03:31:24 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +14 -1 lines
I found a way to make sysenter backwards compatible
It probably breaks WANT_DYNAMIC

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Apr 12 14:49:17 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -0 lines
add vsyscall support on x86-linux2.5

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Nov 24 16:49:11 2002 UTC (21 years, 6 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +11 -0 lines
work around new x86 2.5 syscall numbers exceeding 255, thus breaking our
%al size optimization by adding a new fixup __unified_syscall_256 that
uses %ax and fixing up the stubs to call this one if the syscall number
is large enough.  Ugh.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 16 11:17:01 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -2 lines
Ok. some weekend work

alpha:	some optimizations
i386:	remove of some legacy code
ia64:	there where no weak syscalls
ppc:	set the right predict bit and removed a relocation
s390:	removed double usage of same label
sparc:	remove of some legacy code
sparc64: fixing a minor bug
x86_64: fix of argument usage

signal.h: removed of a double define... (parisc)
sys/stat.h: remove the declarations of {stat,lstat,lseek}64 if we are on a
	64bit machine

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 13 22:33:01 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -0 lines
OK some functions were not marked as such and so gcc 3.x treat them as
bss-objects (variables) if compiling for the dynamic system...

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:59:07 2002 UTC (21 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
i386/*	reduce number of executed instructions
atexit	added symbol for new pthread implementation
x86_64	hope that profiling and {con,de}structors works again

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 22 11:55:34 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
fixed some weak dependencies...

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 21 15:30:17 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -0 lines
several bug fixes from Uwe Ohse.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 18 16:39:34 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
oops, exit did not set %al to 1

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 18 14:32:21 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
moved _exit into the unified syscall in x86.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 29 13:25:16 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Ups a typo distributed with copy/paste
better s390-program "death" if exit returnes.... (no exit loop)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 26 16:08:10 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -0 lines
so a LITTLE change of stdio.... (urg...)
added some weak aliases to assembler returns :) that are always present.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 26 15:20:36 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
more i386 trickery from Frank Klemm.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 18 19:19:43 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
changed a "little" for dynamic dietlibc(.so)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 10 16:05:09 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
finalize THREAD_SAVE renaming, include libpthread in standard targets
for each platform.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 30 18:37:40 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -6 lines
a 32 byte long (Athlon half cache-line / 2 cachelines) long x86 unifed
syscall :)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:39 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN

files where missing (?)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>