Age | Commit message (Expand) | Author |
2010-04-27 | use -f assymp.dep again; worked out with miod | Theo de Raadt |
2010-04-27 | alpha/conf/Makefile.alpha | Theo de Raadt |
2010-04-26 | even cleaner mach/arch/machdir/archdir | Theo de Raadt |
2010-04-26 | next step towards unification: make all the genassym chunks handle both | Theo de Raadt |
2010-04-26 | next unification step: move all MD naming _mach, _machdir, _arch, and _archdir | Theo de Raadt |
2010-04-26 | first step of unification: spaces at end of lines; comments, etc. | Theo de Raadt |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-20 | more misuse of user.h and sysctl.h | Theo de Raadt |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-03-31 | if bthub defines are needed by conf.c, they must come from files.bluetooth | Theo de Raadt |
2010-03-31 | fix typo | Theo de Raadt |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-25 | architectures which expect to hand-count the number of cpus must clear | Theo de Raadt |
2010-03-03 | Add athn(4). | Mark Kettenis |
2010-03-03 | Add support for the ipp_ind_ext_int[0] interrupt. | Mark Kettenis |
2010-02-15 | Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.mini | Mark Kettenis |
2010-02-15 | Since strip doesn't know how to strip a U-boot image, don't attempt to | Mark Kettenis |
2010-02-15 | Descend into mbr subdirectory. | Mark Kettenis |
2010-02-15 | MBR for rb600 installation miniroot image. | Mark Kettenis |
2010-02-14 | Bump version number (to 1.0). | Mark Kettenis |
2010-02-14 | Enable loading kernels compressed by gzip(1). | Mark Kettenis |
2010-02-13 | Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600. | Mark Kettenis |
2009-12-23 | - add and enable uthum | Jasper Lievisse Adriaanse |
2009-12-21 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-11-08 | Relocate FDT blob such that it doesn't clash with the kernel we're going to | Mark Kettenis |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-10-05 | remove nasty code, since now we have a nice function to lookup node'ss parent. | Dariusz Swiderski |
2009-10-01 | add fdt_parent_node() and OF_parent() functions, | Dariusz Swiderski |
2009-10-01 | Generic soft interrupts for macppc. Tested by mk@, deraadt@ | Mark Kettenis |
2009-09-14 | Deal with the fact that we need to control an external PHY attached to TSEC2 | Mark Kettenis |
2009-09-12 | Catch up with recent changes to GENERIC. | Mark Kettenis |
2009-09-12 | Compensate for the fact the the FDT uses a different offset for the registers | Mark Kettenis |
2009-09-12 | Initialize global pointer to interrupt controller softc earlier such that we | Mark Kettenis |
2009-09-11 | bump version | Dariusz Swiderski |
2009-09-11 | add 'machine fdt' command that dumps device tree if present | Dariusz Swiderski |
2009-09-09 | Use information from the FDT to set up bus tags and extents. | Mark Kettenis |
2009-09-07 | The bright folks who designed the rb600 seem to have left out an RTC. So | Mark Kettenis |
2009-09-07 | Bring support for booting RB600. | Dariusz Swiderski |
2009-09-06 | Attach devices to obio(4) based on information from the flattened device | Mark Kettenis |
2009-09-06 | Implement OF_getproplen(). | Mark Kettenis |
2009-09-02 | Attach devices to mainbus(4) based on information from the flattened device | Mark Kettenis |
2009-09-02 | Add a minimal set of OpenFirmware compatibility interfaces. | Mark Kettenis |
2009-08-30 | Link in the flattened device tree for the Thecus N1200 and register it with | Mark Kettenis |
2009-08-30 | Flattened device tree blob for the Thecus N1200. The source from which the | Mark Kettenis |
2009-08-29 | typos in comments | Miod Vallat |
2009-08-27 | Harmless sizeof ptr bug in ppc_check_procid(); ok drahn@ kettenis@ | Miod Vallat |
2009-08-27 | malloc() last two args were swapped, amazing things did not break; ok kettenis@ | Miod Vallat |
2009-08-26 | Kernel config for the RB600. Temporary until we use the device tree to | Mark Kettenis |