summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-23Fix after poolification. For reasons not completely understood, theOtto Moerbeek
fifo full check has to be protected by the mutex. ok dlg@ krw@
2011-05-23read in key comments for v.2 keys (though note that these are notDamien Miller
passed over the agent protocol); bz#439, based on patch from binder AT arago.de; ok markus@
2011-05-23mention ranges; prodding and feedback jmc@Damien Miller
2011-05-23tweak previous; ok djmJason McIntyre
2011-05-23postion -> position;Jason McIntyre
2011-05-23remove old man-pagesJakob Schlyter
2011-05-23remove extra newlineDamien Miller
2011-05-23make secure_filename() spam debug logs lessDamien Miller
2011-05-23include testing of multiple/overridden AuthorizedKeysFilesDamien Miller
refactor to simply daemon start/stop and get rid of racy constructs
2011-05-23allow AuthorizedKeysFile to specify multiple files, separated by spaces.Damien Miller
Bring back authorized_keys2 as a default search path (to avoid breaking existing users of this file), but override this in sshd_config so it will be no longer used on fresh installs. Maybe in 2015 we can remove it entierly :) feedback and ok markus@ dtucker@
2011-05-23allow ranges for entering net.inet.(tcp|udp).baddynamic lists, e.g.Damien Miller
sysctl net.inet.tcp.baddynamic=1-32768 sysctl net.inet.udp.baddynamic=+40000-65535 ok mk@
2011-05-22do not need the DPME parts anymoreTheo de Raadt
2011-05-22Dynamic linker speed improvement diff. tested by several sinc k2k11.Dale Rahn
get it in tree now deraadt@, ok by several ports folks. Thanks for the testing.
2011-05-22Fix a problem found where one SOC has a uart implementation that causes busDale Rahn
errors if the fifo is read when the fifo is empty. Dont read an empty fifo. ok deraaadt@ fgsch@
2011-05-22tweak previous;Jason McIntyre
2011-05-22teach smtpd how to listen on an interface group so that we can do:Gilles Chehade
listen on egress listen on wlan idea unvoluntarily suggested by Mikolaj Kucharski a few weeks ago, unslacked after theo suggested it again.
2011-05-22In ddb, when dereferencing a pointer, use sizeof a pointer.Ariane van der Steldt
Enables show map /f *kernel_map to succeed without nullpointer errors on 64-bit archs. ok miod@
2011-05-22regenMark Kettenis
2011-05-22The RD890 entries here are really SR5690/5670/5650 devices.Mark Kettenis
ok deraadt@, krw@
2011-05-22Apply proper rounding for the R command (changing of auto-allocatedOtto Moerbeek
partitions); ok krw@
2011-05-22sync auto-allocation table with codeOtto Moerbeek
2011-05-22socppc is a pure MBR architecture (just like landisk and armish), soTheo de Raadt
it does not need macppc DPME logic ok kettenis
2011-05-22fix examples so they stay do not use external utilities and do not referGilles Chehade
to external domains prompted by deraadt@
2011-05-22Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()Claudio Jeker
because either the info is already available in struct pd or easy to figure out. Makes pf_test() and pf_test6() even more similar (with the target to remove one of them in the near future). OK henning@
2011-05-22zap unused varOtto Moerbeek
2011-05-22In addition to relative resizing, allow absolute resizing of partitionsOtto Moerbeek
in auto-allocated labels. ok krw@ sthen@
2011-05-22Enable ath(4)Martin Pieuchot
ok deraadt@
2011-05-22syncTheo de Raadt
2011-05-22better document what happens at system shutdown;Jason McIntyre
much discussion/help/ok ajacoutot schwarze
2011-05-22- new sentence, new lineJason McIntyre
- space needed before punctuation
2011-05-22fix pathnameTheo de Raadt
2011-05-21Add a (failing atm) regress test for when a library moves from a packageLandry Breuil
to another without minor being bumped and a package depending on it needs to be updated, like what happened in the thunar-vfs-1 @lib split from thunar-1.0.x to thunar-vfs 1.2.x package.
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Document pci_intr_map_msi(9).Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21remove unused commented structureGilles Chehade
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21until now the map_backend API was not really useful for backends that areGilles Chehade
not key/val stores. refactored a bit so that smtpd can really take advantage of backends. preliminary work for ldap support ;-) no functionnal change
2011-05-21regen with autoconf-2.59, automake-1.9Jakob Schlyter
2011-05-21remove annoying log_debug()Gilles Chehade
2011-05-21resolve conflicts and regen configure using autoconf-2.65Jakob Schlyter
2011-05-21NSD v3.2.8Jakob Schlyter
2011-05-21these log_debug()s should not have been committed :)Gilles Chehade
2011-05-21when a user add himself to his own ~/.forward, the delivery method was notGilles Chehade
reset by ruleset matching and since it was cleared upon entering lka_session_resolve_node(), it would trigger a fatal().
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21make the "no DH parameters" warning a log_info()Gilles Chehade
2011-05-21"for all" does not necessary apply to relay rules, so do not forget to lookGilles Chehade
for an alias map. fixes "accept from all for all alias myaliases deliver to mbox" and makes thib "super happy" ok thib@
2011-05-21First stab at suporting Message Signaled Interrupts on amd64. UnfortunatelyMark Kettenis
this code differs somewhat from the i386 code because the amd64 interrupt subsystem is quite different. Still disabled like on i386.