Author: tmunro
Date: Thu Dec 10 07:13:15 2020
New Revision: 368500
URL: https://svnweb.freebsd.org/changeset/base/368500
Log:
truss: Add AIO syscalls.
Display the arguments of aio_read(2), aio_write(2), aio_suspend(2),
aio_error(2), aio_return(2), aio_cancel(2), aio_fsync(2), aio_mlock(2)
Author: tmunro
Date: Sun Nov 8 02:50:34 2020
New Revision: 367476
URL: https://svnweb.freebsd.org/changeset/base/367476
Log:
Add collation version support to querylocale(3).
Provide a way to ask for an opaque version string for a locale_t, so
that potential changes in sort order can be d
On Sun, Jun 21, 2020 at 9:35 PM Piotr P. Stefaniak wrote:
> On 2020-06-21 08:51:24, Thomas Munro wrote:
> >Author: tmunro
> >Date: Sun Jun 21 08:51:24 2020
> >New Revision: 362460
> >URL: https://svnweb.freebsd.org/changeset/base/362460
> >
> >Log:
>
Author: tmunro
Date: Sun Jun 21 08:51:24 2020
New Revision: 362460
URL: https://svnweb.freebsd.org/changeset/base/362460
Log:
vfs: track sequential reads and writes separately
For software like PostgreSQL and SQLite that sometimes reads sequentially
while also writing sequentially some di
Author: tmunro
Date: Wed Jul 17 06:17:27 2019
New Revision: 350079
URL: https://svnweb.freebsd.org/changeset/base/350079
Log:
tzsetup: upgrade to zone1970.tab
zone.tab is deprecated. Install zone1970.tab alongside it, and use it
for tzsetup(8). This is also useful for other applications
Author: tmunro
Date: Thu Feb 28 09:13:41 2019
New Revision: 344656
URL: https://svnweb.freebsd.org/changeset/base/344656
Log:
truss: Add support for fsync(2) and fdatasync(2).
The default handling showed the argument as hex. Add explicit handling so
we can show it as decimal, since that'
Author: tmunro
Date: Tue Nov 20 00:06:53 2018
New Revision: 340655
URL: https://svnweb.freebsd.org/changeset/base/340655
Log:
pom: Fix fencepost bugs.
Under some conditions pom would report "waning" and then "full", show
higher percentages than it should, and get confused by DST. Fix.
Author: tmunro
Date: Sun Oct 28 10:59:49 2018
New Revision: 339840
URL: https://svnweb.freebsd.org/changeset/base/339840
Log:
truss: Fix display of shm_open(SHM_ANON, ...).
Currently truss(1) shows shm_open(SHM_ANON, ...) as shm_open("(null)", ...).
Detect the special value and display it