| Commit message (Collapse) | Author | Files | Lines |
|
the intel driver to build and work with X server 1.14. ok jsg@
|
|
|
|
reflect this.
|
|
each plt call, allowing to trace a binary linked against shared library at the
public function call level.
To do so, ltrace(1) sets up some environment variables to enable plt tracing
in ld.so, and invokes ktrace(2) for utrace events. ld.so will force lazy
binding and will send an utrace record in the plt resolver, without updating
the plt.
Minimal filtering capabilities are provided, inspired by Solaris' truss -u,
to limit tracing to libraries and/or symbol names. Non-traced libraries and
symbols will have the regular resolver processing, with the expected plt
update.
"Get it in" deraadt
|
|
|
|
|
|
|
|
records. From FreeBSD via otto@, with tweaks suggested by guenther@.
Commite on behalf of otto@ who is not around, to ride the libc minor bump.
Causes a librthread minor bump as well (new syscall).
|
|
Bug fix and ok florian@
|
|
things around.
|
|
and on its last line, the first T{ remained unclosed,
roff_parseln() never returned ROFF_TBL for that last line,
so {man,mdoc}_addspan() never got called for that last line,
so we ended up with a table
where no line associated with a node had TBL_SPAN_LAST set,
so tbl_term() never free()'d the cols in struct roffcol,
so tblcalc() crashed on the NULL == tbl->cols assertion
when starting the *next* table in the same file.
Fix this by returning ROFF_TBL as soon as we open a data cell,
not only when finishing it - as explained above, it may never
get properly closed but instead be interrupted by .TE.
Problem reported by bentley@ in latex2man.1.
I love it when bugs take half a day to debug but
the fix turns out to be flipping one single bit in the source code.
|
|
|
|
ok jsg@
|
|
|
|
|
|
|
|
The Message ID field is used by notification messages to identify a
given message. This is the behavior adopted by Cisco IOS.
Diff from Renato Westphal
|
|
RFC 5036 - Section 2.5.2 says:
An LSR MUST advertise the same transport address in all
Hellos that advertise the same label space...
To satisfy this condition, always advertise the Router-ID as the
transport address by using the "IPv4 Transport Address" TLV in the
generated Hello messages.
From Renato Westphal
|
|
From FreeBSD via UMEZAWA Takeshi
ok bluhm@
|
|
get it in deraadt@
|
|
|
|
ok deraadt@
|
|
yes of course deraadt@
|
|
|
|
ok rpe@
|
|
OK henning@
|
|
inspired by benno@'s previous diff for nat-to
tests/ok benno@
|
|
OK deraadt@ tedu@
|
|
that is already used almost everywhere instead of gratuitiously
inventing different names at four places. No functional change.
|
|
operations only if device is console
ok kettenis
|
|
1) This struct almost exclusively contains the table options.
2) Information about the table as a whole is actually in "struct tbl_node".
Besides, "struct tbl" was almost impossible to search for.
So rename it to "struct tbl_opts". No functional change.
|
|
wrong order, and depth traversal was not gauranteed.
ok stsp (tested too)
|
|
|
|
|
|
|
|
Man page adapted from FreeBSD and NetBSD.
Bump libc minor now (there will be more upcoming changes).
input from tedu@
get it in deraadt@
|
|
ok miod
|
|
ok reyk@
|
|
|
|
Tested by reyk@, yasuoka@
OK'ed by reyk@, deraadt@
|
|
Document NDINITAT(), STRIPSLASHES, and ni_dirfd
Tweak some other markup to appear more consistent
ok matthew@ schwarze@ jmc@
|
|
executing code possibly causing side effects during the image unpack
operation. But before we can halt the APs, we need to complete their init
(as they will be hatched but idling, possibly with interrupts off).
Introduces MD function hibernate_quiesce_cpus to do this, called from the
MI hibernate resume code.
ok deraadt
|
|
Clarify about the ranges in the man page.
ok mpf mcbride
|
|
to aliases of formats. From Tiago Cunha.
|
|
|
|
|
|
|
|
dirent. Better mnemonic and fixes non-XPG use
ok matthew@ pirofti@
|
|
it to dev/usb because it could be used on intel based mac laptops.
Discussed with jcs@, ok deraadt@
|
|
ok bmercer@
|