| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
mbuf is marked for delayed checksums, then additionally mark the
packet as having it's checksums computed. This allows us to bypass
computing/checking the checksum entirely, which isn't really needeed
as the packet has never hit the wire.
Reviewed by: green
|
|
|
|
|
| |
PR: bin/17657
Submitted by: tanimura
|
|
|
|
|
| |
PR: bin/17606
Submitted by: Louis Mamakos <louie@TransSys.COM
|
|
|
|
| |
Without this, we cannot put sysctl nodes in there.
|
|
|
|
|
|
|
|
|
| |
- Only call m_pullup() when necessary.
- Check return value from rl_encap() in rl_start() to avoid panic when
we run out of mbufs. (Fixes PR kern/17582)
PR: kern/17582
|
| |
|
|
|
|
| |
USB ethernet adapter being handed out by @Home.
|
|
|
|
|
|
|
| |
buffers. The buffers have been resized from the irrelevant BUFSIZ
to the more relevant MAXPATHLEN + 1.
Reported by: Mike Heffner <spock@techfour.net>
|
|
|
|
|
|
|
| |
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
PR: kern/17583
This PR is still open as Ther is still ongoing investigation.
|
| |
|
| |
|
| |
|
|
|
|
| |
Specified by: sheldonh
|
|
|
|
|
|
|
| |
- Move dev/aic/aic_isa.c entry from conf/files to conf/files.MACHINE
because PC-98 uses different file.
Submitted by: nyan and IMAI Takeshi <take-i@ceres.dti.ne.jp>
|
| |
|
|
|
|
|
| |
PR: 17431
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
|
|
|
|
|
|
|
| |
shows `CPUID' and it is useful to identify CPU. So, it is copied from
BIOS work area to the cpu_id variable (PC-98 only).
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
|
| |
| |
| |
| | |
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999b.tar.gz
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fe_read_eeprom_rex() and fe_init_rex(). These functions should be
useful for REX-5580 series (for PC-AT). But they are included in
`#ifdef PC98' to avoid warnings by unused static functions. If you
try to support REX-5580, please be aware of these functions.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
|
| |
| |
| |
| |
| |
| | |
- Switch on/off not only text screen but also graphic screen.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
File Revision
sys/conf/files.i386 1.303 and 1.304
sys/dev/kbd/atkbd.c 1.23
sys/dev/syscons/scterm-sc.c 1.2
sys/dev/syscons/scvgarndr.c 1.5
sys/dev/syscons/scvtb.c 1.5
sys/dev/syscons/syscons.c 1.335
sys/isa/syscons_isa.c 1.11
sys/isa/vga_isa.c 1.17
|
| |
| |
| |
| |
| | |
PR: 17384
Submitted by: Niels Endres <niels@b5.nu>
|
| |
| |
| |
| | |
``nat deny_incoming yes'') by libalias.
|
| |
| |
| |
| |
| |
| |
| |
| | |
numbers in all commands.
If people use hostnames and have dodgy resolvers or try to resolve
the hostname before the link is up, they get what they deserve....
Requested by: ru
|
| |
| |
| |
| |
| |
| | |
giving astpending two flag bits. A cmpl $0 had to turn into a bit test.
Many thanks to: Alain Thivillon <Alain.Thivillon@hsc.fr>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Mats O Jansson <maja@celsiustech.se>
The existing s2 map is supposed to be ISO 8859-1 but some characters are
not (it's CP850). But the f1 map applied on sweden2 will fixit.
(Fulfilled request by Joerg to close this PR)
|
| |
| |
| |
| |
| | |
PR: 17360
Submitted by: Andrew J. Korty <ajk@iu.edu>
|
| |
| |
| |
| |
| |
| |
| | |
All three of them have been introduced in rev 1.64, so i guess i've
got all of them now. :)
Submitted by: Peter Johnson <locke@mcs.net>
|
| |
| |
| |
| | |
Approved by: peter
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is needed so passwd diffs show the hostname instead of
" passwd diffs:"
PR: 17651
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
|
| |
| |
| |
| | |
Ids and names were taken from nv4_disp.inf in the latest windows drivers.
|
| |
| |
| |
| |
| |
| |
| | |
removed unncessary MPLOCKED and 'lock' prefixes from the interrupt
nesting level, since (A) the MP lock is held at the time, and (B) since
the neting level is restored prior to return any interrupted code
will see a consistent value.
|
| |
| |
| |
| |
| |
| |
| |
| | |
caused some headers not to fit in MHLEN any more. This matches the
current size on the alpha, so it shouldn't cause problems.
Problem observed by: Geoff Rehmet <geoff@is.co.za>
Originally suggested by: shin
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
includes one of bus_at386.h and bus_pc98.h. Becuase only bus_pc98.h
supports indirect pio and bus_at386.h is identical to old bus.h, there
is no functional change in PC-AT's kernels. That is, it cannot cause
performance loss.
Submitted by: nyan
Reviewed by: imp
bde and luoqi provided useful comments for earlier version.
|
| |
| |
| |
| | |
the world build.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Reported in Usenet by: locke@mcs.net (Peter Johnson)
While i was at it, prepended a 0x to the %D output, to make it clear that
the printed value is in hex (i assume %D has been chosen over %#x to
obey network byte order).
|
| | |
|
| |
| |
| |
| |
| |
| | |
rewrite ess mixer to use native registers
rewrite play/rec code to use more accurate timer when available
add code to use audio2 for playback, but disable it as no irqs are generated
|
| | |
|
| |
| |
| |
| |
| |
| | |
TODO: also replace other sed and awk usages.
Submitted by: wollman
|
| |
| |
| |
| |
| |
| | |
support.
Suggested and Reviewed by: ume
|
| |
| |
| |
| |
| |
| |
| |
| | |
to be based on the transfer speed, but I got it all wrong. The by far
biggest factor in the timeout is the start of a removable device, which
is about 2 seconds anyway.
Prodded by: Lennart Augustsson
|
| |
| |
| |
| |
| |
| | |
consistent portmap example rule.
Reviewed by: obrien, markm
Obtained-good-ideas from: obrien
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
least one reviewer is now unhappy with, since it contains incomplete
and misleading advice that is not easy to correct.
The net effect of this commit and the previous commit is to simply
remove all discussion of setting dumpdev to catch crash dumps
prior to entering user mode.
|
| | |
|
| | |
|