Age | Commit message (Collapse) | Author |
|
ok patrick@
|
|
towards unlocking pipes.
ok cheloha@ mpi@ visa@
|
|
corrupted with the eflags value. Found by julius zint.
ok guenther
|
|
|
|
from slaacd and dhclient when it starts.
Discussed with deraadt who notes that it's a bit odd to have this as a
route priority. One idea is to have this as a dedicated route message
and not a priority.
But we want to move this forward and learn how it can be used so we
are going with this for now.
OK deraadt
|
|
Follows a similar model as NetBSD. Much help from patrick, kettenis and guenther.
lldb and lldb-server remain not installed by default.
ok patrick@
|
|
future work to be able to easily delete elements while iterating.
OK kn
|
|
input & OK claudio@
|
|
|
|
macro, which is usually close to the beginning of the file, right
after the Copyright header comments. But espie@ found horrible
input files in the textproc/fstrcmp port that generate lots of parse
nodes before even getting to the header macro. In some formatters,
comment nodes after some kinds of real content triggered assertions.
So make sure generation of comment nodes stops once real content is
encountered.
|
|
a complete set of validated (possibly fictitious) data.
Add SCSIDEBUG output showing mismatch between disksize and cyls *
heads * sectors.
|
|
the next selection of networks from the join list. Prevents endless
attempts to connect to an AP which is out of reach but still somehow
manages to get a beacon or two across to us during scan.
Tested with wifi networks at the University of Bucharest.
Makes switching wifi networks possible after walking to a different
room without having to down/up the interface or suspend/resume.
ok phessler@
|
|
Remove extraneous whitespace in SCSIDEBUG read capacity display.
|
|
Remove extraneous whitespace in SCSIDEBUG read capacity display.
|
|
This will update the list of cached APs for future invocations of the
'scan' command, and will force a search for a better AP to roam to.
ok sthen@ phessler@
|
|
"where is the kaboom?" deraadt@
|
|
|
|
|
|
From Pelle van Gils
fd9a708c7bde2175357acf87ff3a4416b9807f59 in linux 4.19.y/4.19.82
e6f4e274c1e52d1f0bfe293fb44ddf59de6c0374 in mainline linux
|
|
From Nirmoy Das
f2824a020746ec60fbb780756e42ac13efb221d0 in linux 4.19.y/4.19.82
083164dbdb17c5ea4ad92c1782b59c9d75567790 in mainline linux
|
|
From Dmytro Laktyushkin
a0d8a590d983d55fc48293ff573ae31a23b3c7d0 in linux 4.19.y/4.19.82
f25f06b67ba237b76092a6fc522b1a94e84bfa85 in mainline linux
|
|
|
|
|
|
|
|
ok mpi@
|
|
|
|
arrival packets. diff from IIJ.
ok dlg
|
|
|
|
make-backup-files toggles backup, so when you add it in your ~/.mg this
disables backup.
ok benno@
|
|
|
|
Tested by phessler@, Tracey Emery, and myself on 8260 and 8265.
|
|
Tested by phessler@, Tracey Emery, and myself on 8260 and 8265.
|
|
are always initializd to u_int32_t values. And are then copied into u_int32_t
fields in the disklabel. Switch them to u_int32_t.
Cluebats and ok deraadt@ jca@
|
|
Tested by miod@, ok aoyama@
|
|
|
|
We can just use find_dfr_proposal_by_gw() instead of looping through
the list manually. This was copied from the address proposal code
which needs to loop since usually there are two address proposals
present.
|
|
|
|
ok partrick@, kettenis@
|
|
|
|
ifpromisc() already refcounts, so carp doesn't have to do it
implicitly with the carpdev list. there's no functional change, the
code just gets a bit simpler.
|
|
|
|
by adding a missing check for the return value -1 on both cgetfirst(3) and
cgetnext(3)
OK millert@ deraadt@
|
|
this follows what's been done for detach and link state hooks, and
makes handling of hooks generally more robust.
address hooks are a bit different to detach/link state hooks in
that there's only a few things that register hooks (carp, pf, vxlan),
but a lot of places to run the hooks (lots of ipv4 and ipv6 address
configuration).
an address hook cookie was in struct pfi_kif, which is part of the
pf abi. rather than break pfctl -sI, this maintains the void * used
for the cookie and uses it to store a task, which is then used as
intended with the new api.
|
|
|
|
OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only
intended to replace the lpd(8) daemon for the moment, not the lpr(1),
lprm(1), lpq(1) and lpc(8) commands.
This is a work in progress. The server part should be fairly functionnal,
but the printer part is not complete: remote printers should work, for
local printers it depends on the setup. Anyway, at this point it's better
in the tree than rotting on my disk.
ok deraadt@
|
|
ok jcs
|
|
|
|
to clang, where the stack frame format changed significantly.
Prompted by guenther@ noticing deprecated ASM warnings
ok drahn@
|
|
retguard and similar when profiling. However, that missed all the .S files,
as ${PROF} wasn't added when ${NORMAL_S} was converted from direct invocation
of ${AS} to instead use ${CC}. Similarly, mcount.o still had retguards
as it cannot be built with -pg. So: pass ${PROF} when compiling .S files,
and compile "no profiling" files with -fno-ret-protector on archs with
retguard.
feedback and ok mpi@ mortimer@
|
|
rename it sd_read_cap().
Reduces possible confusion with the unrelated sdsize().
|