| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(more unclear is if anything in ports uses this, as our base no longer does)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It will scan the entire disk before attempting to create the updated
database and then error out.
add a quick check to see if it as running as root and erroring out if
that is not the case.
"Makes sense" deraadt@
|
|
|
|
|
|
|
| |
field is in units of 16 bytes, not 4, fixing some but not all problems
reported by Kor son of Rynar.
ok dlg@, who points out this is exactly the same fix as r1.10 of mfii
|
| |
|
|
|
|
|
|
|
|
| |
included in the routing message. The significance of the bits has
to be consistent with the order of the addresss. In route(8) store
addresses in ascending order of RTA values. This allows to use
MPLS routes together with route labels.
OK mpi@ claudio@
|
|
|
|
| |
There is no code for addressing breakpoints by numbers at all.
|
|
|
|
| |
ok kettenis@
|
|
|
|
|
|
| |
on sizeof(long) as sockaddr_dl. We were lucky and it worked. Use
the correct size and the algorithm from route(8) for arp(8).
OK mpi@
|
|
|
|
|
|
|
| |
Tested on the complete manual page trees of Version 7 AT&T UNIX,
4.4BSD-Lite2, POSIX-2013, OpenBSD 2.2 to 6.5 and -current,
FreeBSD 10.0 to 12.0, NetBSD 6.1.5 to 8.1, DragonFly 3.8.2 to 5.6.1,
and Linux 4.05 to 5.02.
|
| |
|
|
|
|
|
|
| |
controller glue and USB PHYs found on the Amlogic G12A/B SoCs.
ok patrick@
|
|
|
|
| |
ok patrick@
|
|
|
|
|
|
| |
type. Provide the address family AF_LINK and storage size of struct
sockaddr_dl to the kernel when creating an IFP routing address.
OK mpi@
|
| |
|
| |
|
| |
|
|
|
|
| |
ok martijn@
|
|
|
|
|
|
|
|
|
|
|
| |
Prevents WPA APs from appearing as non-WPA APs to the AP selection logic.
The decision whether or not to parse the IE was made as a side-effect
of a check for the highest mutually supported version of WPA.
We can safely assume that all our drivers support WPA versions <= 2
and parse the IE regardless of whether WPA is currently active or not.
ok mpi@
|
|
|
|
| |
Tested by myself, jcs@
|
|
|
|
|
|
|
|
|
| |
match", because it made code smaller, however it also made it harder to
understand so it was reworked to have a function must match logic.
the check_fcrdns function was not reversed, fix it
spotted by otto@
|
|
|
|
| |
ok mpi@ procter@
|
|
|
|
|
| |
Based on Dragonfly 96eaecf93d9f731459a0df8efc72cfad034320bd by Imre Vadasz
ok mpi@ procter@
|
|
|
|
|
| |
The first part disconnects clients, the other closes the device
and frees audio buffers. No behavior change.
|
|
|
|
|
|
| |
The first part resets audio parameters to the prefered ones, the
second part opens the device and allocates the audio buffers. No
behavior change.
|
|
|
|
|
|
|
| |
These are currently under development and allowing them to be registered
might give the wrong idea of them working.
OK gilles@
|
| |
|
|
|
|
| |
by Theo Buehler.
|
| |
|
|
|
|
| |
This makes the routine reusable, no behavior change.
|
|
|
|
| |
This makes the routine reusable, no behavior change.
|
| |
|
|
|
|
| |
ok bluhm@
|
|
|
|
| |
found by deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
few additional quirks though, and attaching the PCI busses is delayed to
replicate the existing code more closely. That may be changed in the
future. Also tweak how we handle MSI support and respect to ACPI flag
that says we shouldn't attempt to use MSIs.
Some fallout is expected.
ok patrick@
|
| |
|
|
|
|
|
|
| |
free space that is already free.
ok patrick@
|
|
|
|
|
|
| |
then the big switch in rtm_output() has RTM_CHANGE as a unique case.
Remove redundant checks of rtm_type within this case.
OK kn@
|
|
|
|
| |
input and ok claudio@ jmc@
|
|
|
|
|
|
|
| |
implausible bug existed in the socket setup (mostly dns-related and
setsockopt) it would be largely neutered. of course, a very restrictive
pledge is installed soon after that...
ok mestre brynet florian
|
|
|
|
|
| |
"< 2 || > 2". Step towards allowing SCSISPC() to be updated to return
actual SPC values.
|
|
|
|
| |
ok millert@
|
|
|
|
|
|
| |
IPL_SOFTCLOCK instead of IPL_NONE.
ok mpi@, deraadt@, patrick@
|
|
|
|
|
|
| |
in use for the current request.
OK gilles@
|
| |
|
|
|
|
|
|
|
| |
message was rejected.
Feedback semarie@
OK gilles@
|
|
|
|
| |
of SCSISPC() when checking the values of the INQUIRY version field.
|
|
|
|
|
|
|
|
| |
ci_mp_atomic_{begin,end} are 6th and 7th elements of cpu_info
structure. Actually that is dummy structure used in early boot stage,
but for consistency, move ci_srp_hazards position in cpu_info.
ok mpi@
|
| |
|