Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ourselves instead of playing games with sigsuspend. This may fix PR 588.
|
|
|
|
|
|
by pjanzen@foatdi.harvard.edu
|
|
then/than and such. Other miscellaneous problems fixed across these source
files.
|
|
occurrences squashed as well.
|
|
|
|
|
|
|
|
|
|
to SIGCHLD blockage
|
|
In popen.c, findchild() may return NULL so catch that case.
|
|
I fudged up the logic when I replaced an unlink with a truncate.
|
|
|
|
|
|
Also block signals in a few critical areas
|
|
|
|
|
|
|
|
|
|
replace panic() with calls to err()/errx()
use S_IS* instead of doing by hand with S_IF*.
Use TIMESPEC_TO_TIMEVAL() and gettimeofday instead of time(2)
Use _POSIX_VDISABLE, not 0
Kill register
|
|
|
|
h-nokubi@nmit.tmg.nec.co.jp
|
|
|
|
spools mounted from DOS/Windoze. From Matt Thomas <matt@3am-software.com>.
|
|
|
|
|
|
|
|
fix. Could end up realloc'ing the wrong thing.
|
|
mail(1) is used over a telnet session.
|
|
|
|
|
|
Change some strcpy() -> strncpy() out of paranoia.
|
|
Much more remains to be done.
|
|
BUFSIZ. We know that the end size will be <= to the start size
so it is simple to preallocate enough space. Fixes NetBSD PR#3028
|
|
|
|
|
|
|
|
|
|
Noticed by Theo.
|
|
|