summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
AgeCommit message (Collapse)Author
2005-11-16enable new ftp-proxy, ok henning beckCamiel Dobbelaar
2005-10-28remove duplicate directory entry for hotplugd; phirerunner@comcast.netTheo de Raadt
2005-08-09add watchdogdTheo de Raadt
2005-07-31do not descend into sesdDavid Gwynne
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
been worked on, so EA is pointless to maintain.
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@
2005-05-28Add sasyncd. deraadt@ okHakan Olsson
2005-05-26Enable ifstated in the builds. This still does not mean that ifstated isRyan Thomas McBride
necessary for regular carp setups. There are situations where you need this, but if you're going to use it, think hard about redesigning your network so you don't have to. ok deraadt@ mpf@ henning@
2005-04-24enter ztsscaleTheo de Raadt
2005-04-13connect hostapd for reyk, ok theo reykHenning Brauer
2005-02-05connect ospfd and ospfctlHenning Brauer
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression.
2004-06-22connect ntpdHenning Brauer
2004-06-03Add gpioctl.Alexander Yurchenko
2004-05-30+hotplugdTheo de Raadt
2004-05-04disable bootpd and friends. everyone -- get used to dhcpd for this. ifTheo de Raadt
it cannot do something that it should be able to, let us know so that dhcpd can be fixed/extended/etc... there is no point in privsep'ing a duplicate daemon. other parts of this equation will be removed in the next few days..
2004-04-28sortMarkus Friedl
2004-04-28add tcpdropMarkus Friedl
2004-04-20switch to new dhcpd, theo okHenning Brauer
2004-04-20switch to new dhcrelay, theo okHenning Brauer
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinqueBob Beck
originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@
2004-02-23procmap seems to work well enough now. ok deraadt@Ted Unangst
2004-01-04+syslogcDamien Miller
2004-01-02connect bgpctlHenning Brauer
ok theo
2004-01-02compile like it used toTheo de Raadt
2004-01-02disable bgpdTheo de Raadt
2003-12-24connect bgpd to the build, ok deraadt@Henning Brauer
at this point in development, bgpd establishes connections to neighbors fine and does all the session handling as desired, processes the announcements it gets from its neighbors, runs the decision process and enters the routes to the kernel routing table. they are also updated as needed and cleaned up on exit. bgpd does not yet have the ability to announce anything, or send outgoing UPDATE messages in general, nor does it have a filter language yet.
2003-10-20switch to new pkgtools, agreed between pval, naddy and I.Marc Espie
2003-10-06connect sensorsd to the buildHenning Brauer
ok deraadt@
2003-07-07bye bye piece of crudTheo de Raadt
2003-03-05delete blank linesTheo de Raadt
2003-03-01mrouted & friends can now be enabledTheo de Raadt
2003-02-04enable bind now; some diffs from jakob, some from meTheo de Raadt
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-11-23bye byeTheo de Raadt
2002-06-21bye bye, use netstat -inalv; itojun okTheo de Raadt
2002-06-19disable trsp, nothing uses itTheo de Raadt
2002-04-01build authpfBob Beck
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
add extattrctl getextattr setextattr
2001-12-01document why multicast tools are missingTheo de Raadt
2001-09-25popa3d enableTheo de Raadt
2001-07-30enable altq userland partsTheo de Raadt
2001-06-24Move and rename packet filter userland.Kjell Wooding
grr. CVS: making easy things difficult, and directory operations impossible.
2001-06-24Add userland for the new packet filter.Kjell Wooding
Code from dhartmei.
2001-06-04rpc.pcnfsd is now freeTheo de Raadt
2001-06-02do not compile components with licensing issuesTheo de Raadt
2001-06-02do not build mrouted until the license issues are worked out (a work inTheo de Raadt
progress since December, this is really starting to get ridiculous). don't delete it from the source tree yet, though..
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-29build tokenadm and tokeninitTodd C. Miller
2001-04-14activate wsmoused; the sooner the betterTheo de Raadt