Age | Commit message (Expand) | Author |
2009-02-22 | Don't enforce a minimum size for nkmempages by default; if the computed | Miod Vallat |
2009-02-22 | add missing headers | Charles Longeau |
2009-02-22 | In icmp6_mtudisc_update make sure that the requested MTU is not less then | Claudio Jeker |
2009-02-22 | Make Yukon-2 FE+ (88E8040, 88E8042) work. | Mark Kettenis |
2009-02-22 | Make 88E3016 actually work. | Mark Kettenis |
2009-02-22 | Document ddb.trigger. | Joel Sing |
2009-02-22 | Untested FB-DIMM decoding adapted from changes made to NetBSD | Jonathan Gray |
2009-02-22 | put repeated inet_ntop calls into new func ss_to_text, which uses | Jacek Masiulaniec |
2009-02-22 | simplify qwalk() error handling; ok gilles@ | Jacek Masiulaniec |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2009-02-22 | split synopsis and the options list according to functionality; | Jason McIntyre |
2009-02-21 | dma_cachectl() bye-bye. | Miod Vallat |
2009-02-21 | No need to use special copy{from,to}buf for MVME376, the board's buffers | Miod Vallat |
2009-02-21 | Previous delay() fix broke 1x2 boards. Make sure delay() works on them | Miod Vallat |
2009-02-21 | we use kvm_openfiles() not kvm_open(); Amarendra Godbole | Theo de Raadt |
2009-02-21 | Properly convert dates between timezones before comparison. | Tobias Stoeckmann |
2009-02-21 | Added missing newlines in error messages. | Tobias Stoeckmann |
2009-02-21 | Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we need | Miod Vallat |
2009-02-21 | Get rid of 88110 nmi stacks. This was a good idea, but I outsmarted myself | Miod Vallat |
2009-02-21 | fix grammar | Joris Vink |
2009-02-21 | Pretty up installed hosts file by using tabs between address and | Kenneth R Westerback |
2009-02-21 | use FILE_ON_DISK flags when we need to verify if a file | Joris Vink |
2009-02-21 | bump to match release version | Joris Vink |
2009-02-21 | use file_flags for 2 more reasons: | Joris Vink |
2009-02-21 | in cvs_mkpath() always look for an existing CVS/Repository file | Joris Vink |
2009-02-21 | correct Set-sticky and Clear-sticky responses to | Joris Vink |
2009-02-21 | overzealous cut/paste; found by Vladimir Kirillov <proger@uaoug.org.ua> | Marco Peereboom |
2009-02-21 | cleanup of CVSROOT, we have no need for cr_flags, | Joris Vink |
2009-02-21 | alter cvs_file_get() so it takes flags instead of one set | Joris Vink |
2009-02-21 | sync manpages with recent device additions to umsm(4) and the moving | Felix Kronlage |
2009-02-21 | Fix a kernel crash for bulk devices when closing the video stream; | Marcus Glocker |
2009-02-20 | This should get me nominated for the ``stupidest bug of the year'' award. | Miod Vallat |
2009-02-20 | When looping to process external interrupts, do not complain (and panic) | Miod Vallat |
2009-02-20 | atomic_{set,clear}bits_int were not safe enough on 88110 systems, as they | Miod Vallat |
2009-02-20 | Let M188 kernel compile. | Miod Vallat |
2009-02-20 | Oops didn't mean for Debugger() to remain there. | Marco Peereboom |
2009-02-20 | Let the sdmmc adapters tell the sdmmc layer how much sectors they can | Miod Vallat |
2009-02-20 | purge /enqueue at startup; ok gilles@ | Jacek Masiulaniec |
2009-02-20 | Tweak debug printf. | Mark Kettenis |
2009-02-20 | Make sure we have enough space in the LDC transmit queue to send a DRING_DATA | Mark Kettenis |
2009-02-20 | Fix "Received: from" headers | pea |
2009-02-20 | Ensure that bpf_mtap() is always called at the same interrupt priority | Joel Sing |
2009-02-20 | Add Sony VGP-VCC9 Camera (Ricoh chipset) to the quirk list. | Marcus Glocker |
2009-02-20 | regen | Marcus Glocker |
2009-02-20 | Add Sony VGP-VCC9 Camera (Ricoh chipset). | Marcus Glocker |
2009-02-20 | Add more Ricoh chipsets to the quirk list which could work. | Marcus Glocker |
2009-02-20 | Don't attach non-UISUBCLASS_VIDEOCONTROL interfaces from some quirk | Marcus Glocker |
2009-02-20 | thrsigdivert() takes a sigset_t, not a pointer to one. Detected by | Philip Guenthe |
2009-02-20 | apparently all the other libraries get linted, so I'll just have to live with it | Ted Unangst |