Age | Commit message (Expand) | Author |
2008-03-04 | Move bootblocks to just under 16MB instead of just under 8MB, because | Theo de Raadt |
2008-02-24 | Add commented out Bluetooth HID section | Uwe Stuehler |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-09 | add urlphy for RAMDISK, move tested devices up. | Stuart Henderson |
2008-01-09 | uark -> uark*, allow multiple devices to attach | Jonathan Gray |
2008-01-09 | Move a couple of tested USB devices out of the 'untested' block, | Stuart Henderson |
2007-12-29 | Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devices | Mark Kettenis |
2007-12-28 | Add a few more K-class models to the list of machines that have more devices | Mark Kettenis |
2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. | Mark Kettenis |
2007-12-21 | Add a hack to discover all devices on (some) K-class servers. | Mark Kettenis |
2007-12-19 | Looks like K-class needs the same hack as C-class. Gives us some, but not all | Mark Kettenis |
2007-12-16 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-14 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
2007-11-26 | another LIBKERN that stayed behind | Theo de Raadt |
2007-11-26 | adjust to libkern changes (and pretty .PATH logic); parts from maja | Theo de Raadt |
2007-11-25 | Unbreak make obj. -moj | Mats O Jansson |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-10-20 | enuf -> enough | Miod Vallat |
2007-10-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-02 | Apply (with slight variants) this elimination of bzero() with M_ZERO: | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-22 | replace even more ctob and btoc with ptoa and atop respectively plus | Martin Reindl |
2007-09-15 | realy -> really in comments. Most reported on tech@ by Jung. | Kenneth R Westerback |
2007-09-15 | [fF]uther -> [fF]urther in comments and man page. First one spotted on | Kenneth R Westerback |
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-08-28 | Implement bus_space_vaddr(). | 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 | Subsequent address ranges start at index 1, not index 0. | Mark Kettenis |
2007-08-15 | Add sti@uturn; the C180 has it there. Tested by nick@. | Mark Kettenis |
2007-08-14 | Add missing siop@phantomas and siop@uturn attachments. The latter was tested | Mark Kettenis |
2007-08-05 | Enable siop@mainbus. | Mark Kettenis |
2007-08-05 | Add support for Zalon NCR 53C720 FW SCSI. | Mark Kettenis |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |
2007-07-29 | Seperate members of "struct pcb" that are accessed using physical addresses | Mark Kettenis |
2007-07-23 | There seems to be enough room for rl(4) after all. | Mark Kettenis |
2007-07-23 | Add ssio(4) and its com(4) ports; thanks to jsg@ for reminding me. | Mark Kettenis |
2007-07-22 | Move hppa to __HAVE_TIMECOUNTERS. | Mark Kettenis |
2007-07-22 | Enable rl(4) on hppa, tested by me, ok kettenis@ | Jonathan Gray |
2007-07-21 | Add sk(4). Tested by Maurice Janssen. | Mark Kettenis |