Age | Commit message (Collapse) | Author |
|
include. Reduces the diffs to the amd64/i386 version of this code.
ok drahn@
|
|
reported by a user
|
|
Wanted for tentative clock_nanosleep(2) diff, but maybe useful
elsewhere in the future.
ok mpi@
|
|
ok tb@ kettenis@
|
|
fix issue reported by semarie@
ok gilles@
|
|
ok gilles@
|
|
the file allocation routine. This allows stepwise changing of the vnode
locking discipline.
OK mpi@
|
|
of the vinvalbuf() call, just like is done by other filesystems. This
prevents a kernel panic with VFSLCKDEBUG.
OK mpi@
|
|
of double selectors like "element.class" is considered poor style.
When doing selection mainly by elements is not appropriate because
most elements require several different styles, exclusively selecting
by class is less cumbersome, more concise, and more flexible.
So drop the elements from the selectors, except where they are
required for disambiguation and except where they add clarity due
to the presence of child selectors.
|
|
Fixing HTML syntax violations e.g. in pf.conf(5) and ifconfig(1)
reported by Anton Lazarov <lists at wrant dot com>.
|
|
descriptor). GitHub issue 1354.
|
|
issue 1359.
|
|
|
|
ok gilles@
|
|
handling of SIOCAIFADDR, SIOCDIFADDR, SIOCSIFADDR into a separate
function, analogously to what was done in in6_ioctl().
tested by hrvoje
ok visa
|
|
|
|
and socketpair(2).
Tested by many as part of a larger diff, ok visa@ some time ago.
|
|
Note that you need a new kernel otherwise this test will make your
machine panic!
|
|
using a single register which consists of root, div, pre-div, clock
gate and src (mux). The device tree node references the root clock,
and an "enable" call has to enable the clock's parents so that the
clock gate is toggled as well.
ok kettenis@
|
|
This prevents a panic due to a double free if a program exits after having
called accept(2) and dup2(2) on the same fd but without the corresponding
connect(5).
It will also allows us to simplify file descriptor locking. The error code
has been choosed to match Linux's behavior.
Pointed by Mathieu on tech@ after a discussion with guenther@. ok visa@
|
|
OK sthen mpi
|
|
ok patrick@, visa@
|
|
so passing "nan" and "-nan" produces a NaN with the right sign.
Bug reported and diff provided by George Koehler.
ok kettenis@
|
|
confusing description of L and C in the mode line.
Prompted by an email on tech@ by Leonid Bobrov <mazocomp () disroot ! org>
Co-written by myself and florian@, ok florian@
|
|
tweaks and ok jmc@ sthen@
|
|
it is sort of like egre(4), but different enough to warrant separate
handling. more specifically, eoip sits under gre 1, not 0, and has
it's own protocol id (0x6400). the gre key field is mandantory (the
rest cannot be set) which is split into a 16 bit length field and
a 16 bit tunnel id. lastly, it has a keepalive mechanism where peers
send 0 length packets as hellos to each other periodically, which
has no equivalent in egre(4) and is different to the gre(4) keepalives.
ok sthen@
|
|
eoip is a twisted gre based protocol using version 1 like pptp, but
a different protocol id. this splits the gre 1 protocol handling
up so it doesn't assume that all packets are pptp, but decides
between eoip and pptp based on the protocol field. unknown protocols
are unknown rather that assumed to be pptp.
ok sthen@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Implement SDIO interrupt handling
- Set control bit that allows CPU access to the FIFO
- Fix PIO transfers that are not a multiple of 4 bytes
- Handle vqmmc-supply
ok patrick@
|
|
ok patrick@
|
|
ok patrick@
|
|
Add a few more R40 clocks needed by the GMAC.
|
|
help from and ok schwarze
|
|
suggested by jsg, ok sthen.
|
|
|
|
OK mpi@
|
|
|
|
between CPUs
ok kettenis@ mlarkin@
|
|
it there.
|
|
Use a @media width query to select a set of default indentations.
Suggested by John Gardner <gardnerjohng at gmail dot com>.
|
|
|
|
I don't think the implicit cwd is needed anymore.
and a full bulk agrees with me.
(this will simplify update-plist's logic as @rcscript is no longer
special)
- mandoc special subclass never got any use, as Ingo got mandoc to
be so good the distinction does not make any sense, gc it.
|
|
For secondary CPUs, %cr0 is initially loaded in cpu_spinup_trampoline so
don't load it again in cpu_hatch().
ok kettenis@
|
|
John Gardner and others tell me it produces more predictable results
and is generally considered better style.
Also use 0em instead of 0ex, in general.
|