Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | sync to 1.7.19: comment cleanup; no functional change | Ingo Schwarze | |
2009-06-18 | sync to 1.7.19: improved comment handling | Ingo Schwarze | |
2009-06-18 | fix previous: start playback when at least one block of data has | Jacob Meuser | |
been written to the device, instead of waiting for a write(2) when the buffer is or will be over the high water mark. ok ratchov@ | |||
2009-06-18 | complete sync to 1.7.17: garbage collect unused functions | Ingo Schwarze | |
mdoc_msg, mdoc_pmsg, mdoc_vmsg, and mdoc_nwarn | |||
2009-06-18 | sync to 1.7.16: Moved MDOC_TEXT type checks into assertions (should be | Ingo Schwarze | |
caught by parser). Added some FIXME notes in mdoc output (largely that things should be asserted, not caught). | |||
2009-06-18 | sync to 1.7.16: support .Bd -offset left | Ingo Schwarze | |
2009-06-18 | sync to 1.7.16: adjust centering of header lines to groff conventions | Ingo Schwarze | |
2009-06-18 | Traditional header lines for the OpenBSD manual sections. | Ingo Schwarze | |
This is a local change in OpenBSD, not to be merged upstream. ok kristaps@ some time ago | |||
2009-06-18 | sync to 1.7.16: catch overflow of the right margin by the .IP macro | Ingo Schwarze | |
currently, this code is deactivated, anyway | |||
2009-06-18 | sync to 1.7.16: The .Er macro may also be used in sections (3) and (9). | Ingo Schwarze | |
2009-06-18 | sync to 1.7.16: use dedicated warning types for list validation | Ingo Schwarze | |
instead of hand-rolled warnings | |||
2009-06-18 | sync to 1.7.16: footer in new groff style | Ingo Schwarze | |
2009-06-18 | Remove the if (1) that makes blambert@ cry. Appreciated blambert@ | Claudio Jeker | |
2009-06-18 | First sync the descriptor then check if the owner of the descriptor. | Claudio Jeker | |
While there switch some m_freem() to m_free() where only a single mbuf is involved. | |||
2009-06-18 | MCLGETI support for vr(4) interfaces. This will make the newer soekris and | Claudio Jeker | |
Alix boards suck a little bit less because it will be harder to live lock them with traffic. Diff mostly adapted from sis(4). OK kettenis@, dlg@, sthen@ | |||
2009-06-18 | Add other valid chunk state transitions for RAID 1. | Joel Sing | |
ok marco@ | |||
2009-06-18 | Check the set state status rather than always assuming a rebuild has been | Joel Sing | |
requested. Also move the rebuild initialisation code into a separate function whilst here. ok marco@ | |||
2009-06-18 | Fix some typos and whitespace issues. | Joel Sing | |
ok marco@ | |||
2009-06-18 | KNF, okay deraadt@. | Paul Irofti | |
2009-06-18 | Remove support for cancelled NVIDIA MCP7B and add initial support for | Jonathan Gray | |
MCP89. From Brad based on information from Peer Chen @ NVIDIA via Linux. | |||
2009-06-18 | regen | Jonathan Gray | |
2009-06-18 | Remove support for cancelled NVIDIA MCP7B and add initial support for | Jonathan Gray | |
MCP89. From Brad based on information from Peer Chen @ NVIDIA via Linux. | |||
2009-06-18 | fix crypto raid error message | Alexander Hall | |
ok marco@ | |||
2009-06-18 | sync to 1.7.16: make a couple of macros callable, reserve "|", | Ingo Schwarze | |
and some tweaks to .Lk | |||
2009-06-17 | sync to 1.7.16: rename static function printwarn to warn_print | Ingo Schwarze | |
2009-06-17 | Enabled EXPERIMENTAL RAID4/5 discipline | Jordan Hargrave | |
ok marco@ | |||
2009-06-17 | Document raid 4 & 5 | Marco Peereboom | |
2009-06-17 | Bring bioctl back to reality by adding rebuild and documenting RAID 4 & 5. | Marco Peereboom | |
ok jordan | |||
2009-06-17 | Add raid 4 & 5 in create | Marco Peereboom | |
ok jordan | |||
2009-06-17 | Added openings callback; cleanup & KNF | Jordan Hargrave | |
I/O now works reliably ok marco@ | |||
2009-06-17 | Make openings variable instead of maxwu; needed for more exotic raid sets. | Marco Peereboom | |
ok jordan | |||
2009-06-17 | use standard Ds (eight char) indents for tab lists documenting options; | Ingo Schwarze | |
ok kristaps@ | |||
2009-06-17 | strftime returns size_t, not a pointer; no functional change | Ingo Schwarze | |
ok kristaps@ | |||
2009-06-17 | Recommit part of miod's no-coredumps-on-ramdisks diff that got lost in the | Mark Kettenis | |
big uvm backout mess. ok miod@ | |||
2009-06-17 | Correctly handle the carp demote counter in all input cases. | Marco Pfatschbacher | |
E.g. give up the MASTER status if there's a host with a lower demote count, even if it has a higher advskew. At the moment this shouldn't cause any change, but this is a first step towards the removal of the "bump the advskew to 240 in case of errors" hack, without breaking backward compatibility. OK henning@ | |||
2009-06-17 | Force Raid0/4/5 volume size to multiple of stripe size | Jordan Hargrave | |
ok marco@ | |||
2009-06-17 | Make sure xbowmatch() only matches on xbow stanzas. | Miod Vallat | |
2009-06-17 | Make sure we do not coalesce memory ranges from different nodes. | Miod Vallat | |
2009-06-17 | R14000 processors with revision 3 and above are actually R16000 revision | Miod Vallat | |
1 and above, so report them as such. | |||
2009-06-17 | fix endianness issue on BE. | Damien Bergamini | |
2009-06-17 | Check for the correct RTM_VERSION before accessing anything in the rt message. | Claudio Jeker | |
Fixes a SIGBUS seen on alpha by naddy@. OK naddy@, deraadt@ | |||
2009-06-17 | ENOPROTOOPT is non-fatal on recvfrom, can apparently happen with ipvshit | Henning Brauer | |
2009-06-17 | synchronize synopsis and usage. | Igor Sobrado | |
2009-06-17 | remove superfluous spaces around brackets in usage. | Igor Sobrado | |
2009-06-17 | Document the 'defer' ifconfig flag. From me with a few tweaks by dlg@. | Stuart Henderson | |
reads ok to jmc@. | |||
2009-06-17 | Really avoid changing the start of the bounds if we found no LIF | Theo de Raadt | |
a diff by kettenis but he is gone for a day or so | |||
2009-06-17 | remove extra debugging printf(). ok miod@ | Matthieu Herrb | |
2009-06-17 | fix flow data values: first and last time, found by f-kons at yandex ru | Joerg Goltermann | |
OK: sthen@, henning@ | |||
2009-06-17 | do better detection of when we have a better version of the tcp sequence | David Gwynne | |
windows than our peer. this resolves the last of the pfsync traffic storm issues ive been able to produce, and therefore makes it possible to do usable active-active statuful firewalls with pf. lots of testing locally on the production firewalls, also tested by sthen@ | |||
2009-06-17 | Remove __packed from memory structure. No idea what in the wolrd I was | Marco Peereboom | |
smoking but it sure as heck wasn't good. Issue found by jsing on sparc64; tested by jsing and me on various arches. ok deraadt jsing |