| Commit message (Collapse) | Author | Files | Lines |
|
ok jsg@
|
|
|
|
in the softc changed a while back.
|
|
|
|
Based on diff from Gregory Edigarov (edigarov (at) qarea.com)
ok afresh1@
|
|
(POSIX is fixing its description: readdir_r() was a botch)
Patch from Carlos MartÃn Nieto (cmn (at) dwim.me)
no -portable concerns bcook@
|
|
the wrapper is still used in the original linux code.
|
|
based upon the old HP ngle X11 driver. Currently limited to CRX (720/735/750),
Timber (710, old 715), Artist (712, 715) and EG (B-series), however the
colormap isn't set up correctly on Timber and EG yet.
Joint work with Artem Falcon, now in good enough shape to be worked further
in the tree.
|
|
the end macro of a broken block, put all of it into the breaking block.
Needed for example by mutella(1).
|
|
Both partial and full implicit blocks can break explicit blocks.
Put the code to handle both cases into a common function.
|
|
reference.
ok sthen@ jca@ deraadt@
|
|
|
|
must go inside the breaking block. For example, in
.It Ic cmd Oo
.Ar optional_arg Oc Ar mandatory_arg
the mandatory_arg is still inside the .It block.
Used for example by mutella(1).
|
|
|
|
|
|
This makes "sort -gu" and "sort -nu" behave similarly and passes
our sort regress tests.
|
|
|
|
If -b follows -k it has no effect.
|
|
obsolescent "-o outfile" after input files syntax.
|
|
|
|
Change an #ifdef notyet into #ifdef __linux__ as we'll never have sysfs.
Remove #ifdef notyet around WARN macro since we have it now.
|
|
|
|
Noted by Adam Wolk, thanks.
OK krw@ deraadt@
|
|
copy_to_user and copy_from_user functions into drm_linux.h and uses them
instead of copyin/copyout and DRM_COPY_*. Also move the timespec functions,
and put i915_gem_object_is_purgable() where it belongs.
Uncovered a bug where the arguments to copyout() were in the wrong order.
ok jsg@
|
|
|
|
|
|
|
|
http://sqlite.org/releaselog/3_8_8_3.html
Tested in bulk and ok landry@
|
|
Found a while ago when porting cpulimit.
ok deraadt@
|
|
Reduces groff-mandoc differences in base by about 2.5% due to
various Perl manuals having long section titles.
Quirk found in argtable2(3).
|
|
ok millert@ kettenis@; input + "get it in" guenther@
|
|
ok millert@
|
|
There is a first rounding to basic units on the input side.
After that, rounding rules differ between requests and macros.
Requests round to the nearest possible character position.
Macros round to the next character position to the left.
Implement that by changing the return value of term_hspan()
to basic units and leaving the second scaling and rounding stage
to the formatters instead of doing it in the terminal handler.
Improves for example argtable2(3).
|
|
ok claudio@
|
|
There's no need to protect the 127/8 network on ldpd since this network
is filtered before being sent to lde.
If we receive a label mapping for this network, it won't be installed
because lde has no nexthop for it, and thus the code will always fall
into the LMp.13 case of the RFC "Receive Label Mapping" algorithm:
the mapping will be recorded but not used.
ok claudio@
|
|
|
|
The LIB is a table where the router keeps all known MPLS labels. So,
we should loop over all the received label mappings from all neighbors
to show the full LIB.
The lde_nbr_is_nexthop() function was introduced to verify if a lib
entry is supposed to be installed in the fib (according to the fib entry's
nexthop and the addresses advertised by the lib entry's nexthop). This is
better than keeping track of lib<->fib entries with pointers and back
pointers because it keeps the lib/fib structures independent of each
other, which in turn makes the code less prone to bugs.
OK claudio@
|
|
The adjacency holdtime is set in recv_hello().
OK claudio@
|
|
|
|
prodded by deraadt@
|
|
Patch by joris via tech@; reminded by tedu
|
|
Patch by joris via tech@; reminded by tedu
|
|
sequences. Improves tic(1), sxpm(1), and a few Perl manuals.
Quirk found by naddy@ in milter-greylist(8).
|
|
support drivers that do not need any specific suspend/resume magic and
do not have an activate function.
config_suspend() will automagically propagate the event to the children
of the driver. Needed at least by kauaiata(4/macppc).
ok deraadt@, mlarkin@
|
|
Found while writing a regression test for man_macro.c rev. 1.66.
Incidentally, this brings rendering of XFreeEventData(3) closer to groff.
|
|
Add comment headers to each function, briefly explaining its purpose
and arguments.
Feedback and OK halex@ krw@
|
|
|
|
|
|
Drop one enum type, two static functions, 70 lines of code.
Also fixes the mpeg_encode(1) manual reported broken by naddy@.
|
|
|