Age | Commit message (Expand) | Author |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-11 | change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.de | Theo de Raadt |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-25 | remove dpt(4) because it sucks. | David Gwynne |
2006-10-28 | We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR | Kenneth R Westerback |
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-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-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |
2006-10-04 | unused variable | Theo de Raadt |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-09-28 | add wb(4) in with the other network drivers and remove the UNTESTED section. | Brad Smith |
2006-09-28 | - add a wireless section and move the existing PCI wireless drivers there. | Brad Smith |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko |
2006-09-27 | add acx(4). | Brad Smith |
2006-09-26 | switch alpha to gcc3; joint work with drahn@ and brad@ | Martin Reindl |
2006-09-24 | add pgt(4). | Brad Smith |
2006-09-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback |
2006-08-20 | move sf(4) out from untested section | Martin Reindl |
2006-08-20 | When spoofing an MSDOS disklabel, don't create partitions with a final | Kenneth R Westerback |
2006-08-18 | add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming) | Jason Wright |
2006-08-17 | fix tyop. | Michael Knudsen |
2006-08-17 | enable msk(4) in a few more places. | Brad Smith |
2006-08-17 | tsk tsk, krw did not test compile this | Theo de Raadt |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-14 | Enable uslcom(4) and uark(4) on all the USB capable archs. | Jonathan Gray |
2006-08-13 | Make sure we generate sfb.h and cfb.h, even though support is not there yet. | Miod Vallat |
2006-08-13 | Fix EV6 processor minor type: 0 is reserved and thus all entries were | Michael Knudsen |
2006-08-12 | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) | Kenneth R Westerback |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini |
2006-08-07 | rcons removal fallout, spotted by kettenis@ | Miod Vallat |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-27 | + opl* at cmpci? | Brad Smith |
2006-07-16 | On LX164 systems (and maybe others), isa video boards are reported by | Miod Vallat |
2006-07-12 | include uvm_extern.h for atop() | Martin Reindl |
2006-07-12 | do not include uvm_extern.h twice | Martin Reindl |
2006-07-11 | Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 in | Kenneth R Westerback |
2006-07-09 | Remove DLT_* logic from Alpha as well, being careful to keep the | Kenneth R Westerback |
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-22 | mpi works here too. | David Gwynne |