Displaying 11 results from an estimated 11 matches for "alarmtim".
Did you mean:
alarmtimer
2001 Feb 18
3
OpenSSH 2.5.0p1 vs. SA_RESTART
...Feb 17 17:57:59 2001
@@ -1224,8 +1224,9 @@
struct sigaction sa;
sa.sa_handler = updateprogressmeter;
sigemptyset((sigset_t *)&sa.sa_mask);
+ sa.sa_flags = 0;
#ifdef SA_RESTART
- sa.sa_flags = SA_RESTART;
+ sa.sa_flags |= SA_RESTART;
#endif
sigaction(SIGALRM, &sa, NULL);
alarmtimer(1);
--- misc.c.DIST Fri Feb 16 07:58:12 2001
+++ misc.c Sat Feb 17 17:59:53 2001
@@ -108,8 +108,10 @@
memset(&sa, 0, sizeof sa);
sigemptyset(&sa.sa_mask);
sa.sa_flags = 0;
+#ifdef SA_RESTART
if (sig == SIGCHLD)
sa.sa_flags |= SA_RESTART;
+#endif
sa.sa_handler = act;...
2000 Feb 14
0
[openssh-1.2.2] some porting notes for SunOS 4.1.4
...3 15:58:20 2000
@@ -1229,7 +1229,10 @@
struct sigaction sa;
sa.sa_handler = updateprogressmeter;
sigemptyset(&sa.sa_mask);
- sa.sa_flags = SA_RESTART;
+ sa.sa_flags = 0;
+#ifdef SA_RESTART
+ sa.sa_flags |= SA_RESTART;
+#endif /* SA_RESTART */
sigaction(SIGALRM, &sa, NULL);
alarmtimer(1);
} else if (flag == 1) {
========================================================================
2000 May 12
0
SunOS 4.x port
...}
}
--- scp.c.DIST Mon May 1 05:10:33 2000
+++ scp.c Fri May 5 12:19:25 2000
@@ -1235,7 +1235,9 @@
struct sigaction sa;
sa.sa_handler = updateprogressmeter;
sigemptyset(&sa.sa_mask);
+#ifdef SA_RESTART
sa.sa_flags = SA_RESTART;
+#endif
sigaction(SIGALRM, &sa, NULL);
alarmtimer(1);
} else if (flag == 1) {
--- ssh-agent.c.DIST Mon May 1 04:59:51 2000
+++ ssh-agent.c Fri May 5 12:22:05 2000
@@ -507,6 +507,7 @@
struct sockaddr_un sunaddr;
pid_t pid;
char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid];
+ extern int optind;
/* check if RSA support exis...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...river scx200
[ 258.481280] bus: 'clocksource': registered
[ 258.482467] device: 'clocksource': device_add
[ 258.496287] device: 'clocksource0': device_add
[ 258.508452] bus: 'clocksource': add device clocksource0
[ 258.532645] bus: 'platform': add driver alarmtimer
[ 258.548549] Registering platform device 'alarmtimer'. Parent at platform
[ 258.549781] device: 'alarmtimer': device_add
[ 258.562499] bus: 'platform': add device alarmtimer
[ 258.578754] bus: 'platform': driver_probe_device: matched device alarmtimer with dri...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...river scx200
[ 258.481280] bus: 'clocksource': registered
[ 258.482467] device: 'clocksource': device_add
[ 258.496287] device: 'clocksource0': device_add
[ 258.508452] bus: 'clocksource': add device clocksource0
[ 258.532645] bus: 'platform': add driver alarmtimer
[ 258.548549] Registering platform device 'alarmtimer'. Parent at platform
[ 258.549781] device: 'alarmtimer': device_add
[ 258.562499] bus: 'platform': add device alarmtimer
[ 258.578754] bus: 'platform': driver_probe_device: matched device alarmtimer with dri...
2001 Feb 01
0
warnings on aix325
...icit declaration of function `bind'
ssh-agent.c:765: warning: implicit declaration of function `listen'
ssh-agent.c:822: warning: implicit declaration of function `bzero'
scp.c: In function `sink':
scp.c:808: warning: implicit declaration of function `utimes'
scp.c: In function `alarmtimer':
scp.c:1103: warning: implicit declaration of function `setitimer'
scp.c: In function `foregroundproc':
scp.c:1132: warning: implicit declaration of function `ioctl'
scp.c: In function `progressmeter':
scp.c:1150: warning: implicit declaration of function `gettimeofday'
s...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...WORKING [GENERAL]: Use fallthrough;
KEYS/KEYRINGS: Use fallthrough;
LIGHTNVM PLATFORM SUPPORT: Use fallthrough;
PARALLEL PORT SUBSYSTEM: Use fallthrough;
SCHEDULER: Use fallthrough;
SELINUX SECURITY MODULE: Use fallthrough;
THERMAL: Use fallthrough;
TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER: Use fallthrough;
VFIO DRIVER: Use fallthrough;
VIRTIO BLOCK AND SCSI DRIVERS: Use fallthrough;
WATCHDOG DEVICE DRIVERS: Use fallthrough;
SOUND: Use fallthrough;
INTEGRITY MEASUREMENT ARCHITECTURE (IMA): Use fallthrough;
ALPHA PORT: Use fallthrough;
ARM PORT: Use fallthrough;
ARM6...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...WORKING [GENERAL]: Use fallthrough;
KEYS/KEYRINGS: Use fallthrough;
LIGHTNVM PLATFORM SUPPORT: Use fallthrough;
PARALLEL PORT SUBSYSTEM: Use fallthrough;
SCHEDULER: Use fallthrough;
SELINUX SECURITY MODULE: Use fallthrough;
THERMAL: Use fallthrough;
TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER: Use fallthrough;
VFIO DRIVER: Use fallthrough;
VIRTIO BLOCK AND SCSI DRIVERS: Use fallthrough;
WATCHDOG DEVICE DRIVERS: Use fallthrough;
SOUND: Use fallthrough;
INTEGRITY MEASUREMENT ARCHITECTURE (IMA): Use fallthrough;
ALPHA PORT: Use fallthrough;
ARM PORT: Use fallthrough;
ARM6...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...WORKING [GENERAL]: Use fallthrough;
KEYS/KEYRINGS: Use fallthrough;
LIGHTNVM PLATFORM SUPPORT: Use fallthrough;
PARALLEL PORT SUBSYSTEM: Use fallthrough;
SCHEDULER: Use fallthrough;
SELINUX SECURITY MODULE: Use fallthrough;
THERMAL: Use fallthrough;
TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER: Use fallthrough;
VFIO DRIVER: Use fallthrough;
VIRTIO BLOCK AND SCSI DRIVERS: Use fallthrough;
WATCHDOG DEVICE DRIVERS: Use fallthrough;
SOUND: Use fallthrough;
INTEGRITY MEASUREMENT ARCHITECTURE (IMA): Use fallthrough;
ALPHA PORT: Use fallthrough;
ARM PORT: Use fallthrough;
ARM6...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...WORKING [GENERAL]: Use fallthrough;
KEYS/KEYRINGS: Use fallthrough;
LIGHTNVM PLATFORM SUPPORT: Use fallthrough;
PARALLEL PORT SUBSYSTEM: Use fallthrough;
SCHEDULER: Use fallthrough;
SELINUX SECURITY MODULE: Use fallthrough;
THERMAL: Use fallthrough;
TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER: Use fallthrough;
VFIO DRIVER: Use fallthrough;
VIRTIO BLOCK AND SCSI DRIVERS: Use fallthrough;
WATCHDOG DEVICE DRIVERS: Use fallthrough;
SOUND: Use fallthrough;
INTEGRITY MEASUREMENT ARCHITECTURE (IMA): Use fallthrough;
ALPHA PORT: Use fallthrough;
ARM PORT: Use fallthrough;
ARM6...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...WORKING [GENERAL]: Use fallthrough;
KEYS/KEYRINGS: Use fallthrough;
LIGHTNVM PLATFORM SUPPORT: Use fallthrough;
PARALLEL PORT SUBSYSTEM: Use fallthrough;
SCHEDULER: Use fallthrough;
SELINUX SECURITY MODULE: Use fallthrough;
THERMAL: Use fallthrough;
TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER: Use fallthrough;
VFIO DRIVER: Use fallthrough;
VIRTIO BLOCK AND SCSI DRIVERS: Use fallthrough;
WATCHDOG DEVICE DRIVERS: Use fallthrough;
SOUND: Use fallthrough;
INTEGRITY MEASUREMENT ARCHITECTURE (IMA): Use fallthrough;
ALPHA PORT: Use fallthrough;
ARM PORT: Use fallthrough;
ARM6...