summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-11-19Add ZTE MF190; ok jsgMike Belopuhov
2011-11-19Add a comment explaining the weired nature of the mlphy.Claudio Jeker
2011-11-19regenMike Belopuhov
2011-11-19Add ZTE MF190 installer IDMike Belopuhov
2011-11-18Don't bother keeping a local copy of boot_dev in parse_prom_bootdev().Miod Vallat
2011-11-18no need to zero all the free pages since we will be skipping them withMike Larkin
2011-11-18- fix a few trailing whitespaces and a spelloJasper Lievisse Adriaanse
2011-11-18fix a corner case in rle processing where the rle byte was the last byteMike Larkin
2011-11-17physmem run length encoding (rle) for hibernate - don't compress or writeMike Larkin
2011-11-17support Huawei EM770WJonathan Gray
2011-11-17regenJonathan Gray
2011-11-17Huawei EM770WJonathan Gray
2011-11-16Reduce use of globals in hibernate code.Mike Larkin
2011-11-16oops, need a prototype for ast()Theo de Raadt
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-16Better clock rate .7% error is much better than 7% error.Dale Rahn
2011-11-16Improve flag setting ioctl so that bulk updates are requestedMike Belopuhov
2011-11-15Remove pointless/debug prints during config.Dale Rahn
2011-11-15Bring back 'mostly' working omdog support.Dale Rahn
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-15delay(1) is an extremely short delay, increase this to a measurable amountDale Rahn
2011-11-15on failure, the hibernate io function should return an errno type variable,Theo de Raadt
2011-11-15on failure, hibernate io functions return an errno. not 1.Theo de Raadt
2011-11-15label_t is the kernel setjmp buffer. It should simply be an array ofTheo de Raadt
2011-11-14went a bit far...Theo de Raadt
2011-11-14dale and i theorize that these days armish can safely be compiledTheo de Raadt
2011-11-14merge syscall.c into the end of trap.c as almost all architectures do.Theo de Raadt
2011-11-14use include properlyTheo de Raadt
2011-11-14merge various differences between hppa and hppa64Theo de Raadt
2011-11-14local variable not needed in sdmmc_activateTheo de Raadt
2011-11-14syncTheo de Raadt
2011-11-14SMSC9512 and familyTheo de Raadt
2011-11-14ahci hibernate device selection code; not yet testedMike Larkin
2011-11-14Use a fixed io_page for all hibernate I/O, which is needed forMike Larkin
2011-11-13Add some #defines for the various hibernate I/O modes, some of theMike Larkin
2011-11-13In hibernate resume, free the piglet and other VAs we allocated duringMike Larkin
2011-11-13Fix a handful of bugs that were causing reboots and other bad behaviorMike Larkin
2011-11-13If a softraid chunk is offline we are not necessarily going to have theJoel Sing
2011-11-13When initiating a rebuild update the DUID for the chunk so thatJoel Sing
2011-11-13Cleanup rebuild initialisation code. In particular, reconstruct the chunkJoel Sing
2011-11-12Unbreak tree after kettenis's sanitization in pcidevsPhilip Guenthe
2011-11-12Fix a commentClaudio Jeker
2011-11-12regenMark Kettenis
2011-11-12Sanitize NVIDIA SATA/AHCI/RAID IDs. Not all of these have been seen in theMark Kettenis
2011-11-11Remove a bogus check which dereferences an uninitialised pointer.Joel Sing
2011-11-11When rebuilding check the size of the replacement chunk against theJoel Sing
2011-11-11Remove unused sv_sensor_valid variable.Joel Sing
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