Age | Commit message (Expand) | Author |
2015-10-05 | Fix efiboot not to use the usual kernel load address. Load the kernel in | YASUOKA Masahiko |
2015-10-05 | alpha ramdisk ran out of space, very slightly. Probably due to the | Theo de Raadt |
2015-10-05 | No need to create {sd,wd}boot links to xxboot anymore. | Miod Vallat |
2015-10-05 | user land -> userland; from Rob Pierce | Theo de Raadt |
2015-10-03 | correct a memory leak in error code path. | Sebastien Marie |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-10-01 | Remove yet more blinding whitespace. | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-09-30 | Nuke a #if 0/#endif block and a related variable. No plans to ever make | Kenneth R Westerback |
2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ | Kenneth R Westerback |
2015-09-30 | Remove some trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-30 | enable new asmc(4) driver on amd64 | Joerg Jung |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung |
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2015-09-30 | How about I delete _all_ the BITFIELDTYPE comments? | Philip Guenther |
2015-09-30 | Remove some annoying trailing whitespace. | Kenneth R Westerback |
2015-09-29 | Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c. | Kenneth R Westerback |
2015-09-29 | Use the DMTC0 macro and MTC0_HAZARD in the UPAGES > 1 case. Now R8000 kernel | Miod Vallat |
2015-09-28 | More mechanical switching to readdisksector(), although this is a | Kenneth R Westerback |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-28 | Keep sparc/disksubr.c and sparc64/disksubr.c as close as possible. | Kenneth R Westerback |
2015-09-28 | Oops. sparc64/disksubr.c was overlooked when all the other disksubr.c's | Kenneth R Westerback |
2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). | Kenneth R Westerback |
2015-09-28 | Use readdisksector() instead of manual buf initialization. hppa compiles | Kenneth R Westerback |
2015-09-28 | Use readdisksector() instead of manual buf initialization. | Kenneth R Westerback |
2015-09-27 | Use readdisksector() instead of manual buf initialization. sparc64 | Kenneth R Westerback |
2015-09-27 | Use readdisksector() instead of manual buf initialization. These are | Kenneth R Westerback |
2015-09-27 | Add IP26 kernels and boot blocks to the installation media. | Miod Vallat |
2015-09-27 | Don't forget to put the necessary MFC0_HAZARD in SAVE_CPU. For some reason I | Miod Vallat |
2015-09-27 | Use readdisksector() instead of manual buf initialization. | Kenneth R Westerback |
2015-09-27 | Tweak a bit of daddr_t goodness and make hppa64 disksubr.c identical to | Kenneth R Westerback |
2015-09-27 | Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed during | Kenneth R Westerback |
2015-09-27 | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | Mark Kettenis |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-27 | On R8000, make trap() behave closer to interrupt() when servicing a real | Miod Vallat |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-26 | lint is dead: BITFIELDTYPE comments aren't useful | Philip Guenther |
2015-09-26 | xheart_splx() has to restore the interrupt mask even on secondary CPUs | Visa Hankala |
2015-09-26 | Let MP-safe interrupt handlers run without the kernel lock on octeon. | Visa Hankala |
2015-09-26 | Add a spinout check to the mips64 mutex, to aid debugging. | Visa Hankala |
2015-09-24 | It is no longer necessary to include CR_BERR in CR_INT_MASK if CPU_R8000. | Miod Vallat |
2015-09-24 | IP26 streaming cache controller bus error interrupts are reported as hardware | Miod Vallat |
2015-09-23 | typos | Miod Vallat |
2015-09-23 | That PICA reference ought to have been removed 20 years ago! | Miod Vallat |
2015-09-23 | In tlb_update(), when inserting an entry for a KV1 address, reuse the | Miod Vallat |
2015-09-23 | Reorder subtractions and branches to shave one cycle per call to | Miod Vallat |
2015-09-23 | Output operands of movn and movz in the correct order. | Miod Vallat |
2015-09-23 | Fix white spaces and style. | YASUOKA Masahiko |