Age | Commit message (Expand) | Author |
2007-09-30 | Enable Broadcom wireless, bwi(4). | Jonathan Gray |
2007-09-24 | Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but still | Marcus Glocker |
2007-09-17 | MALLOC/FREE -> malloc/free and M_ZERO changes | Charles Longeau |
2007-09-12 | port of i386 pctr code to amd64; Mike Belopuhov | Theo de Raadt |
2007-09-12 | s/atoin/ation/ typos | Charles Longeau |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-09 | uchcom(4) has been verified to work by djm@, so add it to all | Jonathan Gray |
2007-09-08 | Add adl(4). Make comments for i2c devices a bit more consistent while I'm | Mark Kettenis |
2007-09-07 | Comment fix. It's 0x7F ELF, not 0xFF ELF. | Tobias Weingartner |
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 | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | Theo de Raadt |
2007-09-03 | Typos from miod. 'functin' -> 'functin' in some comments. | Kenneth R Westerback |
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-26 | Use ptoa((psize_t)...) and %lu to print memory size. | Mark Kettenis |
2007-08-20 | put rlphy onto the standard ramdisk; spotted by jsg | Theo de Raadt |
2007-08-08 | Prevent a potential null-pointer dereference. | Mark Kettenis |
2007-08-06 | Spew smbios bios table vendor/version/release date into the dmesg. Diff | Gordon Willem Klok |
2007-08-05 | Enable Compact Flash driver for the Marvell 88W8385 chip in | Marcus Glocker |
2007-08-04 | Add AGP support for the intel i965 chipset, this also extends the | Reyk Floeter |
2007-08-02 | copy nvram code from i386, because amd64 can use it too. done by | Theo de Raadt |
2007-07-27 | As on i386: | Tom Cosgrove |
2007-07-27 | grow ramdisk filesystem size | Theo de Raadt |
2007-07-25 | bthub for amd64, based on diff from johan | Todd T. Fries |
2007-07-06 | Fix a misleading comment. | Artur Grabowski |
2007-07-04 | fix dmesg formatting error when hardware random number generator is present | Chris Kuethe |
2007-07-02 | allow pciide to attach to jmb as well as ahci | David Gwynne |
2007-07-02 | enable jmb on all archs that support ahci, so jmicron boards will continue | David Gwynne |
2007-06-27 | wt(4) was removed a while ago, so don't support booting off it anoymore. | Michael Knudsen |
2007-06-25 | "of of" is wrong - it should be "off of" - but "from" is even nicer | Tom Cosgrove |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | Calculate the disklabel checksum *after* filling in all the fields in | Kenneth R Westerback |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt |
2007-06-18 | this XXX has no place here anymore. extended partition label writing | Theo de Raadt |
2007-06-17 | (error in commit messages to other similar MI files; see position in | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | excessive blank lines making the versions different | Theo de Raadt |
2007-06-14 | set the prototype disklabel to version 1 | Theo de Raadt |
2007-06-14 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |
2007-06-12 | all disksubr.c did their b_flags manipulation differently (and wrong). | Theo de Raadt |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two) | Theo de Raadt |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-09 | annoying spacing glitch which makes the diffs bigger | Theo de Raadt |
2007-06-08 | all disklabels read from the kernel now always contain a total sector | Theo de Raadt |
2007-06-07 | Replace magic bus clock constants in est related files with defines. | Dimitry Andric |
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |