Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-23 | Belkin USB to LAN -> Belkin F5D5050 | Jonathan Gray | |
2007-02-23 | add missing copyright; Constantine | Theo de Raadt | |
2007-02-23 | Make spamd include the HELO/EHLO identification string sent by | Bob 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-23 | register is so 1980, plus knf | Theo de Raadt | |
2007-02-23 | Add bcw_phy_lo_g_state(). | Marcus Glocker | |
2007-02-23 | leave unspecified fields blank; ok deanna | Theo de Raadt | |
also, fix two logic errors in switches. | |||
2007-02-23 | Another two missing htoleX() for big endian support. Still more missing | Claudio Jeker | |
but now I'm able to receive packets on macppc. OK mglocker@ | |||
2007-02-23 | Print safari error log register if we get a safari interrupt. | Mark Kettenis | |
2007-02-23 | forgot to list the display in one place | Theo de Raadt | |
2007-02-23 | knf | Theo de Raadt | |
2007-02-23 | Add a display for hardware sensors, available with :sensors. | Deanna Phillips | |
ok deraadt, jmc | |||
2007-02-23 | Establish pci error interrupt after we're done fiddling with schizo's registers | Mark Kettenis | |
instead of when we're halfway through. | |||
2007-02-23 | hide all the things userland should not see, so that this file can be | Theo de Raadt | |
pulled into get at pcireg_t. otherwise it would hit nasty _KERNEL stuff; discussed with miod and dlg | |||
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt | |
to 200,000 instead of the conservative 100,000; ok dhartmei beck tested by ckuethe | |||
2007-02-23 | Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg(). | Marcus Glocker | |
2007-02-23 | Complement and fix a bunch of things in bcw_radio_select_channel(). | Marcus Glocker | |
2007-02-23 | how about we use a release-specific output filename.... | Theo de Raadt | |
2007-02-23 | Add missing routine to just allow a number in a given range. Replaces | Marcus Glocker | |
some /* XXX */ lines. | |||
2007-02-23 | make dequotetolower use regular string functions instead of the manual | Bob Beck | |
walk with mutiple conditions in the loop. ok deraadt@ | |||
2007-02-23 | Add bcw_phy_xmitpower(). | Marcus Glocker | |
2007-02-23 | continue collecting lint to be sold as a parsley substitute; ok beck | Theo de Raadt | |
2007-02-23 | spacing | Theo de Raadt | |
2007-02-23 | greytrapping improvements | Bob 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-23 | remove some lint | Theo de Raadt | |
2007-02-23 | signal handler flag must be volatile sig_atomic_t | Theo de Raadt | |
2007-02-23 | show flag argument | Theo de Raadt | |
2007-02-23 | g/c OK_EXIT, it was never used. From Mark Lumsden. | Todd C. Miller | |
2007-02-23 | Ignore trailing space after "Auto-Submitted: no" | Todd C. Miller | |
Remove an unneeded check for !*p OK deraadt@ | |||
2007-02-23 | mention support for C3100 and C3200; from Martynas Venckus | Jason McIntyre | |
help/ok deraadt | |||
2007-02-23 | support for "Auto-Submitted: no" from Tamas TEVESZ | Jason McIntyre | |
plus use a list for things not replied to; | |||
2007-02-23 | add back in character count check by Tamas TEVESZ, though this does | Theo de Raadt | |
not truly handle trailing whitespace on the line. but that is handled very weakly for other patterns, too. | |||
2007-02-23 | support 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-23 | i.e. -> e.g.; ok reyk | Jason McIntyre | |
2007-02-23 | tweaks; | Jason McIntyre | |
2007-02-23 | backout previous revision -- on nfs2 mounts (perhaps only automounted?) it | Theo 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-23 | Complement bcw_radio_set_txpower_a(). | Marcus Glocker | |
2007-02-23 | Use sys_signame[] from libc instead of creating a top-specific | Todd 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-23 | we also want GENERIC.MP dmesgs to be submitted. | Steven Mestdagh | |
ok deraadt@ | |||
2007-02-23 | Add and activate bcw_radio_init2050 (radio type B). | Marcus Glocker | |
2007-02-23 | use correct variable in error message: print the filename, not the key | Alexander von Gernler | |
ok ray@ thib@ | |||
2007-02-23 | Activate bcw_phy_init2060() (type A radio) in bcw_radio_on(). | Marcus Glocker | |
2007-02-23 | Complement bcw_phy_inita(), add bcw_radio_init2060(). | Marcus Glocker | |
2007-02-23 | print the header only once. | Marc Espie | |
okay millert@ | |||
2007-02-23 | Use the maxpacket len from the pipe, not hardcoded. properly deal | Dale Rahn | |
with end of frame when it happens to be at end of usb packet. | |||
2007-02-23 | Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will. | Dale Rahn | |
2007-02-23 | force usb to send a zero length packet on the end of usb packets | Dale Rahn | |
which happen to be a multple of 64 bytes, to indicate end of packet. | |||
2007-02-23 | knf | Theo de Raadt | |
2007-02-23 | Added support for getting host-bridge _BBN from _CRS resources | Jordan Hargrave | |
suggestions by kettenis ok marco@ | |||
2007-02-22 | in in, spotted by toby | Bob Beck | |
2007-02-22 | read the exact length for POST requests as specified by the | Reyk Floeter | |
content-length header. |