sun's longitude:242 35 23.75 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  
FreeBSD
FreeBSD study ....
[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
9 번 글: FreeBSD 시그널 번호 /usr/include/sys/signal.h
글쓴이: 산이 [홈페이지] 글쓴날: 2003년 10월 30일 14:15:59 목(오후) 조회: 5241
/usr/include/sys/signal.h


/*
 * System defined signals.
 */
#define SIGHUP          1       /* hangup */
#define SIGINT          2       /* interrupt */
#define SIGQUIT         3       /* quit */
#define SIGILL          4       /* illegal instr. (not reset when caught) */
#ifndef _POSIX_SOURCE
#define SIGTRAP         5       /* trace trap (not reset when caught) */
#endif
#define SIGABRT         6       /* abort() */
#ifndef _POSIX_SOURCE
#define SIGIOT          SIGABRT /* compatibility */
#define SIGEMT          7       /* EMT instruction */
#endif
#define SIGFPE          8       /* floating point exception */
#define SIGKILL         9       /* kill (cannot be caught or ignored) */
#ifndef _POSIX_SOURCE
#define SIGBUS          10      /* bus error */
#endif
#define SIGSEGV         11      /* segmentation violation */
#ifndef _POSIX_SOURCE
#define SIGSYS          12      /* non-existent system call invoked */
#endif
#define SIGPIPE         13      /* write on a pipe with no one to read it */
#define SIGALRM         14      /* alarm clock */
#define SIGTERM         15      /* software termination signal from kill */
#ifndef _POSIX_SOURCE
#define SIGURG          16      /* urgent condition on IO channel */
#endif
#define SIGSTOP         17      /* sendable stop signal not from tty */
#define SIGTSTP         18      /* stop signal from tty */
#define SIGCONT         19      /* continue a stopped process */
#define SIGCHLD         20      /* to parent on child stop or exit */
#define SIGTTIN         21      /* to readers pgrp upon background tty read */
#define SIGTTOU         22      /* like TTIN if (tp->t_local<OSTOP) */
#ifndef _POSIX_SOURCE
#define SIGIO           23      /* input/output possible signal */
#define SIGXCPU         24      /* exceeded CPU time limit */
#define SIGXFSZ         25      /* exceeded file size limit */
#define SIGVTALRM       26      /* virtual time alarm */
#define SIGPROF         27      /* profiling time alarm */
#define SIGWINCH        28      /* window size changes */
#define SIGINFO         29      /* information request */
#endif
#define SIGUSR1         30      /* user defined signal 1 */
#define SIGUSR2         31      /* user defined signal 2 */

 
이전글 : 커널 SMP 설정
다음글 : 사용자 추가 삭제  
 from 211.44.63.181
JS(Redhands)Board 0.4 +@

|글쓰기| |답장쓰기| |수정| |삭제|
|이전글| |다음글| |목록보기|
인쇄용 

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds