summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-10-15kernel/5592: yield() between copying out large chunks of random data toDamien Miller
2008-10-14Now mpls_input() handles ipv4 and ipv6 explicit null labels.Michele Marchetto
2008-10-14Back-in; problems were apparently elsewhere.Philip Guenthe
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-14remove C99/C++ style commentsJonathan Gray
2008-10-14Don't be so pessimistic about the prospects of getting aJonathan Gray
2008-10-13Almost complete rewrite of iwn(4).Damien Bergamini
2008-10-13disable the pcb linking for udp for the moment since there is some weirdHenning Brauer
2008-10-12Some more cleanup. No binary change.Marco Pfatschbacher
2008-10-12Reduce diff to macppc version.Mark Kettenis
2008-10-12Adjust for redesigned powerpc interrupt architecture.Mark Kettenis
2008-10-12if converters in a group are not needed to satisfy the requirementsJacob Meuser
2008-10-12add azalia_codec_disconnect_stream(), a function to direct allJacob Meuser
2008-10-12Make vcons(4) interrupt driven.Mark Kettenis
2008-10-12Add interrupt support.Mark Kettenis
2008-10-12If re_attach() fails at any point make sure to disestablish variousBrad Smith
2008-10-11Use hardware timer to simulate interrupt moderation. Old devices will noBrad Smith
2008-10-11Make sure no two pppoe devices share the same sc_unique identifier. WhileMiod Vallat
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-10-11Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOKMark Kettenis
2008-10-11For none interrupt endpoints call the xfer done function beforeMarcus Glocker
2008-10-10Enable PCIe snooping on the remaining ATI/NVIDIA chipsets.Brad Smith
2008-10-10Use the MI random() for all cases; no need for a MD version since itTheo de Raadt
2008-10-10minor 3 was /dev/prandom, which used random(). make that use theTheo de Raadt
2008-10-10back out previous change. Another panic, not as frequent, andDavid Hill
2008-10-10Comment out statekey code to stop 'panic: soreceive 3', whichDavid Hill
2008-10-10backout; is causing some people difficultyTheo de Raadt
2008-10-10- add and enable rum(4)Jasper Lievisse Adriaanse
2008-10-10missing spl() for codec command setting/retrievalJacob Meuser
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Set hardware timer according to bus clock speed.Brad Smith
2008-10-09Skip memory areas smaller than 1 MB above the 16 MB boundary to deal withMark Kettenis
2008-10-09replace M_WAITOK with M_NOWAITCharles Longeau
2008-10-09Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ)Theo de Raadt
2008-10-09remove a dead store.Charles Longeau
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-10-09pass NULL rather than 0 for interrupt time usage to calcru()Kevin Lo
2008-10-09Use the reference count in struct process to update the proc countPhilip Guenthe
2008-10-09Put a reference count in struct process to prevent use-after-freePhilip Guenthe
2008-10-09Add fallback ioctl handlers for MTU and multicast to ether_ioctl().Brad Smith
2008-10-09stop waiting for the printer to become ready, see PR 5427 for moreTheo de Raadt
2008-10-09Use ether_ioctl().Brad Smith
2008-10-09cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-08cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-08syncDamien Bergamini
2008-10-08new PCI ID for Intel WiFi Link 5350.Damien Bergamini
2008-10-08better commentsOleg Safiullin
2008-10-08Older IT8712F chips have 8-bit watchdog timeout counter.Oleg Safiullin
2008-10-08As the Option N.V. Globetrotter HSDPA Modem is not compatibleYojiro Uo