Move remote & phones to usr.bin/tip/tip/Approved by: re (blanket, pkgbase), will (mentor)Differential Revision: https://reviews.freebsd.org/D17219
Add EXAMPLES to tip(1) man page.MFC after: 2 weeks
General further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 3-Clause license.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier f
General further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 3-Clause license.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.Special thanks to Wind River for providing access to "The Duke ofHighlander" tool: an older (2014) run over FreeBSD tree was useful as astarting point.
show more ...
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Add basic example to the cu(1) man page. Srsly, folks, you don'tneed to install minicom for this...MFC after: 2 weeks
Don't hide build commands.
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Audit sockaddr argument for bind(2), connect(2), accept(2), sendto(2) andrecvfrom(2) syscalls.Sponsored by: The FreeBSD Foundation
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Make tip exit if the device disappears, for instance when unpluggingor resetting USB serial devices.Somebody[tm] should rewrite tip(1) to use two thread instead of twoprocesses or maybe even use
Make tip exit if the device disappears, for instance when unpluggingor resetting USB serial devices.Somebody[tm] should rewrite tip(1) to use two thread instead of twoprocesses or maybe even use that new-fangled "select(2)" or positivelyfuturistic "poll(2)" system call.
Spelling fixes for usr.bin/
Flush the scriptfile whenever we see a non-graphical character to getmore real-time logging, without forcing a write(2) on every singlecharacter.
Fix typos - remove duplicate "is".PR: docs/154934Submitted by: Eitan Adler <lists at eitanadler.com>MFC after: 3 days
Relinquish exclusive TTY access when tip(1) or cu(1) exit.Previously they would have left TIOCEXCL enabled, requiringeither a reboot or use of tip/cu as the root user.Observed when running QEMU w
Relinquish exclusive TTY access when tip(1) or cu(1) exit.Previously they would have left TIOCEXCL enabled, requiringeither a reboot or use of tip/cu as the root user.Observed when running QEMU with character devices redirected to pty instances.MFC after: 2 weeks
Reduce the WARNS levels in a couple of places so that we can enable-Werror at higher WARNS levels like we did before gcc4 was imported.
Replace rev. 1.9 with patch from OpenBSD.Submitted by: Ray Lai <[email protected]>Obtained from: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tip/acu.c.diff?r1=1.13&r2=1.14MFC after: 1 week
Fix crash when using 'du' capability: NULL return of strpbrk was not handledPR: bin/108368Reported by: Ivo Hazmuk <[email protected]>Submitted by: rdivackyMFC after: 2 weeks
Make cu/tip handle when $HOME is not set in the environment.Approved by: philipSubmitted by: alePR: bin/108775
Fixed the -# option to work as documented in a manpage.
Bump WARNS level to 3.OK'ed by: make universe
12