Bryan Drewery
e56d20da9d
Don't hide build commands.
2015-09-18 21:01:52 +00:00
Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Simon J. Gerraty
fae50821ae
Updated dependencies
2014-05-16 14:09:51 +00:00
Simon J. Gerraty
76b28ad6ab
Updated dependencies
2014-05-10 05:16:28 +00:00
Simon J. Gerraty
7cf3a1c6b2
Updated dependencies
2013-03-11 17:21:52 +00:00
Simon J. Gerraty
f5f7c05209
Updated dependencies
2013-02-16 01:23:54 +00:00
David E. O'Brien
d9a447559b
Sync with HEAD.
2013-02-08 16:10:16 +00:00
Eitan Adler
839f11a4fe
A number of places in the source tree still reference cuad.* after
...
sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks
2012-12-08 22:16:36 +00:00
Marcel Moolenaar
7750ad47a9
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
Poul-Henning Kamp
91505ba4f6
Make tip exit if the device disappears, for instance when unplugging
...
or resetting USB serial devices.
Somebody[tm] should rewrite tip(1) to use two thread instead of two
processes or maybe even use that new-fangled "select(2)" or positively
futuristic "poll(2)" system call.
2012-01-28 20:45:47 +00:00
Ulrich Spörlein
487ac9ac21
Spelling fixes for usr.bin/
2011-12-30 11:02:40 +00:00
Poul-Henning Kamp
9fc9ddee09
Flush the scriptfile whenever we see a non-graphical character to get
...
more real-time logging, without forcing a write(2) on every single
character.
2011-05-10 10:58:57 +00:00
Rebecca Cran
974206cf70
Fix typos - remove duplicate "is".
...
PR: docs/154934
Submitted by: Eitan Adler <lists at eitanadler.com>
MFC after: 3 days
2011-02-23 09:22:33 +00:00
Bruce M Simpson
a0ad4c4d37
Relinquish exclusive TTY access when tip(1) or cu(1) exit.
...
Previously they would have left TIOCEXCL enabled, requiring
either 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
2008-05-03 02:29:02 +00:00
John Birrell
13959da95c
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.
2007-11-18 00:29:36 +00:00
Pav Lucistnik
67a09fffe1
Replace rev. 1.9 with patch from OpenBSD.
...
Submitted by: Ray Lai <ray@cyth.net>
Obtained from: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tip/acu.c.diff?r1=1.13&r2=1.14
MFC after: 1 week
2007-05-12 23:29:33 +00:00
Pav Lucistnik
bae1345b9d
Fix crash when using 'du' capability: NULL return of strpbrk was not handled
...
PR: bin/108368
Reported by: Ivo Hazmuk <ivo@vutbr.cz>
Submitted by: rdivacky
MFC after: 2 weeks
2007-05-12 13:36:13 +00:00
Jordan Sissel
ee35eb7aa1
Make cu/tip handle when $HOME is not set in the environment.
...
Approved by: philip
Submitted by: ale
PR: bin/108775
2007-02-23 18:41:12 +00:00
Ruslan Ermilov
2aebb8bcb4
Fixed the -# option to work as documented in a manpage.
2006-09-07 19:48:52 +00:00
Ruslan Ermilov
934464be64
Bump WARNS level to 3.
...
OK'ed by: make universe
2006-09-01 17:09:09 +00:00
Ruslan Ermilov
763e2b058d
Fix markup (in the same way as it was fixed in tip.1) and thus
...
make the diffs against tip.1 minimal (as in OpenBSD).
2006-08-31 20:44:59 +00:00
Ruslan Ermilov
07bb01e3d4
Fix compilation warnings (up to level 3).
2006-08-31 19:19:44 +00:00
Ruslan Ermilov
bfad8c3c1c
Document the undocumented change in OpenBSD: the ${raisechar}
...
is no longer set to ^A by default, it's unset.
Reported by: imp, sam
2006-08-31 16:40:30 +00:00
Ruslan Ermilov
a9f118adfd
Actually merge OpenBSD changes and local changes (a diff should
...
be viewed relative to revision 1.24).
2006-08-31 16:26:50 +00:00
Ruslan Ermilov
2a98f027e5
Remove some dust.
2006-08-31 14:14:57 +00:00
Ruslan Ermilov
fa92e8831d
Resolve merge conflicts.
2006-08-31 14:14:30 +00:00
Ruslan Ermilov
24ede41b96
This commit was generated by cvs2svn to compensate for changes in r161751,
...
which included commits to RCS files with non-trunk default branches.
2006-08-31 14:12:22 +00:00
Ruslan Ermilov
d391708c06
Import OpenBSD's tip(1) as of today
2006-08-31 14:12:22 +00:00
John Polstra
dd6dea0974
Fix an erroneous description of the file descriptor assignments for
...
the "~C" command.
MFC After: 1 week
2005-11-02 05:47:49 +00:00
Christian Brueffer
f0ea72a038
- Remove MLINKS to nonexistant manpages
...
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them
MFC after: 3 days
2005-07-14 20:29:08 +00:00
Stefan Farfeleder
a2c1b13f5c
Use a proper protoype to declare interp() and move it to tip.h. Fix an
...
invocation with a wrong number of arguments.
Approved by: das (mentor)
2004-05-06 13:25:09 +00:00
Bruce Evans
9b987187ee
Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.
2004-03-14 05:55:16 +00:00
Hiten Pandya
74cd7c2b5a
Baud rate capability is br', not
ba'.
...
PR: docs/56426
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.ORG>
2003-09-06 18:36:51 +00:00
Warner Losh
229c00175c
make prototpyes match functions, and declare things static as needed
2003-04-06 08:30:25 +00:00
Ruslan Ermilov
facc67676f
mdoc(7) police: Deal with self-xrefs.
2002-12-24 13:41:48 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
Ruslan Ermilov
c01521309b
tip(1) no longer uses modems(5).
...
Reviewed by: markm
Approved by: re
2002-11-27 09:18:59 +00:00
Ruslan Ermilov
c78b168048
Really merge from OpenBSD import (should have been done a year ago).
...
Reviewed by: markm
Approved by: re
2002-11-27 09:18:28 +00:00
Mark Murray
d601abcf6c
Merge from import. The import was done ages ago, and this diff has been
...
carried since then.
2002-07-19 14:10:35 +00:00
Ruslan Ermilov
7fe7d53b5c
Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}
...
is only defined after <bsd.prog.mk> is included, and .if make(1)
conditionals are evaluted on the first pass.
Spotted by: Michael Bretterklieber <mbretter@jawa.at>
2002-07-12 14:49:25 +00:00
Tom Rhodes
46c2a2cfa4
More consistancy. file system > filesystem
2002-05-16 02:19:14 +00:00
Philippe Charnier
e8937ba009
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
Ruslan Ermilov
50c012bece
Don't attempt to chflags(1) non-existent executable.
2002-04-17 12:15:02 +00:00
Warner Losh
3f330d7d1a
remove __P
2002-03-22 01:42:45 +00:00
Mark Murray
65785b55c1
Fix merge conflicts, and because this still has a zillion warnings,
...
protect the build with a WARNS=2.
Fix the build.
2001-12-20 14:25:46 +00:00
Mark Murray
cb6e1ca59f
Bring files back from the dead prior to remote commit to fix import
...
conflicts.
2001-12-20 13:40:48 +00:00
Mark Murray
0f3bdf5df9
Import of OpenBSD's tip (which was the tip code of a month ago, modulo
...
OpenBSD commits).
2001-12-20 13:06:50 +00:00
Ruslan Ermilov
19cb87ad5a
${BINDIR} already has the leading slash.
2001-11-27 09:54:02 +00:00
Mark Murray
4398bb2f00
After some CVS surgery to remove an unwise commit, restore some
...
post-UUCP-removal stuff:
1) Link cu(1) to tip(1).
2) Force removal of system immutable bit. (Was needed by UUCP's
insecure cu(1).
2001-11-26 23:13:33 +00:00