summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-11-11When setting up a bootable softraid volume, do not try to save the bootJoel Sing
2011-11-11Re-add overro board support. ok drahn@Matthieu Herrb
2011-11-11regenGleydson Soares
2011-11-11add support for HUAWEI Mobile E173sGleydson Soares
2011-11-10Assert copyright; spotted by drahn@Uwe Stuehler
2011-11-10Missing UART irqs.Dale Rahn
2011-11-10Eliminate more useless differences between hppa and hppa64Theo de Raadt
2011-11-10setting COM_FREQ here is very wrongTheo de Raadt
2011-11-10Missing interrupts on gpio.Dale Rahn
2011-11-10mindless unification with hppa64; remove meaningless differences beforeTheo de Raadt
2011-11-10Reduce autoconf(4) overuse on beagleUwe Stuehler
2011-11-10Recognize a few more v6 and v7 instructions.Miod Vallat
2011-11-10Remove unused %s from a printf(), properly cast const void* to constKenneth R Westerback
2011-11-10Fix bug where 'now' recomputation was incorrect,Dale Rahn
2011-11-10Fixed config_pending calls in sdmmc(4)Uwe Stuehler
2011-11-10Death to inappropriate whitespace. First one pointed out by Brad.Kenneth R Westerback
2011-11-10Deal with the register offset on omap4430 where the registers moved by 0x100.Dale Rahn
2011-11-10Add gumstix overo support. It's very similar to be beagleboard at thisMatthieu Herrb
2011-11-09Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).Stuart Henderson
2011-11-09Change fork1() and kthread_create() to match the rest of the treePhilip Guenthe
2011-11-09Add magic to use %r2 as the userland thread register.Mark Kettenis
2011-11-09If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd,Alexandr Shadchin
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2011-11-09State expire time is a baseline time ("last active") for expiryCamiel Dobbelaar
2011-11-09Fix manual wfi instruction encoding.Miod Vallat
2011-11-09Missing argument to error printf()Miod Vallat
2011-11-09In pmap_remove(), don't forget to do tlb flushes even in the !pmap_cachevivtMiod Vallat
2011-11-09Use the new priority as the priority to check against,Dale Rahn
2011-11-09External ampintc interrupts need to add 32 to the interrupt number,Dale Rahn
2011-11-08Cookies? Beagle don't need no stinkin' cookies. To get boot paramsKenneth R Westerback
2011-11-08Make the userland bits actually compile.Mark Kettenis
2011-11-08Let beagle GENERIC work as 'swap generic'.Kenneth R Westerback
2011-11-08consistant "config bsd" lines; ok miodTheo de Raadt
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-11-08ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commandsKenneth R Westerback
2011-11-08Typo. BIOC_SSOFFLINE is the ioctl command. Pass BIOC_SDOFFLINE toKenneth R Westerback
2011-11-08merge cpu_coredump() back to where it belongs, ok drahn miodTheo de Raadt
2011-11-08merge cpu_coredump() back to where it belongs; ok miod drahnTheo de Raadt
2011-11-08remove support for big endian; ok drahnTheo de Raadt
2011-11-08compat_13 support died ages agoTheo de Raadt
2011-11-08Save and restore cr27 and add the necessary glue to use it as the userlandMark Kettenis
2011-11-08On PCXS processors, reading %cr26 and %cr27 from userland causes aMiod Vallat
2011-11-08arm has no need for procfsTheo de Raadt
2011-11-08procfs for solaris compat? not anymore; ok miodTheo de Raadt
2011-11-08In ddb `show page', print the address of the vm_page_md substruct ifMiod Vallat
2011-11-07When multiple display modifiers are specified on a ddb examine command, doMiod Vallat
2011-11-07Cleanup and make initialization more readable. ok drahn@ uwe@Miod Vallat
2011-11-07Make pwrite/pwritev ignore the O_APPEND flag.Philip Guenthe
2011-11-07TLS-lite support for i386Philip Guenthe
2011-11-07Lift the copyout() from i386_get_threadbase() to sys_sysarch(), so thatPhilip Guenthe