History log of /freebsd/sys/kern/subr_prf.c (Results 226 – 250 of 405)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4e31a37b 09-May-1996 Gary Palmer <gpalmer@FreeBSD.org>

Correct a comment. There is no fn `kprintf'


# 6ddbf1e2 08-May-1996 Gary Palmer <gpalmer@FreeBSD.org>

Clean up various compiler warnings. Most (if not all) were benign

Reviewed by: bde


# a8c5fef5 02-May-1996 Poul-Henning Kamp <phk@FreeBSD.org>

KGDB is dead. It may come back one day if somebody does it.


# 2438fbba 25-Mar-1996 Jordan K. Hubbard <jkh@FreeBSD.org>

Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to the
debugger_on_panic stuff.


# 60743d0a 23-Mar-1996 Jordan K. Hubbard <jkh@FreeBSD.org>

Ok, now this is correct (even simple fixes sometimes ain't so simple :)


# 3ab332ee 23-Mar-1996 Jordan K. Hubbard <jkh@FreeBSD.org>

Fix bogus last commit - debugger_on_panic was referenced even when
not defined. Another change clearly committed without testing! :-(


# 924dfd98 23-Mar-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Remove all traces of KADB
add sysctl
debug.debugger_on_panic: 1
if DDB or KGDB is defined.

Requested by: davidg


# edbfedac 11-Mar-1996 Peter Wemm <peter@FreeBSD.org>

Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all
files are off the vendor branch, so this should not change anything.

A "U" marker generally means that the file was not chang

Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all
files are off the vendor branch, so this should not change anything.

A "U" marker generally means that the file was not changed in between
the 4.4Lite and Lite-2 releases, and does not need a merge. "C" generally
means that there was a change.
[note new unused (in this form) syscalls.conf, to be 'cvs rm'ed]

show more ...


# 5ccab2af 28-Feb-1996 Gary Palmer <gpalmer@FreeBSD.org>

Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB
when it panics, but leaving activation of DDB from the console
unaffected.


# 65ed8cbd 29-Jan-1996 Justin T. Gibbs <gibbs@FreeBSD.org>

Kernel printf now returns int.


# bf124e25 25-Jan-1996 Bruce Evans <bde@FreeBSD.org>

Restored newline at the end of panic messages.


# 120f0783 24-Jan-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Remove %r hack, we have vprintf() now.
Add %D for "dumping" data. Good for ethernet/MAC addresses and such.
Handle 1 < radix < 37.


# b4b2f81e 22-Jan-1996 Poul-Henning Kamp <phk@FreeBSD.org>

bounds check the radix, just in case.


# ed71c342 19-Jan-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Imake %.*s really work. :-(


# fe96d47d 19-Jan-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Make result of sprintf zero terminated. Fix %r for sprintf case.


# 4f20e4b1 18-Jan-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Make %.*s work.


# 4830092a 16-Jan-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Add support for %.{int|*}s


# 791d77e0 15-Jan-1996 Poul-Henning Kamp <phk@FreeBSD.org>

Get rid of two and a half printf in the kernel.
Add more features to the one remaining to handle the job:
+ signed quantity.
# alternate format
- left padding
* read width as next arg.
n numeric

Get rid of two and a half printf in the kernel.
Add more features to the one remaining to handle the job:
+ signed quantity.
# alternate format
- left padding
* read width as next arg.
n numeric in (argument specified) default radix.

Fix the DDB debugger to use these.
Use vprintf in debug routine in pcvt.

The warnings from gcc may become more wrong and intolerable because
of this.

Warning: I have not checked the entire source for unsupported or
changed constructs, but generally belive that there are only a few.

Suggested by: bde

show more ...


# 0e41ee30 04-Jan-1996 Garrett Wollman <wollman@FreeBSD.org>

Convert DDB to new-style option.


Revision tags: release/2.1.0_cvs
# 87b6de2b 14-Dec-1995 Poul-Henning Kamp <phk@FreeBSD.org>

A Major staticize sweep. Generates a couple of warnings that I'll deal
with later.
A number of unused vars removed.
A number of unused procs removed or #ifdefed.


# 229296b0 24-Aug-1995 David Greenman <dg@FreeBSD.org>

Killed some gratuitous #include's.


# b4224c9c 07-Aug-1995 David Greenman <dg@FreeBSD.org>

Woops, I committed the wrong version of the diff in the last rev.


# 6c8897cf 07-Aug-1995 David Greenman <dg@FreeBSD.org>

Made msgbuf range checking more robust and clean.


# 02d5c7b1 07-Aug-1995 David Greenman <dg@FreeBSD.org>

Restore check for msg_bufx being negative. Changed if() expression to be
in Lite2 style.


# f53dbe97 14-Jun-1995 Bruce Evans <bde@FreeBSD.org>

Convert %p to 0x%x instead of to 0x%8x. The latter gives blank padding
in the wrong place. Blank padding in the right place or zero padding
would be inconsistent with user mode.

Put case 'p' in al

Convert %p to 0x%x instead of to 0x%8x. The latter gives blank padding
in the wrong place. Blank padding in the right place or zero padding
would be inconsistent with user mode.

Put case 'p' in alphabetical order.

Implement %p in sprintf() too. I'd like only a single, more complete
printf() core, perhaps one based on vsnprintf().

show more ...


12345678910>>...17