Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-31 | Use understandable messages when the per-xfer poison value is incorrect. | Martin Pieuchot | |
Prodded by a comment from stsp@. | |||
2014-10-31 | The config logic with "rl needs-flag" got | Jonathan Gray | |
removed back in 2011. Remove code under #if NRL > 0. ok miod@ | |||
2014-10-31 | remove a duplicate pckbdvar.h include under NGSCKBD > 0 | Jonathan Gray | |
gsckbd was removed back in 2008 so this was never defined. | |||
2014-10-31 | remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0 | Jonathan Gray | |
where cy.h is not included. discovered with a script from guenther@ | |||
2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 | Jonathan Gray | |
now wsdisplay_suspend() will run on suspend | |||
2014-10-31 | Fix a missing include in amd64 pmap.c that resulted in an erroneous memory | Mike Larkin | |
map entry being entered in uniprocessor (UP) kernels. Multiprocessor (MP) kernels not affected. ok guenther, deraadt | |||
2014-10-30 | XFER_FREE is not used, ciao. | Martin Pieuchot | |
2014-10-30 | muliply to get correct size for free. reported by kspillner | Ted Unangst | |
2014-10-30 | Do not use void * for pointer artithmetics, it's a GNU extension, from | Martin Pieuchot | |
Patrick Wildt. | |||
2014-10-30 | Do not enable interrupts before attaching usb(4), fix a panic when an | Martin Pieuchot | |
Express Card is plugged with USB devices on it. While here do not print an unitialized error value if xhci_init() fails, from Patrick Wildt. | |||
2014-10-30 | Calculate the Route String when attaching a new device. This is still | Martin Pieuchot | |
not enough to attach Super Speed devices below USB 3 hubs, but we're getting there. While here reset `acten` when re-enqueuing an interrupt transfers. | |||
2014-10-30 | zero the correct size, then free it. | Ted Unangst | |
2014-10-30 | add some sizes to free() | Ted Unangst | |
2014-10-28 | Select a proper source address when the bound address is | YASUOKA Masahiko | |
INADDR_BROADCAST the same as INADDR_ANY. ok mpi | |||
2014-10-28 | Fix pipex(4) to return multicast packets to the caller so that npppd can | YASUOKA Masahiko | |
handle them. Also use M_NOWAIT for copying a multicast packet. | |||
2014-10-28 | Initialize the lists of the hash tables and the virtual pipex | YASUOKA Masahiko | |
sesssion for multicast in proper way. | |||
2014-10-28 | Fix pipex(4) to initialize DF bit in IP header for L2TP message. | YASUOKA Masahiko | |
Without this, the packets larger than the minimum MTU on the routes to the L2TP peer had been dropped. | |||
2014-10-28 | the if_rxring accounting would get screwed up if the first mbuf to | David Gwynne | |
be put on the ring couldnt be allocated. this pulls the code that puts the mbufs on the ring out of myx_rx_fill so it can return early if firstmb cant be allocated, which puts it in the right place to return unused slots to the if_rxring. this means myx rx wont lock up if you're DoSsed to the point where you exhaust your mbuf pools and cant allocate mbufs for the ring. ok jmatthew@ | |||
2014-10-27 | Remove the spilling code for IBAT register and set up the first IBAT register | Mark Kettenis | |
to cover the first 8 MB of memory such that it covers kernel .text and not much else. This is a first step towards W^X in the kernel for machines with G4 and older processors. ok mpi@ | |||
2014-10-27 | Remove execute permission from most pages in the kernel pmap. This is a first | Mark Kettenis | |
step towards W^X in the kernel, even though it is only effective on machines with a G5 processor. ok mpi@ | |||
2014-10-27 | Stop supporting wsmoused and X in parallel. This code is racy and | Martin Pieuchot | |
known to break mice upon resume. ok shadchin@ | |||
2014-10-27 | use #ifdef DDB for Debugger() | Jonathan Gray | |
2014-10-26 | Now that threads hold their own reference to their ucreds, sys_ktrace() | Philip Guenther | |
doesn't need to hold an extra reference during the call ok deraadt@ millert@ | |||
2014-10-26 | uvm_km_valloc -> km_alloc | Mark Kettenis | |
2014-10-26 | Add resource tracking for PCI ROMs. | Mark Kettenis | |
ok deraadt@ | |||
2014-10-26 | - add board type of edgerouter pro | Jasper Lievisse Adriaanse | |
- don't attach octrtc on the edgerouter pro either openbsd boots fine on this system, but as there's no ethernet support yet there's no storage at all right now. ok pirofti@ | |||
2014-10-26 | define octeon model cn61xx pass 1.1 | Jasper Lievisse Adriaanse | |
ok pirofti@ | |||
2014-10-26 | Read the section header string table in the boot blocks' memory, not in the | Miod Vallat | |
loaded image area. | |||
2014-10-26 | Don't forget to free() the malloc()s. | Miod Vallat | |
2014-10-25 | Don't let qlw attach to non-sun4m yet, as this driver currently depends upon | Miod Vallat | |
sun4m's iommu for bus_dma. (Guess what task just hit my todolist...) | |||
2014-10-25 | Remove vmmap; it isn't used. | Mark Kettenis | |
ok jsing@ | |||
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis | |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis | |
ok mpi@ | |||
2014-10-25 | Add and enable qlw at sbus. Tested on QLGC,isp | Miod Vallat | |
2014-10-25 | Don't attempt to suspend/resume a partially attached drm(4) driver. | Mark Kettenis | |
Fixes a crash upon resume with an ATI FireMV 2400 card. ok jsg@ | |||
2014-10-25 | Display uvmexp.zeropages in ddb's `show uvmexp' command. | Miod Vallat | |
2014-10-25 | Do not launch the page zeroing thread on MULTIPROCESSOR m88k systems. This | Miod Vallat | |
causes a deadlock between reaper and zerothread I am currently investigating. | |||
2014-10-25 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis | |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo | |
Compiles on i386, which is the only architecture where COMPAT_LINUX is enabled at the moment. "If it compiles, go ahead" pirofti@ | |||
2014-10-24 | Always put controller into known state before device intialization. | Brad Smith | |
From FreeBSD ok sthen@ chris@ | |||
2014-10-24 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis | |
2014-10-24 | Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9). | Mark Kettenis | |
2014-10-24 | obvious sizes for free | Ted Unangst | |
2014-10-24 | Fix indentation of closing brace. | Alexander Bluhm | |
From Florian Riehm | |||
2014-10-23 | Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSD | Miod Vallat | |
2014-10-23 | Correctly set up the HPMC trap entry: according to the PA-RISC Firmware | Miod Vallat | |
Architecture Reference Specification, the sum of the 8 trap entry words *and* of the payload which address and length are to be set at well-known positions in the aforementioned trap entry, needs to be zero; the existing code was only enforcing that the sum of the trap entry words is zero. This matches what Linux and NetBSD do. ok kettenis@ | |||
2014-10-23 | In the various desidhash_*() functions, make sure we clear the `set to clear' | Miod Vallat | |
bit fields with their right sizes (the L2PARERR field on PCXL processors being 4 bits wide, not 1 bit), and make comments consistent accross these functions. ok kettenis@ | |||
2014-10-23 | Revert limiting physmem to 2GB; the culprit was likely in uvm and uvm has | Miod Vallat | |
changed a lot in the last 5 years; verified to work on a 3GB system, in snapshots for a few weeks already. | |||
2014-10-23 | Now that gcc2 is gone revert the removal of anonymous unions, means not ↵ | Brad Smith | |
having to modify various third party apps using the V4L2 API to build on OpenBSD specifically. "I think this is the right thing to do" miod@ "Fine with me." sthen@ | |||
2014-10-23 | pools lock themselves now, we just have to tell them what IPL they | David Gwynne | |
will be used from. this adds pool_setipl at IPL_VM to the crypto descriptor pools, and removes all the splvm handling around the use of those pools. tested by many via tech@ ok kettenis@ deraadt@ |