Age | Commit message (Collapse) | Author |
|
|
|
LONG_MAX. Also, remove an Alpha-specific optimization that only saves
a couple of bytes of code size.
ok millert, guenther
|
|
i915_gem_idle(). If we don't do that we end up with stale entries on the
inactive list which will panic the kernel the next time we use the list.
Fixes restarting X on Sandy Bridge.
|
|
handling them in the server, handle them in the client and pass buffers
over imsg. This is much tidier for some upcoming changes and the
performance hit isn't critical.
The tty fd is still passed to the server as before.
This bumps the tmux protocol version so new clients and old servers are
incompatible.
|
|
when opening /dev/fd/* (i.e., UF_EXCLOSE is now set iff O_CLOEXEC is
set, rather than copying UF_EXCLOSE from the file descriptor being
dup'd).
Also, add support for O_CLOEXEC and O_DIRECTORY to fhopen().
ok krw, guenther; feedback from millert; testing and bug finding by krw
|
|
ok miod
|
|
ok sthen@ henning@ dlg@
"looks right" deraadt@
|
|
building cvs fails after a forgotten 'make obj', but the problem is tough
to spot because the files which cause a problem are hidden from 'cvs up'
output (even with 'cvs up -I !') because they're listed in .cvsignore.
|
|
|
|
|
|
the dma_constraint range. This allows the xbridge(4) bus_dma_tag_t to use the
generic routines instead of rolling its own, now that the ATE code has been
removed.
|
|
diff it against the Linux kernel sources. Fix a few bugs revealed by doing
such a diff. Tested by myself and a few others on 915, 945, 965 and
6-series.
|
|
|
|
looks on the man page.
ok haesbaert jmc henning
|
|
IP22 family. This is just the bridge so far, as the underlying pci drivers
will need some changes to work (dc(4) does not work correctly yet, and tl(4)
needs to be bus_dma'ified).
|
|
ok deraadt@
|
|
people to run sysmerge, and is generally not a good hint things are out
of synch.
prompted by naddy@ and sthen@
|
|
not only CONNECTED ones. It should also be called when RA with
a RouterLifetime set to 0 is sent to clear a redirect.
While here make sure we use correct priorities when installing
routes acquired via redirects.
comments & ok bluhm
|
|
|
|
ok tedu
|
|
note: no-tab-mode needs more work done before removing the NOTABs.
|
|
|
|
recognizing a GIO device or an id-less frame buffer in a GIO slot.
Turns out that GIO32 devices (at least those with a 32-bit ID register, but
likely all of them) do NOT like accesses to the minimal GIO register area
NOT done on 32-bit boundaries. While frame buffers won't mind, especially
if their slots are pipelined.
This makes it a lot easier to tell them apart.
While there, split gio_intr_establish() into gio_intr_map(), which will return
a logical interrupt number out of a GIO slot number, and gio_intr_establish(),
which will now expect a logical interrupt number, instead of a logical slot
number. These two functions are still unused, but upcoming changes depend on
this work. (Yes, I'm too lazy to make two commits for this tonite)
|
|
Previous change was a tad too optimistic. This repairs E++ and GIO SCSI board
operation.
|
|
Note that this would only affect 4KB page size IP22 kernels, which is not the
default IP22 configuration, and which noone not out of his or her mind would do.
In other words: this is a correctness fix with no impact on Real Life (c)(R)TM
|
|
happen if the tty is revoked. OK deraadt@
|
|
|
|
ok schwarze@
|
|
|
|
in FreeBSD. Workaround the apparently undocumented errata where the
CRC is always stripped whether asked to or not, and take the FreeBSD
workaround for a known errata when clearing the vlan filter.
Thanks to Jens A. Griepentrog for donating a card.
ok dlg@ mikeb@
|
|
Addresses CVE 2012-2337
|
|
|
|
|
|
with a neighbour advertisment sent to a multicast address;
nits & ok bluhm
|
|
|
|
common cases.
ok mikeb@
|
|
dragonflybsd via Loganaden Velvindron. OK mikeb@ and deraadt@
|
|
|
|
|
|
|
|
variables which affect port builds (DEBUG and so on). ok ajacoutot@ jasper@
|
|
conflict where machines with two controllers with the same unit
number (i.e. ehci0 and uhci0) would have reported to buses 0.
ok miod@
|
|
number. No functional change.
ok miod@
|
|
|
|
|
|
redo a check based on the non-subst version, so we can:
- actually parse the library name
- check we depend upon the right variable
|
|
accordingly.
Make sure obsolete stuff ->add returns undef, unconfuses PkgCreate.
|
|
that we always include aliases as well, to make "user directories work"
tested by jasper@ and sthen@
|
|
ok guenther, millert (and me); bulk build test by naddy
|
|
and have been stubbed on openbsd.org anyway ok millert@ robert@ otto@
|