LinuxTV

CVS log for dietlibc/include/errno.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:03:39 2018 UTC (6 years, 4 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 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.27: download - view: text, markup, annotated - select for diffs
Wed Nov 15 13:04:16 2017 UTC (6 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +47 -5 lines
add a few more errnos

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jun 6 12:06:12 2016 UTC (7 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
  parisc fixes (Gerrit Pape, John David Anglin, Helge Deller, Christian Seiler)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 6 12:02:00 2016 UTC (7 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
  aarch64 port (Christian Seiler)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 24 08:19:56 2014 UTC (10 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -5 lines
add a few more auxvec elf #defines
make errno __thread

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 1 19:56:21 2010 UTC (13 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -0 lines
  add WANT_GNU_STARTUP_BLOAT in dietfeatures.h to support
    program_invocation_short_name and program_invocation_name
  add INT*_MIN, INT*_MAX, UINT*_MAX, etc to stdint.h
  remove const from stdsignal prototype to agree with standard

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat May 14 23:35:39 2005 UTC (19 years ago) by leitner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -2 lines
errlist update
make syscall/x86_64 work when linked dynamically

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 12 12:19:36 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +23 -0 lines
errno update

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 14 14:01:19 2003 UTC (20 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +145 -0 lines
fix errno values for PA-RISC

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Aug 19 16:58:17 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -0 lines
make headers C++ compatible

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat May 31 15:05:23 2003 UTC (21 years ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
  include <sys/cdefs.h> in errno.h, fixes __attribute_dontuse__ breakage

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 26 22:41:28 2003 UTC (21 years ago) by leitner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2 lines
  add __attribute_dontuse__ to declare a few functions as deprecated
  use above to flag a few BSDisms ;-)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon May 13 15:55:50 2002 UTC (22 years 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.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Thomas Ogrisegg setn a port to IA64!

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 22 18:40:13 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -0 lines
comment #else so it is clear what architectures are meant.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 11 11:59:39 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -0 lines
ENOTSUP...

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 11 11:53:52 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
missing Error-type ENOSUP for directFB

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Sep 4 00:04:26 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
make the diet libc compile on all platforms again

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 6 14:31:40 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -3 lines
time zone parser now sets tzname

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 25 20:51:24 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
declare sys_errlist and sys_nerr in errno.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 25 19:43:55 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
add getopt_long, declare sys_errlist, and more global getopt variables
to getopt_data so getopt_long does not reference getopt.

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +520 -3 lines
even more clean-up

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 22 14:04:45 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
found some missing prototypes...
and a BUG in getpropto*

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 21 14:52:19 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
added internal call __get_errno

and fixed shadow passwd entry (spent) function NOW sshd works
(tested on my machine @ uni)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 14 15:22:20 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
a few more headers.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 7 15:15:18 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
missed prototype for pthreads...

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>