summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
AgeCommit message (Collapse)Author
2009-03-17enable smtpd in the buildGilles Chehade
"please enable it" deraadt@
2009-02-08Unlink wake(8).Marc Balmer
2009-01-28Add wake to the build. ok claudio.Marc Balmer
2008-10-14enable ypldap. serious development needs it to be enabled.Theo de Raadt
2008-08-22move mksuncd to here (but still only sparc64 build)Theo de Raadt
2008-08-22Merge crunchgen & crunchhide (using name checking), and move to usr.sbinTheo de Raadt
next step is to not install it as two programs, but be even more clever
2008-06-15enter rpc.statdNikolay Sturm
2008-04-23build sysmerge inTheo de Raadt
2008-01-31enable snmpd in the buildReyk Floeter
approved by deraadt@, ok thib@
2007-12-09argh, remove crap from my last commitReyk Floeter
2007-12-09re-sort relayctl/relayd to the right placeReyk Floeter
2007-12-07enter relayd/relayctl instead of hoststated/hoststatectlTheo de Raadt
2007-10-22"link it to the build" deraadt@David Gwynne
2007-05-26link mount_vnd to the build, and remove usr.sbin/vnconfig, which is nowAlexander von Gernler
completely contained at the new place. provide a legacy link to /usr/sbin to go away after next release. ok deraadt@
2007-05-18prettier MakefilesTheo de Raadt
2007-01-31link hoststated to the builds.Pierre-Yves Ritschard
ok miod@, henning@
2006-12-18we will not use acpid, but later modify apmd to handle it; ok marcoTheo de Raadt
2006-11-03delete marco bullshitTheo de Raadt
2006-11-03Add Jordan's acpiscan acpi table dump tool. The current tool, acpidump,Marco Peereboom
does not dump all relevant tables and will eventually be deprecated by this. It needs some more cleanup but we need to start getting acpi dumps from the field using this instead of acpidump. Code written by jordan, cleanup by me. ok jordan@
2006-10-29Connect ripd and ripctl to the build.Esben Norby
ok claudio@ deraadt@
2006-09-20Remove bad144, okay deraadt@ miod@Pedro Martelletto
2006-06-01hook dvmrpctl and dvmrpd into builds.Esben Norby
ok deraadt@
2006-05-18do not build spppcontrolTheo de Raadt
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.