Age | Commit message (Expand) | Author |
2007-09-08 | use M_ZERO. | Martin Reindl |
2007-09-08 | Add adl(4). Make comments for i2c devices a bit more consistent while I'm | Mark Kettenis |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-09-07 | Comment fix. It's 0x7F ELF, not 0xFF ELF. | Tobias Weingartner |
2007-09-07 | Remove some left-overs from the TSC based microtime. We don't need | Artur Grabowski |
2007-09-07 | Modify the heuristic for detection of speedstep to recognize a compatible | Gordon Willem Klok |
2007-09-07 | Based upon a diff orignally submitted by devin smith, Do two things run the | Gordon Willem Klok |
2007-09-06 | new iwn(4) driver for Intel Wireless WiFi Link 4965AGN. | Damien Bergamini |
2007-09-04 | Zap the simplelock goo and general cleanup of comments. | Thordur I. Bjornsson |
2007-09-04 | UltraSPARC CPUs always have an on-chip FPU. There really is no need to have | Mark Kettenis |
2007-09-04 | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | Theo de Raadt |
2007-09-04 | Reset the chip after internal memory exhaustion, makes the driver more solid | Miod Vallat |
2007-09-03 | Fix a few interrupt dispatch/receive register definitions. | Mark Kettenis |
2007-09-03 | call savectx() in cpu_fork(), so that the new process can take signals | Miod Vallat |
2007-09-03 | Remove the pv and pte stealing code. Neither art@ and I like it, the | Miod Vallat |
2007-09-03 | Typos from miod. 'specificed' -> 'specified' in some comments and man page. | Kenneth R Westerback |
2007-09-03 | Typos from miod. 'requiered' -> 'required' in some comments. | Kenneth R Westerback |
2007-09-03 | Typos from miod. 'functin' -> 'functin' in some comments. | Kenneth R Westerback |
2007-09-03 | Typos from miod. 'sfotware' -> 'software' in some comments. | Kenneth R Westerback |
2007-09-02 | Fix typos in comments: soruce -> source | Hans-Joerg Hoexer |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-09-01 | Do not include <machine/rpb.h> unless necessary. | Miod Vallat |
2007-09-01 | In pmap_protect(), compute the bitmask to set in the ptes only once, instead | Miod Vallat |
2007-09-01 | Use db_format() instead of ddb-specific format specifiers; no functional | Miod Vallat |
2007-09-01 | Remove stale comments; prompted by millert. | Marco Peereboom |
2007-08-31 | Add vaddr. | Marco Peereboom |
2007-08-31 | Add qli. Commented out for now. | Marco Peereboom |
2007-08-28 | Implement bus_space_vaddr(). | Mark Kettenis |
2007-08-26 | Use ptoa((psize_t)...) and %lu to print memory size. | Mark Kettenis |
2007-08-25 | Real mutexes for sparc64. Some comments from henric@ and claudio@. | Mark Kettenis |
2007-08-25 | Use ptoa((psize_t)...) and %lu to print memory sizes. | Mark Kettenis |
2007-08-25 | Print a bit more information in the safari interrupt handler. Get rid of | Mark Kettenis |
2007-08-25 | Fix printing of more than 2G of memory. | Mark Kettenis |
2007-08-25 | Real mutexes for sparc64. Some comments from henric@ and claudio@. | Mark Kettenis |
2007-08-24 | Add missing bits for siop@gsc. | Mark Kettenis |
2007-08-23 | Add commented-out entry for siop@gsc, the onboard Fast-Wide SCSI on the | Mark Kettenis |
2007-08-23 | First stab at a driver for the onboard Fast-Wide SCSI on the 735 and 755. | Mark Kettenis |
2007-08-23 | Look for STI firmware at the additional address given by the firmware. This | Mark Kettenis |
2007-08-22 | Add bus_space_vaddr to i386 arch. | Marco Peereboom |
2007-08-22 | Subsequent address ranges start at index 1, not index 0. | Mark Kettenis |
2007-08-22 | Remove ``#define SDMMC_DEBUG''. Avoids redefinition error when compiling | Marcus Glocker |
2007-08-21 | Remove two out-of-date comments. | Mark Kettenis |
2007-08-21 | Do not repeat device name in failure message printed during attachment. | Mark Kettenis |
2007-08-20 | put rlphy onto the standard ramdisk; spotted by jsg | Theo de Raadt |
2007-08-15 | Kernel stacks can live beyond EINTSTACK now. | Mark Kettenis |
2007-08-15 | Add sti@uturn; the C180 has it there. Tested by nick@. | Mark Kettenis |
2007-08-14 | Work-around an interaction between FPU context switching and the VIA | Henric Jungheim |
2007-08-14 | removal of zts sysctls created a numeric gap. repair. ok miod robert | Theo de Raadt |
2007-08-14 | Add missing siop@phantomas and siop@uturn attachments. The latter was tested | Mark Kettenis |
2007-08-10 | Enable CF malo for macppc, it also works there. | Marcus Glocker |