LinuxTV

CVS log for dietlibc/include/termios.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: 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
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +13 -1 lines
  aarch64 port (Christian Seiler)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 6 21:22:13 2009 UTC (14 years, 7 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
IUTF8...

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Dec 18 21:28:47 2006 UTC (17 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
  add const to cfgetispeed and cfgetospeed arguments
  fix off-by-one in getdelim (reported by Ilja van Sprundel)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jun 18 18:32:35 2006 UTC (17 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +21 -2 lines
  sparc64 fixes for ioctls, includes and sigaction (Rene Rebe)
  make ftw portable beyond dietlibc

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:47:03 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
lots of new syscalls

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Mar 15 08:51:22 2005 UTC (19 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -10 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.17: 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.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
  #ifdef powerpc -> #ifdef __powerpc__ (Enrico Scholz)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 3 22:28:46 2004 UTC (19 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
add two math prototypes and tcgetsid

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

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +4 -0 lines
make headers C++ compatible

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 14 21:37:26 2002 UTC (21 years, 5 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.12: preferred, colored
Changes since revision 1.12: +2 -0 lines
#define _POSIX_VDISABLE

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 23 20:31:59 2002 UTC (21 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +20 -12 lines
MIPS...

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 16 18:33:59 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +112 -14 lines
MIPS...

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
x86_64 port by Michal Ludvig!

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 1 00:55:59 2002 UTC (22 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -2 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.8: download - view: text, markup, annotated - select for diffs
Thu Feb 28 15:48:50 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +40 -1 lines
fix signals on Alpha by emulating signal with sigaction.
fix struct termios portability problems

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 15 16:14:49 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +215 -4 lines
start getting rid of kernel headers.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 21 14:13:28 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -0 lines
add tcdrain and tcflush prototypes.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 4 19:36:46 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -0 lines
various compilation fixes for the different platforms.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 11 14:47:52 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -173 lines
implemented really crappy rand() and srand() (if you need real
randomness, use a real PRNG).  Implemented qsort() and bsearch().
For some reason, they outperform their glibc counterparts by a
surprisingly large margin _and_ are smaller.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 5 20:52:14 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +12 -0 lines
add tcgetpgrp and tcsetpgrp.

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>