Age | Commit message (Expand) | Author |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-05 | proper check for [non]user returns to syscall gate page; found by miod@ | Michael Shalayeff |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2007-01-17 | new shorter version of userret() as surely miod ment it to be like (; miod@ ok | Michael Shalayeff |
2007-01-15 | undo last broken userret() change here; miod@ ok | Michael Shalayeff |
2007-01-11 | Add a platform specific sti_pci_is_console() to decide if a given pci sti | Miod Vallat |
2007-01-11 | When attaching a dino bridge, keep the presently enabled I/O mappings | Miod Vallat |
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat |
2006-12-24 | Check for want_resched when processing AST and nowhere else. But then, when | Miod Vallat |
2006-12-18 | sti@pci there too, why not. | Miod Vallat |
2006-12-18 | Add support for pci-based sti devices. ok mickey@ | Miod Vallat |
2006-12-18 | Change sti attachment to pass an array of base addresses for the sti regions, | Miod Vallat |
2006-12-18 | Allow bus_space mappings to span more than one 8MB segment; ok mickey@ | Miod Vallat |
2006-12-18 | regen | Michael Shalayeff |
2006-12-18 | add c3700 and c8000 | Michael Shalayeff |
2006-12-18 | regen | Michael Shalayeff |
2006-12-18 | the 8900 is called shortfin | Michael Shalayeff |
2006-12-17 | Sync with pckbc.c r1.12: | Miod Vallat |
2006-12-17 | sync with pckbd.c r1.8: | Miod Vallat |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-05 | regen | Otto Moerbeek |
2006-11-30 | replace a bunch of ifs w/ an array scan and add a few more | Michael Shalayeff |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | unused file and functions | Michael Shalayeff |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
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 | More instances of the same now unused variable as in alpha's | Kenneth R Westerback |
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-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-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback |
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 |