Age | Commit message (Expand) | Author |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-10 | this ramdisk is just for one machine | Theo de Raadt |
2013-03-09 | RAMDISKC wil be needed for alphabook1 | Theo de Raadt |
2013-03-09 | remove unneccessary needs-flag | Theo de Raadt |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt |
2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. | Miod Vallat |
2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; | Miod Vallat |
2013-03-02 | Replace magic numbers with more meaningful (1 << interrupt#) constructs. | Miod Vallat |
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 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-01 | <machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic. | Miod Vallat |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
2012-12-17 | Add a list of alpha systems and their SRM footprint in the linker script | Miod Vallat |
2012-12-17 | Unbreak bootblocks on Alpha by fixing the primary load address. A | Martynas Venckus |
2012-12-10 | Add cdce(4). | Brad Smith |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-08 | now that our make is more strict, fix ws issue; ok espie@ | Otto Moerbeek |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-02 | typo | Miod Vallat |
2012-11-01 | Switch alpha to per-process astpending. | Miod Vallat |
2012-11-01 | In cpu_fork(), correctly set up the stack of the new process if required. This | Miod Vallat |
2012-10-20 | move sio_intr_shutdown() from being a shutdownhook, and do it directly in | Theo de Raadt |
2012-10-10 | Add __BEGIN_DECLS so that programs using C++ can use functions | Stuart Henderson |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-21 | add register aliases "fp" and "AT" as available on Tru64 and Linux; ok miod@ | Christian Weisgerber |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-09-01 | Fix alpha bootblocks: Compile with -fno-pie, link with -nopie. | Pascal Stumpf |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-22 | sigpid should be of type pid_t (only visable with DEBUG). | Okan Demirmen |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-07-09 | Do not re-initialize ci_randseed on the primary cpu | Theo de Raadt |
2012-06-26 | ALPHA_PGSHIFT -> PGSHIFT. | Theo de Raadt |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-26 | Stop the song and dance where alpha param.h tries to include the world. | Theo de Raadt |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-11-25 | Rework assembler constraints to satisfy gcc 4. Unfortunately this could not | Miod Vallat |
2011-11-25 | Compile fixes for gcc4 (-Wbounded) | Miod Vallat |