LinuxTV

CVS log for dietlibc/lib/alloc.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Feb 5 20:17:39 2016 UTC (8 years, 4 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +9 -1 lines
  implement malloc case for realpath
  use __builtin_mul_overflow in calloc if gcc is recent enough

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Apr 4 11:25:37 2014 UTC (10 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +0 -1 lines
support clang by adding -fno-integrated-as

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Aug 3 20:58:33 2007 UTC (16 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +11 -0 lines
add some crude shotgun debugging code to malloc, enabled by
WANT_FREE_OVERWRITE

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Mar 15 08:51:22 2005 UTC (19 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -2 lines
  Lots of fixes and patches from Markus Oberhumer.
    libstdc++ compatibility
    ilp64 compatibility
    make diet libc compile with -Werror on 13 platforms
  ppc64 now compiles again

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jul 12 12:04:43 2004 UTC (19 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
  use _FILE_OFFSET_BITS consistently (Indan Zupancic)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jun 7 17:05:03 2004 UTC (20 years ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +10 -5 lines
the regparm attribute in typedefinition generats error with gcc-2.95 on
non-x86 arch... (reported: Johannes Stezenbach)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 21 12:12:48 2004 UTC (20 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -11 lines
ARGH!  gcc 3.4 breaks regparm attributes on i386!

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jan 27 14:24:11 2004 UTC (20 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
make calloc weak (Martin Pohlack)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Dec 21 12:06:36 2003 UTC (20 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
faster string routines, alloc fix (Thomas Ogrisegg)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Nov 7 18:22:09 2003 UTC (20 years, 7 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
sparc and unalignd access EQUALS to SIGBUS...

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jun 23 10:48:08 2003 UTC (20 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
  remove =0 for static variables (Thomas Ogrisegg)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Aug 12 18:00:49 2002 UTC (21 years, 10 months ago) by olaf
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.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
stddef.h: use gcc provided types.
alloc.c:  wrong prototype in internal declaration. (with gcc-types)
atexit.c: new needed symbol for new pthread-implementation.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 8 11:37:21 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
prevent division by zero in calloc when nmemb is 0

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 6 11:54:18 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -2 lines
more malloc fixes

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Aug 5 17:59:46 2002 UTC (21 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -1 lines
more correct fix...

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Aug 5 17:52:08 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
fix calloc integer overflow (notified by RUS-CERT)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Feb 18 15:40:53 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
remove warnings

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 29 10:13:59 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -2 lines
optional malloc(0) returns a "zero"-object

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 29 01:40:15 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +12 -13 lines
fix typo in ARM unified syscall,
work around gcc 3 warnings caused by gcc internal wrong prototypes,
make malloc(0) return NULL again,
fix cfgetospeed (used wrong field of struct termios, oops!)

Revision 1.24: 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.23: preferred, colored
Changes since revision 1.23: +3 -0 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.23: download - view: text, markup, annotated - select for diffs
Mon Nov 12 13:25:05 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
some types were int insteat of long (now less warnings on alpha).

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Nov 4 23:37:25 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
implement if_nameindex with a test and if_freenameindex as alias for
free.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Oct 15 18:45:26 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -4 lines
move regparm prototypes to the front (cosmetics)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 15 18:43:11 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -4 lines
fix Olaf's broken regparm attributes ;)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 4 13:46:25 2001 UTC (22 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +149 -296 lines
release the evil !
new alloc/free code

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 15 16:39:30 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -1 lines
a few more cleanups and tcflow and tcsetattr have been optimized by
Frank Klemm.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 14 16:56:49 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
enabled a few more obscure gcc warnings and started adding fluff code to
silence them.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 11 14:38:34 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -1 lines
SEGV in realloc ... missed to check if there is a free-block.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 2 13:50:24 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -2 lines
malloc uses PAGE_SIZE (better page-usage, less pain)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jun 25 20:47:57 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
missed a line and had wrote the wrong .... (arg...)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jun 25 19:42:51 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +197 -94 lines
"total" rewrite of malloc structure:
- realloc can resize
- blocks >128k are handled by mmu :)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jun 16 17:48:55 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
even more clean-up

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 15 16:14:50 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
start getting rid of kernel headers.

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 31 17:03:41 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -4 lines
lots of errno cleanups,
lots of errno related thread-safeness cleanups in librpc (don't ask).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 21 13:45:27 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1 lines
WANT THREAD SAFE !

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 7 17:31:07 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -1 lines
some minor changes...

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 26 16:57:27 2001 UTC (23 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -28 lines
changed some...
1. removed some pthread dependencies for dietlibc
2. added a pthread_sys_alloc to compensate

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 8 17:38:23 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +15 -0 lines
make alloc.c compile again if WANT_THREAD_SAVE is not set.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:14:15 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -3 lines
arg... removed deadlock...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 16 16:38:03 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
minor pthread changes

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 16 15:27:21 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +16 -6 lines
initial hopefully thread save alloc/free.
bugfix in realloc

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:41 2001 UTC (23 years, 5 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>