Commit Graph

3377 Commits

Author SHA1 Message Date
kris
8dea44a314 Silence warnings. 2000-05-27 22:38:03 +00:00
jake
5e208b0c18 Back out the previous change to the queue(3) interface.
It was not discussed and should probably not happen.

Requested by:		msmith and others
2000-05-26 02:09:24 +00:00
ume
41d30906dc Don't pass scope-id to EPRT command.
Reviewed by:	sumikawa
2000-05-25 15:27:31 +00:00
jake
1d685644e0 Change the way that the queue(3) structures are declared; don't assume that
the type argument to *_HEAD and *_ENTRY is a struct.

Suggested by:	phk
Reviewed by:	phk
Approved by:	mdodd
2000-05-23 20:41:01 +00:00
ps
5d978e8ba6 Install a manpage for more. 2000-05-23 08:26:15 +00:00
ps
82f157f433 Detach usr.bin/more and install a link from less. less will behave
like more if invoked as more.  The old more has not been removed.
2000-05-23 08:16:25 +00:00
ume
ac6f9db007 Replace isurl() with isipv6addr().
Reported by:	Koji Kondo <koji@jp.above.net>
Obtained from:	NetBSD
2000-05-22 17:18:38 +00:00
ps
3d66f15bc4 Dont use/install the formatted man file. 2000-05-22 10:43:56 +00:00
ps
cac6b504a7 bmake glue for less.
Reviewed by:	peter
2000-05-22 10:00:00 +00:00
green
c97fff709a In the modern world, things are much faster than when more(1) was created.
Scrolling sideways is fast, and a "...skipping..." message making everything
blink does much more harm than good.
2000-05-21 18:35:28 +00:00
kris
1f2890e1d2 fork() -> vfork()
This would have been commit #2 which was "Obtained from: BSD/OS" except
their code is buggy (they call err() if the execl() fails, which will
incorrectly call exit()), so instead this is:

Obtained from:	NetBSD
2000-05-19 09:42:53 +00:00
hoek
eda0c9e975 Use different filenames.
Submitted by:   bin/16927, Mike Heffner
2000-05-17 22:46:47 +00:00
hoek
915eea1b76 Catchup with the times:
- Avoid use of word that Americans don't know how to spell
 - Avoid use of capital letters when referring to command names
 - Bookmarks do span files
 - Use .Qq where appropriate.  I didn't use .Sq or .Dq where `' and ``''
   appear, since it's not clear to me what modern usage of those two
   macros is.
 - Say simply: ``See .Xr xxx 1'' rather than ``See the .Xr xxx 1 command''.
   This former style has undoubtedly increased in popularity due to
   html and hyperlinks, but it's always been around (esp. for manpage
   sections other than section 1).
 - Use .St
 - Dedocument use of `-' to mean that `more` should read from its
   standard input.  The modern preferred way to read from standard
   input is by specifying /dev/stdin.  This is not a prelude to changing
   more's behaviour within the short term (ie. at least 3-4 years).
2000-05-16 17:19:32 +00:00
hoek
af747033d1 From PR submitter:
compress uses setfile() to make flags, ownership and mode of the output
 the same as those of the original. However, if the filesystem holding the
 output file doesn't support these operations, compress prints a warning.
 This bites a bit with NFS directories, which always fail the chflags()
 operation. If the file system doesn't support the operation, then the
 flags data wasn't valid on the original file anyway, so the warning is
 spurious.

Submitted by:	bin/16981 (Peter Edwards <peter.edwards@ireland.com>)
2000-05-16 04:58:34 +00:00
cpiazza
a4b34dc3fd Remove addition of -g to CFLAGS 2000-05-16 04:23:54 +00:00
hoek
1d07d4e965 I'm not sure what posessed me to initialize wraplines to FALSE in the prev
commit, but it's obviously supposed to be initialised to TRUE.
2000-05-15 16:39:58 +00:00
phk
3dc559cdc7 Oops, byte offset was as off_t. 2000-05-15 08:43:25 +00:00
phk
6d9d3152cc Let cmp(1) grow in -x option to print differences in contemporarry hex
format rather than the mixed decimal/octal format of -l.
2000-05-15 08:30:43 +00:00
will
e1b68efb94 Update make(1) manpage to include information about the new loud
debugging facility I introduced earlier today.
2000-05-14 23:03:45 +00:00
will
df492e3409 Add loud debugging facility (-dl option) which allows programmers/developers
to override @-prefixed commands in Makefiles.  It is especially useful for
debugging ports and/or complex Makefiles in such a manner that is basically
a last resort, but is quite effective if the output is well-handled.

I'll update the manpage after dinner.  ;-)

Better patch submitted by:	steve
Reviewed by:			phk, steve, chuckr, obrien,
				Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-05-14 22:24:28 +00:00
obrien
73e8da8888 Fix minor style nits. 2000-05-14 21:13:57 +00:00
obrien
b272e31d7f Install otp-md{4,5} bits.
PR:		14911
Submitted-by:	Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-05-14 21:13:10 +00:00
hoek
fedad18e70 Allow bookmarks to cross files. 2000-05-14 03:30:59 +00:00
hoek
48486a3efa Backout previous commit to this file: it dies in buildworld environment.
I probably forgot to put an ${.OBJDIR} somewhere.  I'll redo the change
later when I get a chance to test that thesis.
2000-05-12 18:10:17 +00:00
hoek
9a84256d1d Improve hack from previous commit to this file: exit if we get successive
EOFs from reading stderr (eg. not from argv[1]).
2000-05-12 04:04:27 +00:00
hoek
bce7108af6 Use termcap(5) function key sequences rather than hardcoding for syscons.
Now page-up/down work from xterms.
2000-05-12 04:02:13 +00:00
hoek
3dc4fe7c2f Create magic variables that return termcap(5) strings for function keys. 2000-05-12 04:00:23 +00:00
hoek
ea72947f70 Fix an uncommon bug that would cause us to stop accepting input if the
user entered a command that filled exactly the remaining screen width.
2000-05-12 03:53:38 +00:00
hoek
8f1303d4f7 Only main.c depends on defrc.h 2000-05-12 03:52:03 +00:00
nsayer
7d082e6fa4 Small style fix '=' -> ' = ' 2000-05-11 20:15:16 +00:00
nsayer
690822e335 Fix compatibility issue in sed. Do so by explicitely adding a
newline to the end of any -e argument.

PR: bin/18474
2000-05-11 17:01:52 +00:00
hoek
10e3e0242c Unwind state on malloc() failure more carefully: avoids memory leak. 2000-05-11 14:57:26 +00:00
hoek
d51ef8a4ca Make the TAB key tab. Under syscons, shift-TAB also performs a backtab. 2000-05-11 00:56:55 +00:00
hoek
54c9ce8091 Fix a comment and actually expand \t the way the comment suggests. 2000-05-11 00:46:50 +00:00
phantom
f1f07ee82b Corractly use .Nm and .An/.Aq macros. Replace FreeBSD with .Fx macro
e.
2000-05-10 15:46:27 +00:00
sheldonh
562daef86d The printenv(1) command is now a builtin(1) in csh(1). 2000-05-09 15:02:03 +00:00
sheldonh
5e0dc361bb Fix miscellaneous mdoc macro argument limit infringements.
PR:		18465
Reported by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
hoek
d1b413a71a Exit if we read two EOFs from the keyboard input stream. Why two and not
one?  Just 'cause.

PR:		misc/14932
2000-05-09 04:13:49 +00:00
hoek
6593caa99f Don't segv if viewing "#" and there is no prev-file (long-standing).
Staticize a variable that was meant to be static (broken in r.1.11).

PR:		bin/11370 Henry Whincup <henry@techiebod.com> (for the segv)
2000-05-09 03:53:13 +00:00
kris
19dc073881 Oops, revert previous commit 2000-05-07 09:23:37 +00:00
kris
18fe9e0d16 Update device references. 2000-05-07 09:23:36 +00:00
obrien
9492adb1a8 Add $FreeBSD$ (and test remote commits after the Freefall upgrade) 2000-05-06 01:38:24 +00:00
phk
8416275eed Remove unneeded #include <sys/buf.h> 2000-05-05 16:07:10 +00:00
phk
e28e1daa49 Don't include <sys/buf.h> 2000-05-05 15:41:22 +00:00
phantom
bb2dcb562a These files are located under usr.bin/calendar/calendars/ru_RU.KOI8-R now 2000-05-04 11:40:15 +00:00
phantom
e2481631f6 Rename calendars/ru_SU.KOI8-R to calendars/ru_RU.KOI8-R to reflect
locale name change (ru_SU.KOI8-R -> ru_RU.KOI8-R)

Not objected to by:	ache
2000-05-04 11:35:27 +00:00
phantom
b2f9397636 Correct comments and variable names left since repo-copy 2000-05-04 11:31:16 +00:00
phantom
aa1a92f6db Add missing $FreeBSD$ tags 2000-05-04 11:28:55 +00:00
obrien
d880b59ae2 Restore this file.
Requested by:	bde
2000-05-02 21:53:52 +00:00
obrien
d06d5a11a7 Add descriptions of the nm(1aout) keywords and their meanings.
PR:		docs/17269
Submitted by:	Oscar Bonilla <obonilla@fisicc-ufm.edu>
2000-05-02 20:21:49 +00:00