summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-06-28enable octdwctwo and add umassJonathan Matthew
2015-06-28Convert list_head lists into TAILQs and LISTs and fix up header includesJonathan Matthew
2015-06-28LDT is gone and not coming backPhilip Guenther
2015-06-28Split AST handling from trap() into ast() and get rid of T_ASTFLT.Philip Guenther
2015-06-28Split AST handling from trap() into ast() and get rid of T_ASTFLTPhilip Guenther
2015-06-27uvm_pmr_get1page() should return psize_t, not int; dhill@Miod Vallat
2015-06-27Pass bus_space tag and handles to the QE_{WR,RD}CR macros, instead of assumingMiod Vallat
2015-06-27Memory leak in attach if uballoc() fails; Brainy/Maxime VillardMiod Vallat
2015-06-27MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is definedDavid Gwynne
2015-06-26Completely skip entries for disabled LAPICs so they don't overwritePhilip Guenther
2015-06-26Add Linux completion API and use it.Mark Kettenis
2015-06-26remove __cpu_cas and use atomic_cas_ulong instead.David Gwynne
2015-06-26There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.Mark Kettenis
2015-06-26rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_David Gwynne
2015-06-26Revert previous. uvideo checks the transfered length of every frame andMartin Pieuchot
2015-06-26move the ppc mplock implementation from macppc to powerpc.David Gwynne
2015-06-26Do not compare against a null string. When ofw_find_keyboard() is runMartin Pieuchot
2015-06-26Adapt to the removal of the symbolic input and output port names fromMiod Vallat
2015-06-25Cards with revision < 10 (qemu rev is 0), have no ad1848 chip andAlexandre Ratchov
2015-06-25Ensure the setup block is DMA reachable.Theo de Raadt
2015-06-25OF_getprop() returns an int, so comparing its return value against sizeof castsMiod Vallat
2015-06-25Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed.Jonathan Matthew
2015-06-25Properly deliver broadcast-like packets to the network stack.Martin Pieuchot
2015-06-25No more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah!Martin Pieuchot
2015-06-25Move brige(4)'s output hook outside of ether_output().Martin Pieuchot
2015-06-25Check for correct rdomain in if_output() rather than in ether_output().Martin Pieuchot
2015-06-25Use a single event counter for IPIs like other archs do.Martin Pieuchot
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-25you need to include ddb/db_output.h so you know how to call db_printfDavid Gwynne
2015-06-25fix format string in MP_LOCKDEBUG codeDavid Gwynne
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-06-24Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift ofMiod Vallat
2015-06-24Uninitialized variables; pedro@Miod Vallat
2015-06-24Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full;Miod Vallat
2015-06-24#undef HZ before defining it such that compiling a kernel with -DHZ=xxx works.Mark Kettenis
2015-06-24fauls -> faultsMiod Vallat
2015-06-24Linux jiffies and OpenBSD ticks are the same thing.Mark Kettenis
2015-06-24Attempt to explain how this device works. Based upon a private mail I wroteMiod Vallat
2015-06-24Do not quiesce the firmware on Quad G5 to let it manage the fans.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Quirk needed for SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24regenMartin Pieuchot
2015-06-24SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues whenMartin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-24Introduce Linux work queue APIs and use them. As a side-effect, this willMark Kettenis
2015-06-24Remove a couple of unused and old #defines that discussed phys and virtMike Larkin
2015-06-24reenable the pool gc task.David Gwynne
2015-06-23Disable some of the pmap_emulate_reference() DEBUG checks if optionMiod Vallat
2015-06-23In the copy(9) function, make sure to remember curproc accross the bcopy()Miod Vallat