summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
AgeCommit message (Collapse)Author
2000-10-16Add spppcontrolChris Cappuccio
2000-09-11Reenable afs.Artur Grabowski
2000-09-11Disable afs temporarily until the new code is comitted.Artur Grabowski
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-09-01Userland mouse daemon for new PCVT mouse features. The daemon must be startedAaron Campbell
for the mouse to work. A common usage for a PS/2 mouse might be: /usr/sbin/moused -p /dev/psm0 -M2=3 -m IntelliMouse This sets the mouse port to /dev/psm0, maps the right mouse button to paste (by default, the right mouse button is for "extending" selections and the middle button pastes), and the -m flag sets the specific model, in this example for a Microsoft IntelliMouse, which enables the wheel scrollback functionality. Note that for wheel mice you also need "option INTELLIMOUSE" compiled into the kernel. This daemon comes from FreeBSD and was ported to OpenBSD by Jean-Baptiste Marchand.
2000-07-02wscons toolsMichael Shalayeff
2000-06-18add pppoeJason Wright
2000-06-09chown moved into chmodMichael Shalayeff
2000-05-18Recurse down arch-dependent subdirs to grab manpages.Marc Espie
2000-04-26enable userJakob Schlyter
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-03-25pccon gets turn off. totally machine specific, no man pageTheo de Raadt
2000-02-28enable sesdTheo de Raadt
2000-02-16add traceroute6 (oops, forgot to bring it in)Jun-ichiro itojun Hagino
2000-02-12Build amiga manpages, always.Marc Espie
2000-02-03add usbdevsJakob Schlyter
2000-01-19add rip6query(8)Jun-ichiro itojun Hagino
2000-01-16No more gifconfig(8)Angelos D. Keromytis
2000-01-01move sysctl(8) to /sbin, with a relative symbolic link remaining in the old ↵Theo de Raadt
location
1999-12-21rcsid police. add Makefile. add gifconfig to SUBDIR.Jun-ichiro itojun Hagino
1999-12-20add faithd to SUBDIR.Jun-ichiro itojun Hagino
1999-12-11add and enable route6d. fix bogus enties in distrib/sets/lists.Jun-ichiro itojun Hagino
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part.
1999-12-11enable rtadvd in usr.sbin/Makefile.Jun-ichiro itojun Hagino
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list.
1999-12-10add ndp(8), arp(8) lookalike for IPv6.Jun-ichiro itojun Hagino
1999-12-09add usr.sbin/rtsold and sbin/rtsol to subdir.Jun-ichiro itojun Hagino
1999-12-08add ifmcstat(8), a program to check multicast group status on interfaces.Jun-ichiro itojun Hagino
1999-12-02bye bye ctm (soon in ports tree)Theo de Raadt
1999-11-24memconfigTheo de Raadt
1999-09-29build openssl instead of ssleayBob Beck
1999-09-01move brconfig to /sbin, where it belongsTheo de Raadt
1999-08-02Integration of mailwrapper (from NetBSD)Jakob Schlyter
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert
1999-02-26bridge config utilityJason Wright
1998-10-07build ssleayTheo de Raadt
1998-09-15build afs when AFS is "yes"Artur Grabowski
1998-09-11Don't build pcmciad.Federico G. Schwindt
1998-08-31Upgrade ppp to version 2.0brian
This adds a number of features including: o Multilink o Callback (including CBCP) o DNS negotiation (client & server) o Easy to configure masquerading/packet aliasing o Any number of diagnostic socket connections (limits DOS attacks) o Sticky routes (ppp updates the routing table when the IP number is changed) See the file README.changes for things that effect current configurations.
1998-08-18ISC dhcp, needs security audit for sureTheo de Raadt
1998-04-26reenable pppTheo de Raadt
1998-04-26delete ppp for now since it is FUCKEDTheo de Raadt
1998-03-25add httpdBob Beck
1998-01-21screenblank on amiga? NopeTheo de Raadt
1997-12-11Hook user-level ppp and pppctl.brian
1997-11-17do not make obj in dbsym anymore, eitherTheo de Raadt
1997-11-17Come to think of it the sun3 doesn't use dbsym anymore...kstailey
Is dbsym dead? Should it be removed from the tree?
1997-08-19rpc.lockd moved from libexec to usr.sbinNiklas Hallqvist
1997-06-24fdformat works on the sparc now, too, with no changes.Jason Downs
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-03-03pc console ioctl interface.Jason Downs
1997-02-03It's gone. No more. Bye!Jason Downs
1997-01-31also build amd on the alpha nowThomas Graichen