Age | Commit message (Expand) | Author |
2005-12-20 | Fix typo introduced in last commit. | Todd C. Miller |
2005-12-20 | use M_READONLY when trying to find out whether we have to copy | Markus Friedl |
2005-12-20 | Since we are allowed to rely on the fact that the pcb is the first element | Miod Vallat |
2005-12-20 | Remove initial extent storage for crime and mace bus_space. By the time | Miod Vallat |
2005-12-20 | 01 -> SA_ONSTACK in sigreturn. | Miod Vallat |
2005-12-20 | Trim include files list. | Miod Vallat |
2005-12-20 | __attribute__ ((__packed_)) -> __packed | Miod Vallat |
2005-12-20 | Do bus scanning only if underlying controller asked for it. | Alexander Yurchenko |
2005-12-20 | start at a 2nd generation scanner | Theo de Raadt |
2005-12-20 | at power events, call zkbd_hinge() to update the lcd state as well; ok drahn | Theo de Raadt |
2005-12-20 | upon wakeup, take us back to the speed we were at; ok drahn | Theo de Raadt |
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn |
2005-12-20 | Add a Apple touchpad driver for newer PowerBook's and iBook's. | Brad Smith |
2005-12-19 | Use MACE ISA constants instead of magic values. | Miod Vallat |
2005-12-19 | Constify. | Miod Vallat |
2005-12-19 | Fix hppa ldcw alignment issue. | Marco Peereboom |
2005-12-19 | First attempt to have a table of known I2C slave devices that we | Alexander Yurchenko |
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko |
2005-12-19 | Change sys/select.h -> sys/selinfo.h in comment. | Todd C. Miller |
2005-12-19 | Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere. | Claudio Jeker |
2005-12-19 | Check or chop the timeslot map if the map or mode is changed. There is no way | Claudio Jeker |
2005-12-19 | Be not too verbose else the debug output would stall a box if the wrong | Claudio Jeker |
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-18 | add back comment about wrong code | Nikolay Sturm |
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller |
2005-12-18 | Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself as | Mark Kettenis |
2005-12-18 | Add bits string for smbus host status register to be able to | Alexander Yurchenko |
2005-12-18 | Add SMBus controller registers. | Alexander Yurchenko |
2005-12-18 | if not a newer chip then print i82557, all fxp's attached to the ICH | Brad Smith |
2005-12-17 | revert last commit as it introduced system panics due to improper use | Brad Smith |
2005-12-17 | more PCI ids. | Brad Smith |
2005-12-17 | regen | Brad Smith |
2005-12-17 | add a few more fxp PCI ids. | Brad Smith |
2005-12-17 | Remove duplicate definition of machFPCurProcPtr. | Mark Kettenis |
2005-12-17 | This driver had no chances to work. Still has some issues. | Alexander Yurchenko |
2005-12-17 | Kill unreachable code. Found by lint. | Kenneth R Westerback |
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat |
2005-12-17 | Rename ``dofault'' label to ``fault_common'', it just looks too close to | Miod Vallat |
2005-12-17 | regen | Brad Smith |
2005-12-17 | add ICH7 fxp PCI id. | Brad Smith |
2005-12-17 | Replace 'while (j>=0)' constructs with safer, more KNF friendly for() | Kenneth R Westerback |
2005-12-17 | Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifying | Mark Kettenis |
2005-12-17 | Fix handling of floating-point registers in PT_{GET|SET}REGS. | Mark Kettenis |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-17 | Don't dynamically assign ring size, simplifies ring structures | Jonathan Gray |
2005-12-17 | Split length and flags up into seperate variables in | Jonathan Gray |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-17 | Don't include cdefs.h when we are included from locore.s | Todd C. Miller |
2005-12-17 | unfortunately with PROCFS, that is not true yet | Theo de Raadt |