summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-02-09Fix the lock order reversal problem in the code that stops tracedMark Kettenis
2014-02-09use linux style memory allocations in radeonJonathan Gray
2014-02-09use linux style memory allocations in ttmJonathan Gray
2014-02-09add some more linux compat functions for memory allocationJonathan Gray
2014-02-09regenPhilip Guenther
2014-02-09nanosleep() isn't actually NOLOCK safe yet: tsleep() still requires kernelPhilip Guenther
2014-02-08Do not bzero() the available memory in pmap_bootstrap(); allocations inMiod Vallat
2014-02-08For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18Miod Vallat
2014-02-08Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with aMiod Vallat
2014-02-08Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-02-08Add extent_alloc_with_descr(9) as a wrapper aroundMark Kettenis
2014-02-08Be conservative about the resources the controller advertises forChris Cappuccio
2014-02-08Stop disablng/enabling interrupts in the interrupt handler forChris Cappuccio
2014-02-08Some (if not all) G5 systems use a different layout for the physical memoryMiod Vallat
2014-02-08Initializing the time from an uninitialized variable isn't a very good idea.Mark Kettenis
2014-02-08Don't unmask interrupts that should be left blocked because we're at aMark Kettenis
2014-02-08Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memoryMiod Vallat
2014-02-08Allow page table entries to be either 32 bits wide (the existing state of theMiod Vallat
2014-02-08only copy wmesg if wchan, after chatting with guenther and millert.Ted Unangst
2014-02-07Initializing the time from an uninitialized variable isn't a very good idea.Mark Kettenis
2014-02-07Make carp send IPv6 neighbour advertisements with the 'router' flagStefan Sperling
2014-02-07Borrow the sparc installboot a.out nlist code, for /usr/mdec/bootxx is stillMiod Vallat
2014-02-06missing define for qla2100 supportJonathan Matthew
2014-02-06revert some HID changes that broke on older modelsjoshua stein
2014-02-06add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_plaTed Unangst
2014-02-06parenthesis to make the math right. ok beck kettenisTed Unangst
2014-02-06Almost-working QLA2100 support. This appears to be the best I can do forJonathan Matthew
2014-02-06Fix an MP race in the fpu context saving code; from NetBSD.Miod Vallat
2014-02-05We're never going to detach the host bridge on our machines.Mark Kettenis
2014-02-05We have WARN_ONCE now.Mark Kettenis
2014-02-05Do proper error handling in the fault handler. Fixes spurious SIGSEGVs asMark Kettenis
2014-02-05Kill some dead code.Martin Pieuchot
2014-02-05after running myx(4) without biglock in production for a few daysDavid Gwynne
2014-02-05Avoid calling delay(9) between checking and clearing the interrupt status bits.Mark Kettenis
2014-02-05Punt on handling responses if we haven't allocated the response queue yet.Mark Kettenis
2014-02-05- Recognize BCM5762 A0 chipset.Brad Smith
2014-02-05tiny style adjustmentsTed Unangst
2014-02-04Add WARN_ONCE.Mark Kettenis
2014-02-04Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in theMiod Vallat
2014-02-04Make sure the USB device pointer is valid even if attach fails sinceMartin Pieuchot
2014-02-04Revert part of rev 1.329 that involved bringing in some code from FreeBSDBrad Smith
2014-02-04reduce the length of some pool names. ok deraadt guenther mpiTed Unangst
2014-02-04rearrange a few fields to reduce internal padding in struct procTed Unangst
2014-02-03Check if the device is being detached when returning from tsleep() andMartin Pieuchot
2014-02-03Fix a null dereference introduced when converting this driver to useMartin Pieuchot
2014-02-03Make sure sched_init_cpu() on the secondary processors is invoked with theMiod Vallat
2014-02-03use the same option as isp(4) to build without firmware.Jonathan Matthew
2014-02-02Force an fpu context synchronization before halting secondary processors.Miod Vallat
2014-02-02To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-02-02Brainboxes BB16PCI958. Contributed by Eric Huiban, thanks!Miod Vallat