David E. O'Brien 35edbffe27 Fixed kernel format checking:
- plain %r and %z were disallowed.  The hard NULs in the warnings were
  hopefully caused by disallowing of plain formats being nonsense.
- new formats for shortening to a byte were allowed, but even the libc
  printf doesn't support them.
- old %hr and %hz formats were allowed, but the kernel printf doesn't
  support them.  The kernel doesn't support %hd either, but this is
  harder to fix.

Submitted by:	bde
1999-08-27 10:02:56 +00:00
..
1999-08-14 22:33:55 +00:00
1998-06-30 19:53:09 +00:00
1997-10-30 19:35:17 +00:00
1999-08-27 10:02:56 +00:00
1998-09-15 19:31:43 +00:00
1999-05-28 04:52:29 +00:00
1998-09-09 17:08:46 +00:00
1999-05-22 17:35:48 +00:00