Age | Commit message (Expand) | Author |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |
2010-05-13 | If __HAVE_PMAP_DIRECT, do not bother creating special mappings for use in | Miod Vallat |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-03-01 | - properly spell 'exception' in comments | Jasper Lievisse Adriaanse |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-09-18 | Fix conversion of symbolic IPL level to hardware PSL value in the mutex code. | Miod Vallat |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-06 | Remove the only (commented) instance of UVM_PAGE_INLINE from the tree | Owain Ainsworth |
2009-03-25 | Nuke old useless define. Miod was ok with the idea. | Tobias Weingartner |
2009-03-15 | Generic softinterrupt code for m68k platforms, now copied from m88k. | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
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-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-25 | phyio -> physio | Miod Vallat |
2008-07-24 | Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make no | Miod Vallat |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
2007-12-28 | Do not expose struct pmap unless _KERNEL | Miod Vallat |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-24 | make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callers | Theo de Raadt |
2007-11-09 | Move splassert_check() from common m68k code to each m68k-based architecture, | Miod Vallat |
2007-11-09 | Fix PSLTOIPL and IPLTOPSL to only use three bits of interrupt mask. | Miod Vallat |
2007-11-02 | replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed) | Martin Reindl |
2007-10-18 | enter for obj@ building, otherwise dribbles happen | Theo de Raadt |
2007-10-14 | One more cpu_switchto() leftover. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-12 | s/atoin/ation/ typos | Charles Longeau |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-22 | protect more variables from existing outside of locore, should fix | Martin Reindl |
2007-05-16 | splassert_ctl defaults to 1 now, so dont wrap the checks for | Thordur I. Bjornsson |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-15 | switch m68k to __HAVE_CPUINFO | Martin Reindl |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |