LinuxTV

CVS log for dietlibc/libugly/logging.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Apr 11 04:39:36 2015 UTC (9 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3 lines
remove some more dead stores

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 21 07:33:08 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
  update syscalls
  lots of fixes from Markus FX Oberhumer:
    * better signal handling error detection
    * setjmp.S on i386
    * getenv on i386
    * sys/stat.h -malign-double fix
    * update fcntl.h for MIPS to 2.6.13 version
    * jmp_buf is 40*8 instead of 58*8 on ppc64.
    * This patch fixes the section of the TOC entries on ppc64
    * libstdc++ updates for gcc 4
    * remove cstddef and cwchar (no longer needed)
    * int -> ssize_t for read and write
    * sigjmp.c: __mask_was_saved was not set in all cases!
    * another round of ILP64 cleanups

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 11 18:27:41 2003 UTC (20 years, 6 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +15 -8 lines
- some more stdio unlocked functions and cleanup with the cancel-points
- "new"-internal pthread_mutex_{un,}lock functions

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 29 15:09:33 2001 UTC (22 years, 7 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.13: preferred, colored
Changes since revision 1.13: +9 -3 lines
fixed some function-types... (now the symbol-tables in the *.so are correct)

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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jun 16 13:59:08 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
make sys/types.h not include sys/socket.h, just move a few type
declarations to sys/types.h.

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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 10 15:43:23 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
typo, WANT_THREAD_SAVE -> WANT_THREAD_SAFE

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 26 17:15:58 2001 UTC (23 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -40 lines
hamm hope this'll do it.
removed the pthread_mutices from logging (syslog implementation)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Mar 16 20:08:15 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +30 -19 lines
add several functions to make busybox compile and partially link.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 12 19:40:21 2001 UTC (23 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -36 lines
a new syslog (client)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 9 21:39:07 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
no comment ...

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 9 21:35:23 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
ugly ugly ....

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 9 21:29:04 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
ups missing WANT_THREAD_SAVE ...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 9 20:45:45 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
missing prototypes for pthread_cleanup_*
and a little bug in vsyslog

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 9 20:32:17 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
compile fixes

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 9 20:28:41 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
einmal etwas syslog :)

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>