Age | Commit message (Expand) | Author |
2007-02-12 | Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wake | Gordon Willem Klok |
2007-02-12 | 4.1-beta | Henning Brauer |
2007-02-07 | enable arc(4) for Areca RAID Controllers. they work great. | David Gwynne |
2007-02-07 | enable bio(4) | David Gwynne |
2007-02-07 | bus_space_{read,write}_raw_region_[24] take the length of the buffer theyre | David Gwynne |
2007-02-06 | define the bio(4) cdev stuff in conf.h, rather than having a per machine | David Gwynne |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-05 | Map the pci space registers, so that the MEMORY enable gets turned on, | Dale Rahn |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2007-01-21 | Use addic. %r31,%r31,1 instead of addic. %r31,%r31,%r1. | Mark Kettenis |
2007-01-17 | Remove some cruft, SUPPORT_PPC1BUG isnt defined or needed. While here fix | Gordon Willem Klok |
2007-01-14 | zsprintf() is gone, fixes ZSMACDEBUG case | Martin Reindl |
2007-01-07 | Fix (unused) OPENPIC_IPI macro. | Miod Vallat |
2007-01-03 | Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmetic | Gordon Willem Klok |
2006-12-31 | Cover the other case we need to unload the dmamap, in espdmaintr(), | Gordon Willem Klok |
2006-12-31 | Some spaces to tabs and cosmetic tweaking of the code, | Gordon Willem Klok |
2006-12-29 | Change the comment for mbg(4) to "radio clocks" here, too. | Marc Balmer |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-18 | Activate the mbg(4) Meinberg Funkuhren driver. | Marc Balmer |
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat |
2006-12-14 | Add the esp driver to macppc, supports the NCR53c94 SCSI controller found | Gordon Willem Klok |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | Per the new policy with respect to short header files contaning only | Gordon Willem Klok |
2006-12-14 | Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl when | Gordon Willem Klok |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-08 | scsibus_attach_args not scsi_attach_args for saa in | Thordur I. Bjornsson |
2006-12-06 | Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its pretty | Gordon Willem Klok |
2006-12-06 | Enable mesh and mc device drivers in GENERIC, booting on old world macs is | Gordon Willem Klok |
2006-12-05 | Implement an alternative workaround for the extent lies out of region panic | Gordon Willem Klok |
2006-12-05 | Import fixcoff from NetBSD and make some changes to boot.mac Makefile and | Gordon Willem Klok |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | fwscsi doesnt exist, so dont have a commented entry for it left around to | David Gwynne |
2006-11-27 | For the G5 processor setperf function, don't force perflevel to 50 or 100 | Gordon Willem Klok |
2006-11-26 | Cleanup some KNF nits, if we can't grab a SCB dont return at splbio. | Gordon Willem Klok |
2006-11-26 | Activate pwdog(4) after successful testing on i386 and macppc. | Marc Balmer |
2006-11-07 | Add xmphy(4) here too. | Mark Kettenis |
2006-11-07 | Add xmphy(4). | Mark Kettenis |
2006-10-29 | Remove redundant if (msg) {} block around invocations of | Kenneth R Westerback |
2006-10-28 | We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR | Kenneth R Westerback |
2006-10-27 | Partially revert 1.33 the range calculation change for bandit | Gordon Willem Klok |
2006-10-23 | Change bandit as found in many old world macs to use configuration type 1. | Gordon Willem Klok |
2006-10-21 | Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping | Kenneth R Westerback |
2006-10-21 | Some KNF cleanup. | Kenneth R Westerback |
2006-10-21 | We have a pointer (pp), so use it in the DOSPTYP_UNUSED case rather | Kenneth R Westerback |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-20 | fix $OpenBSD$ tag. | Xavier Santolaria |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback |