LinuxTV

CVS log for dietlibc/i386/Makefile.add

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 6 14:24:32 2017 UTC (7 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -0 lines
dependencies

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Feb 24 11:18:07 2016 UTC (8 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
i386: add __munmap_and_exit, update clone; test/thread.c now works.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Oct 10 14:54:29 2014 UTC (9 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
add getcontext and setcontext for i386 and x86_64

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Dec 21 02:11:38 2011 UTC (12 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
  various build fixes, add sys/atomic.h and the __CAS function

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Dec 17 19:22:11 2004 UTC (19 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
  support libm.so (John K. Hohm)
  hack rpc/xdr.h to work with gcc 4 (Andreas Jochens via Gerrit Pape)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 6 21:26:24 2004 UTC (19 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
it turns out you have to call sigreturn() inside the signal handler you
set with rt_sigaction, not rt_sigreturn().  I wonder what they have been
smoking.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Nov 30 22:33:46 2004 UTC (19 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
don't add mmap64 twice

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Mar 30 19:19:52 2003 UTC (21 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
more math fixes (Ruby now compiles and works)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Nov 26 00:41:46 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.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
implement mmap64 using mmap2 on x86 (very ugly)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 3 14:07:59 2002 UTC (21 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
auto-detect gcc 3.1 on x86 and remove compiler warnings

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 5 14:35:56 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
move libm2 from contrib to i386

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Apr 2 16:04:06 2002 UTC (22 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
profiling support (x86 only)!

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Feb 17 01:10:24 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
oops, forgot to add fmod to i386 libm

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 28 17:09:40 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
- parisc clone & atomic testandset
- modifications to libpthread to respect the UPgrowing stack of rarisc
  and inverse lock logic
- added compiler option to i386 (this saves 9 byte per C-function)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Nov 8 16:05:14 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
remove -mcpu=i386.  I'm told it is superfluous because -march=i386
implies it.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 3 13:09:29 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
more md5 optimizations, add a few IPv6 constants, and add high precision
square root on x86

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 6 13:18:59 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
shorten llabs, bugfix copysign, add x86 rand() implementation.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 6 13:10:58 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
add cbrt, make static crypt tables const.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 30 13:52:55 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
more math stuff

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jul 30 13:49:39 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
move __ten from libm.a to dietlibc.a so strtod works.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 30 13:45:17 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
more math

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 27 20:30:32 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
More Frank Klemm tweaks

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 27 14:45:58 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
noch mehr Getweakse

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 19 16:09:07 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
add sincos _GNU_SOURCE function

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 19 16:07:10 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
More functions and optimizations from Frank Klemm

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 19 15:40:56 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
make reboot.c compile again and remove code alignment for i386.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 18 00:20:09 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
remove a few warnings and add a ton of new i386 libmath routines from
Frank Klemm ;)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 17 17:53:27 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
add herror

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 21 13:01:41 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
ups... __mmap.o was still in here...

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 18 19:39:08 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
fix mmap (oops)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 30 15:01:18 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
split off stdio and create libugly for monstrosities such as system()
and daemon().  In the future, crap like popen() will go there, too.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 11 15:11:43 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
changed the VPATH

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>