Age | Commit message (Expand) | Author |
2009-01-05 | - add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tag | Jasper Lievisse Adriaanse |
2009-01-02 | remove code that was never used, closer to readable. | Dale Rahn |
2009-01-02 | support display found on GTA01, not used on GTA02 however. | Dale Rahn |
2008-12-30 | dont enable unwanted interrupts, set t_dev, make certain device is inited | Dale Rahn |
2008-12-30 | IPL_SERIAL should be shot. | Dale Rahn |
2008-12-30 | allow 3 uarts to attach, use local cache of variable. | Dale Rahn |
2008-12-30 | fix locator order. | Dale Rahn |
2008-12-30 | some progress on working on hardware, small steps. | Dale Rahn |
2008-12-24 | cleanup, work around issue with interrupt getting enabled too early. | Dale Rahn |
2008-12-15 | Let tty subsystem know when transmit is finished so ioctls do not hang. | Dale Rahn |
2008-12-08 | some sscom and interrupt cleanup, closer to usable userland. | Dale Rahn |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the d... | Ted Unangst |
2008-11-29 | add sscom here too. Fixes armish build. | Matthieu Herrb |
2008-11-27 | Add sscom to cdevswitch like fcom used to be. | Dale Rahn |
2008-11-27 | tx starting to work. | Dale Rahn |
2008-11-27 | better. | Dale Rahn |
2008-11-26 | Add some files missed in the original checkin. | Dale Rahn |
2008-11-26 | Add a number of driver files necessary for OpenMoko support, | Dale Rahn |
2008-11-25 | rename zaurus_reg.h to machine_reg and rename some of the internal fields | Dale Rahn |
2008-11-22 | freq is specific to APM, and it is reaching out to grab the APM variable, | Dale Rahn |
2008-11-22 | scoop is specific to zaurus, it should have some other mechansim to | Dale Rahn |
2008-11-05 | since mmclose() is only called once for the final close, | Matthieu Herrb |
2008-10-28 | Do not leave pmap_cache_state pointing to freed memory if it was the | Dale Rahn |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-09-11 | add support for arm9e core, taken from NetBSD. | Kevin Lo |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-24 | sng_exponent should be sng_exp (MI code now cares); ok martynas | Theo de Raadt |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-03 | Remove clauses 3 and 4 from NetBSD license. | Ray Lai |
2008-06-27 | Clear swap encryption keys before dumping a kernel image. | Miod Vallat |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-24 | On user/kernel shared page table machines, do not let processes map their | Theo de Raadt |
2008-06-12 | Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow | Marcus Glocker |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | Miod Vallat |
2008-05-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-05-15 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-05-14 | Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and | Miod Vallat |
2008-05-05 | We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the code | Claudio Jeker |