Age | Commit message (Collapse) | Author |
|
at least sparc may not have the clock mapped (found by miod).
while here, protect some more timeout_*() calls with timeout_initialized()
|
|
Linux does the same with error message. _REG only notifies AML that acpiec
config space is available.
ok marco
|
|
OK jmc@, nicm@, tedu@
|
|
by an if (mcopy). The variable mcopy comes from m_copy() and could
be NULL. Bring this call in line with all the other icmp6_error()
calls.
ok henning@, claudio@, markus@, mpf@
|
|
|
|
resetting the clock when we don't need to. Found out with booting hppa64
kernels, and the problem also exists on hppa when booting with '-a' and hitting
'exit' when asked for the root filesystem.
help & ok jsing@
also ok kettenis@ (who suggested naming the variable like amd64/i386 to
prevent creating yet another variant of this code)
|
|
interesting than whatever happens to be the last interface.
ok deraadt nicm
|
|
|
|
|
|
related to mdoc_macro.c rev. 1.59
|
|
related to usr.bin/mandoc/man_term.c rev. 1.51
|
|
found by lint(1), fixed by kristaps@, no functional change.
|
|
while .Bd -unfilled has 5-character tabs just like normal text;
from kristaps@.
|
|
|
|
which are known to have broken ROMs.
|
|
include a fix for Intel Centrino Advanced-N 6250 devices
by Antonio R Nicolosi.
|
|
written by kristaps@, looked over by jmc@.
|
|
* .T} can be followed by a delimiter, then more data.
* Do not limit table column widths (improves terminfo(5)).
* Let numerical cells respect explicitly specified minimum cell widths.
* Let terminal output survive missing data cells.
* Parse and ignore arguments in parentheses on layout cell specifications.
* Move tbl_calc() into out.c such that it can be used by all frontends.
* Give tables an HTML class.
* Some cleanup in tbl -Thtml code.
All code by kristaps@.
|
|
serve any purpose...
|
|
by assert(3)ing valid parser state in the main parsing functions;
from kristaps@.
|
|
match the pattern, the package has something wrong.
prevents some bogus tk LIB_DEPENDS from even packaging.
|
|
* one additional pair of .Sx cross references
* prefer .Dl over .D1 for code examples
|
|
advertised in the MCFG table, and fall back on the traditional method for
other busses. Fixes issue reported by henning@.
|
|
|
|
is not for use by other things (and is not used that way, typically very
MD). Perhaps we should rename it to something else...
|
|
be used by the scheduler. we should rethink this; perhaps delete
them.
|
|
|
|
|
|
|
|
can make attempts to load 'entropy' into the RC4.
ok miod ariane
|
|
length byte of 0x80 is now treated as meaning indefinite. This fixes empty
sets sent by the winldap api. Makes authentication through pGina work.
with william@
|
|
|
|
|
|
kernel namespace
ok miod
|
|
|
|
do not read back the LED GPIO pin since it is configured in output
only mode.
makes the link LED blink on the WiFiStation EXT when scanning (the
LEDs indicating the signal strength are not working yet).
|
|
Problem found and fix provided by Marcel Wiget <mwiget () gmail ! com>
|
|
Enable athn at uhub on all USB 2.0 capable arches.
|
|
substitution characters
|
|
do AR9271-specific stuff here.
|
|
|
|
only clear it if it is != 0 while i'm at it.
|
|
|
|
|
|
|
|
flag on the stdio file descriptors before closing them (fixes things
like "tmux ls && cat").
|
|
|
|
the xterm(1) 256-colour set.
|
|
Separate commit requested by deraadt@.
OK nicm@
|
|
Previously, using -U with -u was an error that was not documented
in the man page. Now it will use a unix socket in datagram mode.
Bidirectional unix datagram communication requires a socket at
both ends, so in client mode (without -l), a temporary socket is
created so that responses from the server can be received.
If -s is specified with -U and -u, it specifies the location of
the temporary socket to create.
This was mostly written way back in 2007. Since then, various
improvements implemented based on suggestions from guenther@,
tedu@, and nicm@. Man page help from nicm@ and jmc@.
Unix datagram support requires a small change to atomicio.c
in order to function correctly, this will be committed separately
shortly.
OK nicm@
|