Age | Commit message (Collapse) | Author |
|
userland asks for these stats, and we stopped recording anything
interesting a while back.
|
|
is the same. Factor them into one function. Saves another 450 bytes on
amd64.
|
|
relatively small, so inline them. This shrinks the kernel by about 500
bytes and saves a tree lookup.
|
|
|
|
- add Mobility Radeon HD 2600 found in a hp 8510p
ok brad
|
|
needs the actual interrupts. Oops!
|
|
|
|
|
|
use the constant for IPL_SCHED, and not splsched(), which doesn't do what
we want.
ok art@. Tested by Paul de Weerd.
|
|
spotted by jmc@
ok jmc@
|
|
some kind of VPN stuff
|
|
also remove bogus '\&' escape.
help and ok jmc@
|
|
|
|
also, do not set the privacy bit in the capinfo field of (re)assoc
requests, even for RSNA.
|
|
noted by Vadim Zhukov, though slightly different (doc) fix committed;
ok millert
|
|
behaviour now similar to netbsd/freebsd/solaris.
- make -gn and -ng combinations behave identically: long listing, numeric
group ID, no user ID. currently -g overrides -n. behaviour now similar to
netbsd/solaris.
- allow -m and -x to override -1Cgln (and each other) if specified last.
currently -m and -x can be overriden even if they are specified last.
behaviour now similar to netbsd/freebsd. fixes PR 5785 from
Jacek Masiulaniec.
- update man page to reflect reality.
ls.c diff based on Jacek Masiulaniec's diff from PR 5785, and extended by
sobrado. this work is really a joint effort from sobrado and myself.
i don't know about igor, but this particular diff has nearly killed me...
ok millert otto
|
|
- fix some line wrap in DIOCSETIFFLAG
ok henning
|
|
Sendmail folks have been notified and are fixing this for
the next release.
|
|
in the return code of getdevicedesc in which it is called.
ok yuo@
|
|
|
|
option which makes the vnd device emulate the geometry of the
specified disktab(5) entry. No change in behaviour or geometry
unless -t is used.
API for vnd configuration ioctl (VNDIOCSET) changes, so mount_vnd
must be in sync with kernel.
Tested & ok jsing@ 'Lovely' deraadt@
|
|
32K). This allows the automatic recognition of dumps written with
64K buffers. It also prevents alert scsi devices from complaining
about read requests that provide only 1/2 the room needed for an
actual tape record.
Problem noted, fix tested & ok henning@
|
|
be able to link against libc_pic.a anyway.
|
|
subtype, not a boolean indicating assoc or reassoc.
rename the parameter and use if (type == IEEE80211_FC0_SUBTYPE_REASSOC_REQ)
instead of if (reassoc).
it worked only because IEEE80211_FC0_SUBTYPE_ASSOC_REQ is equal to 0.
|
|
not an EDCA Parameter Set element (spotted by IEEE80211_STA_ONLY).
|
|
{ipw,iwi}_start which is wrong (node reference is not released).
from pgt(4).
|
|
and transmitter to idle state times out for chips where the status
bits in question never change (observed in detail with DM9102A) and
therefore the warning would highly likely be a false positive.
From FreeBSD
|
|
|
|
|
|
- remove extraneous spaces
- better column alignment
- sort vendors by vendor-id
- sort products by vendor-id,device-id
- group products by vendor-id rather than vendor-name
- fix vendor-id for Motorola SB4100 (checked with vendor driver)
ok brad@
|
|
ok pyr@
|
|
exact reverse of each other. if there is a mismatch don't erstablish the
link and print enough so that we should be able to find the culprit.
|
|
pcb. the state key ptr in the pcb is the one that had to be used by pf
outbound. but by convention the state key pointer in the pkthdr is the one
used INbound, so pf follows its reverse pointer to find the sk to use,
and since a reverse doesn't exist for locally terminated connections the
reverse pointer is null and thus the whole game a noop.
note that this only affects packets FROM local udp/tcp sockets, for the
other direction everything works as expected.
|
|
|
|
|
|
|
|
|
|
OK deraadt@, henning@
|
|
gets bigger than 255. OK henning@
|
|
|
|
spotted by and initial patch from espie@, with inputs from jmc@
ok espie@ jmc@
|
|
instead of putting up and tearing down on open and close, some chips got
unstable with it being done repeatedly.
From drm git. Tested by several.
|
|
wedged.
This avoids early temination of long-running commands.
From Keith Packard, via drm git. Tested by several on various chipsets.
|
|
ok deraadt@ miod@
|
|
Found by LLVM/Clang Static Analyzer.
ok henning@ mpf@
|
|
|
|
fix gcc warnings
add licenses
ok damien@
|
|
unexpectedly
feedback and ok sthen@
|
|
ok oga@
|
|
with additional CLEANFILES from theo.
|