Age | Commit message (Expand) | Author |
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 |
2011-11-18 | Don't bother keeping a local copy of boot_dev in parse_prom_bootdev(). | Miod Vallat |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-22 | Comment out wsmux to save kernel text, since USB support is missing from | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-10 | add tlphy everywhere tl is enabled | Jonathan Gray |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-22 | nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments. | Jasper Lievisse Adriaanse |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-09-04 | Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, with | Miod Vallat |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |