Mark Murray
bf7bec3366
Add C rewrites of catman and makewhatis. These aren't quite as
...
the submitter supplied them, as I did some WARNS=n fixups (mostly
const-ification).
Submitted by: John Rochester <john@jrochester.org>
2002-05-18 09:19:08 +00:00
Tim J. Robbins
cba9c8bdd1
Build the asa(1) utility.
...
PR: 36130
Reviewed by: mike
2002-05-15 03:37:55 +00:00
Tim J. Robbins
ea9e961cb2
Add the csplit(1) utility, which splits files based on context, as specified
...
by SUSv3.
PR: 36191
Reviewed by: mike
2002-05-02 07:46:36 +00:00
Jake Burkholder
71f9b2c0aa
Build elf2aout for sparc64.
2002-04-30 02:42:23 +00:00
David E. O'Brien
788fcec086
Back out the NO_RCMNDS knob.
...
1. The committer refused to respond to questions over the commit.
2. The servers rlogind, rshd, rexecd were not wrapped.
3. "rcmnds" as an abbreviation gets an order of magnitude less hits on
Google than the much more well known "rcmds".
2002-04-23 23:59:51 +00:00
Ruslan Ermilov
733bc9072b
Revert last change, to be revisited later.
2002-04-12 16:50:52 +00:00
Ruslan Ermilov
f5a331218f
Temporarily unconnect "doscmd" from build until I can fix
...
its broken Makefile. The breakage is now fatal after the
bsd.prog.mk,v 1.109 change.
2002-04-12 11:22:44 +00:00
Bosko Milekic
e5f7f97622
Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,
...
and document in share/examples/etc/make.conf
Submitted by: Aleksandar Simic <asimic@dsl.pipex.com>
MFC after: 1 week
2002-04-09 18:25:44 +00:00
Andrey A. Chernov
00dfed40da
Disconnect sort
2002-04-08 20:44:36 +00:00
David E. O'Brien
28def05c25
Some things don't compile on ia64 and sparc64 yet.
2002-04-08 20:36:39 +00:00
Peter Wemm
12aee77ec8
Exclude xlint for ia64. For the time being, there are enough gcc
...
dependencies in the machine/* headers to make it explode when -U__GNUC__
is specified by lint. Not to mention that lint is passing undocumented
(illegal?) args to cpp and that seems to upset gcc-3.1 now.
Specifically, -Wp,-CC. -Wp,-C is documented and legal though.
2002-04-06 05:51:59 +00:00
Jake Burkholder
ed7a104f02
Connect ktrdump to the build. <cringe>.
2002-04-02 04:28:57 +00:00
Mark Murray
a2e0c81e66
Add BSD sort to the build, now that GNU sort is gone.
2002-03-24 16:02:01 +00:00
Mark Murray
2bfd7df3f0
Turn back on (x)lint. It is working just fine.
2002-03-12 13:43:02 +00:00
Mark Murray
b4f198c344
Don't build xlint until surgery is finished.
2002-03-10 21:15:58 +00:00
Bruce Evans
21edcafd7d
Removed gprof4. 8-byte counters are now handled by gprof.
2002-03-06 14:10:48 +00:00
David E. O'Brien
9a1523bc67
Add the `1 true AWK' back to the mix.
2002-03-05 19:36:08 +00:00
Mark Murray
a3b69bbaa6
(x)lint(1) works; re-enable it.
2002-03-03 19:32:44 +00:00
Mark Murray
c25e37e9b4
Temporarily remove lint(1) from the build until the import and merge
...
of the MFN (Merge from NetBSD) is complete.
2002-03-03 13:03:08 +00:00
Mark Murray
afb5951f89
Re-enable tip, now that the import and merge are done.
2001-12-20 14:27:23 +00:00
Mark Murray
bee3021df8
Temporarily remove tip(1) from the build while I upgrade it.
2001-12-20 13:01:47 +00:00
Sheldon Hearn
23eb26fa51
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
Sheldon Hearn
85519b003a
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
Mark Murray
dd22788a1d
UUCP is gone from base.
2001-12-13 18:27:08 +00:00
Ruslan Ermilov
703407b695
Put the "tip" in exactly the same place where it was in rev. 1.169.
2001-11-27 09:42:50 +00:00
Mark Murray
e68347de23
Some CVS surgery has been done to tip(1) to clean out a commit that I
...
should have done differently.
Restore tip(1) to the build. I will return to this with a clean
import to tip in due course.
2001-11-26 23:18:21 +00:00
Mark Murray
94e8b5d221
Temporarily remove tip/cu from the build while repo-surgery is done.
2001-11-26 22:35:10 +00:00
Gregory Neil Shapiro
6dbfffa308
Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was
...
replaced with the new version in sendmail's distribution, vacation and
the necessary libraries (libsmdb and libsmutil) were changed so they
were always compiled. This broke people who didn't checkout
src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL
as no sendmail sources available or no sendmail binary. It is now the former.
Also, remove the sendmail chapter from System Managers Manual (SMM) if
NO_SENDMAIL is defined (for similar reasons -- source not available).
PR: 31863, 31865
Submitted by: matusita, Joe Kelsey <joe@zircon.seattle.wa.us>
MFC after: 3 days
2001-11-11 05:26:59 +00:00
David E. O'Brien
2335a3d70a
Bring Gawk back. There just isn't any other POSIX compliant AWK out there.
...
The biggest thing missing from Bell-Labs AWK is the character class regexes.
2001-11-02 23:48:32 +00:00
David E. O'Brien
43cfcf106d
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
2001-10-30 08:56:50 +00:00
Kris Kennaway
04228e35d9
Part II of libss retirement: zap mk_cmds too.
...
Pointy hat to: kris
2001-08-20 06:23:35 +00:00
Peter Wemm
cccce27ae3
Correct path (../crypto, not ../../crypto)
2001-08-18 03:36:26 +00:00
Maxim Sobolev
a8ec1b4851
Fix a cryptoless world by disconnecting libmp from the build when there is no
...
crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately
meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to
be disconnected.
IMO it is merely a workaround, the proper solution is to move libmp to
src/crypto where it belongs and use libgmp for the cryptoless builds instead.
Missed by: dd
2001-08-02 15:47:03 +00:00
Mark Murray
8509234471
Remove the S/Key key-handling apps, which are no longer needed, as
...
they are replaced by opiepasswd, opieinfo and opiekey.
2001-07-09 17:40:57 +00:00
David E. O'Brien
d6a9fd06de
Add the Bzip2 binaries. These are starting to get used more and more
...
in the base system.
2001-06-21 19:18:16 +00:00
Peter Wemm
9488e5f340
Part 2 of gensetdefs de-orbit burn. linker sets are now self contained
...
for ELF, see src/sys/linker_set.h log.
2001-06-14 01:35:23 +00:00
Maxim Sobolev
d02ca551d3
Move scrshot(1) functionality into vidcontrol(1).
...
Suggested by: many
Not objected to by: nik (scrshot co-author)
2001-05-19 06:47:36 +00:00
Nik Clayton
952e162265
Add scrshot to the i386 specific section. If someone can test this on the
...
Alpha I'd appreciate it.
2001-05-18 09:06:00 +00:00
Brian Somers
f21559815d
Add nl(1)
...
PR: 27078
Obtained from: NetBSD
2001-05-04 17:25:23 +00:00
Ruslan Ermilov
0dc44b5add
Do not build (and install) both secure/ and standard versions
...
of libtelnet, telnetd, and telnet. This only worked because
secure/ was listed late in SUBDIR in Makefile.inc1.
Reviewed by: markm
2001-03-26 12:49:05 +00:00
Bruce Evans
58445af0f8
Removed some garbage (genassym(8) and its infrastructure).
2001-02-17 06:06:14 +00:00
David E. O'Brien
a3cea3dde5
Retire this ancient version of rdist.
2000-12-07 19:24:55 +00:00
Sheldon Hearn
39bc1ed00a
Disconnect kzip from the build, as it's about to enter late retirement.
...
PR: 20643
Submitted by: Peter Pentchev <roam@orbitel.bg>
2000-11-02 10:00:34 +00:00
Jacques Vidrine
61a35ccda9
Activate hesinfo.
...
Noticed by: Don Lewis <Don.Lewis@tsc.tdk.com>
2000-09-08 23:35:49 +00:00
Paul Saab
4aeb1c05fb
Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.
...
Reviewed by: peter
2000-07-19 08:38:18 +00:00
Sheldon Hearn
edeb84a1b2
Import the new truncate(1) utility.
...
Approved by: jdp
2000-07-18 17:03:58 +00:00
Peter Wemm
c87a63c10f
Initial kenv(1) hack for dumping the kernel environment. This can be
...
used to extract modified boot hints to make loader(8)-time changes
"sticky". It tries to use \ style quoting so that it can be used directly
with foo.conf files. It can also extract specific variables.
2000-07-08 08:33:40 +00:00
Nick Hibma
09d308a828
Add the usbhidctl utility, from NetBSD, by Lennart Augusst
2000-07-05 17:43:33 +00:00
David E. O'Brien
bac7e45e00
Turn off GLOBAL. It is moving to Ports.
...
Approved by: unanimous response on arch@freebsd.org
2000-06-28 00:39:18 +00:00
Paul Saab
c586c5db07
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