Age | Commit message (Expand) | Author |
2009-08-23 | Missed 'const' change in definition of i80321_intr_establish(). | Kenneth R Westerback |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-19 | <machine/macros.h> would provide inline version of a few of the functions | Miod Vallat |
2009-08-19 | - missing \n | Jasper Lievisse Adriaanse |
2009-08-18 | Disable address translation. Necessary on the RB600 where the firmware starts | Mark Kettenis |
2009-08-18 | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on | Miod Vallat |
2009-08-18 | Replace a few hardcoded numbers from the interrupt register with proper | Miod Vallat |
2009-08-18 | Blind support for SGI PIC PCI-X controller found on Origin 350 and Tezro | Miod Vallat |
2009-08-18 | On dual interrupt IOC3 designs, disestablish the ethernet interrupt if no | Miod Vallat |
2009-08-17 | fix readdpmelabel() declaration since the definition was changed | Dariusz Swiderski |
2009-08-17 | Use ANSI function declarations. No binary change. | Joel Sing |
2009-08-17 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-16 | Update to cope with new readdisklabel() return value. | Miod Vallat |
2009-08-15 | use static for inline so we get the desired behaviour with compilers | Jonathan Gray |
2009-08-14 | enable lisa(4); tested by Marco Knol; ok deraadt | Constantine A. Murenin |
2009-08-13 | repair vscsi line | Theo de Raadt |
2009-08-13 | toby do you even care enough to try to do right? | Theo de Raadt |
2009-08-13 | typo | Miod Vallat |
2009-08-13 | rewrite the promisc mode / multicast handling code for the sparc hme(4) | Peter Hessler |
2009-08-13 | In pmap_pte_flush flush the icache before the dcache, as is done elsewhere. | Theo de Raadt |
2009-08-13 | Cleanup differences between i386 and amd64. | Mark Kettenis |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | - remove the ef(4) chunk, it's unused now and the ioc ethernet driver | Jasper Lievisse Adriaanse |
2009-08-13 | i forgot a comment | David Gwynne |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | Start using a linking script for this kernel. This | Tobias Weingartner |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-13 | Make the i386 APIC code closer to the amd64 version. Many whitespace fixes, | Mark Kettenis |
2009-08-13 | - set DV_IFNET, instead of DV_NULL | Jasper Lievisse Adriaanse |
2009-08-12 | Non-equivalent writable aliases (aka illegal aliases) are bad. Since PA-RISC | Mark Kettenis |
2009-08-12 | Apple is hopelessly inconsistent with their firmware, so some machines have | Mark Kettenis |
2009-08-12 | Add support for the "Slots Power" sensor on the PowerMac9,1. | Mark Kettenis |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-11 | The PowerMac9,1 has 4 sensors on its smu(4), so increase the maximum number. | Mark Kettenis |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-11 | fix some stupidity in x86 bus_space_map. | Owain Ainsworth |
2009-08-11 | Recent alignment fixes seem to make bwi(4) work at least | Kenneth R Westerback |
2009-08-10 | The shutdown hook is no longer required now that we shutdown all interfaces | Joel Sing |
2009-08-10 | use splhigh instead of splclock to block in the i386_ipi | Theo de Raadt |
2009-08-10 | right now, we only increment ci_idepth in struct cpuinfo when | Owain Ainsworth |
2009-08-10 | gpio for amd64. | Jonathan Gray |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | No need to clean genassym{.,o} during `make clean', genassym.sh does this | Miod Vallat |
2009-08-09 | Another lost bit for SysV message queues. | Bret Lambert |
2009-08-09 | Add a dummy <machine/conf.h> so that MI code can rely upon its existence. | Miod Vallat |
2009-08-09 | Forgot to commit this bit for the SysV message queue cleanup. | Bret Lambert |
2009-08-09 | No options TIMEZONE and DST in GENERIC kernels. | Miod Vallat |
2009-08-09 | Unconditionally enable checks for writable non-uequivalent mappings. They're | Mark Kettenis |