Age | Commit message (Collapse) | Author |
|
|
|
as should be, so we can reuse it without needing to duplicate all of
pkg_create code.
|
|
length and need not start with ESC or ^X; patch from marco@ feedback mpi@
|
|
any gaps) and add an option to do this automatically each time a window
is killed. From Thomas Adam.
|
|
|
|
amount of TX empty interrupts.
|
|
to, so make this controllable with device flags, and default to non-bogus
wiring.
|
|
fix it wrt FLAVOR/SUBPACKAGE passing
|
|
set to mark them as 256-colour. Reported by Chris Johnson.
|
|
console keyboard, otherwise led update commands will never get transmitted.
Noticed by sebastia@
|
|
|
|
boundary; this makes ddb usable again.
|
|
confusing than the clean approach
|
|
no cwd.
Well, if there's no cwd, we don't care about getting back there, so wrap
rmtree to just move to / before calling the real rmtree.
|
|
|
|
|
|
handling
|
|
anything else that could fail shouldn't be inside the eval.
create an object instead of saying "hey we're cool, let's let other
stuff break horribly".
|
|
|
|
|
|
ok mpi@
|
|
``boots being interrupted while the prom is loading the kernel and then
restarted no longer seem to end up with a hosed chip with this diff'' on
sgi.
|
|
OK espie@
|
|
regular `one key is up' events. Makes the shift, alt, ctrl, etc keys behave as
expected after the next keystroke.
|
|
fix this by reinstating the actual probe which got removed by mistake in the
recent gio probe and console code rework.
Found the hard way by sebastia@
|
|
Missed by miod@ in his previous commit. Now groff should build.
Okay miod@.
|
|
from Florian Obser
ok pyr@
|
|
and doesn't pull a shitload of other modules with it.
|
|
default, similar to the v6 entries.
While here, add a filter for 100.64.0.0/10, which is now reserved by RFC 6598
OK henning@, sthen@
|
|
ok miod@
|
|
- Require sun_family to be set to AF_UNIX (also in unp_connect())
- Ensure internal sockaddr_un's always have their length set to
sizeof(struct sockaddr_un) regardless of the user specified length,
implicitly extending with NUL characters as necessary.
- Normalize sun_path to never contain a non-NUL character after a
NUL character.
Lack of NUL termination on truncated sockaddrs issue pointed out by
Michael Kerrisk on the Austin Group mailing list.
ok millert
|
|
ok jmc, nicm
|
|
|
|
|
|
/dev/ptm. Users are strongly encouraged to upgrade to a more recent
release if they haven't already.
ok deraadt
|
|
ok deraadt
|
|
without virtual aliasing, or for pages which are not currently mapped
cached. 1+% speed increase on sgi IP27 and loongson kernels.
Tested on LS2F, R4400, R5000, R12000 and R16000.
|
|
control mode. From George Nachman.
|
|
|
|
|
|
|
|
more than one OpenBSD partition.
ok deraadt
|
|
Pointed out by Michael W. Bombardieri on tech@.
ok deraadt
|
|
|
|
- correctly gather version information. When reading device registers is a two
step process (write address, read data), it is a very bad idea to call a
wrapper around these two operations (to read register B) between the two
operations inline (to read register A). Unless you want to know the version
information for your garbage latches, that is. Now Indy 8-bit devices
no longer get reported as 24-bit devices, and Indy 24-bit devices no longer
get reported as 8-bit devices. (not that it mattered much anyway)
- define and use symbolic constants when parsing the video mode settings to
figure out the display resolution. This code still itches, but much less now.
|
|
that it can now tell ID-less framebuffers apart correctly. Therefore, we can
use direct configuration instead of ugly games. Frame buffer drivers match
routines now only need to check for the fake ID they receive.
Tested on various newport and grtwo setups (including multihead configurations)
|
|
- replace masking with large `power of two minus one' constants with a pair of
shifts, this is shorter code and does not require the at register.
- merge R5000 and RM52xx setup, as the configuration register layout is the same
on both processors.
- In Mips5k_IOSyncDCache(), delay building the call frame until we know we
will not perform a leaf call. Replace leaf calls with jumps to the
appropriate routines.
Tested on R5000, RM5271 and RM7000.
|
|
|
|
.S code when masking the upper bits, instead of hardcoding them. Makes code
easier to understand (and also I might have a need to reduce PFN width on
some particular CPU models in the future).
No change in generated code.
|
|
the size (internalized ones can be larger on some architectures) for
fitting into the socket. Avoid getting confused by sb_hiwat as well.
This fixes a variety of issues where sendmsg() would fail to deliver
a fd set or fail to wait; even leading to file leakage.
Worked on this with claudio for about a week...
|