mikeh
b2975fd8e9
Fix comment.
2001-12-23 06:12:41 +00:00
mikeh
45093b4f56
Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improve
...
tilde-escapes documentation.
Mostly obtained from: NetBSD
2001-12-22 22:16:48 +00:00
markm
c80ce513a9
Re-enable tip, now that the import and merge are done.
2001-12-20 14:27:23 +00:00
markm
ea00e48044
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
markm
3551cbb12e
Bring files back from the dead prior to remote commit to fix import
...
conflicts.
2001-12-20 13:40:48 +00:00
markm
1bca9f318e
Temporarily remove tip(1) from the build while I upgrade it.
2001-12-20 13:01:47 +00:00
ache
3e366cfcab
Add missing {} to 'for'. It fix coredump (result of NetBSD changes merge)
2001-12-19 22:25:11 +00:00
ache
8d59503ab2
Add (unsigned char) cast to ctype macros
...
ftell->ftello, fseek->fseeko
File 'newsize' type int->off_t
Add visible (long) cast to fsize() when it called to small one message file and
result is assigned to long.
2001-12-19 21:50:22 +00:00
imp
7380723594
xinstall is part of the upgrade path for 4.4-RELEASE as well.
...
Do the usualy ifdef trick here.
Reported by: dworkin muller <addr-removed> and faried nawaz <fn@hungry.com>
2001-12-19 06:05:42 +00:00
mikeh
e4034fe298
Sync with most of NetBSD's changes, including:
...
*) Sync with 4.4BSD-Lite2
*) Set usecs for utimes()
*) Add 'inc' command and 'autoinc' option that check for new mail
manually and automatically, respectively
*) Use POSIX signal handling and tty semantics
*) Handle long lines correctly when paging messages
*) Add ability to explicitly search 'To:' line
*) Various manpage cleanups
*) Support overriding '~/.mailrc' with $MAILRC
*) Support 'askbcc' and 'asksub' options
*) Fix various bugs
Reviewed by: ru (mail.1)
Obtained from: NetBSD
2001-12-18 20:52:09 +00:00
joe
54c092ee14
Add tbl and tbsp as contractions of tablespoon, and tsp for teaspoon.
...
Submitted by: banshee <banshee@pork.abattoir.com>
MFC after: 7 days
2001-12-18 11:25:58 +00:00
ru
aa219a0e7b
Oops, forgot to remove the `beforeinstall' block.
2001-12-17 16:04:40 +00:00
ru
7ed2dfe749
Install files via FILES.
2001-12-17 16:02:15 +00:00
ru
bbef88e1a5
FILES support for bsd.prog.mk. See bsd.README for details.
...
Stolen from: NetBSD
2001-12-17 13:59:35 +00:00
green
4e8d120512
Add support for devfs. In other words, for -CURRENT, make work at all
...
again for normal device nodes.
2001-12-17 13:42:46 +00:00
mike
22f5b26d81
Fix a typo. Don't call options flags. Remove some documentation that
...
is no longer applicable to whois. Bump document date.
2001-12-16 01:44:49 +00:00
sheldonh
588c679809
Kernel support for smbfs is only built on the i386 at the moment, so
...
limit the building and installation of the userland utilities to that
architecture for now.
Reported by: bmah
2001-12-14 23:11:45 +00:00
sheldonh
551d694f64
Add bmake glue for src/contrib/smbfs and connect userland smbfs
...
support to the build.
The MFC reminder below is subject to <re@FreeBSD.org> approval
prior to 4.5-RELEASE.
Reviewed by: bp, fjoe
MFC: 1 week
2001-12-14 11:41:22 +00:00
ru
0f12d1a7a9
mdoc(7) police overhaul.
2001-12-14 09:48:03 +00:00
mikeh
3bd06972c4
Connect lukemftp to the build as the default ftp client. Lukemftp
...
supports most of the previous features of FreeBSD ftp, but has been
better maintained and includes new features.
2001-12-13 23:46:44 +00:00
markm
f2aeb4ab4f
UUCP is gone from base.
2001-12-13 18:27:08 +00:00
ru
02911c1b4a
Fold example text into 80 column width display.
...
PR: docs/32676
Submitted by: Rich Morin <rdm@cfcl.com>
2001-12-13 09:13:01 +00:00
markm
00e6a12e4a
Remove to-be-default WARNS?=2
2001-12-12 23:29:13 +00:00
markm
5388af43e4
Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.
2001-12-12 23:23:52 +00:00
markm
f7397edc4d
WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.
...
Use __FBSDID(), kill register keyword.
2001-12-12 23:20:16 +00:00
markm
e006d8bee0
WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.
2001-12-12 23:09:07 +00:00
markm
d7f873fae9
WARNS=2 fixes, Use __FBSDID(), kill register keyword.
2001-12-12 23:02:30 +00:00
markm
b7a2b7c5dd
Fix the time of an intmax_t calculation; it is unsigned. Also print
...
it with the correct formatting (%ju, not %lld). GCC's -Wformat does
not understand this, so turn on NO_WERROR.
2001-12-12 22:46:56 +00:00
mikeh
53b37471d4
Print the path with the shortest absolute length, rather than
...
arbitrarily selecting one.
PR: bin/14361
Approved by: wosch
MFC after: 1 week
2001-12-12 20:38:07 +00:00
charnier
a5cd3299b7
Make clear that -w gets an argument. Add __FBSDID and remove unused
...
#include
2001-12-12 18:25:53 +00:00
charnier
f6879ce93c
Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Em
...
conversions. Sort #includes. Spelling. use errx() instead of err() when
explicit message is given.
2001-12-12 18:24:42 +00:00
charnier
cc22344fd1
Start option definition with: ``The following options are available''
...
Use .Ev for env variables.
Remove unused #includes, and sort others.
2001-12-12 18:22:09 +00:00
mikeh
ceaaa7f6f5
I'm working on cleaning this up, however it probably won't be done for
...
awhile. Turn off WARNS so that this doesn't break the build when WARNS
is turned on higher up. Also add $FreeBSD$.
2001-12-12 15:42:19 +00:00
ru
d27bd7160f
More "const" poisoning, and only use NO_WERROR if we're bootstrapping.
2001-12-12 08:49:51 +00:00
markm
fa1f2b9280
WARNS=2 fixes with NO_WERROR set, as there are some header issues
...
with namelists. use __FBSDID().
2001-12-12 00:13:37 +00:00
markm
a5ca913bde
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
2001-12-12 00:06:52 +00:00
markm
a1e7edd73c
Protect this against the coming WARNS=2 default.
2001-12-12 00:05:16 +00:00
markm
d7e4e2a006
WARNS=2 fixes, use __FBSDID().
2001-12-12 00:01:16 +00:00
markm
a82545dcd4
WARNS=2 fixes with NO_WERROR set because of system-header originating
...
warnings. Use __FBSDID().
2001-12-11 23:51:14 +00:00
markm
7f940dc06c
WARNS=2 fixes. use __FBSDID().
2001-12-11 23:44:53 +00:00
markm
1aabf9d8de
WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix
...
signed/unsigned comparisons. Use __FBSDID().
2001-12-11 23:43:15 +00:00
markm
d392ea4ac5
WARNS=2 fixes, use __FBSDID().
2001-12-11 23:39:38 +00:00
markm
832832ca4c
WARNS=2 is going to be the default, so don't specify it. Use __FBSDID().
2001-12-11 23:38:24 +00:00
markm
eddee66a58
WARNS=2 fixes, use __FBSDID(), kill register keyword.
2001-12-11 23:36:25 +00:00
markm
87c4eaeeed
Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.
...
Use __FBSDID().
2001-12-11 23:34:02 +00:00
markm
279222ba62
WARNS=2 fixes, use __FBSDID().
2001-12-11 23:29:45 +00:00
markm
a71a530c96
WARNS=2 is going to become the default, so remove it from here.
2001-12-11 23:27:23 +00:00
markm
b986f33d02
WARNS=2 fixes.
2001-12-11 23:25:13 +00:00
markm
66061c79bd
WARNS=2 fixes, use __FBSDID(), kill register keyword.
2001-12-11 23:20:23 +00:00
markm
ce71668417
WARNS=2 is to become the default, so remove. Use __FBSDID().
2001-12-11 23:18:25 +00:00