| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Noticed by: brooks
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
| |
o uniform the driver_intr_t parameter name to 'ithread'
o delete any reference to INTR_FAST
o document a bit the difference between the filter and ithread
argument
Reviewed by: mdoc-police (ru)
|
|
|
|
|
| |
-ypsetme will prevent use of ypset. Remind the user to check that it was
started correctly.
|
|
|
|
| |
Submitted by: ru
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add macro EVL_APPLY_VLID() which may be used to apply an 802.1q VLAN ID
to the M_VLANTAG field in an mbuf packet header non-destructively.
This will be used by net80211 to begin with.
Add macro EVL_APPLY_PRI() which may be used to apply an 802.1p priority
class to the M_VLANTAG field in an mbuf packet header non-destructively.
Add other macros for manipulating tags and the CFI bit.
Submitted by: Boris Kovalenko (EVL_CFIOFTAG(), EVL_MAKETAG())
|
| |
|
| |
|
|
|
|
| |
support for getnameinfo.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in FreeBSD, and originated from INRIA IPv6.
Stub out netstat reference to addr2ascii() I mistakenly introduced.
Update misleading man page sections.
Merge NetBSD's getnameinfo() AF_LINK extensions for a portable way to
print link-layer addresses given a sockaddr_dl(), minus the IEEE 1394
bits which don't map directly to our code.
Obtained from: NetBSD (getnameinfo.c)
Discussed on: current (March 2006)
|
|
|
|
| |
The TCP hostcache logic in tcp_mss() depends on the snd_wnd being initialized.
|
|
|
|
|
| |
the token bucket filter got killed in netinet, so it gets killed here
too. Correct comments.
|
|
|
|
|
| |
Remove an unused global variable.
Staticize variables which do not need to be global.
|
|
|
|
|
|
|
|
|
|
| |
lib32 build somewhat. Specifically, instead of spamming
${CC} et al with -I${LIB32TMP}/usr/include which can be
harmful (as has been demonstrated by the ncursesw WIP),
use slightly different approach to achieve the same goal.
This also simplifies things a bit.
Prodded by: rafan
|
|
|
|
| |
mutexes are in this file, and use macros for dealing with it.
|
|
|
|
| |
Remove a sysctl that is no longer used.
|
| |
|
|
|
|
| |
starting from 1.1.2001 (ISO 4217)
|
|
|
|
|
|
|
|
| |
be returned up to the caller.
PR: 100172
Submitted by: "Andrew - Supernews" <andrew supernews.net>
Reviewed by: rwatson, bms
|
|
|
|
|
|
|
|
| |
readable:
- Merge two embedded if() into one.
- Introduce switch() block to handle different kinds of errors.
Reviewed by: rwatson, bms
|
| |
|
| |
|
| |
|
|
|
|
| |
the translation work.
|
|
|
|
|
|
|
| |
utility name.
- Fix a bug in description: the range preceded by a dash selects
up to the last number, not first.
|
| |
|
|
|
|
| |
datagram UNIX domain sockets, not before.
|
|
|
|
|
| |
Submitted by: Goran Gajic
Pointy hat to: piso
|
|
|
|
| |
OK'ed by: rwatson
|
|
|
|
|
|
|
|
|
| |
- the issues with wakeup_one are due to address space clashes between
unrelated groups of threads.
- sleep() was removed in FreeBSD 2.2.
- date the page today, not 4 days ago.
- replace grammatically correct "woken" with "woken up" for
consistency with the function name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to a READ_CAPACITY request rather than the maximum sector (off by one
problem). This causes a huge cascade of errors as the geom tasting
code tries to read the last sector (which isn't really there in the
face of this error). automated tools that manipulate disk labels and
such also have issues.
Create a new quirk READ_CAPACITY_OFFBY1 and add a quirk for the
SanDISK ImageMate that I have that suffers from this problem (the
SDDR-31). It intercepts the READ_CAPACITY response and adjusts it
from number of sectors to max sector for devices with this quirk.
Reading the Linux source suggests that there are a host of
other devices with this issue, including iPods and some popular
cameras. I've not added quirks for them, since I don't have the
devices in front of me to test.
|
| |
|
|
|
|
|
|
| |
rather than a tsleep() on &proc0. The only wakeup on &proc0 is intended
to awaken the swapper, not random threads blocked in
vm_object_deallocate().
|
| |
|
|
|
|
| |
than just pausing for a second.
|
|
|
|
|
| |
corresponding wakeups. Also, at least some of the comments nearby indicate
that these are fixed-length I/O sleeps.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
module unload and kthread_exit().
MFC after: 3 days
|
| |
|
|
|
|
| |
o warn when we skip an interface because it's name is too long
|
|
|
|
|
| |
this fixes the panics when filter only and ithread only handlers where
sharing the same irq .
|
| |
|
|
|
|
| |
Spotted by: des
|
|
|
|
|
| |
Reviewed by: sam
MFC after: 3 days
|
| |
|
| |
|
| |
|