summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-17proper autoconf attachments; grange@ testing; markus@ okMichael Shalayeff
2004-11-17oops, spotted by pat as alwaysTheo de Raadt
2004-11-17print real/avail/bufcache sizes as unsignedMichael Shalayeff
2004-11-17- \r\n fix for QUIT commandBob Beck
- Implement RSET in spamd - some virus scanning products (notably symantec's viruswall) spew a RSET into the smtp stream before every attempted delivery. (noticed by reitenba@fh-brandenburg.de and some others). This ensures such things can successfully talk to a spamd greylister. ok millert@ henning@
2004-11-17typo, spotted by pedroTheo de Raadt
2004-11-173 more devicesTheo de Raadt
2004-11-17rename to atmelTheo de Raadt
2004-11-17atu(4) on by default, since it is now smallerTheo de Raadt
2004-11-17document the firmware files in /etc/firmware/Theo de Raadt
2004-11-17use the filesystem based firmware loader; dlg okTheo de Raadt
2004-11-17firmware loading; ok pedro tedu dlg miodTheo de Raadt
2004-11-17stuff after #endifTheo de Raadt
2004-11-17use lmin() instead of imin() in sbspace(), ok henning, millertMarkus Friedl
2004-11-17print ipv6 on enc0, too; ok otto, tests by friesMarkus Friedl
2004-11-17ip6_plen does not include the size of the ipv6 header; ok itojunMarkus Friedl
2004-11-17document the new update framework for bulk builds.Marc Espie
2004-11-17Add a small TOC description to the synopsis, since people may not readMarc Espie
long enough to find out about fake, or flavors.
2004-11-17document the update paraphernalia, even though it's still experimental.Marc Espie
2004-11-17off-by-one in process_states[], fixes display of memory; ok deraadt, aaronMarkus Friedl
2004-11-17Improved logging for advertisement failures: Add some carpstats.carps_onomem++Ryan Thomas McBride
when sending advertisements fail due to ENOBUGS, and some CARP_LOG for other failures. From camield@
2004-11-17syncTheo de Raadt
2004-11-17Three mode devices found in the wild, I thinkTheo de Raadt
2004-11-17remove NI_WITHSCOPEIDJun-ichiro itojun Hagino
2004-11-17wrong paren. Patrick LatifiJun-ichiro itojun Hagino
2004-11-17NI_WITHSCOPEID is no more.Jun-ichiro itojun Hagino
2004-11-17fix non-usb buildsTheo de Raadt
2004-11-17pre-syncTheo de Raadt
2004-11-17/etc/firmware directoryTheo de Raadt
2004-11-17enter dev/microcode dirTheo de Raadt
2004-11-17install all 8 filesTheo de Raadt
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-11-17remove bogus printfTheo de Raadt
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-11-17Add missing counters to 'netstat -sp carp' output.Ryan Thomas McBride
From camield@
2004-11-17list licensed filesTheo de Raadt
2004-11-17forgot 2 firmwaresTheo de Raadt
2004-11-17not sparcTheo de Raadt
2004-11-16put copy of license in firmware dir tooTheo de Raadt
2004-11-16fix bit defns for PFLAGsJason Wright
2004-11-16flat firmware file creation and installationTheo de Raadt
2004-11-16more correct error checking, from Joris Vink <amni at pandora dot be>Jean-Francois Brousseau
2004-11-16Strip kernels compiled with DEBUG=-g leaving an unstripped kernel as bsd.gdb.Mark Kettenis
ok miod@
2004-11-16add Joris Vink as an authorJean-Francois Brousseau
2004-11-16Fix for PR3983Ryan Thomas McBride
- Add a new PFSTATE_STALE flag to uncompressed state updates sent as a result of a stale state being detected, and prevent updates with this flag from generating similar messages. - For the specific case where the state->src in the recieved update is ok but the state.dst is not, take the partial update, then "fail" to let the other peers pick up the better data that we have. From Chris Pascoe. ok dhartmei@
2004-11-16Lower interrupt moderation timer to decrease service latency.Brad Smith
From NetBSD ok deraadt@
2004-11-16Call arprequest/ether_output at splsoftnet(). From Chris Pascoe.Ryan Thomas McBride
ok henning@
2004-11-16Add "probability" to BNFMarco Pfatschbacher
ok henning, markus
2004-11-16back out previous commit and put the right change in which correspondsBrad Smith
to what the previous commit message said... Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap).
2004-11-16Set p_stat to SONPROC in cpu_switch() after picking a proc to run.Miod Vallat
2004-11-16Re-implement LQM, this time according to the rfc.Brad Smith
From FreeBSD ok deraadt@