Age | Commit message (Collapse) | Author |
|
eventually want to remove their video cards from the list here.
ok kettenis
|
|
ok marco@, phessler@, deraadt@
|
|
a bug in the initial EP80579 commit from dms that was exposed by gcc4.
Lots of help tracking down the block of code at fault from
Mike Belopuhov, but I spotted the problem in the end :)
ok kettenis@ deraadt@
|
|
ok claudio@ deraadt@
|
|
|
|
/var/mail/root
idea and first version from deraadt@, ok deraadt@ krw@
|
|
|
|
|
|
as they don't work right now
|
|
|
|
originally created by opening /dev/tun*
|
|
Fix a C thinko
|
|
version replaces some strlc{py,at} verbosity with xasprintf() at
the request of markus@
|
|
"looks ok" markus@
|
|
appear in lexical order and make our ssh-keygen comply. ok markus@
|
|
addresses combinations. It hasn't worked for ages and we have supported
the more commen "[addr]:port" format for a long time. ok jmc@ markus@
|
|
user-defined string \*(Pu (punctuation character list)
by using non-breaking non-compressing instead of normal spaces.
Works with mandoc, new groff and even with old groff.
Tree is locked, but deraadt@ says i'm still allowed to polish manuals.
|
|
ok deraadt
|
|
corner cases right that the old code messed up. As a bonus, this noticibly
speeds up booting my Dell XPS M1330.
ok deraadt@, marco@, jordan@
|
|
|
|
|
|
|
|
(among others) attaches *eight* uhub devices.
From remco at d-compu, dyndns org; ok deraadt@
|
|
breaks at least one previously working device, as discovered by
naddy@. dlg@ confirmed other kernels also avoid attempting this
operation on usb disks.
ok dlg@ deraadt@
|
|
problem reported with the obvious fix for bgpd by Sebastian Benoit
<benoit-lists at fb12.de>, also PR 6432
applied to all the others by yours truly. ok theo
isn't it amazing how far this parser (and more) spread?
|
|
iwn(4) again.
ok deraadt@
|
|
fixes display after ^Z/fg.
(problem pointed out by Theo)
|
|
completes. Written with jordan.
ok deraadt
|
|
Thanks to Frédéric URBAN for setting up a test network to develop this on.
Tested by various people on copper adapters and fiber support
also tested by mickey.
ok deraadt@
|
|
sleep btn). The (incorrect) flag prevoiously used coincidentally had the
same value, so this shouldn't cause any different behavior than before.
tested on a variety of machines (i386, amd64, sp, mp) - no behavioral
change seen
ok deraadt@
|
|
stripping works insertion seems to have trouble in certain conditions,
which needs to be fixed before we want to enable hardware support for this.
ok deraadt@
|
|
Spotted by lint, but mirrors a similiar change in the
original FreeBSD code from over a year ago.
ok deraadt@
|
|
|
|
see deinstall info before new install info (prompted by a comment from
tedu@)
|
|
that way, we detect pkgpath problems as "can't update" instead of silently
ignoring them (gconf2 issue).
|
|
the time being)
|
|
the x40 LCD to light up after unsuspend.
https://bugzilla.kernel.org/attachment.cgi?id=23409
https://bugzilla.kernel.org/show_bug.cgi?id=10985
ok oga
|
|
is supposed to ignore the 'n' parameter and return the number of wide
characters needed to represent the given multi-byte character sequence.
However, in the special case where 'pwcs' is NULL and 'n' is zero, our
mbsrtowcs() implementation for single-byte locales mistakenly returned zero.
Before the UTF-8 locale was added, this bug was invisible to callers of
mbstowcs() because mbstowcs() handled this special case itself.
But our new mbstowcs() implementation simply forwards to the locale-specific
mbsrtowcs() implementation and expects it to do the right thing.
The "awesome" window manager's "Run:" command prompt uses mbstowcs() to
measure how many (possibly multi-byte) characters a user has typed, and
due to this bug would always be tricked into thinking the user had entered
zero characters when a single-byte locale was used.
Found after prodding by dcoppa.
ok deraadt sthen espie
|
|
Spotted by Mike Belopuhov. ok jsing@ deraadt@
|
|
plalonde (at) overnet.qc.ca
Prompted by deraadt@
|
|
repair that situation. Darn newbies...
|
|
from its vnode's buffer cache in an interrupt context. Therefore we
need interrupt protection when searching the buffer red-black tree.
ok deraadt@, thib@, art@
|
|
"total sectors" to "boundstart" and "boundend" in the list of fields
that are left alone during a RESTORE operation.
ok deraadt@
|
|
This ensures that all physical fields are filled in with current
values. Lack of values (boundstart, boundend in particular) noted
by ray@.
ok deraadt@
|
|
* correct a few obvious mistakes
* adopt some of jmc@'s recent changes to man(7)
* cut down just a little on the awful tendency
to stick a hyphen between two words.
"yes" deraadt
|
|
USB_SET_REPORT ioctls in ukbd and ums.
This allows usbhidctl to be used on these devices e.g. to dump the report
descriptor of troublesome models.
ok deraadt@
|
|
been put back in the pool. Fixes Daniel Dickman's ses device.
ok matthew@ deraadt@
|
|
in agten(4) uncovered by gcc4.
ok miod@, deraadt@
|
|
knote, remove it from the process's klist; after handling those,
remove and drop any remaining knotes from the process's klist. Ban
attaching knotes to processes that have started exiting or attaching
them via the pid of a thread other than the main thread.
ok tedu@, deraadt@
|
|
is perfectly capable to get things going again all by itself.
ok deraadt@
|