Age | Commit message (Expand) | Author |
2013-06-11 | Add $OpenBSD$ | Raphael Graf |
2013-06-11 | bcopy (and family) can check for 0 length, but negative lengths should | Theo de Raadt |
2013-06-11 | switch mvme88k to the MI dart(4) code. Tested on MVME181 and MVME188. | Miod Vallat |
2013-06-11 | Activate the sitaracm driver. (beaglebone only) | Raphael Graf |
2013-06-11 | Add files for the sitara (am335x) Control Module driver. | Raphael Graf |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | fix guard; Franco Fichtner | Theo de Raadt |
2013-06-09 | remove fxp because uvm additions overflows all i386 install media | Theo de Raadt |
2013-06-09 | Fix resident_count accounting. Resident count would be incremented when | Miod Vallat |
2013-06-09 | typo | Miod Vallat |
2013-06-09 | the kernel is supposed to provide memmove, but some archs are missing it. | Ted Unangst |
2013-06-07 | Add {,u}{div,mod}si3 to libkern and to the kernel as well. | Miod Vallat |
2013-06-05 | Use the correct attach_args, + various details | Raphael Graf |
2013-06-05 | Initial port of the cpsw driver from netbsd. This will support ethernet | Brandon Mercer |
2013-06-05 | remove unused function | Jasper Lievisse Adriaanse |
2013-06-05 | add XXX comment for delay_changed, untill we figure out what it actually does. | Jasper Lievisse Adriaanse |
2013-06-05 | remove ugly hack we couldn't figure out what it was used for, only that it | Jasper Lievisse Adriaanse |
2013-06-05 | Remove unused variables. | Paul Irofti |
2013-06-05 | whitespace | Jasper Lievisse Adriaanse |
2013-06-05 | - add missing SUBDIR | Jasper Lievisse Adriaanse |
2013-06-05 | Implement hibernate_flush. | Paul Irofti |
2013-06-05 | ditch local ld.script and use conf/ld.script instead, and adjust entry | Jasper Lievisse Adriaanse |
2013-06-05 | add WIP second stage bootloader for octeon; far from working and contains man... | Jasper Lievisse Adriaanse |
2013-06-05 | Keep things sane in the apm ioctl handler. | Paul Irofti |
2013-06-04 | Make apm aware of the APM_IOC_HIBERNATE command. | Paul Irofti |
2013-06-04 | comment fix: actually called __cpu_simple_lock_t | Ted Unangst |
2013-06-04 | Support for the SS10/SS20 NVSIMM as block devices; tested by nick@ | Miod Vallat |
2013-06-04 | Disable parity on the PCI bus; according to Linux, some lca-based systems hit | Miod Vallat |
2013-06-04 | Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively | Mike Larkin |
2013-06-04 | Cpu topology for AMD64. | Christiano F. Haesbaert |
2013-06-04 | Use a simpler typedef to avoid depending upon <sys/types.h>; repairs librthread | Miod Vallat |
2013-06-04 | Add support for virtual consoles, based on previous work done by kettenis@ | Martin Pieuchot |
2013-06-04 | Remove unused includes, constify cfattach and other small cleanings. | Martin Pieuchot |
2013-06-04 | Move function declaration where they belong. | Martin Pieuchot |
2013-06-04 | Do not pretend mapping the MMIO region when in fact we don't and | Martin Pieuchot |
2013-06-04 | Spacing. | Martin Pieuchot |
2013-06-04 | Add RCS ids. | Paul Irofti |
2013-06-03 | There's no reason to have a separate structure to hold and duplicate | Martin Pieuchot |
2013-06-03 | Be coherent when printing irq numbers. | Martin Pieuchot |
2013-06-03 | Correctly return the error code if uvm_km_kmemalloc() fails. | Martin Pieuchot |
2013-06-03 | Rework the logic for matching the boot device to allow for root on | Martin Pieuchot |
2013-06-03 | Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already, | Mark Kettenis |
2013-06-03 | more fuse in more places. credit: miod | Ted Unangst |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Start working on hibernate support for Loongson | Paul Irofti |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-06-02 | move octeonreg.h to a more generic location and add multiple inclusion | Jasper Lievisse Adriaanse |
2013-06-02 | compile with -fno-builtin-exit | Jasper Lievisse Adriaanse |