Age | Commit message (Expand) | Author |
2013-10-23 | adapt to new DL_BLKTOSEC(); ok krw | Theo de Raadt |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-19 | Use daddr_t * instead of int * for the partoffp parameter to | Kenneth R Westerback |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-09-28 | Refine the frame buffer probe again, to correctly detect a newport frame buffer | Miod Vallat |
2013-09-28 | Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid of | Miod Vallat |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-20 | Add urtwn(4) to the sgi kernels where it makes sense. I've been using it | Brian Callahan |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-17 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-17 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-21 | enable 24-bit, lsb-aligned encoding, which is the device's | Alexandre Ratchov |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-27 | Correctly specify the visible part of the rightmost tile when the current | Miod Vallat |
2013-05-18 | fix cut'n'paste abuse in "can't happen" error message | Miod Vallat |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-04-21 | Well, it turns out the assumption that boards with a 32-bit ID register | Miod Vallat |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-04-20 | Do not wait too long for the chip to unbusy, and return EAGAIN to the upper | Miod Vallat |
2013-04-01 | Build mips kernels with -G 0, to disable use of so-called `small' data and | Miod Vallat |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2012-10-26 | Previous revision would prevent grtwo(4) boards from being recognized. | Miod Vallat |
2012-10-19 | Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files | Miod Vallat |
2012-10-19 | Link boot64 twice, first as a self-contained binary, to enforce there are no | Miod Vallat |
2012-10-18 | Put back the kl_n_shift variable, removed by mistake in 1.18, causing the | Miod Vallat |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. | Miod Vallat |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |
2012-09-29 | Work in progress support for the Power Indigo2 R8000 system (IP26). This is | Miod Vallat |
2012-09-29 | Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks, | Miod Vallat |
2012-09-29 | Store the base value of coprocessor 0 system register, when running userland, | Miod Vallat |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlb | Miod Vallat |
2012-09-29 | Introduce assembly macros for specific processor hazards: tlb update, status | Miod Vallat |
2012-09-29 | Use a much simpler linker script for the kernel, adapted from loongson | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |