Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
string if any (used by, for example, rtf).
|
|
code from syslogd.
ok beck@ benno@
|
|
|
|
|
|
previous test at the same level has matched.
|
|
|
|
|
|
Ideacentre Stick 300.
|
|
support for it. In principle SD cards use high speed timing for frequencies
over 25MHz, but it is silly to run those with a clock between 25-26MHz.
|
|
|
|
support ADMA2. The older SDMA mode has too many limitations to be really
usable. Gives us only moderate speed improvements, bus reduces the CPU load
considerably. We will reap the full benefits once we implement wider bus
widths and high speed modes.
There is a remining issue with simultanious use of eMMC and external SD card
on (some) Intel Bay Trail hardware. Still under investigation.
ok patrick@, stsp@, deraadt@
|
|
|
|
|
|
This prevent the scheduler from scheduling tasks to CPUs not beeing able
to execute them during the boot process.
ok visa@, kettenis@
|
|
|
|
pane-border-status is set to "top" or "bottom" (rather than "off"),
every pane has a permanent top or bottom border containing the text from
pane-border-format.
Based on a diff sent long ago by Jonathan Slenders, mostly rewritten and
simplified by me.
|
|
1) turn NDINITAT into a function and make the macros point to it
with the later goal of getting rid of them.
2) Sweep the kernel for places where people make a struct nameidata manually
on the stack and fill in what they hope are the required fields and count
on prayer and clean living to always get them right. Instead use NDINIT
everywhere. NFS was especially bad for this and there have likely
been things lurking there for a while.
3) Add a couple of strategic KASSERT's to catch future offenders.
ok krw@ sthen@ deraadt@
|
|
|
|
defined. Carrying on is pointless. And will currently cause a NULL
pointer deref anyway.
NULL deref found by mmcc@ and his friend clang.
ok deraadt@
|
|
will think the resulting file was got larger during compression.
|
|
stopping data in attached ones. So get rid of it and see how we get on
with just a high watermark on each pane.
|
|
|
|
On a real mailserver, it's too noisy and may be a privacy concern.
On a machine that's not a mailserver, it's pointless.
Besides, Theo points out that running subsystems that potentially
parse untrusted user data daily, at a predictable time, as root
is not a very good idea in the first place.
Suggested by millert@; gilles@ matthieu@ deraadt@ sthen@ agree
|
|
ddb(4) can now see static functions. That doesn't mean we should start
declaring functions as ``static'', however it helps for the few existing
exceptions.
ok deraadt@, kettenis@
|
|
merging (currently sshd_config, login.conf, pf.conf) to give some protection
against bad merges. feedback/ok ajacoutot@
|
|
is not intended and will behave unexpectedly if the address is
already used in another domain. It did not work anyway, as the PCB
ended in the wrong hash bucket after changing the rtable. Fail
with EBUSY if the socket is already bound and rehash the PCB if its
rtable changes.
input claudio@; OK mpi@
|
|
was added for all miniroots at the same time.
ok deraadt@ jsg@
|
|
ok deraadt@ jsg@
|
|
that is, for the index page, for the noresult page, and for the
result of an apropos(1) query with more than one page.
As noted by bentley@, when a manual page is displayed, it is more
important that people can quickly use the space bar for paging and
Ctrl-F for searching.
|
|
with Escape.
|
|
that a character is not printable, so return to ignoring such
characters.
|
|
runtime state is not serialized with the envelope, so add it to the imsg.
ok gilles@
|
|
and pretending the output succeeded. Packets are still dropped!
Idea from jsg@ following same change to bridge(4). ok mpi@
|
|
debug mode or when logging to a file or syslog.
bz#1988 ok dtucker
|
|
message more helpful by mentioning the group name.
Joint work with Richie at UStA dot de.
OK jmatthew@
|
|
people might get hurt when doing copy & paste.
Patch from Hiltjo Posthuma <hiltjo at codemadness dot org>.
OK florian@ jmc@
|
|
encouragement and reminders from jmc@
|
|
oversized timespecs should be clamped, not rejected.
ok millert
|
|
|
|
|
|
|
|
unused for now, but I plan to convert all programs in base to use it in
a future diff. /dev/bpf0 is for compatibility with existing binaries
and is to be removed after a transition period.
ok rpe krw, for the installer part
"Let's see it hit the tree." deraadt
|
|
Patch from Fabian dot Raetz at gmail dot com.
|
|
|
|
don't bother to keep trying to get a lease. It ain't gonna happen. Just
print and error message and exit.
|
|
certificate and private key at the same time.
|
|
additions and functionality changes.
|