| Age | Commit message (Expand) | Author |
| 2004-01-05 | add a PMAP_NC flag for pmap_kenter_pa() to specific a non-cached mapping. | chs |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-11-28 | de-__P, remove register, ansify. | chs |
| 2003-11-18 | fix address computation in vmapbuf(). use uvm_km_valloc_prefer_wait(). | chs |
| 2003-11-08 | In trap(), curlwp could be NULL so don't refer it implicitly. | tsutsui |
| 2003-11-01 | Compile at -O2. Fix various GCC3-isms | matt |
| 2003-10-31 | Don't pass the (unused) return value args to the | simonb |
| 2003-10-30 | It turns out the hppa ABI we're using does not support an extended- | kleink |
| 2003-10-28 | #define __HAVE_LONG_DOUBLE on platforms which implement a distinct | kleink |
| 2003-10-27 | Err, rename some members added in previous to make them reflect their | kleink |
| 2003-10-26 | For convenient use in libc, add unions of the C floating types and their | kleink |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-26 | Rip out E80 format definitions which are neither "notyet", nor going to | kleink |
| 2003-10-25 | g/c #if 0'ed (and empty) cpu_wait() | jdolecek |
| 2003-10-25 | NULL -> 0 | chs |
| 2003-10-23 | * Move the definitions for types other than single-precision and double- | kleink |
| 2003-10-22 | G/c the local declaration of __nanf; handling of this (conditional on | kleink |
| 2003-10-21 | NULL -> 0 for preempt() argument. | fvdl |
| 2003-10-13 | add MD part of SA/pthread pagefault handling on hppa | cl |
| 2003-10-10 | update for new gas syntax. from Jochen Kunz. | chs |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-06 | Change headers to comply with the new toolchain changes. | matt |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-20 | Use #ifdef _KERNEL_OPT around #include "opt_XXX.h" | matt |
| 2003-09-20 | Add multiple inclusion protection. | matt |
| 2003-09-20 | Install <hppa/mcontext.h> | matt |
| 2003-08-31 | add some placeholders so we can at least build. | chs |
| 2003-08-31 | update for LWPs, and some lite cleanup. | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-05-10 | Back out the following chagne: | thorpej |
| 2003-05-08 | Simplify the way the bounds of the managed kernel virtual address | thorpej |
| 2003-04-29 | Add a BKPT_ADDR() macro which gives MD code a chance to munge a | scw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-04-19 | PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] | christos |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | * Define PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK in <hppa/vmparam.h>, | thorpej |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2002-12-21 | Pass the system call table to trace_enter() and ktrsys() so that it is | manu |
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-15 | Add a realcode argument to trace_enter and ktrsyscall. realcode is the | manu |
| 2002-09-22 | Use "#define\t" instead of "#define ". | simonb |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |
| 2002-08-25 | No longer use BTLB entries to map the entire address spaces of I/O subsystems, | fredette |