#
69241 |
| 04-May-1995 |
mckusick |
If the buffer is full, keep the most recent data. (from ralph) |
#
65771 |
| 21-Jan-1994 |
bostic |
add USL's copyright notice |
#
64584 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
63176 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
52911 |
| 11-Mar-1992 |
torek |
gcc lint |
#
52877 |
| 08-Mar-1992 |
karels |
fix printf %b |
#
52782 |
| 01-Mar-1992 |
ralph |
remove unused KADB stuff, fix va_alist for ULTRIX compiler |
#
52406 |
| 05-Feb-1992 |
mckusick |
lint |
#
52392 |
| 05-Feb-1992 |
marc |
panic can use %r, does not return; fix comments describing %r; eliminate gcc warning |
#
51768 |
| 20-Nov-1991 |
marc |
merge in 7.30.1.1 branch |
#
51767 |
| 20-Nov-1991 |
marc |
changes for mips compiler (from Ralph) |
#
51458 |
| 01-Nov-1991 |
bostic |
make panic take printf(3) style args; cleanup %r description |
#
51182 |
| 25-Sep-1991 |
sklower |
ISO debugging uses logpri |
#
50268 |
| 29-Jun-1991 |
bostic |
minor cleanups, don't #deffine consintr on tahoe |
#
49953 |
| 30-May-1991 |
bostic |
cleanups from Chris Torek; bug fix on va_start for multiple calls |
#
49919 |
| 28-May-1991 |
karels |
KNF patrol; avoid needless sign extension; try for register variable |
#
49909 |
| 28-May-1991 |
bostic |
kprintf can't be static, used by 386 locore debugging code |
#
49908 |
| 28-May-1991 |
bostic |
add sprintf(3); support space/zero padding, field width for numeric formats (for tty driver ttyinfo()) |
#
49479 |
| 08-May-1991 |
bostic |
leftover va_end didn't get deleted |
#
49165 |
| 05-May-1991 |
william |
make kprintf externally visable (for the moment) and fix bug in kprintn's buffer size |
#
49094 |
| 04-May-1991 |
bostic |
lint |
#
49062 |
| 04-May-1991 |
bostic |
reimplement kernel printf ((rename prf to kprintf, printn to kprintn) use ANSI stdarg.h and prototypes; several routines became static to this module minor cleanups/fixes, delete AT&T prorpietary com
reimplement kernel printf ((rename prf to kprintf, printn to kprintn) use ANSI stdarg.h and prototypes; several routines became static to this module minor cleanups/fixes, delete AT&T prorpietary comments
show more ...
|
#
48426 |
| 20-Apr-1991 |
karels |
rm user.h; make consintr generic, not tahoe-specific; new calling convention for tprintf_open, cleaned-up types; ansify |
#
47540 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |