Age | Commit message (Expand) | Author |
2016-01-21 | Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path that | Jonathan Gray |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot |
2016-01-05 | Some implementations of HitSyncDCache() call pmap_extract() for va->pa | Visa Hankala |
2016-01-02 | Take the PHY of iec(4) out of reset before attaching the interface. | Visa Hankala |
2015-12-27 | welcome GENERIC.IP27 MP (dual cpu on O350 now) | Theo de Raadt |
2015-12-25 | Add IPI logic. Assign two additional interrupts for inter-processor | Visa Hankala |
2015-12-25 | Add launch logic for secondary CPUs. The PROM's launch entry point address | Visa Hankala |
2015-12-25 | Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as a | Visa Hankala |
2015-12-25 | Add timecounter for MP. | Visa Hankala |
2015-12-25 | Use the ErrorEPC register for curcpu() on Origin, for now. | Visa Hankala |
2015-12-23 | Execution of the `sync' instruction is not supported by the T-Bus and | Visa Hankala |
2015-12-22 | commited -> committed | mmcc |
2015-12-12 | Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do not | Visa Hankala |
2015-12-10 | comment typo | mmcc |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-12-03 | Let the IP27 kernel build with DEBUG. | Visa Hankala |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-21 | error: too many arguments to function 'ifq_deq_begin' | David Gwynne |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-11-02 | Define KERNBASE in addition to LINK_ADDRESS. | Miod Vallat |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-09-30 | Nuke a #if 0/#endif block and a related variable. No plans to ever make | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). | Kenneth R Westerback |
2015-09-27 | Add IP26 kernels and boot blocks to the installation media. | Miod Vallat |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-26 | xheart_splx() has to restore the interrupt mask even on secondary CPUs | Visa Hankala |
2015-09-24 | IP26 streaming cache controller bus error interrupts are reported as hardware | Miod Vallat |
2015-09-23 | typos | Miod Vallat |
2015-09-22 | Make sure the openbsd.randomdata section is located before the edata symbol. | Miod Vallat |
2015-09-20 | Invoke tfp_IOSyncDCache() from tcc_IOSyncDCache() as well, so that invalidate | Miod Vallat |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-18 | Go back to the previous approach when managing individual HPC DMA descriptors: | Miod Vallat |
2015-09-18 | Fix an uninitialized variable found by Maxime Villard's Brainy. | Visa Hankala |
2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... | Stefan Sperling |
2015-09-13 | intr_barrier(9) for loongson, octeon and sgi. | Mark Kettenis |
2015-09-12 | Also print the error registers in the ddb callback. | Miod Vallat |
2015-09-09 | The mplock implementations on MP-enabled mips64 platforms, octeon and | Visa Hankala |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-05 | Do not make ip22_{slow,fast}_mode() public anymore. | Miod Vallat |
2015-09-05 | Give up trying to map DMA descriptor in uncached memory on ECC flavours of the | Miod Vallat |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-08 | unify the mutex implementations on all the mips64 platforms. | David Gwynne |
2015-06-24 | Attempt to explain how this device works. Based upon a private mail I wrote | Miod Vallat |