summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-23Belkin USB to LAN -> Belkin F5D5050Jonathan Gray
2007-02-23add missing copyright; ConstantineTheo de Raadt
2007-02-23Make spamd include the HELO/EHLO identification string sent byBob Beck
the connecting hosts in the tuple key when greylisting. catches a few more bogus hosts and will let us trap based on HELO later. Changes spamdb(8) output to include the new field. ok deraadt@, jmc@
2007-02-23register is so 1980, plus knfTheo de Raadt
2007-02-23Add bcw_phy_lo_g_state().Marcus Glocker
2007-02-23leave unspecified fields blank; ok deannaTheo de Raadt
also, fix two logic errors in switches.
2007-02-23Another two missing htoleX() for big endian support. Still more missingClaudio Jeker
but now I'm able to receive packets on macppc. OK mglocker@
2007-02-23Print safari error log register if we get a safari interrupt.Mark Kettenis
2007-02-23forgot to list the display in one placeTheo de Raadt
2007-02-23knfTheo de Raadt
2007-02-23Add a display for hardware sensors, available with :sensors.Deanna Phillips
ok deraadt, jmc
2007-02-23Establish pci error interrupt after we're done fiddling with schizo's registersMark Kettenis
instead of when we're halfway through.
2007-02-23hide all the things userland should not see, so that this file can beTheo de Raadt
pulled into get at pcireg_t. otherwise it would hit nasty _KERNEL stuff; discussed with miod and dlg
2007-02-23if machine has more than 100MB of physmem, default the max table entriesTheo de Raadt
to 200,000 instead of the conservative 100,000; ok dhartmei beck tested by ckuethe
2007-02-23Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg().Marcus Glocker
2007-02-23Complement and fix a bunch of things in bcw_radio_select_channel().Marcus Glocker
2007-02-23how about we use a release-specific output filename....Theo de Raadt
2007-02-23Add missing routine to just allow a number in a given range. ReplacesMarcus Glocker
some /* XXX */ lines.
2007-02-23make dequotetolower use regular string functions instead of the manualBob Beck
walk with mutiple conditions in the loop. ok deraadt@
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.