Commit Graph

285 Commits

Author SHA1 Message Date
tls
08ef0cfe07 revert previous change 2000-02-22 21:09:50 +00:00
mjacob
b2d85b262c remove sesd 2000-02-22 17:30:49 +00:00
mjacob
d08a4d8bf8 add sesd subdir 2000-02-21 08:10:52 +00:00
tron
54896865b3 Build "sendmail" 8.9.3 instead of 8.8.8. 2000-02-08 13:53:01 +00:00
itojun
e38f0bc373 add pim6sd: PIMv6 sparse mode daemon. (from KAME) 2000-01-28 19:32:43 +00:00
itojun
2f39c47e7f disable sysctl for now (avoid breakage during move from usr.sbin to sbin) 2000-01-17 02:29:48 +00:00
jdc
9a26c043d2 Added tadpolectl 1999-12-20 09:50:20 +00:00
soren
5220b33459 Add user(8). 1999-12-08 09:19:04 +00:00
itojun
0641b08184 add cnwctl(8), a control program for cnw interface.
from bsdi/freebsd-pao cnwctl(8).
1999-11-29 12:55:06 +00:00
simonb
da434805dc Remove update(8) now that we have trickle-sync. 1999-11-25 01:20:27 +00:00
itojun
296a348313 add rtsold into SUBDIR. 1999-09-03 05:19:59 +00:00
mrg
ba255f8a34 optionally include CRYPTOPATH Makefile.frag files. 1999-07-20 09:47:07 +00:00
kleink
a87a0a6236 For XCU5's sake, and due to popular demand, add link(8) and unlink(8)
utilities.  This addresses PR standards/8027 by Giles Lean, who also submitted
a different implementation along with; I chose to add those files I had written
a while ago for reasons of portability and not requiring being cleaned up wrt.
compile-time warnings.
1999-07-19 09:11:25 +00:00
itojun
986bd48816 pim6dd: IPv6 PIM (protocol independent multicast),
dense mode routing daemon.
1999-07-17 14:06:24 +00:00
sommerfeld
13e9a1abb4 Add wiconfig 1999-07-14 22:35:20 +00:00
itojun
e5db40b6de add faithd, IPv6-to-IPv4 tcp relay translator.
utilizes pseudo-device "faith".
1999-07-13 22:16:48 +00:00
thorpej
9630ed475e Use bsd.crypto.mk. 1999-07-12 22:11:37 +00:00
itojun
578761f0d3 add usr.sbin/pvcsif and usr.sbin/pvctxctl to SUBDIR. 1999-07-11 17:35:33 +00:00
itojun
a7d1c8590c mld6query: throw IPv6 MLD query (similar to IPv4 IGMP) 1999-07-06 13:32:01 +00:00
itojun
c2689aaa05 setkey: configure IPsec keys to the kernel key table
(not subject to export control as itself does not contain crypto)
1999-07-02 17:41:23 +00:00
itojun
bfa86f1cc9 route6d: RIPng daemon (similar to route6d)
rip6query: RIPng query (similar to ripquery)

NOTE: we usually do not run route6d on end nodes at startup (rtsol should do
the trick).  So I figured that route6d can be in /usr/sbin, not in /sbin
(routed is in /sbin).  Correct me if I'm wrong.
1999-07-02 11:47:12 +00:00
itojun
134b5f49f2 rtadvd: advertise IPv6 prefix info via router advertisement.
(to be run on routers)
1999-07-02 09:28:16 +00:00
itojun
2447462b5e traceroute6: traceroute for IPv6.
TODO: better to be separate, or merged?
1999-07-01 20:55:03 +00:00
itojun
4512445795 ifmcstat: show multicast groups currently joined (in per-interface manner). 1999-07-01 20:41:49 +00:00
itojun
4b8a1fec7e ndp, "arp"-alike command for IPv6. 1999-07-01 20:33:55 +00:00
itojun
618003328c gifconfig, which configures gif IPv[46]-over-IPv[46] pseudo interface.
add gifconfig to SUBDIR.
1999-07-01 19:41:56 +00:00
augustss
aed7c5dbd9 usbd is dead. 1999-06-30 06:48:05 +00:00
minoura
d2b1196311 Add memswitch(8). 1999-06-21 15:57:47 +00:00
perry
57cd21e2b5 Turn on catman. Thanks to dante, it now works right. 1999-04-09 15:12:22 +00:00
perry
80fe8aba57 only build postfix if BUILD_POSTFIX is set 1999-03-27 03:22:49 +00:00
perry
9864ccf0b9 activate postfix 1999-03-27 03:03:17 +00:00
perry
7699b5f8ec Nuke bind 4. bind 8 has been the default for months. 1999-03-25 19:27:09 +00:00
lukem
dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
perry
24f0c2220e enable mailwrapper 1999-02-05 19:25:10 +00:00
drochner
4ce0dc1c12 enable wsconscfg + wsfontload 1999-01-13 19:43:41 +00:00
tron
512419d83a Fix comment. 1998-11-19 19:51:47 +00:00
tron
f6d7c60a19 BIND 8 is the default now. 1998-11-19 19:47:33 +00:00
ws
2cf75c4c03 Add a utility to allow access to the partitions of a
MBR labeled disk (i.e. a disk partitioned by fdisk)
on any platform (including extended partitions).
1998-11-16 18:44:25 +00:00
kim
e756534f00 Renamed USE_VMAILER to NO_SENDMAIL 1998-11-02 03:32:03 +00:00
perry
33b847b7b8 Don't build sendmail if USE_VMAILER is defined in mk.conf.
This is a temporary kludge to make it easier for vmailer users not to
accidently blow away vmailer when building the world.
1998-10-18 01:06:31 +00:00
tron
f8433e7cf9 Invent "USE_BIND8" switch to select BIND 8.1.2 instead of BIND 4.9.6. 1998-10-05 18:15:12 +00:00
hwr
bdf6e1db02 Also build greconfig 1998-09-13 20:48:57 +00:00
augustss
deb00272b9 Add USB support. Supported so far:
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers
1998-07-12 19:51:55 +00:00
kml
d073a8144e Adding eshconfig, used to configure esh (HIPPI network interface) 1998-05-16 18:55:17 +00:00
lukem
9311657fdc replace bootp{d,ef,gw,test} with bootp 1998-03-15 01:16:32 +00:00
perry
56bd64fcbd remove gettable and htable, + resort/reformat 1998-02-27 15:57:07 +00:00
mrg
1dc6e4f898 merge lite-2 rcsids 1997-10-17 09:04:12 +00:00
lukem
e38303c1b4 sort SUBDIR list 1997-10-17 04:54:33 +00:00
thorpej
738a90b1b7 Build sup. 1997-10-07 01:36:21 +00:00
mrg
0553741950 move man pages into share/man. 1997-06-23 04:51:16 +00:00
pk
13f64269f3 Add dumpfs', dumplfs' and `quotacheck'. 1997-06-20 20:19:23 +00:00
agc
937e3175e7 Add pkg_install. 1997-06-09 16:45:01 +00:00
kleink
f8c2019a61 Add chrtbl(8). 1997-06-02 10:17:41 +00:00
christos
468a1180c0 Add xntp 1997-04-18 13:58:50 +00:00
scottr
bb2149b938 Remove trailing space from last commit 1997-04-01 18:10:01 +00:00
jonathan
f9d83c5401 Update sbin and usr.sbin Makefiles for mountd, nfsd, nfsiod in /usr/sbin. 1997-03-31 23:48:11 +00:00
mellon
19fea7dfee Build dhcp, not dhcpd. 1997-03-29 23:22:39 +00:00
cjs
ec30dbdca7 Added mopd. 1997-03-17 00:02:02 +00:00
scottr
ed0d9160f1 Build rpc.lockd and rpc.statd 1997-03-10 06:30:32 +00:00
phil
ec39037613 Add lastlogin to the list of subdirectories. 1997-02-11 18:47:04 +00:00
cgd
f429382aa8 add bad144 to the alpha's SUBDIR list 1997-02-03 20:11:45 +00:00
thorpej
2cd7214cae We no longer have to build config.old on the hp300. (Yay!! Woo!!) 1997-01-30 10:44:46 +00:00
cjs
f6d7620b76 Add tcpdchk and tcpdmatch. 1997-01-13 23:33:15 +00:00
veego
21361a6567 Add ipf. 1997-01-08 21:58:34 +00:00
veego
ff73fbb75f Alphabetize the SUBDIRs (Fix pr#3088) 1997-01-06 23:33:36 +00:00
pk
b2c06715e2 Rename: rdconfig => mdconfig; rdsetimage => mdsetimage 1997-01-02 00:34:53 +00:00
thorpej
170a88d9d9 amd works on the alpha now, so build it unconditionally. 1996-12-04 23:00:35 +00:00
thorpej
2dbc89cee0 Always clean apm/apmd. Fixes PR #2854, from Dave Huang <khym@bga.com>. 1996-10-18 07:08:56 +00:00
cgd
45d20c6b1b add rdsetimage, sort 1996-10-04 00:22:07 +00:00
mrg
da3136f56a add dhcpd. 1996-10-03 06:58:10 +00:00
jtk
b86b695240 add Advanced Power Management driver
Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
1996-08-25 23:38:57 +00:00
thorpej
eabc5cbaf3 Build rpc.yppasswdd and the ypserv suite. 1996-08-09 10:24:00 +00:00
is
0bc8c28078 Fix typo in last commit. 1996-05-19 20:17:42 +00:00
is
83f62ea033 Screenblank support:
- new fbio.h in arch/amiga/include, defining only FBIOSVIDEO
- add an IOCTL translation to arch/amiga/dev/grf.c
- add screenblank to the list of specials to build on amiga.
1996-05-19 20:06:02 +00:00
veego
762a972b92 Added missing clean rules for grfconfig and videomode (amiga-port) 1996-03-01 19:45:13 +00:00
jonathan
92bff2b19b Change Makefile to build screenblank on Decstations. 1996-01-16 22:20:13 +00:00
jonathan
fc86960d2b Don't make config.old on pmaxes. Pmaxes now use (new) config, and config.old
can no longer build compilable kernels.
1995-12-17 06:39:31 +00:00
jtc
21908ddbd5 merge in changes from 1.1 release branch 1995-11-28 19:43:04 +00:00
thorpej
f90cf6bd46 New-style RCS id. 1995-11-17 09:49:19 +00:00
chopps
0699af0c7d add grfconfig to amiga subdirs 1995-10-09 03:43:55 +00:00
chopps
2a4b986b4e add videomode to amiga specific subdirs 1995-10-09 00:52:17 +00:00
chopps
389dfb1ebd add gspa subdir 1995-10-09 00:09:05 +00:00
gwr
677a80857e Add rdconfig 1995-10-08 22:55:48 +00:00
jtc
82b75dfd3f gwr's port of pcnfsd 1995-07-24 04:02:44 +00:00
cgd
1a516ca0ab don't forget to clean eeprom 1995-07-14 07:01:35 +00:00
thorpej
3a7e8d570c Build eeprom where appropriate. 1995-07-13 20:42:35 +00:00
thorpej
6d2243ddee Build screenblank where appropriate. 1995-07-12 05:00:40 +00:00
cgd
998286ad38 alphabetize machine-specific program lists, clean all progs on all machines 1995-07-12 04:56:33 +00:00
mycroft
21caf81789 Add MBONE tools. 1995-06-03 06:03:44 +00:00
leo
096846a93b Atari-port now also uses iteconfig 1995-05-12 20:51:38 +00:00
cgd
26444ba22c only build config.old on machines that need it. 1995-04-28 08:14:41 +00:00
cgd
d64248e551 build config.old instead of config.new 1995-04-28 06:53:49 +00:00
cgd
65dbd03764 the alpha says 'no' to amd 1995-04-21 04:42:34 +00:00
jtc
aa30924a6a Added zic and zdump 1995-03-10 07:17:05 +00:00
christos
f0d542b9b0 Added netgroup_mkdb 1994-12-04 18:40:21 +00:00
gwr
b6281a0ed7 Add dbsym to SUBDIRS for sun3 (only) 1994-06-28 04:38:44 +00:00
gwr
21feef9b89 Add: bootpd bootpgw bootpef bootptest 1994-06-27 21:39:34 +00:00
deraadt
afbdcd281b add rdate 1994-06-02 22:55:30 +00:00
brezak
91c32e5a1c Mrouted's back 1994-05-16 15:20:42 +00:00
cgd
be30b289a2 don't do mrouted, for now... 1994-05-14 22:37:53 +00:00
cgd
0dfc67fbc5 trade swapinfo for pstat 1994-05-13 21:49:52 +00:00
cgd
9011919b45 sysctl 1994-05-09 03:53:12 +00:00
chopps
28224014f6 add iteconfig for amiga's 1994-04-05 01:56:24 +00:00
cgd
547081bd86 hilinfo and grfinfo for the hp300 1994-04-04 21:49:39 +00:00
cgd
9fd641bbd4 ac 1994-03-29 12:42:04 +00:00
cgd
838dfaa454 add as 1994-03-24 18:42:49 +00:00
cgd
f6df84e724 separate yp stuff 1994-02-18 03:02:09 +00:00
ws
66ffc9f874 First version of a quot utility 1994-02-10 17:58:38 +00:00
cgd
bfc442a8a8 torch flcopy 1994-02-07 23:31:18 +00:00
cgd
02c1dd5b25 kill dbsym; it's not been used for a while 1994-01-28 08:11:50 +00:00
jtc
a72c672c85 Add cron to subdirs 1994-01-17 17:22:18 +00:00
cgd
9226580db9 add comment noting 'catman', which isn't ready to be in subdirs list yet. 1994-01-12 18:15:15 +00:00
brezak
fd3e279d93 build rbootd and mrouted 1994-01-11 20:18:20 +00:00
deraadt
647795faab compile rpc.bootparamd 1994-01-08 13:23:52 +00:00
brezak
30669098ec Add vnconfig command. 1993-12-21 04:13:39 +00:00
deraadt
532647f2af build rarpd 1993-12-16 05:38:42 +00:00
mycroft
5080d6a99f Compile amd. 1993-12-05 22:11:09 +00:00
jtc
4c3c4ffd25 Compile spray too. 1993-12-03 02:11:13 +00:00
brezak
e8214430ab Build slstats command 1993-11-16 04:18:16 +00:00
deraadt
08322f9423 compile tcpdump too 1993-11-14 21:22:01 +00:00
cgd
a25d7d9a8e chown here now 1993-11-03 06:48:18 +00:00
cgd
0fbd5c2a47 don't try to install accountant; it doesn't exist anymore 1993-10-23 00:23:51 +00:00
glass
42ac31d081 make config.new on all platforms 1993-08-30 07:19:32 +00:00
deraadt
3604916e13 ppp from paul mackerras 1993-08-14 06:29:28 +00:00
mycroft
b465cf4697 Add RCS identifiers. 1993-07-30 22:11:51 +00:00
brezak
4d644be5e8 Moved rwalld to libexec 1993-06-03 19:34:02 +00:00
cgd
43175fb644 add accountant 1993-05-03 01:53:53 +00:00
deraadt
482c392efe compile usr.sbin/yp 1993-04-26 08:06:33 +00:00
cgd
88c3c41b30 added swapinfo from Kevin Lahey <kml@rokkaku.atl.ga.us> 1993-04-10 12:16:41 +00:00
cgd
cf98284671 added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 12:15:37 +00:00
cgd
aac2114a43 moved chown into sbin from usr.sbin 1993-04-05 03:40:06 +00:00
cgd
68e9a65943 updated for addition of rwalld 1993-04-04 19:00:49 +00:00
cgd
cac8c9b73b added support for kgmon 1993-03-31 18:06:59 +00:00
cgd
e541169ce2 after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
cgd
61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00