Searched hist:9484 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.cdiff 43780 Mon Feb 08 19:26:44 MST 1999 des Don't assume a_name is a number just because the first character
is a digit.

PR: bin/9484
Submitted by: Matthew D. Fuller <fullermd@futuresouth.com>
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.hdiff 9484 Tue Jul 11 16:34:30 MDT 1995 bde Fix races in scstart(). q_to_b() wasn't called at spltty(), so there
were two races:
- q_to_b() might unexpectedly return 0 (e.g, after a keyboard signal
flushes the output queue and isn't echoed). ansi_put() interprets
0 bytes as 4GB...
- more output (e.g. for echoes) might arrive afer q_to_b() returns 0.
Then scstart() returns presumably and the new output might not be
handled for a long time.

Remove unused function scxint().

Fix prototypes (foo() isn't a prototype).
H A Dsyscons.cdiff 9484 Tue Jul 11 16:34:30 MDT 1995 bde Fix races in scstart(). q_to_b() wasn't called at spltty(), so there
were two races:
- q_to_b() might unexpectedly return 0 (e.g, after a keyboard signal
flushes the output queue and isn't echoed). ansi_put() interprets
0 bytes as 4GB...
- more output (e.g. for echoes) might arrive afer q_to_b() returns 0.
Then scstart() returns presumably and the new output might not be
handled for a long time.

Remove unused function scxint().

Fix prototypes (foo() isn't a prototype).

Completed in 295 milliseconds