| Age | Commit message (Expand) | Author |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-21 | add a pair of new bus_dma(9) functions: | mrg |
| 2007-02-20 | - Add /a modifier to trace that allows a specific LWP to be selected. | ad |
| 2007-02-17 | Pretend the ddb code has proclist_lock held to stop any deadlock. | dsl |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-12-26 | Make machdep scope architecture-agnostic by removing all arch-specific | elad |
| 2006-12-22 | Add requests indicating access to unmanaged memory for arm, pc532, powerpc, | elad |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-11-25 | Don't worry about the ELF32_MACHDEP_ENDIANNESS macro when compiling | riz |
| 2006-11-24 | s/independant/independent/, from Zafer. | wiz |
| 2006-10-25 | Use kauth(9) (device scope tty open). | elad |
| 2006-10-22 | Stick with unsigned long for _BSD_SIZE_T_ regardless of LP64/ILP32. | scw |
| 2006-10-04 | fix gcc -Werror -Wmissing-braces problem | tnozaki |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-09-09 | Don't forget to call tc_init() to register the timecounter. | gdamore |
| 2006-09-09 | Convert to timecounters. Compile tested only. Ok steve@. | gdamore |
| 2006-09-06 | Use p_find(addr, PFIND_LOCKED) in case the proclist_lock is held. | ad |
| 2006-09-05 | Convert to MI todr. | gdamore |
| 2006-09-04 | Remove unused todr_setcal/todr_getcal and all the assorted stub | gdamore |
| 2006-09-04 | Set the division strategy to 'call' to avoid explicit references to | scw |
| 2006-09-04 | Drop the volatile qualifier from switch_exit()'s prototype. | scw |
| 2006-09-04 | Appease gcc4. | scw |
| 2006-09-04 | Rearrange some code to avoid a gcc4 'possibly uninitialised variable' warning. | scw |
| 2006-09-04 | Pull in <sys/evcnt.h> | scw |
| 2006-09-04 | Remove unused r_sp #define. | scw |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-19 | - Hold a reference to the process credentials in each struct lwp. | ad |
| 2006-05-22 | use "j" instead of "ll" for intmax_t and friends. | mrg |
| 2006-05-15 | include kauth.h for kauth_cred_geteuid. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-01 | closes: PR kern/32359 | cherry |
| 2006-03-15 | adapt to uvm_fault() interface cleanup: kill the useless 3rd argument | drochner |
| 2006-03-07 | Syscall debug tracing is handled by trace_enter() / trace_exit(). Change | thorpej |
| 2006-03-07 | Clean up fallout proc_is_traced_p() change: | thorpej |
| 2006-03-06 | Remove another instance of the SET/CLR/ISSET macro triplet, now that | he |
| 2006-03-05 | Add a proc_is_traced_p() macro and use it, instead of copying the same code | christos |
| 2006-03-05 | implement PT_SYSCALL | christos |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-31 | Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h then | dsl |
| 2006-01-30 | Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.h | dsl |