Age | Commit message (Expand) | Author |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-04 | do not shuffle dev 4 under the carpet; make svnd work again; uncookie | Otto Moerbeek |
2007-06-02 | oops, why did i delete this. bizzare | Theo de Raadt |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback |
2007-06-02 | stand/ofdev.h | Theo de Raadt |
2007-06-01 | remove ofw devices which we don't use; that way of mixing devices is crazy | Theo de Raadt |
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt |
2007-06-01 | Fix macppc tags. | Alexander Yurchenko |
2007-06-01 | Establish interrupt after checking the i2s subsystem, fixes a problem with | Gordon Willem Klok |
2007-05-31 | Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go) | Uwe Stuehler |
2007-05-31 | KNF, whitespace and comment rectification to make all | Kenneth R Westerback |
2007-05-31 | Standardize on -1 as the error return value for | Kenneth R Westerback |
2007-05-30 | Add support for iBook G4. -moj | Mats O Jansson |
2007-05-30 | Make xlights(4) probe correctly on the Xserve G5, still does not correct | Gordon Willem Klok |
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | Refactor readdisklabel() to ensure there is a single point of return, in | Kenneth R Westerback |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-05-28 | pcn(4) works here | Martin Reindl |
2007-05-27 | Move powerpc to vm_page_md, 'throw it in' kettenis@ | Dale Rahn |
2007-05-27 | USB cleanup leftover. Diff from jsg@ tested by me. | Marcus Glocker |
2007-05-26 | missed this, remove bio here for move to sys/conf/GENERIC | Todd T. Fries |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | If booted from ADPT,2940U2B, root is on scsi. | Dale Rahn |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-23 | Add code to spin up secondary cpu's; still work in progress. | Mark Kettenis |
2007-05-23 | Print real/available memory in MB as well as bytes in dmesg, and unify | Peter Valchev |
2007-05-20 | lockmgr -> rwlock for piic(4), kiic(4) and smu(4); | Thordur I. Bjornsson |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-14 | Use value passed as in ca_reg as cpuid instead of unit number. | Mark Kettenis |
2007-05-10 | The road to supporting bigendian openpic starts. | Dale Rahn |
2007-05-08 | correct dmesg output | Theo de Raadt |
2007-05-08 | no need to print boot device name twice | Theo de Raadt |
2007-05-08 | uninitialized variable passed to setroot() | Theo de Raadt |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-05-03 | Config file for MULTIPROCESSOR kernel. | Mark Kettenis |
2007-05-03 | Add dummy functions to make MULTIPROCESSOR kernels compile. | Mark Kettenis |
2007-04-24 | Firmware lies! Switching from LEVEL to EDGE triggered interrupt prevents | Gordon Willem Klok |
2007-04-23 | rename drivers with numbers in them; ok gwk drahn | Theo de Raadt |
2007-04-23 | iqg -> irq | Gordon Willem Klok |
2007-04-22 | better interrupt names for vmstat -iz; ok miod gwk | Theo de Raadt |
2007-04-22 | Add sysbutton a driver for the 'System identifier' button found on the | Gordon Willem Klok |
2007-04-22 | rename a very long driver name to something shorter, and more clear | Theo de Raadt |
2007-04-21 | Fix the rcs tags. | Gordon Willem Klok |
2007-04-21 | Add blinkenlights(4) a driver to control the 16 leds found on the front | Gordon Willem Klok |
2007-04-16 | macppcs can boot off usb disks, so treat "/usb" controllers in the ofw tree | David Gwynne |
2007-04-13 | Timecounters for macppc. As clean and simple as sparc64. Uses the %tb | Mark Kettenis |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |