Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-20 | Allocate memory for env->sc_ssl like in smtp; ok gilles@ | Jacek Masiulaniec | |
From: Josh Elsasser <josh@elsasser.org> | |||
2009-06-20 | If the user didn't specify a kernel, pass in NULL to kvm_openfiles() | Todd C. Miller | |
so it can try /dev/ksyms. The first call to kvm_openfiles() was already correct. | |||
2009-06-19 | Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad. | Christian Weisgerber | |
2009-06-19 | Quiet a gcc warning | Todd C. Miller | |
2009-06-19 | Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes. | Miod Vallat | |
2009-06-19 | When operating in liberal mode, retain labels even if they aren't learnt | Michele Marchetto | |
from current nexthop. ok laurent@ | |||
2009-06-19 | Some more defines for bge(4). Mainly bits for accessing | Christian Weisgerber | |
info from the firmware. Some of it will be required for further work on both older and newer chipsets. Gleaned from the Linux tg3 driver. From Brad. | |||
2009-06-19 | Tidy up allocation of transmit DMA maps and generalize it to also | Christian Weisgerber | |
tidy up allocation of receive DMA maps. Previously the driver was using DMA maps off the free list without fully allocating them, in order to save two or three lines releasing them on error paths. This was causing it to reuse a map already in use when under load. From NetBSD. Revert a workaround against a NULL pointer dereference on alpha when invoking bus_dmaamp_sync. All submitted by Brad. | |||
2009-06-19 | after long discussion with many... | Henning Brauer | |
ifconfig <if> inet6 used to print all inet6 addresses, and last not least the installer relies on that behaviour. so don't. to turn inet6 on again you have to assign any inet6 address or run rtsol. nobody happy about this asymmetry, but that is the best we could come up with for now. | |||
2009-06-19 | - uppercase the column headers for consistency with other views | Jasper Lievisse Adriaanse | |
2009-06-19 | They're DPME partitions, not DPMI partitions. | Kenneth R Westerback | |
ok miod@ drahn@ | |||
2009-06-19 | Document the defer option for pfsync(4) interfaces. ok dlg@ | Stuart Henderson | |
2009-06-19 | format comment so source code fits on a 80-column display. | Igor Sobrado | |
2009-06-19 | - add two new views to systat, 'nfsserver' and 'nfsclient'. | Jasper Lievisse Adriaanse | |
output is similar to nfsstat(1), but it allows for better monitoring/debugging tricked into by and "i love this" thib@ ok canacar@ | |||
2009-06-19 | sync to 1.7.19: more elegant section handling | Ingo Schwarze | |
2009-06-19 | Always report 0 as the minimal brightness level to wscons. This results in | Mark Kettenis | |
more reasonable brightness level reporting. In particular we won't report 0% if the lowest level supported by the hardware doesn't completely turn the backlight off. ok marco@, pirofti@ | |||
2009-06-19 | Either jordan or jsing left some debug prints behind. tsk tsk. | Marco Peereboom | |
pointed out by todd. | |||
2009-06-19 | Don't create bogus hosts file entries if too few parameters are | Kenneth R Westerback | |
passed to addhostent(). Noticed by sthen@ and jsing@. ok halex@ deraadt@ | |||
2009-06-19 | sync to 1.7.19: escape sequences of the forms \*x and \*(xx are deprecated | Ingo Schwarze | |
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 |