| Commit message (Expand) | Author | Age | Files | Lines |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 1 | -5/+5 |
* | Make sure we do not provide the page 0 to the VM. It can't handle it properly, | cognet | 2012-02-29 | 2 | -5/+15 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+16 |
* | TDF_* flags should be used with td_flags field and TDP_* flags should be used | pjd | 2012-01-22 | 1 | -1/+1 |
* | Add parentheses where required. Without them, `sizeof LDBL_MAX' | das | 2012-01-20 | 1 | -3/+3 |
* | Fix the value of float_t to match what is implied by FLT_EVAL_METHOD. | das | 2012-01-16 | 1 | -1/+1 |
* | Fix the definition of FLT_EVAL_METHOD and some minor bugs. | das | 2012-01-16 | 1 | -4/+6 |
* | Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for | das | 2012-01-16 | 1 | -1/+5 |
* | Remove spurious 8bit chars, turning files into plain ASCII. | uqs | 2012-01-15 | 2 | -2/+2 |
* | Add missing options so modules build/load correctly. | adrian | 2012-01-05 | 1 | -0/+3 |
* | Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.c | marius | 2011-12-31 | 3 | -1/+6 |
* | ARM pmap fixes: | raj | 2011-12-15 | 2 | -2/+5 |
* | Eliminate vestiges of page coloring. | alc | 2011-12-15 | 1 | -3/+1 |
* | Make *intr{cnt,names} on ARM reside in data section, similar to other arches. | raj | 2011-12-14 | 1 | -2/+1 |
* | Implement better support for USB controller suspend and resume. | hselasky | 2011-12-14 | 2 | -52/+11 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 2 | -8/+8 |
* | Rename device_delete_all_children() into device_delete_children(). | hselasky | 2011-11-22 | 3 | -3/+3 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 6 | -16/+6 |
* | Initial version of cesa(4) driver for Marvell crypto engine and security | raj | 2011-11-19 | 3 | -0/+9 |
* | Move the device_delete_all_children() function from usb_util.c | hselasky | 2011-11-19 | 1 | -7/+1 |
* | Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on | attilio | 2011-11-08 | 1 | -0/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 4 | -4/+5 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 3 | -3/+4 |
* | - Import the common MII bitbang'ing code from NetBSD and convert drivers to | marius | 2011-11-01 | 1 | -0/+1 |
* | Check the return value of BUS_SETUP_INTR() | kevlo | 2011-10-27 | 6 | -13/+32 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -0/+2 |
* | 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 |