Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-28 | SBus parallel port driver, from NetBSD but untested (no printer or cables); | Miod Vallat | |
this should hopefully stop people from asking me about it (-: | |||
2007-02-28 | Adjust residual counter for esp wide transfers; from NetBSD | Miod Vallat | |
2007-02-28 | do status dampening for OK status as well, i. e. | Henning Brauer | |
if a sensor is always bad, but sometimes goes OK for only a few seconds, we want to ignore that bogus change as well also fix setting if last_val. from Constantine, ok mickey | |||
2007-02-28 | when allocating an xfer, preinit several values according to the port its | David Gwynne | |
destined for. add ata_exec, which will push the xfer on the right path. | |||
2007-02-28 | stash a pointer to the atascsi instance in ata_port structs. the completion | David Gwynne | |
routine will take a pointer to ata_xfer, not a void *. add some states and flags for the xfers, and some values for the hba to return when processing them. | |||
2007-02-28 | we allocate an array of pointers, so we should bzero an array of pointers, | David Gwynne | |
not an array of ints. | |||
2007-02-28 | - NOTES -> CAVEATS | Jason McIntyre | |
- use escapes for <> | |||
2007-02-28 | use mdoc macros; | Jason McIntyre | |
2007-02-28 | new sentence, new line; | Jason McIntyre | |
2007-02-28 | Another round of makro killing. Kill _ACX_CONF_FUNC() and replace all | Claudio Jeker | |
calls with acx_set_conf()/acx_get_conf(). OK mglocker@ | |||
2007-02-28 | Fix a ieee80211_node refcount leak -- the node lookup is done in | Claudio Jeker | |
ieee80211_encap() so there is no need to do call ieee80211_find_txnode() beforehands. OK mglocker@ | |||
2007-02-28 | regen | Jakob Schlyter | |
2007-02-28 | avoid line wrap; | Jason McIntyre | |
2007-02-28 | remove bogus warning regarding OpenSSL | Jakob Schlyter | |
2007-02-28 | spell maintenance correctly | David Krause | |
2007-02-28 | spelling | David Krause | |
2007-02-28 | sync | Theo de Raadt | |
2007-02-28 | gmate was wrong, add something else | Theo de Raadt | |
2007-02-28 | various spelling corrections | David Krause | |
2007-02-28 | spamd.conf lives in /etc/mail now; ok millert@ beck@ | David Krause | |
2007-02-28 | double word: be be | David Krause | |
2007-02-28 | double word: a a | David Krause | |
2007-02-28 | Remove expired keys periodically so they don't remain in memory when | Darren Tucker | |
the agent is entirely idle, as noted by David R. Piegdon. This is the simple fix, a more efficient one will be done later. With markus, deraadt, with & ok djm. | |||
2007-02-28 | spelling: Multicast not Mutlicast | David Krause | |
2007-02-27 | Update tcp checksum offloading support status. From brad@. | Mark Kettenis | |
2007-02-27 | spacing | Theo de Raadt | |
2007-02-27 | fix -b breakage - make greylisting actually be on by default | Bob Beck | |
2007-02-27 | nicer panic; kettenis ok | Theo de Raadt | |
2007-02-27 | Enable HW Tx checksum offloading and VLAN tag insertion. From brad@. | Mark Kettenis | |
2007-02-27 | Don't strip off VLAN tags. From brad@. | Mark Kettenis | |
2007-02-27 | Fix some comments. | Mark Kettenis | |
2007-02-27 | Add md5 to the list of unsecure checksums. Adapted from a diff by | Todd C. Miller | |
Tamas TEVESZ. | |||
2007-02-27 | Cut away some dead wood. | Mark Kettenis | |
2007-02-27 | fix spelling of processors | David Krause | |
2007-02-27 | Compile with -O1 on sh for now. | Miod Vallat | |
2007-02-27 | Recognize OpenBSD/sh core dumps. | Miod Vallat | |
2007-02-27 | include alipm, but disabled; ok kettenis | Theo de Raadt | |
2007-02-27 | +sasyncd.conf; ok henning@ | David Krause | |
2007-02-27 | spaces | David Krause | |
2007-02-27 | please, check it compiles before you commit | Theo de Raadt | |
2007-02-27 | prevent .Em abuse: | Jason McIntyre | |
.Dq for services .Aq for tables | |||
2007-02-27 | Added fix for condref, free storing into value | Jordan Hargrave | |
ok marco | |||
2007-02-27 | forgot to remove this comment; | Jason McIntyre | |
2007-02-27 | - don;t mark up colons | Jason McIntyre | |
- no need for <> for tables - use escapes for <> where needed | |||
2007-02-27 | sha2 hashes are not 5 32-bit ints in size. Just leave out the size | Todd C. Miller | |
in ints since there are multiple flavors. The key point to get across is that when storing as a type > byte it may be necessary to do byte swapping depending on the machine's byte order. Noticed by Tamas TEVESZ. | |||
2007-02-27 | sync | Theo de Raadt | |
2007-02-27 | clarify RPC timeout messages so regular people can understand; ok various | Theo de Raadt | |
2007-02-27 | replys -> replies; | Jason McIntyre | |
2007-02-27 | no -g flag for spamd-setup; | Jason McIntyre | |
2007-02-27 | explain the concepts of black/white/greylisting, briefly; | Jason McIntyre | |
diff from Okan Demirmen, tweaked by myself and beck ok beck |