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