LinuxTV

CVS log for dietlibc/include/signal.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

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

Revision 1.57: 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.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
  add x86_64 memccpy, mempcpy
  import Debian bugfixes (Christian Seiler)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Oct 10 14:54:29 2014 UTC (9 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
add getcontext and setcontext for i386 and x86_64

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Sep 21 07:33:08 2005 UTC (18 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +17 -17 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.54: download - view: text, markup, annotated - select for diffs
Thu Jul 14 07:45:53 2005 UTC (18 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -8 lines
Mhh, the kernel and glibc disagree on alpha.  I'll trust the kernel.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Jul 14 07:41:52 2005 UTC (18 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
alpha struct sigaction switched sa_flags and sa_mask

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Jul 13 07:40:51 2005 UTC (18 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
  change size of struct sigaction.sa_flags from long to int on alpha.

Revision 1.51: 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.50: preferred, colored
Changes since revision 1.50: +7 -7 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.50: download - view: text, markup, annotated - select for diffs
Mon Mar 14 20:51:33 2005 UTC (19 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +12 -1 lines
  struct siginfo was wrong for 64-bit platforms

Revision 1.49: 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.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
  #ifdef powerpc -> #ifdef __powerpc__ (Enrico Scholz)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Dec 17 19:14:49 2004 UTC (19 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -0 lines
  add sigisemptyset, sigandset and sigorset (John K. Hohm)
  minor additions to make gdb 6.3 happy (John K. Hohm)
  ld.so support for gdb (John K. Hohm)
  implement nice(2) via setpriority() if there is no nice syscall

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon May 17 17:53:18 2004 UTC (20 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
more #include shifting

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon May 17 17:49:57 2004 UTC (20 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
shift #includes around a little

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Apr 14 13:33:41 2004 UTC (20 years, 2 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +30 -0 lines
minor changes

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Nov 20 23:48:47 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -0 lines
  add el-cheapo strptime and more BSD legacy crap to get more of
    e2fsutils, dump and util-linux compiled

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Nov 7 14:24:39 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +8 -4 lines
update some syscalls
correct sparc SIG_BLOCK and friends

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Oct 18 15:53:35 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
change sys_siglist to char** (removes ld warning)

Revision 1.41: 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.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
several metric tons of new ports (ppc64, s390x), new functionality (%m
in printf) and fixes from SuSE

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Oct 9 23:57:11 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -0 lines
add sigwait

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Aug 19 20:29:17 2003 UTC (20 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -0 lines
gcc libgcc2 expects signal.h to declare struct sigcontext_struct

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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Feb 19 19:57:50 2003 UTC (21 years, 4 months ago) by olaf
Branches: MAIN
CVS tags: branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
double define of SIGLOST on parisc...

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Dec 22 18:39:52 2002 UTC (21 years, 5 months ago) by fefe
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.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
fix SA_NODEFER on sparc,
make prefix ?= instead of =

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Nov 4 20:38:10 2002 UTC (21 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
little cut&paste in signal (sparc)
types are now system specific (uid_t,dev_t,....)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Oct 27 16:51:03 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -0 lines
add killpg prototype (Luc Van Oostenryck)
remove some compiler warnings (Luc Van Oostenryck)
better rand() from Knuth's TAOCP (Luc Van Oostenryck)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Oct 23 18:13:42 2002 UTC (21 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -0 lines
BSD setjmp does save the sigmask... SYSV not.
MIPS and ALPHA have other SIG_BLOCK,... definitions for sigprocmask.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Oct 4 19:38:45 2002 UTC (21 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
final touch-ups

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Sep 19 14:34:52 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +45 -11 lines
sigaction flags now sys-depending
minor changes in printf

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Sep 16 11:17:01 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Ok. some weekend work

alpha:	some optimizations
i386:	remove of some legacy code
ia64:	there where no weak syscalls
ppc:	set the right predict bit and removed a relocation
s390:	removed double usage of same label
sparc:	remove of some legacy code
sparc64: fixing a minor bug
x86_64: fix of argument usage

signal.h: removed of a double define... (parisc)
sys/stat.h: remove the declarations of {stat,lstat,lseek}64 if we are on a
	64bit machine

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 13 12:08:45 2002 UTC (21 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +120 -0 lines
add strtold and strtof for tcc

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 12 10:33:48 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +31 -0 lines
alpha: minor changes (remove of unneeded code and ifdefs)
mips: smaller replacements for setjmp/longjmp (now in assembler)
more signal madness... mips signals should work now...

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Sep 9 18:41:34 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
missing alias on hppa

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Sep 9 18:40:17 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
SIGUNUSED missing...

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Sep 9 18:36:57 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +98 -5 lines
ordering the signal numbers arch-specific....

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jul 18 23:00:22 2002 UTC (21 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -2 lines
killpg is now a function and not a macro (broke bash 2.05b)

Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +0 -4 lines
fix signals on Alpha by emulating signal with sigaction.
fix struct termios portability problems

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 23 22:18:41 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -0 lines
lots of warnings removed

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 6 23:20:09 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -0 lines
make gethostbyname_r set errno to TRY_AGAIN if no answers were received
from the DNS server.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 20 15:16:44 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -16 lines
fix -ansi -pendantic errors and warnings about inline and long long.

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +7 -5 lines
enabled a few more obscure gcc warnings and started adding fluff code to
silence them.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jul 23 18:43:19 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +48 -14 lines
- now the signal handling in the dietlibc uses the rt_sig* syscalls (less
  pain with different archs).

- rewrote the sig*set functions (some were all the way to black...).

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 19 13:33:26 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -8 lines
cleanse NSIG/_NSIG mess.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jul 17 23:27:20 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -2 lines
remove strsignal from include/signal.h

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 11 14:59:33 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -0 lines
it's ttyname.o, not tty.o (in the Makefile dependencies)

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

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +2 -0 lines
a ton of warnings fixed ;)

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon May 21 14:14:37 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
move kill(2) prototype.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 19 02:19:34 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -0 lines
cosmetic changes and signal testing

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 16 17:14:04 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -0 lines
made dyn_st*.c depending on dietdfeatures.h
added workaround BUGGY kernel-header in signal ...

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 16 17:09:36 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
initial getnameinfo implementation

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 2 20:45:25 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
add getopt_long stuff to getopt.h (there is no implementation of
getopt_long in the diet libc, but stuff will at least compile now.  Link
against GNU getopt to get getopt_long).

add sigdelset prototype.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 14 21:17:48 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -0 lines
updated to cross-compile ash.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 14 03:36:19 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
arg... after many heisen-bugs it should work now.
there is now a manager thread.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 8 12:23:41 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
added some missing function prototypes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 7 14:34:39 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -0 lines
added some prototypes...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 25 11:58:29 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
minor changes...
added an include and prototype

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:39 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>