LinuxTV

CVS log for dietlibc/x86_64/unified.S

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jan 25 19:04:50 2016 UTC (8 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -0 lines
  plumbing to get preliminary PIE support for x86_64

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 24 08:28:25 2014 UTC (10 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -0 lines
lay groundwork for a new ld.so

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 24 10:05:59 2013 UTC (11 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
make stat and readdir work for x32

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Sep 6 15:27:54 2012 UTC (11 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
add SO_RCVBUFFORCE and SO_SNDBUFFORCE
change x64 start code so that return in main works even if the kernel lacks x32 support

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 13 00:10:40 2012 UTC (11 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0 lines
we should get x32-abi support for x86_64

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
  use vsyscall for time on x86_64 instead of wrapping gettimeofday (Nikola Vladov)
  CPU affinity support (Indan Zupancic)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 19 13:02:23 2008 UTC (16 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -1 lines
  prepare x86_64 for syscall numbers > 255

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 7 23:07:33 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
  implement gettimeofday vsyscall for x86_64
  replace unfinished plug&play DNS hack with zeroconf,
    rename dietfeatures.h option to WANT_PLUGPLAY_DNS.
    A small dns daemon can be found in contrib/dnsd.c
    Not tested at all except against each other!

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 28 22:28:53 2005 UTC (19 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -2 lines
fixes for build error and moved epoll syscalls

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 28 16:04:54 2005 UTC (19 years, 4 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
dynamic x86_64 support (libdl relocator and dyn_syscalls)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 20 02:42:58 2003 UTC (21 years, 3 months ago) by fefe
Branches: MAIN
CVS tags: branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
various x86_64 fixes from Gwenole

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 9 23:31:08 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
I botched readdir64 (#ifndef -> #ifdef)
The x86_64 ABI says %rcx -> %r10 (huh?!)
%p only printed the last 32 bits on 64-bit platforms.
All of the above fixed by Gwenole.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 6 17:23:31 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
oops, typo!

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 6 16:43:17 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Gwenole found and fixed a bug in x86_64 unified.S
cycles was also quite broken (only worked without optimizer and only
counted the lower 32-bit of the cycles).
Gwenole also said that regex now works on x86_64, maybe it was a
compiler bug.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:30:14 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -4 lines
fix stime and squeeze x86_64 unified syscall even more

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:15:07 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -4 lines
Olaf says we can't use rcx in x86_64 unified syscall because
errno_location might clobber it.  So we changed to push and pop and
even optimized a few bytes away.  This architecture is fun!

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Aug 8 14:31:49 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
save 3 bytes per x86_64 syscall (Olaf)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 6 18:07:47 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
preserve rbx to comply to ABI in x86_64 unified syscall

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 9 01:01:17 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
x86_64 port by Michal Ludvig!

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>