Age | Commit message (Expand) | Author |
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 |
2008-05-04 | convert arm and mips64 platforms to ptoa/atop | Martin Reindl |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2008-02-14 | Some armish machines do not have very accurate clock generators, | Dale Rahn |
2008-01-06 | Nuke avail_start and avail_end, they are not used by ps(1) since ten years, | Miod Vallat |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-12-05 | include files which are used by userland cannot include other files.. | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-02 | Use the same cache cleaning address computation as done in cpufunc_asm_xscale, | Miod Vallat |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-08 | Align the suspend saved data to a cache line boundary, apparently prevents | Miod Vallat |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-06 | Some archs used memset() rather than bzero(). So duplicate diff | Kenneth R Westerback |
2007-09-22 | cf_context_switch takes an u_int argument. | Mark Kettenis |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |