LinuxTV

CVS log for dietlibc/diet.c

[BACK] Up to [DVB] / dietlibc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Dec 11 15:16:39 2018 UTC (5 years, 5 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +11 -3 lines
get exceptions and ctors/dtors to work

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Sep 29 16:28:55 2018 UTC (5 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -0 lines
pie fixes

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Feb 10 18:27:23 2018 UTC (6 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +6 -3 lines
more PIE work (actually appears to work now)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:03:38 2018 UTC (6 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +13 -5 lines
split off stackgap-g.o, don't compile valgrind stuff into stackgap.o,
  diet chooses depending on presence of -g
move stackguard var from .data to .bss
remove gcc 7.3 warning from lib/__v_printf.c

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Jun 6 12:16:05 2016 UTC (8 years ago) by leitner
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +10 -0 lines
cross compiler architecture mangling for the new platforms

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Jun 6 12:02:06 2016 UTC (8 years ago) by leitner
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +4 -0 lines
  aarch64 port (Christian Seiler)

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Jun 6 11:59:20 2016 UTC (8 years ago) by leitner
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +5 -0 lines
  mips64 little endian port (Christian Seiler)

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Jun 6 11:56:52 2016 UTC (8 years ago) by leitner
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +5 -0 lines
  ppc64 little endian port (Christian Seiler)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jun 6 11:48:29 2016 UTC (8 years ago) by leitner
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +20 -5 lines
  add x86_64 memccpy, mempcpy
  import Debian bugfixes (Christian Seiler)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Apr 19 15:07:32 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
Massive ARM changes from Enrico Scholz

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Mar 24 08:20:24 2014 UTC (10 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +4 -8 lines
remove compiler warnings

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Apr 23 10:23:23 2013 UTC (11 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
update syscall list to kernel version 3.8
fix x32 (got bitten as early adopter)
add pipe2
change x86_64 gettimeofday to non-vsyscall in the presence of valgrind

Revision 1.76: 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.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
we should get x32-abi support for x86_64

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Jan 15 19:17:51 2012 UTC (12 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +6 -3 lines
remove bizarre optimization flags from mips+mipsel

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

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Jan 8 14:53:36 2011 UTC (13 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +0 -4 lines
eabi fix

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Oct 27 23:19:19 2009 UTC (14 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
some asm string functions

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Mar 16 23:17:58 2009 UTC (15 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +6 -6 lines
  add -D_REENTRANT for -pthread in diet

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jan 8 14:48:13 2009 UTC (15 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -0 lines
when linking, replace -pthread with -lpthread

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Sep 5 15:13:29 2008 UTC (15 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -0 lines
ARM EABI

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Aug 27 13:49:00 2006 UTC (17 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
  do omit the frame pointer on x86_64

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Apr 4 03:47:21 2006 UTC (18 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -1 lines
  fix telldir, seekdir (Gernot Tenchio)
  also add -lc after -lgcc for gcc 4.1 on arm (Enrico Scholz)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Jul 28 08:42:28 2005 UTC (18 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +11 -9 lines
fix segfaulting "diet gcc"

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed May 18 14:38:55 2005 UTC (19 years ago) by leitner
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +10 -0 lines
  work around gcc 4 bug
  make sure diet always leaves -V in front of the gcc command line

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Apr 23 11:47:18 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
more gcc 4 updates

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Apr 23 11:11:06 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +13 -3 lines
  understand -m32 on x86_64 as meaning i386

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Apr 8 19:37:19 2005 UTC (19 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +9 -1 lines
  add "diet -L gcc" option to print the lib path

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Mar 7 09:07:40 2005 UTC (19 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
  #ifdef powerpc -> #ifdef __powerpc__ (Enrico Scholz)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Dec 17 18:47:58 2004 UTC (19 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -1 lines
  tzfile parser fix (John K. Hohm)
  ppc64 fixes (Gwenole Beauchesne)
  work around "diet /usr/bin/gcc" not finding ~/.diet/gcc

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Aug 13 14:03:30 2004 UTC (19 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
  setlocale now accepts setting the locale to "C".
  do for mipsel what I did for mips yesterday

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jul 29 10:40:21 2004 UTC (19 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
diet -Os sparc64-linux-gcc will now set -mhard-quad-float

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jul 29 10:23:47 2004 UTC (19 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +15 -6 lines
  add support for $DIETHOME in diet, to override the compiled-in path (George)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue May 11 00:07:27 2004 UTC (20 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +9 -3 lines
  Use -isystem instead of -I for our system includes (Johannes Stezenbach)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Dec 15 12:32:52 2003 UTC (20 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +29 -30 lines
diet -v -Os gcc not works (Yuri Kozlov)
diet now allows gcc-3.3.2 instead of just gcc (Yuri Kozlov)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Oct 10 13:37:34 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +10 -1 lines
several metric tons of new ports (ppc64, s390x), new functionality (%m
in printf) and fixes from SuSE

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Jun 18 15:20:00 2003 UTC (20 years, 11 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -4 lines
fixing the diet wrapper for sparc and changing the options for mips

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed May 21 11:40:02 2003 UTC (21 years ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
sendfile64 was missing in the dynamic libraries.
changing alignment flags to new values

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Feb 18 21:11:48 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.50: preferred, colored
Changes since revision 1.50: +5 -1 lines
various build fixes (Gerrit Pape)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Nov 15 15:39:16 2002 UTC (21 years, 6 months ago) by olaf
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.49: preferred, colored
Changes since revision 1.49: +2 -0 lines
fixing the dynamic COPY-relocation bug...

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Sep 16 14:33:01 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -1 lines
make install does not overwrite the host diet wrapper.
the diet wrapper now supports "standard" platform names like
 "mips-<vendor>-linux-...."

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Sep 13 20:13:16 2002 UTC (21 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
raise limit for additional argv for diet -Os

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Sep 13 14:37:21 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -9 lines
ok. the new libdl code is now the default.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Aug 21 22:15:01 2002 UTC (21 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +31 -0 lines
read optimizer cflags for "diet -Os [gcc]" from ~/.diet/[gcc]

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Aug 14 13:46:08 2002 UTC (21 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
use -G 8 on mips (js)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Aug 7 01:21:50 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
add sys/ucontext.h, mention it in PORTING
add optimizing CFLAGS for x86_64
add entry to x86_64 in diet.c

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Jul 20 18:13:08 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0 lines
diet segfault on ia64

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon May 13 15:55:49 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -0 lines
Thomas Ogrisegg setn a port to IA64!

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu May 9 01:01:15 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -1 lines
x86_64 port by Michal Ludvig!

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

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Apr 2 13:21:28 2002 UTC (22 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +13 -11 lines
saved ~2K ...

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Apr 1 00:55:58 2002 UTC (22 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
move tcgetpgrp/tcsetpgrp to unistd.h
move -D__dietlibc__ from features.h to diet
make large file support lstat->lstat64 macro work with function pointers

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Mar 26 13:07:37 2002 UTC (22 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -0 lines
- add some more from the sparc64 port
- fixed away the last waring in _dl_main.c

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Mar 7 16:58:15 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -2 lines
diet -Os no longer discards -fpic and -fno-pic

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Mar 4 15:33:56 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
missing syscall ptrace in ARM dyn_syscall
change non-install-version of diet-dyn to use build-dir
make the dynamic-lazy function evaluator x86-register-arguments aware

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Feb 25 16:00:49 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -2 lines
Assembler and PIC code the source of all evel in the dynamic-section....
Added a helper for x86 and modified the assembler sources (now the
libdietc.so is NON textrel again....). S390 fixed a typo.
Fixed diet so dynamic binaries uses the "correct" dynamic-linker...

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Feb 21 21:42:42 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +18 -5 lines
fix warning about daemon.
"diet -v" now says which version it is.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Feb 19 12:58:08 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +16 -3 lines
diet.c updates (add -v, fix MIPS CFLAGS)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Feb 18 15:22:43 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
add -G 0 to MIPS CFLAGS in diet.c and Makefile

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 2 22:49:40 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +14 -2 lines
Several MIPS fixes.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Feb 1 01:47:30 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
remove vfork and add alarm to dynamic syscalls.
fix diet-dyn to link in dyn_dstop instead of dyn_stop

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jan 21 17:04:39 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +16 -1 lines
Now teh installation of static and dynamic dosen't conflict...

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 11 18:06:51 2002 UTC (22 years, 5 months ago) by fefe
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -0 lines
A PA-RISC port from Thomas Ogrisegg!  Wow!

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 19 22:43:04 2001 UTC (22 years, 5 months ago) by fefe
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -0 lines
recognize -M in diet, don't add linker options for it.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Dec 4 12:24:25 2001 UTC (22 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
fixed fflush on input streams (next_char from ncurses exposed this)
diet now adds -static to gcc command line.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Dec 1 19:26:36 2001 UTC (22 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +16 -7 lines
diet -Os stopped working mysteriously

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Nov 26 15:22:37 2001 UTC (22 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -3 lines
redo some more changes

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Nov 16 20:57:56 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +20 -3 lines
now the installed diet-dyn actually works, too ;)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Nov 16 20:52:04 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -0 lines
make install now actually works.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Nov 12 13:21:28 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -2 lines
now the -I<include_path> form the "user" are taken pre -I<path_to_dietlibc>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 25 18:36:36 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +27 -0 lines
changed the diet warpper to generate dynamic-linked programs and shared
objects.
found some non-working functions due to libdl/dietld.so (still debuging).

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Oct 15 19:48:31 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -1 lines
remove debug output :(

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 15 19:47:48 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
OK, so _now_ diet -Os sparc-linux-gcc actually works ;)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Oct 15 19:00:02 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -3 lines
make "diet -Os arm-linux-gcc" actually work

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Oct 10 23:55:35 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -0 lines
add very cool linker error (WANT_SAFEGUARD in dietfeatures.h) that makes
ld barf if you try to link an object file compiled with "diet gcc"
against glibc.  The resulting binaries will very likely not work.
This is some funkly linker trickery that I invented here, I'm quite
proud of myself now. ;)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 9 17:46:22 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
fix compile warnings in diet and set close-on-exec fd flag in get*ent

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 3 12:54:48 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +36 -2 lines
add -Os option to diet (see diet.1)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 29 18:48:23 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
add md5 crypt

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 16 14:57:34 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
fix cross compiling

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 16 14:46:33 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
more header files are being cleansed of evil kernel headers.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 7 17:34:19 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
fsck, wrote __ppc__ instead of __powerpc__ again!

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:29:34 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -11 lines
a ton of warnings fixed ;)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 16 13:52:12 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +19 -1 lines
modified diet program to include the dynamic con- and destructor code object
at the right position ...

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 11 18:31:58 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
fixed a endian bug in fputc

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 3 00:23:44 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
fix sig*set and fwrite.  mount from util-linux now actually compiles and
works!

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 2 22:58:19 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -1 lines
try to make diet work for the "diet gcc foo.c" case.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 19 12:14:16 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
add -lgcc to diet.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 9 15:06:18 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
add alloca to stdlib.h and have diet include stdlib

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 6 02:31:44 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
put object and library files into bin-$ARCH (i.e. bin-sparc/ or
bin-i386/).  add "diet" program (and man page) for easy compiling and
linking against the diet libc.

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>