| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* rev. 1.33/1.25
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
PR: bin/56298
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
MFC after: 2 weeks
# We need a regression test suit for ipfw(2)/ipfw(8) badly.
|
| |
| |
| |
| | |
cast it into a pid_t.
|
| |
| |
| |
| | |
functional changes should result from this.
|
| | |
|
| |
| |
| |
| | |
Add XXX comment with a rating of this concept.
|
| |
| |
| |
| |
| |
| |
| | |
4030 cards.
Special Thanks: shigeru yamamoto-san for the kind donation of I/O Data and
other wireless cards
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This replaces the current ioctl processing with a direct call path
from geom_dev() where the ioctl arrives (from SPECFS) to any directly
connected GEOM class.
The inverse of the above is no longer supported. This is the
situation were you have one or more intervening GEOM classes, for
instance a BSDlabel on top of a MBR or PC98. If you want to issue
MBR or PC98 specific ioctls, you will need to issue them on a MBR
or PC98 providers.
This paves the way for inviting CD's, FD's and other special cases
inside GEOM.
|
| |
| |
| |
| |
| | |
gather lists. Stop ignoring them and instead call the callback directly.
This unbreaks the management interface.
|
| | |
|
| |
| |
| |
| |
| | |
addresses. This stops resource allocations for e.g. amdpm failing - this
has its own special ways of enabling access.
|
| |
| |
| |
| | |
PR: 41812
|
| |
| |
| |
| |
| |
| | |
used, and refer to <osreldate.h> to get userland date.
Submitted by: ru
|
| |
| |
| |
| |
| | |
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
Not objected by: -current
|
| | |
|
| | |
|
| |
| |
| |
| | |
tested by: Lee Damon <nomad@castle.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
it in the last chunk (phys_avail block). The last chunk very often is
not larger than one or two pages, resulting in a msgbuf that's too
small to hold a complete verbose boot.
Note that pmap_steal_memory() will bzero the memory it "allocates".
Consequently, ia64 will never preserve previous msgbufs. This is not
a noticable difference in practice. If the msgbuf could be reused,
it was invariably too small to have anything preserved anyway.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changes from the original implementation:
- Fragmentation is handled by the function m_fragment, which can
be called from whereever fragmentation is needed. Note that this
function is wrapped in #ifdef MBUF_STRESS_TEST to discourage non-testing
use.
- m_fragment works slightly differently from the old fragmentation
code in that it allocates a seperate mbuf cluster for each fragment.
This defeats dma_map_load_mbuf/buffer's feature of coalescing adjacent
fragments. While that is a nice feature in practice, it nerfed the
usefulness of mbuf_stress_test.
- Add two modes of random fragmentation. Chains with fragments all of
the same random length and chains with fragments that are each uniquely
random in length may now be requested.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
o add locking
o strip irrelevant spl's
o split malloc types to better account for memory use
o remove unused IPSEC_NONBLOCK_ACQUIRE code
o remove dead code
Sponsored by: FreeBSD Foundation
|
| |
| |
| |
| | |
Requested by: obrien
|
| |
| |
| |
| |
| |
| |
| |
| | |
NB: There is a known LOR on the forwarding path; this needs to be resolved
together with a similar issue in the bridge. For the moment it is
believed to be benign.
Sponsored by: FreeBSD Fondation
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
o remove irrlevant spl
Notes:
1. We don't lock domain list traversals as this is safe until we start
removing domains.
2. The calculation of max_datalen in net_init_domain appears safe as
noone depends on max_hdr and max_datalen having consistent values.
3. Giant is still held for fast and slow timeouts; this must stay until
each timeout routine is properly locked (coming soon).
Sponsored by: FreeBSD Fondation
|
| |
| |
| |
| |
| |
| | |
for removal before 5.2
Reviewed by: silence on -net and -arch
|
| |
| |
| |
| | |
Sponsored by: FreeBSD Foundation
|
| |
| |
| |
| |
| | |
were including varargs.h file but did not use any of its macros,
so they escaped the clean-up before.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
with the vendor sendmail distribution. By doing so, we avoid mergemaster
warnings after every 'make' in /etc/mail/.
Reported by: Jeremy Chadwick <koitsu@parodius.com>
MFC after: 3 days
X-MFC after: and re approval
|
| |
| |
| |
| |
| |
| |
| | |
to announce the demise of varargs support in GCC versions 3.3+ and to
direct users to stdarg.h instead.
Fall back to machine/varargs.h for older GCC versions.
|
| |
| |
| |
| |
| |
| | |
this is needed for the 5212 which a separate filter bit for these frames.
Submitted by: Stephane Laroche <stephane.laroche@colubris.com>
|
| |
| |
| |
| | |
symbol.
|
| |
| |
| |
| |
| |
| | |
o add an assertion to check the max possible packet size
Noticed by: David Young <dyoung@pobox.com>
|
| |
| |
| |
| |
| |
| |
| | |
a type that you can do arithmetic with. This eliminates many warnings when
compiling with PAE.
Various by: scottl
|
| |
| |
| |
| | |
'command not in queue' panics. Also fix a nearby style problem.
|
| |
| |
| |
| |
| |
| |
| | |
by the previous commit. While here, fix a typo, reformat comments
and fix a long line.
Tested with: ftpd
|
| |
| |
| |
| | |
* Fix pedstals -> pedestals
|
| | |
|
| |
| |
| |
| |
| |
| | |
ago, but not removed.
No reply from: threads, kan, obrien
|
| |
| |
| |
| |
| |
| |
| |
| | |
supported devices.
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/56244
Confirmed by: driver source code
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This timecounter is 2usec faster than the i8254 and has 22 times
better resolution.
|
| | | |
|
| | |
| | |
| | |
| | | |
Obtained from: obrien
|