summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment.mikeh2001-12-231-1/+1
|
* Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improvemikeh2001-12-223-27/+138
| | | | | | tilde-escapes documentation. Mostly obtained from: NetBSD
* Re-enable tip, now that the import and merge are done.markm2001-12-201-0/+1
|
* Fix merge conflicts, and because this still has a zillion warnings,markm2001-12-2041-3556/+1248
| | | | | | protect the build with a WARNS=2. Fix the build.
* Bring files back from the dead prior to remote commit to fix importmarkm2001-12-202-0/+154
| | | | conflicts.
* Temporarily remove tip(1) from the build while I upgrade it.markm2001-12-201-1/+0
|
* Add missing {} to 'for'. It fix coredump (result of NetBSD changes merge)ache2001-12-191-1/+2
|
* Add (unsigned char) cast to ctype macrosache2001-12-199-34/+34
| | | | | | | 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.
* xinstall is part of the upgrade path for 4.4-RELEASE as well.imp2001-12-191-0/+2
| | | | | | Do the usualy ifdef trick here. Reported by: dworkin muller <addr-removed> and faried nawaz <fn@hungry.com>
* Sync with most of NetBSD's changes, including:mikeh2001-12-1818-157/+439
| | | | | | | | | | | | | | | | | *) 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
* Add tbl and tbsp as contractions of tablespoon, and tsp for teaspoon.joe2001-12-181-0/+3
| | | | | Submitted by: banshee <banshee@pork.abattoir.com> MFC after: 7 days
* Oops, forgot to remove the `beforeinstall' block.ru2001-12-171-5/+0
|
* Install files via FILES.ru2001-12-175-22/+15
|
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-9/+5
| | | | Stolen from: NetBSD
* Add support for devfs. In other words, for -CURRENT, make work at allgreen2001-12-171-0/+41
| | | | again for normal device nodes.
* Fix a typo. Don't call options flags. Remove some documentation thatmike2001-12-161-21/+6
| | | | is no longer applicable to whois. Bump document date.
* Kernel support for smbfs is only built on the i386 at the moment, sosheldonh2001-12-141-1/+1
| | | | | | | limit the building and installation of the userland utilities to that architecture for now. Reported by: bmah
* Add bmake glue for src/contrib/smbfs and connect userland smbfssheldonh2001-12-142-0/+15
| | | | | | | | | | 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
* mdoc(7) police overhaul.ru2001-12-141-54/+77
|
* Connect lukemftp to the build as the default ftp client. Lukemftpmikeh2001-12-1314-9453/+6
| | | | | supports most of the previous features of FreeBSD ftp, but has been better maintained and includes new features.
* UUCP is gone from base.markm2001-12-131-1/+1
|
* Fold example text into 80 column width display.ru2001-12-131-1/+2
| | | | | PR: docs/32676 Submitted by: Rich Morin <rdm@cfcl.com>
* Remove to-be-default WARNS?=2markm2001-12-126-7/+0
|
* Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.markm2001-12-122-9/+8
|
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.markm2001-12-126-43/+42
| | | | Use __FBSDID(), kill register keyword.
* WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.markm2001-12-122-12/+10
|
* WARNS=2 fixes, Use __FBSDID(), kill register keyword.markm2001-12-121-32/+33
|
* Fix the time of an intmax_t calculation; it is unsigned. Also printmarkm2001-12-122-1/+3
| | | | | it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR.
* Print the path with the shortest absolute length, rather thanmikeh2001-12-121-2/+5
| | | | | | | | arbitrarily selecting one. PR: bin/14361 Approved by: wosch MFC after: 1 week
* Make clear that -w gets an argument. Add __FBSDID and remove unusedcharnier2001-12-122-6/+6
| | | | #include
* Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Emcharnier2001-12-127-35/+32
| | | | | conversions. Sort #includes. Spelling. use errx() instead of err() when explicit message is given.
* Start option definition with: ``The following options are available''charnier2001-12-122-13/+8
| | | | | Use .Ev for env variables. Remove unused #includes, and sort others.
* I'm working on cleaning this up, however it probably won't be done formikeh2001-12-121-0/+2
| | | | | awhile. Turn off WARNS so that this doesn't break the build when WARNS is turned on higher up. Also add $FreeBSD$.
* More "const" poisoning, and only use NO_WERROR if we're bootstrapping.ru2001-12-122-23/+22
|
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesmarkm2001-12-1222-404/+437
| | | | with namelists. use __FBSDID().
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.markm2001-12-127-8/+1
|
* Protect this against the coming WARNS=2 default.markm2001-12-121-0/+2
|
* WARNS=2 fixes, use __FBSDID().markm2001-12-126-67/+78
|
* WARNS=2 fixes with NO_WERROR set because of system-header originatingmarkm2001-12-1114-105/+120
| | | | warnings. Use __FBSDID().
* WARNS=2 fixes. use __FBSDID().markm2001-12-111-9/+10
|
* WARNS=2 fixes. NO_WERROR set as there are some hard-to-fixmarkm2001-12-114-87/+87
| | | | signed/unsigned comparisons. Use __FBSDID().
* WARNS=2 fixes, use __FBSDID().markm2001-12-111-10/+12
|
* WARNS=2 is going to be the default, so don't specify it. Use __FBSDID().markm2001-12-112-6/+5
|
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-112-35/+37
|
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-118-38/+78
| | | | Use __FBSDID().
* WARNS=2 fixes, use __FBSDID().markm2001-12-117-62/+74
|
* WARNS=2 is going to become the default, so remove it from here.markm2001-12-115-5/+1
|
* WARNS=2 fixes.markm2001-12-111-6/+6
|
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-111-46/+46
|
* WARNS=2 is to become the default, so remove. Use __FBSDID().markm2001-12-112-7/+6
|
OpenPOWER on IntegriCloud