Searched hist:230400 (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/lib/libc/powerpc64/sys/
H A Dcerror.Sdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofwcall64.Sdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dsetjmp.Sdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
/freebsd-10.0-release/sys/powerpc/include/
H A Dprofile.hdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
H A Dasm.hdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
/freebsd-10.0-release/etc/
H A Dgettytabdiff 37818 Wed Jul 22 03:58:40 MDT 1998 phk Add std.230400 entry

PR: 7280
/freebsd-10.0-release/libexec/getty/
H A Dsubr.cdiff 37817 Wed Jul 22 03:57:22 MDT 1998 phk Getty is missing the speed table entry for 230400 baud.
PR: 7280
Reviewed by: phk
Submitted by: Craig Leres <leres@ee.lbl.gov>
/freebsd-10.0-release/sys/powerpc/aim/
H A Dlocore64.Sdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
H A Dswtch64.Sdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
H A Dtrap_subr64.Sdiff 230400 Fri Jan 20 20:44:47 MST 2012 andreast This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after: 3 weeks, together with r230291
/freebsd-10.0-release/sys/dev/uart/
H A Duart_dev_ns8250.cdiff 168285 Mon Apr 02 23:21:10 MDT 2007 marcel Don't use a time-limiting loop that's defined in terms of the baudrate
in the putc() method. Likewise, in the getc() method, don't check for
received characters with an interval defined in terms of the baudrate.
In both cases it works equally well to implement a fixed delay. More
importantly, it avoids calculating a delay that's roughly 1/10th the
time it takes to send/receive a character. The calculation is costly
and happens for every character sent or received, affecting low-level
console or debug port performance significantly. Secondly, when the
RCLK is not available or unreliable, the delays could disrupt normal
operation.

The fixed delay is 1/10th the time it takes to send a character at
230400 bps.
/freebsd-10.0-release/sys/dev/cy/
H A Dcy.cdiff 38435 Wed Aug 19 02:17:38 MDT 1998 bde Enabled dynamically sized tty input buffers (with enough buffering
for 1 second's worth of input) and larger tty output buffers. The
interrupt-level buffers are still too small for speeds above 115200
bps (only a little too small for 230400 bps if RTS flow control is
enabled).

Don't call ttsetwater() explicitly in open(). It is now called for
the TTYDISC l_open() and should be static.

Don't attempt to register the cdevsw more than once.
H A Dcy_isa.cdiff 38435 Wed Aug 19 02:17:38 MDT 1998 bde Enabled dynamically sized tty input buffers (with enough buffering
for 1 second's worth of input) and larger tty output buffers. The
interrupt-level buffers are still too small for speeds above 115200
bps (only a little too small for 230400 bps if RTS flow control is
enabled).

Don't call ttsetwater() explicitly in open(). It is now called for
the TTYDISC l_open() and should be static.

Don't attempt to register the cdevsw more than once.

Completed in 167 milliseconds