summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-23Add bcw_phy_xmitpower().Marcus Glocker
2007-02-23continue collecting lint to be sold as a parsley substitute; ok beckTheo de Raadt
2007-02-23spacingTheo de Raadt
2007-02-23greytrapping improvementsBob Beck
1) remove requirement for <> around spamtrap addresses 2) add support for /etc/spamd/alloweddomains to specify suffixes for which any destinations that don't match get trapped various knf's by theo, feedback from jmc, millert, deraadt
2007-02-23remove some lintTheo de Raadt
2007-02-23signal handler flag must be volatile sig_atomic_tTheo de Raadt
2007-02-23show flag argumentTheo de Raadt
2007-02-23g/c OK_EXIT, it was never used. From Mark Lumsden.Todd C. Miller
2007-02-23Ignore trailing space after "Auto-Submitted: no"Todd C. Miller
Remove an unneeded check for !*p OK deraadt@
2007-02-23mention support for C3100 and C3200; from Martynas VenckusJason McIntyre
help/ok deraadt
2007-02-23support for "Auto-Submitted: no" from Tamas TEVESZJason McIntyre
plus use a list for things not replied to;
2007-02-23add back in character count check by Tamas TEVESZ, though this doesTheo de Raadt
not truly handle trailing whitespace on the line. but that is handled very weakly for other patterns, too.
2007-02-23support for "Auto-Submitted: no" from Tamas TEVESZ; small tweak by millert,Theo de Raadt
ok millert (man page update being done by jmc)
2007-02-23i.e. -> e.g.; ok reykJason McIntyre
2007-02-23tweaks;Jason McIntyre
2007-02-23backout previous revision -- on nfs2 mounts (perhaps only automounted?) itTheo de Raadt
tends to .nfs silly files lying around during high filesystem activity. whatever bug it was trying to fix, it made things worse.
2007-02-23Complement bcw_radio_set_txpower_a().Marcus Glocker
2007-02-23Use sys_signame[] from libc instead of creating a top-specificTodd C. Miller
signame name to number table. Also use strcasecmp() when matching signal names for consistency with /bin/kill. OK deraadt@ henning@ simon@
2007-02-23we also want GENERIC.MP dmesgs to be submitted.Steven Mestdagh
ok deraadt@
2007-02-23Add and activate bcw_radio_init2050 (radio type B).Marcus Glocker
2007-02-23use correct variable in error message: print the filename, not the keyAlexander von Gernler
ok ray@ thib@
2007-02-23Activate bcw_phy_init2060() (type A radio) in bcw_radio_on().Marcus Glocker
2007-02-23Complement bcw_phy_inita(), add bcw_radio_init2060().Marcus Glocker
2007-02-23print the header only once.Marc Espie
okay millert@
2007-02-23Use the maxpacket len from the pipe, not hardcoded. properly dealDale Rahn
with end of frame when it happens to be at end of usb packet.
2007-02-23Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will.Dale Rahn
2007-02-23force usb to send a zero length packet on the end of usb packetsDale Rahn
which happen to be a multple of 64 bytes, to indicate end of packet.
2007-02-23knfTheo de Raadt
2007-02-23Added support for getting host-bridge _BBN from _CRS resourcesJordan Hargrave
suggestions by kettenis ok marco@
2007-02-22in in, spotted by tobyBob Beck
2007-02-22read the exact length for POST requests as specified by theReyk Floeter
content-length header.
2007-02-22this ftruncate is really not needed now, if we're just unlinking.Bob Beck
ok millert@
2007-02-22avoid undefined. closes pr5386.Marc Espie
2007-02-22avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that thisMarc Espie
idiom works.
2007-02-22Problem noticed by Henrik Hellerstedt <henrik@kohina.net>Marc Espie
Fix a really fun bug in pkg_delete: solve_installed_names has to normalize the list of names so that comparing its size vs. its transitive closure is meaningful. Use the classical hash + list to preserve the order. While we're there, use the hash to avoid asking the same questions again and again. After some back&forth with bernd. okay bernd@
2007-02-22Add bcw_phy_lo_b_measure().Marcus Glocker
2007-02-22close 5389 and 5390,Bob Beck
unused variable and a chance to unlink the pidfile without lock if we couldn't kill a preexisting authpf process. spotted by Stefan Krah <sfk1@bigfoot.com>.
2007-02-22Add support for Winbond W83627EHF chips.Mark Kettenis
2007-02-22Dont pass seemingly random numbers down as the flagThordur I. Bjornsson
parameter of pool_init() ok drahn@ no objections miod@
2007-02-22Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they areTodd C. Miller
not used with Heimdal. Add UDP port 749 to DEFBADDYNAMICPORTS_UDP for consistency with DEFBADDYNAMICPORTS_TCP. We retain some Kerberos 4 ports for people running Heimdal in Kerberos 4 compat mode. OK deraadt@ beck@
2007-02-22Modernize the spamd.conf blacklist examples:Bob Beck
- Nuke SPEWS which is no longer maintained. - Provide link to U of A traplist - Provide link to reformatted Nixspam suspicious sources list ok deraadt@
2007-02-22Revert my previous commit. Kettenis no likey.Marco Peereboom
2007-02-22Added new prefix dump option for obtaining all ACPI filesJordan Hargrave
ok marco@
2007-02-22Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in theMarcus Glocker
bcw_init() path.
2007-02-22If a ,suffix file is given as an arg to ci and co, strip it. AvoidsOtto Moerbeek
potential disasters. Initial diff from niallo@, ok niallo@ joris@
2007-02-22Added changes to dump all tables not just DSDTJordan Hargrave
-o generates files of form <prefix>.<sig>.<num> eg. -o foo generates foo.DSDT.1 foo.FACP.0 foo.MCFG.2 etc ok marco@
2007-02-22Comment out the errmsg printf in hdgetdisklabel() again.Miod Vallat
2007-02-22Halftime for PHY init code, another ~1000 new lines.Marcus Glocker
2007-02-22syncTheo de Raadt
2007-02-22sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theoHenning Brauer