| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
comment which does not apply to sade(8).
|
|
|
|
|
|
| |
- style(9) nits.
Submitted by: ru
|
|
|
|
|
| |
vm_page_sleep_if_busy() no longer requires the caller to hold the page
queues lock.
|
| |
|
| |
|
|
|
|
| |
fault was caused by an instruction fetch.
|
|
|
|
|
|
| |
function independently. This change is not only load-tested since I don't
have hardware that supports acpi_dock. Clean up comments and a name a
few constants.
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
Approved by: cognet
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
disklabel part
of sysinstall. So sysinstall may retire now, we have the important non-install part
of it covered.
ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches
to change this and to clean it up internally are more than welcome.
Submitted by: mami@nyitolap.hu
|
|
|
|
| |
Repo copy by: markm
|
|
|
|
| |
priority than this one when both are available.
|
|
|
|
| |
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
|
|
|
|
|
|
| |
mono files are played only on left channel."
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
|
|
|
|
|
|
| |
overflow (to -1)."
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
|
|
|
|
|
|
|
|
|
|
|
| |
is interaction between in-kernel sound buffer handling and hardware.
With small buffer, there are times when both harwdare reads and
kernel writes to the same buffer (it is only visible on slow machines, i
think). I'm digging in channel.c and buffer.c to find a solution that
allow use of large hardware buffers without sound lags - hardware can
handle buffers up to 32Mb."
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The symptom is that syslog() fails to log anything but the "ident"
string if LOG_PERROR is specified to openlog(3) and the extensible
printf is in action.
For unclear, likely quaint historical reasons, syslog uses fwopen()
on a stack buffer, rather than using the more straightforward
and faster snprintf().
Along the way, fflush(3) is called, and since the callback writer
function returns zero instead of the length "written", __SERR
naturally gets set on the filedescriptor.
The extensible printf, in difference from the normal printf refuses
to output anything to an __SERR marked filedescriptor, and thus
the actual syslog message is supressed.
MFC: after 2 weeks
|
| |
|
|
|
|
|
|
|
|
|
| |
that aren't listed as valid in the link device's set of possible IRQs.
This allows the hints to be used to work around broken BIOSes that don't
specify the correct ste of possible IRQs. A warning is issued in the
dmesg in this case to be consistent with the $PIR handling code.
MFC after: 1 week
|
|
|
|
| |
Reviewed by: sam, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
|
|
|
|
|
|
|
|
|
|
| |
- Don't use full path in .Nm (we just don't do that).
- Correct some frivolous and poorly rendering language,
such as using possessive case for .Nm or .Fl .
- Use the same capitalization for "user ID" as in setuid(2) and getuid(2).
- Bring SEE ALSO in accord with the text.
MFC after: 5 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- The main thread runs editline(3) functions, that can block.
- A separate thread is launched to monitor netgraph sockets.
- The access to the descriptors is protected by a mutex. At
runtime the monitoring thread owns the mutex. When the main
thread reads a command from el_gets() it asks the monitoring
thread to release a mutex and sleep until the main thread
processes the command.
This makes ngctl(8) depend on libedit, and libpthread. Thus, the
new functionality isn't compiled in if release is being built
with -DRELEASE_CRUNCH.
PR: bin/87352
Reviewed by: ru, Nuno Antunes <nuno.antunes gmail.com>
|
|
|
|
| |
Obtained from: OpenBSD (brad)
|
|
|
|
|
|
| |
uipc_proto.c to uipc_usrreq.c, making localdomain static. Remove
uipc_proto.c as it's no longer used. With this change, UNIX domain
sockets are entirely encapsulated in uipc_usrreq.c.
|
|
|
|
| |
Reviewed by: jb
|
|
|
|
|
|
| |
NetBSD revisions 1.8 and 1.9 are not actually applied to our code base
because we have solved the problem differently, therefore, these changes
can be safely skipped.
|
|
|
|
|
|
|
|
|
|
| |
till NetBSD mailwrapper.8,v 1.11 and OpenBSD mailwrapper.8,v 1.8:
- Separate exit status out from diagnostics section.
- Fix typos.
Obtained from: NetBSD, OpenBSD
MFC After: Along with mailwrapper(8) updates.
|
|
|
|
|
|
|
|
| |
- Print node ID, where possible.
- Prepend log messages with function name, or at least with "ng_pppoe".
Reviewed by: julian
Tested by: Joao Barros <joao.barros gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- "Ns No" is redundant, so reduce it to just "Ns";
- use Li to mark up CPU and system power states because here they are
just strings to be typed literally (add more such mark-up as well);
- the best practice of typesetting tells us to use an en-dash to
indicate a closed range; fortunately, groff_char(7) provides such a symbol.
In addition, consistently use a comma between independent clauses
coordinated by a conjunction.
Pointed out by: ru (mark-up part)
MFC after: 3 days
|
| |
|
|
|
|
| |
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
|
|
|
|
| |
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
|
|
|
|
| |
from pmap_pinit().
|
|
|
|
|
|
| |
mac_associate_nfsd_label().
Head nod: csjp
|
|
|
|
|
|
| |
fix.
Noticed by: ru
|
|
|
|
|
|
|
|
|
| |
This enables the scanner function on these devices to be detected
and probed by uscanner(4), but only when ulpt is not loaded.
PR: usb/92462
Submitted by: Friedrich Volkmann
MFC after: 30 days
|
|
|
|
|
|
|
|
|
|
| |
- Fixed path for ${s}/conf/files.FOO and a note that it should be merged into
corresponding file to be able to compile the kernel
- Changed kernel configuration example with the driver: it is not produced by
copying Generic but by including it
- Changed from automatic module building to asking an user if it whants to
Reviewed by: julian@
|
|
|
|
| |
Reviewed by: julian@
|
|
|
|
|
| |
capabilities code is there for reference and never actually used. Slight
style tweak.
|
|
|
|
| |
are already set to default values.
|
|
|
|
|
|
|
| |
archs, hence printf(3) warning. Fix this.
Noticed by: tinderbox
Approved by: rse
|
|
|
|
| |
to vm_page_sleep_if_busy().
|
|
|
|
|
| |
vm_page_sleep_if_busy() no longer requires the caller to hold the page
queues lock.
|
|
|
|
| |
to vm_page_sleep_if_busy().
|
|
|
|
| |
hold the page queues lock.
|
|
|
|
| |
required, so GC.
|
| |
|
|
|
|
|
|
|
| |
for new world order.
MFC after: 3 days
Pointed out by: mckusick
|
|
|
|
| |
Approved by: ru
|