ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/ircd_signal.c
Revision 6357 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 16:38:13 2015 UTC (10 years ago) by michael
File length: 3102 byte(s)
Diff to previous 5347
- Make server_die() use enum; minor cleanups here and there

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 3054 byte(s)
Diff to previous 4565
- Update copyright years

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 3054 byte(s)
Diff to previous 3063
- Update GPL 2 license headers

Revision 3063 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 18:59:06 2014 UTC (11 years, 6 months ago) by michael
File length: 3050 byte(s)
Diff to previous 2838
- ircd_signal.c:sigint_handler(): fixed inconsistent
  "SIGINT received" vs. "received signal SIGTERM" message

Revision 2838 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 18:29:42 2014 UTC (11 years, 7 months ago) by michael
File length: 3043 byte(s)
Diff to previous 2836
- ircd_signal.c: fixed typo in comment

Revision 2836 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 18:01:20 2014 UTC (11 years, 7 months ago) by michael
File length: 3045 byte(s)
Diff to previous 2834
- ircd_signal.c: fixed indentation, removed whitespaces/tabs, removed unused header includes

Revision 2834 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 17:54:09 2014 UTC (11 years, 7 months ago) by michael
File length: 3128 byte(s)
Diff to previous 2832
- ircd_signal.c:setup_signals(): fixed bug where signals stopped from
  working after restaring the ircd via SIGINT. Spotted and fixed by Adam.

Revision 2832 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 16:53:34 2014 UTC (11 years, 7 months ago) by michael
File length: 3063 byte(s)
Diff to previous 1592
- ircd_signal.c: minor fixes to sigchld_handler()

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 3003 byte(s)
Diff to previous 1309
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/ircd_signal.c
File length: 3003 byte(s)
Diff to previous 1156
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/src/ircd_signal.c
File length: 3022 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/src/ircd_signal.c
File length: 3022 byte(s)
Diff to previous 1029
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd_signal.c
File length: 3022 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/src/ircd_signal.c
File length: 3022 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_signal.c
File length: 3022 byte(s)
Diff to previous 598
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 598 - (view) (annotate) - [select for diffs]
Modified Sat May 13 09:08:47 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_signal.c
File length: 3025 byte(s)
Diff to previous 594
- Added missing sigaction for SIGALRM

Revision 594 - (view) (annotate) - [select for diffs]
Modified Fri May 12 20:05:57 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd_signal.c
File length: 2994 byte(s)
Diff to previous 34
- Ignore signal SIGXFSZ which killed the ircd process on daxnet because of
  a file size limit set too low.  That way, write() and friends will abort
  and errno will be set to EFBIG.  We may think about a NOTICE which could
  be sent to operators on a failed write attempt to either the log files
  or k/x-line files.

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/ircd_signal.c
File length: 2957 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/ircd_signal.c
File length: 2957 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/ircd_signal.c
File length: 2957 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/ircd_signal.c
File length: 2957 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/src/ircd_signal.c
File length: 3008 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a