Age | Commit message (Expand) | Author |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2013-04-09 | Need #include "isa.h" for NISA | Philip Guenther |
2013-04-05 | Brad didn't even try building the ramdisk, because it is 7.5K oversize. | Theo de Raadt |
2013-04-05 | Add the remaining USB Wifi adapters to the CD RAMDISK media for users | Brad Smith |
2013-04-05 | enable com3 on both i386 and amd64 (com4 config is added, but disabled) | Theo de Raadt |
2013-04-04 | zap redundant assignments | Alexander Hall |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-29 | put urtwn in big ramdisks so I can use it for upgrades | Ted Unangst |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-28 | the ramdisk is a bit special, and some tedu arguments do apply. # out | Theo de Raadt |
2013-03-27 | Remove commented out tr(4) stanzas, since support for them has been removed | Miod Vallat |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | unused relics | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-20 | Previous commit to acpi_machdep.c broke suspend because the IPI to save the | Mark Kettenis |
2013-03-19 | in acpi_sleep_mp() properly flush fpu and halt the AP's | Theo de Raadt |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov |
2013-03-12 | Fake 'SMBIOS detection' for the Soekris boxes, by Matt Dainty | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin |
2013-02-13 | De-magic IOM_END like in the rest of machdep.c. OK miod@. | Martynas Venckus |
2013-02-13 | - Detect and correct stale GDT user code segment limit caused | Kurt Miller |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-09 | Blame the right function when panic'ing. | Miod Vallat |
2013-01-29 | the bus_space api implies that there's a bus endianness that it will | David Gwynne |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2013-01-18 | fix bogus dependencies, and allow mkdep to run | Marc Espie |
2013-01-18 | Generate assym.h where we need it, instead of reaching around into other | Joel Sing |
2013-01-18 | Clean up/standardise makefiles for i386/stand. | Joel Sing |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-16 | properly distinguish /boot and biosboot in informational and error messages | Christian Weisgerber |
2013-01-12 | add viomb driver for virtio balloon device | Stefan Fritsch |
2013-01-02 | Zero out sbv_maskkey to make it boot when there's a softraid crypto | Martynas Venckus |
2012-12-31 | Eliminate orig_errno, which could be uninitialized in one case, by doing | Philip Guenther |
2012-12-08 | Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE. | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-04 | Implement bus_space_mmap(9). | Mark Kettenis |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-29 | Enable rtsx(4) in GENERIC on i386 and amd64. | Stefan Sperling |
2012-11-27 | Add acpi_{acquire,release}_glk locking functions. | Paul Irofti |
2012-11-19 | Add atomic 32-bit cas operations. | Paul Irofti |