lkml.org 
[lkml]   [1996]   [May]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: New snapshot: modules-1.3.69g
Date
From
> [snip]
> > The gdbm file is also modifiable by user programs and can be reloaded
> > into a running kerneld by doing "kill -1" on kerneld.
> [snip]
>
> If memory serves, SIGHUP is the signal normally sent to a daemon to
> cause it to reread its configuration files. Perhaps kerneld should
> follow this pattern to avoid confusion.
>
Guess, what kill -1 does. look at /usr/include/asm/signal.h !

#ifndef _ASMi386_SIGNAL_H
#define _ASMi386_SIGNAL_H

typedef unsigned long sigset_t; /* at least 32 bits */

#define _NSIG 32
#define NSIG _NSIG

#define SIGHUP 1
^^^^^^^^
#define SIGINT 2
#define SIGQUIT 3
#define SIGILL 4
#define SIGTRAP 5
#define SIGABRT 6

Cheers,
axel.


=========================================================================
Axel Kohlmeyer email: axel.kohlmeyer@chemie.uni-ulm.de
Abteilung fuer Theoretische Chemie Universitaet Ulm D-89069 Ulm/Donau
=========================================================================


\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.041 / U:0.920 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site