| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
multibyte character share name correctly.
Reviewed by: bp
|
|
|
|
|
|
|
| |
loader.conf line ``console="vidconsole"''.
Sponsored by: ActiveState/Sophos
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
Relate boot_ options to their kernel command line flags and make it clear
how kenv(1) is used.
Sponsored by: ActiveState/Sophos
MFC after: 1 week
|
|
|
|
|
| |
PR: docs/84273
Submitted by: Gary W. Swearingen
|
|
|
|
| |
characters, and untaint it.
|
|
|
|
| |
we consider a short report to 128 characters. Canonicalize %%HOME%%.
|
|
|
|
| |
MFC after: 1 day
|
|
|
|
| |
fails to exec the tinderbox script.
|
|
|
|
|
|
|
| |
description of the hw.ata.wc in sync with tuning(7)
PR: docs/84264
Submitted by: Gary W. Swearingen
|
| |
|
|
|
|
| |
PR: 84221
|
| |
|
|
|
|
|
|
| |
do interface discovery there's no point in sticking around
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a card is ejected). wpa_supplicant requires that internal events
for interfaces coming+going include a name but after an interface
is removed you cannot use if_indextoname to map the interface index
in the RTM_IFINFO (or RTM_IFANNOUNCE) msg to an interface name.
Instead record the interface index in the driver-private data area
and use that to filter msgs from the routing socket. This insures
that when we have a message to process we know the interface name.
The end result is that we can now dispatch an "interface removed"
event that is understood when notified than an interface went away
(where previously the event dispatched was ignored because the
interface name was unrecognized).
This change also insures we only process events for our interface.
The only downside is that we can no longer wait for an interface
to arrive as we need to map the interface name to an index at
startup. This is not important as wpa_supplicant should be launched
by devd and not include a separate mechanism for doing interface
discovery.
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
It seems that the unload problems were due to a dodgy sc->smb usage and a
missing mtx_destroy().
Sponsored by: ActiveState/Sophos
MFC after: 3 weeks
|
|
|
|
| |
OK'ed by: bp
|
|
|
|
|
|
| |
they have dependency on wlan and usb.
Reported by: make universe
|
| |
|
|
|
|
| |
MFC after: 1 day
|
|
|
|
|
|
|
|
| |
Rate units are mA/mW, not mAh/mWh. Get full battery status and time
remaining from ACPIIO_BATT_GET_BATTINFO instead of BST.
PR: bin/83672
MFC after: 2 days
|
| |
|
|
|
|
|
|
|
|
| |
later sum capacities for all batteries, even those that weren't actually
present. We only need to do this for _BST but do it for all of them.
Reported by: Eric Anderson
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
| |
too much even though we actually validate the parameters. This code
also is more compatible with other *BSDs, which do copyin within
setsockopt().
Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net>
Reviewed by: security-officer (nectar)
Obtained from: KAME
|
|
|
|
| |
MFC after: 1 month
|
| |
|
|
|
|
|
|
| |
is properly aligned when we move to the next packet.
Obtained from: ISC dhclient via krw at OpenBSD
|
|
|
|
|
|
|
| |
unknown error. Instead, just return error.
Submitted by: avatar
Tested by: trhodes
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: docs/84198
Submitted by: Gary W. Swearingen
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
Make sure that there actually is a next packet before setting
nextrecord to that field.
PR: 83885
Submitted by: hirose@comm.yamaha.co.jp
Obtained from: Patch suggested in the PR
MFC after: 1 week
|
|
|
|
| |
easier to read.
|
|
|
|
|
|
|
|
|
|
| |
- Remove some extra blank lines.
- Remove comments that don't contribute to understanding.
- Remove additional blank lines in output added to maximize compatibility
with older vmstat output, but that is actually somewhat gratuitous.
Submitted by: bde
MFC with: other vmstat libmemstat(3) changes
|
|
|
|
|
|
| |
ral and ural. Add a comment about this regexp being lame, which
should shock no-one. Add a comment about why rescans are disabled on scsi
cards.
|
|
|
|
| |
the recent atomic_ptr() change.
|
|
|
|
| |
Reported by: cperciva
|
|
|
|
|
|
|
| |
not allowed in domain names. RFC 2132 does not list valid or invalid
characters and the ISC client accepts anything here.
Reported by: ps
|
| |
|
|
|
|
|
|
|
| |
- Don't link libmd, it is not needed.
- Connect manual page to the build.
MFC after: 1 week
|
|
|
|
|
| |
I need to find out first what is the cause of sha2.c compilation problem
on alpha.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- increase number of allocations count only on successfull malloc(9),
so it doesn't confuse people;
- because we need to check if 'size > 0', hide 'mtsp->mts_memalloced += size;'
under the check as well, as for size=0 it is of course a no-op;
- avoid critical_enter()/critical_exit() in case of failure in
malloc_type_allocated() as there will be nothing to do.
OK'ed by: rwatson
MFC after: 2 days
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
To use them, run:
# prove /usr/src/tools/regression/geom_eli
Sponsored by: Wheel Sp. z o.o.
http://www.wheel.pl
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
For features list and usage see manual page: geli(8).
Sponsored by: Wheel Sp. z o.o.
http://www.wheel.pl
MFC after: 1 week
|