summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunsequenced warningkientzle2013-06-291-1/+1
* Fix -Wunsequenced warningkientzle2013-06-291-1/+1
* Fix -Wunsequenced warning.kientzle2013-06-291-1/+1
* Fix a -Wunsequenced warning.kientzle2013-06-291-1/+1
* Enable svnlite on armv6.kientzle2013-06-291-1/+1
* Add ARM Generic Timer driver.ray2013-06-291-0/+374
* Add FDT for Arndale board and Samsung Exynos5250 SoC.ray2013-06-292-0/+202
* o Initialize interrupt groups as Group 0 (secure interrupts).ray2013-06-291-15/+29
* Don't panic the kernel if we run wpa_supplicant on a hostap VAP.rpaulo2013-06-291-1/+3
* Revert accidental commit.peter2013-06-291-1/+0
* Help out gcc. clang understands.peter2013-06-292-0/+2
* Bring some updates from ufs_lookup to ext2fs.pfg2013-06-291-8/+11
* sysconf(3) returns a long, not an int.obrien2013-06-293-3/+5
* Bump max number of IRQs for Cortex-Ax family to cover Exynos5 requirement.ray2013-06-281-1/+1
* Add identification for Cortex-A15 (R0) cores.ray2013-06-283-1/+5
* Don't attempt to do DHCP on certain interfaces, similar to what's done fordelphij2013-06-281-1/+10
* sh: Do not close(-1) if pipe() fails.jilles2013-06-281-1/+2
* Remove a spurious keg lock acquisition.davide2013-06-281-1/+1
* Correct the comment above _sleep() function which still mentions 'timo'davide2013-06-281-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-2841-32/+142
* Properly use v_data field. This magically worked (even if wrong) untildavide2013-06-281-1/+1
* Remove a reference to LK_DRAIN now that lockmgr(9) is gone from thisdavide2013-06-281-1/+0
* Garbage collect an useless check. smp should be never NULL.davide2013-06-281-5/+0
* Plug a couple of leakages in smbfs_lookup().davide2013-06-281-3/+6
* Remove duplicate NULL check in kern_proc_filedesc_out.mjg2013-06-281-2/+1
* Rework r252313:trociny2013-06-281-29/+40
* sysconf(3) returns a long, not an int.obrien2013-06-281-1/+2
* Make a pass over this page to correct and clarify a few things as well asjhb2013-06-281-167/+206
* Fix build with gcc.hrs2013-06-281-3/+5
* Correct a bug that prevented deadlkres from (almost) ever firing.rstone2013-06-281-8/+2
* Correct comment typos.pluknet2013-06-281-5/+5
* r251088 reverted the default value for UsePrivilegeSeparation fromdes2013-06-282-2/+2
* Don't try to re-insert an already present but invalid page.gavin2013-06-281-1/+4
* Allow 8259 registers to be read. This is a transient conditiongrehan2013-06-281-9/+8
* Make sure all CPUID values are handled, instead of exiting thegrehan2013-06-281-10/+38
* Fix build.hrs2013-06-281-11/+11
* Allow the PCI config address register to be read. The Linuxgrehan2013-06-281-11/+21
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-2813-67/+1550
* The dtmalloc provider uses the short description of a malloc type as themarkj2013-06-281-0/+10
* Support reading registers r0-r3 when unwinding. There is a seperateandrew2013-06-271-0/+19
* Make detaching drivers from PCI devices more robust. While here, fix ajhb2013-06-274-1/+76
* Add "amdfam10" to the supported CPU types for amd64. This complementsjkim2013-06-271-2/+2
* To avoid LOR, always drop the filedesc lock before exporting fd to sbuf.trociny2013-06-271-4/+2
* Update T5 register ranges. This is so that regdump skips over registersnp2013-06-271-38/+38
* Add UNWINDSVCFRAME to provide the unwind pseudo ops to allow us to unwindandrew2013-06-272-2/+11
* - Add vnode-backed swap space specification support. This is enabled whenhrs2013-06-2712-150/+628
* Fix build.glebius2013-06-272-2/+2
* Add support for the NTT Docomo L-02C card.remko2013-06-271-0/+2
* Add support for the NTT Docomo L-02C card.remko2013-06-271-0/+1
* - Request non-cached memory for framebuffergonzo2013-06-271-2/+24
OpenPOWER on IntegriCloud