History log of /src/usr.bin/rup/Makefile (Results 1 – 25 of 69)
Revision Date Author Comments
# 47cf7c78 05-May-2025 Lexi Winter <ivy@FreeBSD.org>

move the SunOS r-commands into the rcmds package

rup, rusers and rwall implement the SunOS remote status utilities based
on RPC. these are not widely used nowadays and most users won't have
them en

move the SunOS r-commands into the rcmds package

rup, rusers and rwall implement the SunOS remote status utilities based
on RPC. these are not widely used nowadays and most users won't have
them enabled, so there's no reason to ship them in the utilities
packages.

move the command-line utilities and their respective daemons into the
rcmds package, which already contains the related utilities rwho and
ruptime.

improve the comment/description of the rcmds package to be more
informative and mention its new contents.

while here, standardise formatting in the affected Makefiles.

Reviewed by: manu, imp, des, emaste
Approved by: des (mentor)
Differential Revision: https://reviews.freebsd.org/D50143

show more ...


# e9ac4169 15-Jul-2024 Warner Losh <imp@FreeBSD.org>

Remove residual blank line at start of Makefile

This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 47cf7c78 05-May-2025 Lexi Winter <ivy@FreeBSD.org>

move the SunOS r-commands into the rcmds package

rup, rusers and rwall implement the SunOS remote status utilities based
on RPC. these are not widely used nowadays and most users won't have
them en

move the SunOS r-commands into the rcmds package

rup, rusers and rwall implement the SunOS remote status utilities based
on RPC. these are not widely used nowadays and most users won't have
them enabled, so there's no reason to ship them in the utilities
packages.

move the command-line utilities and their respective daemons into the
rcmds package, which already contains the related utilities rwho and
ruptime.

improve the comment/description of the rcmds package to be more
informative and mention its new contents.

while here, standardise formatting in the affected Makefiles.

Reviewed by: manu, imp, des, emaste
Approved by: des (mentor)
Differential Revision: https://reviews.freebsd.org/D50143

show more ...


# e9ac4169 15-Jul-2024 Warner Losh <imp@FreeBSD.org>

Remove residual blank line at start of Makefile

This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 8f8092f8 03-Jul-2018 Jilles Tjoelker <jilles@FreeBSD.org>

rup: Fix -Wcast-align warnings

Fix possible strict aliasing issue (if time_t is the same size as int but
not int but for example long) which also resulted in a false positive
warning on systems with

rup: Fix -Wcast-align warnings

Fix possible strict aliasing issue (if time_t is the same size as int but
not int but for example long) which also resulted in a false positive
warning on systems with 64-bit time_t. Pointer casts are bad; we can just
copy the time_t.

Elsewhere, avoid casting char * to int * by using memcpy().

Reviewed by: eadler
Differential Revision: https://reviews.freebsd.org/D16075

show more ...


# 7f08b09a 25-Jun-2018 Eitan Adler <eadler@FreeBSD.org>

rup: compile with WARNS=6


# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


# dad2fb7e 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 3adc74c7 09-Jun-2015 Dimitry Andric <dim@FreeBSD.org>

Merged ^/head r283871 through r284187.


# b5d84879 06-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Bump level WARNINGS to 3


# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


# d899be7d 19-Jan-2015 Glen Barber <gjb@FreeBSD.org>

Reintegrate head: r274132-r277384

Sponsored by: The FreeBSD Foundation


# 8f0ea33f 13-Jan-2015 Glen Barber <gjb@FreeBSD.org>

Reintegrate head revisions r273096-r277147

Sponsored by: The FreeBSD Foundation


# 840e7092 29-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

MFHead @ r275232


# 2c97f721 25-Nov-2014 Dimitry Andric <dim@FreeBSD.org>

r274961 through r275075


# 3e11bd9e 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert to usr.bin/ to LIBADD
Reduce overlinking


# 8f8092f8 03-Jul-2018 Jilles Tjoelker <jilles@FreeBSD.org>

rup: Fix -Wcast-align warnings

Fix possible strict aliasing issue (if time_t is the same size as int but
not int but for example long) which also resulted in a false positive
warning on systems with

rup: Fix -Wcast-align warnings

Fix possible strict aliasing issue (if time_t is the same size as int but
not int but for example long) which also resulted in a false positive
warning on systems with 64-bit time_t. Pointer casts are bad; we can just
copy the time_t.

Elsewhere, avoid casting char * to int * by using memcpy().

Reviewed by: eadler
Differential Revision: https://reviews.freebsd.org/D16075

show more ...


# 7f08b09a 25-Jun-2018 Eitan Adler <eadler@FreeBSD.org>

rup: compile with WARNS=6


# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


# dad2fb7e 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 3adc74c7 09-Jun-2015 Dimitry Andric <dim@FreeBSD.org>

Merged ^/head r283871 through r284187.


# b5d84879 06-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Bump level WARNINGS to 3


# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


123