| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Remove $FreeBSD$: two-line .c pattern | Warner Losh | 2023-08-16 | 2 | -6/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 1 | -3/+1 |
| * | w: Unlike err(3), xo_err(3) won't accept a null format string. | Dag-Erling Smørgrav | 2023-01-25 | 1 | -1/+1 |
| * | w: Complete libxo transition. | Dag-Erling Smørgrav | 2023-01-25 | 1 | -8/+9 |
| * | w: Fix premature rounding. | Dag-Erling Smørgrav | 2022-10-26 | 1 | -25/+34 |
| * | w: cosmetic fixes. | Dag-Erling Smørgrav | 2022-10-21 | 2 | -27/+26 |
| * | w: don't truncate if we're writing libxo json/xml | Kristof Provost | 2022-10-07 | 1 | -0/+3 |
| * | w(1): Add EXAMPLES to man page | Fernando Apesteguía | 2020-08-24 | 1 | -4/+37 |
| * | uptime(1): Add EXAMPLES section | Fernando Apesteguía | 2020-08-18 | 1 | -1/+6 |
| * | w: use locale-based string format specifiers | Yuri Pankov | 2020-06-21 | 1 | -3/+3 |
| * | Fix address annotation in xml output from w | Mike Karels | 2019-08-29 | 1 | -3/+5 |
| * | w: initialize save_p to silence 'may be used uninitilized' | Bjoern A. Zeeb | 2019-08-22 | 1 | -0/+1 |
| * | Change w(1) to compute FROM (host) field size dynamically | Mike Karels | 2019-08-22 | 1 | -65/+80 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 4 | -0/+8 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | Fix singular/plural "users" output. | Alexander Motin | 2017-07-27 | 1 | -1/+1 |
| * | Adopt SRCTOP in usr.bin | Warner Losh | 2017-03-12 | 1 | -1/+1 |
| * | Use nitems() from sys/param.h. | Marcelo Araujo | 2017-03-10 | 1 | -2/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 6 | -6/+6 |
| * | When -n is specified, don't make bogus DNS queries. Instead, | Hajimu UMEMOTO | 2016-09-02 | 2 | -3/+7 |
| * | Add more text to explain --libxo flag. | Craig Rodrigues | 2015-12-01 | 1 | -1/+8 |
| * | Update dependencies after r291406 added libelf to libkvm. | Bryan Drewery | 2015-12-01 | 1 | -0/+1 |
| * | w(1) is not setgid binary since r53279, so remove the setgid() call. | Xin LI | 2015-09-09 | 2 | -13/+1 |
| * | Upgrade libxo to 0.4.5. | Marcel Moolenaar | 2015-08-24 | 1 | -1/+1 |
| * | Widen the host field so that a full IPv6 address will be seen. | Mark Murray | 2015-07-14 | 1 | -1/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+23 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -10/+23 |
| | |\ | |/ |/| | |||||
| | * | Updated/new dependencies | Simon J. Gerraty | 2014-11-19 | 1 | -0/+1 |
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 4 | -55/+89 |
| | |\ | |||||
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 3 | -10/+9 |
| | |\ \ | |||||
| | * \ \ | Sync from head | Simon J. Gerraty | 2012-11-04 | 2 | -2/+2 |
| | |\ \ \ | |||||
| | * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 |
| * | | | | | Fix libxo output from uptime command | Allan Jude | 2015-04-16 | 2 | -8/+18 |
| * | | | | | Call xo_finish(3) before exiting in usage(). | Mark Johnston | 2015-03-09 | 1 | -0/+1 |
| * | | | | | Add xo_finish() to w.c in case it's invoked as uptime | Michael Gmelin | 2015-02-10 | 1 | -1/+3 |
| * | | | | | Convert to usr.bin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| | |_|_|/ |/| | | | |||||
| * | | | | Fix text output for the uptime command. | Marcel Moolenaar | 2014-11-11 | 1 | -1/+1 |
| * | | | | Sort the references in "SEE ALSO" by section first; then alphabetically. | Marcel Moolenaar | 2014-11-06 | 1 | -3/+3 |
| * | | | | Document that w(1) supports libxo(3). | Marcel Moolenaar | 2014-11-05 | 1 | -1/+4 |
| * | | | | Convert to use libxo. | Marcel Moolenaar | 2014-11-05 | 3 | -37/+82 |
| * | | | | don't reinvent the wheel: rely on basename(3) | Eitan Adler | 2014-10-08 | 1 | -16/+2 |
