jb
d85ca411dd
Remove a bunch of unsupported machines, and the 'other' case where
...
some subdirs were only processed for install and clean (which caused
builds to fail on alpha). Install and clean should always follow
SUBDIRS.
1998-03-22 08:55:28 +00:00
bde
0bb04ebbef
Updated MISSING list.
1998-03-20 12:34:21 +00:00
jb
de6bdd1c61
Some things only work on i386.
1998-03-13 19:41:06 +00:00
helbig
bb5ce979b3
Remove cal, add ncal.
1997-12-15 20:52:24 +00:00
msmith
6d4edda5c2
Add minigzip
1997-12-13 09:59:32 +00:00
sef
a9e2deb1a1
Add truss to the list of subdirectories.
1997-12-06 05:23:59 +00:00
markm
ec8266615b
Changes for KTH KerberosIV.
1997-09-28 09:14:41 +00:00
joerg
d1678dfa02
Activate c89(1).
1997-09-17 20:46:58 +00:00
jlemon
63c7a9d9e0
Add doscmd.
1997-08-18 18:51:46 +00:00
jfieber
dd12b6c2e5
Remove SGML tools from -current.
1997-07-19 15:19:08 +00:00
peter
fbd9d6ffad
.if exists(../eBones) tests the obj dir, not the source dir's existance.
...
The existance of a stale obj dir does not imply the source too.
1997-07-05 14:22:15 +00:00
wpaul
f3560ca96b
Grr... curse my fumble-fingered hide: logmane -> logname
...
Inscribed onto my chest with razor blades and then doused with
lemon juice by: Jason Young <doogie@forbidden-donut.anet-stl.com>
1997-05-29 15:03:32 +00:00
wpaul
1c30dd40f2
Activate new Secure RPC programs.
1997-05-28 16:05:18 +00:00
jkh
5d4c6d9502
Add global
1997-04-15 12:31:09 +00:00
peter
72e320024d
Make tclsh conditional on the src/contrib/tcl directory existing, and
...
allow it to be disabled via NOTCL in /etc/make.conf (similar to other
stuff in src/Makefile, eg: NOGAMES)
1997-04-12 07:09:18 +00:00
joerg
8e15480d49
Include `top'.
1997-03-23 18:59:47 +00:00
peter
f390c26dd9
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
pst
82e28ab717
Activate new OPIE programs
1997-02-07 03:57:21 +00:00
davidn
07860c5307
Activate limits(1).
1997-01-21 15:09:03 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
jdp
a3091cdc30
Enable lockf.
1997-01-08 20:19:22 +00:00
ache
e57528b758
Make eBones/telnet only if MAKE_EBONES defined
1997-01-08 11:38:33 +00:00
markm
9484de227f
Compile telnet from eBones instead of secure.
...
2.2 candidate.
1996-11-03 17:01:25 +00:00
sos
57e112b256
Added brandelf to SUBDIR.
1996-10-19 09:08:41 +00:00
phk
9640e2d9e8
remove devconf tools from make tree.
1996-09-06 23:07:35 +00:00
phk
2a36059e6a
Add tclsh to Makefile.
...
(If you havn't updated your supfile Make world will croak. CTM is ok)
1996-06-28 05:36:32 +00:00
adam
5714dd98d0
added fetch
1996-06-20 17:47:24 +00:00
jkh
62df2aaf01
Remove ncftp
1996-06-19 21:13:45 +00:00
alex
3774de6c03
Add units.
1996-06-08 03:46:33 +00:00
paul
eecb1c47c6
Add xlint
1996-03-24 14:09:33 +00:00
joerg
af493c22f2
Include both, the regular and the `secure' telnet, when building
...
a release.
1996-02-13 09:24:43 +00:00
ats
2d12b11ef8
Add sasc to the clean/cleandir target. The machine dependent targets
...
doesn't get cleaned up otherwise.
1995-12-31 21:32:17 +00:00
bde
586cc683d8
Implemented non-statistical kernel profiling. This is based on
...
looking at a high resolution clock for each of the following events:
function call, function return, interrupt entry, interrupt exit,
and interesting branches. The differences between the times of
these events are added at appropriate places in a ordinary histogram
(as if very fast statistical profiling sampled the pc at those
places) so that ordinary gprof can be used to analyze the times.
gmon.h:
Histogram counters need to be 4 bytes for microsecond resolutions.
They will need to be larger for the 586 clock.
The comments were vax-centric and wrong even on vaxes. Does anyone
disagree?
gprof4.c:
The standard gprof should support counters of all integral sizes
and the size of the counter should be in the gmon header. This
hack will do until then. (Use gprof4 -u to examine the results
of non-statistical profiling.)
config/*:
Non-statistical profiling is configured with `config -pp'.
`config -p' still gives ordinary profiling.
kgmon/*:
Non-statistical profiling is enabled with `kgmon -B'. `kgmon -b'
still enables ordinary profiling (and distables non-statistical
profiling) if non-statistical profiling is configured.
1995-12-29 15:30:05 +00:00
peter
f81da290dc
Attach dnsquery to Makefile
1995-10-23 16:44:22 +00:00
bde
5fdb3714e9
Enable sasc.
1995-10-03 12:29:28 +00:00
ache
53b1457d9c
Build secure telnet if available and allowed
1995-09-29 19:50:40 +00:00
jkh
4de8d1990e
Add ee.
1995-08-30 09:52:07 +00:00
ache
452c8234aa
Remove timedef
1995-08-06 11:19:27 +00:00
markm
e7b61cf7cb
Only build telnet if secure telnet is not going to be built.
...
Reviewed by: rgrimes
1995-08-06 11:05:31 +00:00
ache
2747943921
timedef added
1995-08-05 23:28:21 +00:00
ats
fb88467034
Add kzip to the clean and cleandir target so that it also get cleaned up
...
properly.
1995-07-08 22:24:20 +00:00
joerg
85840b05db
Include killall.
1995-06-25 18:11:06 +00:00
wollman
4dcec62f4c
Re-enable netstat now that it compiles again.
1995-06-13 19:18:19 +00:00
wollman
c0dfcf2347
Temporarily disable netstat
1995-06-13 17:47:38 +00:00
jkh
e910183d90
Remove dmenu from the Makefile
1995-05-10 18:22:29 +00:00
jfieber
b7cb1d5c4b
Add sgmlfmt.
1995-05-10 00:38:30 +00:00
jkh
8e2075d3f0
Remove piano.
1995-04-28 17:38:54 +00:00
jkh
a059e660d6
Add piano.
1995-04-28 09:30:54 +00:00
jfieber
97b0148311
Added sgmls
1995-04-27 18:03:29 +00:00
phk
7be871777e
Added kzip in i386 section
1995-04-15 08:19:16 +00:00