freebsd_amp_hwpstate/usr.sbin/yppush
Bill Paul 8ef82f38c6 Sync with my sources at home:
- Don't do longjmp()s from inside a signal handler. Even though I got
  things to work the way I wanted, it's bad karma.

- Remember to clear the sa_mask with sigemptyset() before masking signals
  when using sigaction() to set up the SIGIO handler.

- Break out of the wait loop in yppush_exit() when the five minute
  timeout expires instead of looping around for another pass. If ypxfr
  on the other end fails somehow and never sends a response, we don't
  want to wait around forever.
1996-01-31 15:15:47 +00:00
..
Makefile
yppush.8
yppush_extern.h
yppush_main.c Sync with my sources at home: 1996-01-31 15:15:47 +00:00