| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The differences Terrys patch and this patch are:
* Remove a lot of un-needed comments.
* Don't put l_hotchar at the front of stuct linesw, there is no need to.
* Use the #defines for the hotchar in the SLIP and PPP line disciplines
|
|
|
|
|
| |
ones changes: A faster character painter procedure and fix on cursor
bug.
|
| |
|
| |
|
| |
|
|
|
|
| |
1.37, respectively.
|
| |
|
|
|
|
|
|
|
| |
with macros. This breaks if the functions are replaced by macros with
unsuitable semantics. Define a MAX() macro unconditionally instead.
max() is unsuitable since we need a constant expression. Don't define
MIN() - we never used min().
|
| |
|
|
|
|
| |
Generate code instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is "acquired". This fixes a TSC biasing error of about 10 msec when
pcaudio is active.
Update `time' before calling hardclock() when timer0 is being released.
This is not known to be important.
Added some delays in writertc(). Efficiency is not critical here, unlike
in rtcin(), and we already use conservative delays there.
Don't touch the hardware when machdep.i8254_freq is being changed but
the maximum count wouldn't change. This fixes jitter of up to 10 msec
for most small adjustments to machdep.i8254_freq. When the maximum
count needs to change, the hardware should be adjusted more carefully.
|
| |
|
|
|
|
|
|
|
|
|
| |
i386_set_ioperm(). Don't use a magic number for the bound.
Fixed missing bounds checking in i386_get_ioperm(). Don't use a
magic number for the bound elsewhere in this function.
Removed some bogus initializers.
|
|
|
|
|
| |
command in each of them. This removes the need for hard-to-configure
dummy instantiations of the sets.
|
| |
|
|
|
|
| |
more useful when opt_diagnostic.h had to be included.
|
|
|
|
| |
external linkage is redeclared as static).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
this using option "-b" to the boot blocks. It is smartest to compile
a font into your kernel (See LINT), but not mandatory, but apart from
the cursor you will see nothing on the screen until you load a font.
This mode allows XF86_VGA16 to run in 800x600 mode on otherwise unsupported
graphics hardware.
A number of buglets in the cursor handling in syscons may become
visible this way.
|
|
|
|
|
| |
(from _btext to _end) crashed in pmap_bootstrap(). Smaller kernels
worked accidentally.
|
|
|
|
|
|
| |
actually faster (more than 20% faster for zeroing 1 MB at boot time).
This fixes pessimized copying and zeroing on K6's and perhaps on other
CPUs that are misclassified as i586's.
|
| |
|
| |
|
|
|
|
| |
Forgotten by: dima
|
|
|
|
| |
the last commit ;-<
|
| |
|
| |
|
|
|
|
| |
(compilation error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
offset is non-zero:
- Do not match fragmented packets if the rule specifies a port or
TCP flags
- Match fragmented packets if the rule does not specify a port and
TCP flags
Since ipfw cannot examine port numbers or TCP flags for such packets,
it is now illegal to specify the 'frag' option with either ports or
tcpflags. Both kernel and ipfw userland utility will reject rules
containing a combination of these options.
BEWARE: packets that were previously passed may now be rejected, and
vice versa.
Reviewed by: Archie Cobbs <archie@whistle.com>
|
|
|
|
|
|
| |
but here's a new kernel option - "NO_LKM"
If anyone has better ideas - please let me know.
|
|
|
|
|
| |
Reviewed by: "John S. Dyson" <dyson@FreeBSD.ORG>
Submitted by: jwd@unx.sas.com (John W. DeBoskey)
|
|
|
|
|
|
|
|
|
| |
This means that a FreeBSD will only forward source routed packets
when both net.inet.ip.forwarding and net.inet.ip.sourceroute are set
to 1.
You can hit me now ;-)
Submitted by: Thomas Ptacek
|
|
|
|
| |
documented in the man page for psm(4).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mode switch in ioctl.
Possibly related to PR: kern/4271
- A kludge: initialize scp->xpixel and ypixel even in the text mode.
If the console enters the `unknown' graphics mode via the ioctl KDSETMODE
(KD_GRAPHICS), these fields are not set (because syscons cannot know
the correct values), but set_mouse_pos() need to refer to these field
to adjust the mouse position.
- Turn off MOUSE_VISIBLE when switching video mode by ioctl.
- another new option: SC_MOUSE_CHAR
Define the first character code of four consecutive codes to be used for
the mouse cursor. Default codes are 0xd0 through 0xd3. Beware that
if you decide to use any codes outside the range of 0xc0-0xdf,
the mouse cursor may not look good, because of the way VGA displays
characters in 9-dot-wide character cells.
Requested by several people.
(This patch was tested by a person who recently reported, in the -current
ML, a page fault problem in the kernel (draw_mouse_iamge()) after
X server shutdown. The patch cured his problem.)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't touch/update the screen while manipulating font data.
Possibly related to PR: kern/4271
- Set up VGA in alphanumeric mode rather than graphics mode when
loading font into video memory. This will drastically reduce flicker.
PR: bin/2977
- Set up scp->font_size properly during video mode switch caused by
ioctl.
|
|
|
|
|
|
|
|
|
|
|
| |
separate routine: scupdate() called from scrn_timer().
- Make sure that the screen is updated for the low-level console
routines sccngetc() and sccncheckc(). A new routine, sccnupdate(),
is introduced and will call scupdate() above.
Requested by: bde and msmith
OKed by: sos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from the low-level console routines sccngetc() and sccncheckc().
Submitted by: bde (a long time ago)
- Don't try to ring bell and immediately return from do_bell() while
device probe is in progress at boot time; the timeout queue is not
functional yet.
PR: kern/2424
- Stop running the screen saver after panic() is called: check
if `panicstr' is non-NULL during scrn_timer().
PR: kern/5314
- A new option: SC_DISABLE_REBOOT
The reboot key (usually Ctl-Alt-Del) will be ignored if this option
is defined. You may still have the reboot key defined in the keymap and
it won't cause error when the keymap is loaded, but it will be quietly
treated as nop.
OKed by: sos
|
|
|
|
| |
deemed relevant.
|
|
|
|
| |
an error for the combination if _not_ compiling LINT.
|
| |
|
| |
|
| |
|
|
|
|
| |
avoid getting 'unused include file' warnings in the SMP case.
|
| |
|
| |
|
|
|
|
| |
the vnode.
|
|
|
|
| |
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
|
|
|
|
| |
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
|