| Commit message (Expand) | Author | Age | Files | Lines |
* | Trace attempts to call restricted MD syscalls. | des | 2011-10-18 | 1 | -0/+4 |
* | Fix 2 bugs : | cognet | 2011-10-16 | 2 | -17/+19 |
* | Explicitely set ARM_RAS_START and ARM_RAS_END once the cacheline or the | cognet | 2011-10-16 | 1 | -0/+2 |
* | Name these gpio pins better, they are on an external PLD and not the same as | thompsa | 2011-10-12 | 1 | -5/+5 |
* | Dont just set the pin high when turning on output, use the current value. Also | thompsa | 2011-10-12 | 1 | -9/+38 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -1/+0 |
* | Add missing newbus glue, this has never attached properly to gpiobus. | thompsa | 2011-10-05 | 1 | -0/+5 |
* | Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ and | marcel | 2011-10-04 | 1 | -0/+10 |
* | Fix build when DEBUG is defined in the kernel configuration file (e.g. | marcel | 2011-10-04 | 2 | -6/+0 |
* | Include opt_* headers first. Otherwise we can end up with redefined | marcel | 2011-10-04 | 1 | -7/+7 |
* | Fix build when DEBUG is defined (e.g. for LINT). | marcel | 2011-10-04 | 1 | -23/+4 |
* | Convert ARM to the syscallenter/syscallret system call sequence handlers. | kib | 2011-10-04 | 3 | -81/+62 |
* | Remove pointless semicolons after label | kevlo | 2011-09-30 | 8 | -10/+10 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Fix a zyd(4) comment typo that was copy+pasted into most kernel config files. | brueffer | 2011-09-11 | 5 | -5/+5 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -16/+16 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | rwatson | 2011-08-27 | 1 | -21/+4 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 1 | -27/+27 |
* | Change all the sample kernel configurations to use | rmacklem | 2011-08-07 | 22 | -56/+56 |
* | Fix for arm and mips case the size of storage for sintrcnt/sintrnames. | attilio | 2011-08-02 | 2 | -3/+3 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 2 | -13/+10 |
* | Do not call platform_gpio_init() early. It doesn't work because we do | marcel | 2011-07-15 | 2 | -26/+2 |
* | Set preload_addr_relocate accordingly so that preloaded modules and | marcel | 2011-07-15 | 1 | -0/+1 |
* | In pmap_protect(), don't call vm_page_dirty() if the page is unmanaged. | marcel | 2011-07-15 | 1 | -3/+6 |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 1 | -9/+11 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -2/+2 |
* | We may split today's CAPABILITIES into CAPABILITY_MODE (which has | jonathan | 2011-06-29 | 1 | -2/+2 |
* | Typo | kevlo | 2011-06-29 | 1 | -1/+1 |
* | Remove duplicate header includes | kevlo | 2011-06-26 | 3 | -4/+0 |
* | Comment out AH_DEBUG, to get this kernel to compile, until AH_DEBUG is fixed. | cognet | 2011-06-24 | 1 | -1/+1 |
* | MFC | attilio | 2011-05-13 | 2 | -1/+4 |
* | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 3 | -4/+4 |
* | Change rman_manage_region() to actually honor the rm_start and rm_end | jhb | 2011-04-29 | 1 | -2/+2 |
* | Fix build of this kernel config. The ath(4) bits need the 11n frame format | jhb | 2011-04-29 | 1 | -1/+1 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | attilio | 2011-04-28 | 2 | -0/+16 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | mav | 2011-04-26 | 3 | -0/+3 |
* | Typo fix | cognet | 2011-04-25 | 1 | -1/+1 |
* | Switch the GENERIC kernels for all architectures to the new CAM-based ATA | mav | 2011-04-24 | 9 | -30/+29 |
* | Call init_param1() much earlier, so that msgbufsize is non-zero when we want | pluknet | 2011-04-19 | 1 | -2/+3 |
* | Delete mistakenly added sys/files.ts7800 | philip | 2011-04-18 | 1 | -0/+80 |
* | Add basic support for the Marvell Orion TS-7800. | philip | 2011-04-15 | 2 | -0/+19 |
* | We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCI | hselasky | 2011-04-12 | 1 | -2/+2 |
* | - Correct EHCI interrupt disabling at detach. | hselasky | 2011-04-03 | 1 | -1/+1 |
* | Break out the ath PCI logic into a separate device/module. | adrian | 2011-03-31 | 2 | -2/+4 |
* | Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers. | marcel | 2011-03-16 | 1 | -1/+1 |
* | Make get_cyclecount(9) little bit more useful where binuptime(9) is used. | jkim | 2011-03-14 | 1 | -1/+1 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -0/+1 |
* | Continue to introduce Capsicum capability mode: | rwatson | 2011-03-01 | 1 | -0/+21 |
* | Add a real dependency on the microcode. | obrien | 2011-02-25 | 1 | -1/+1 |