| Age | Commit message (Expand) | Author |
| 2007-06-12 | Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 | mhitch |
| 2007-06-06 | regen | martin |
| 2007-06-06 | Add pseudo-device agr | martin |
| 2007-05-22 | From pmap_motorols,c: | mhitch |
| 2007-05-21 | Move declarations of m68k common functions | tsutsui |
| 2007-05-21 | Remove obsolete decralations of switch_exit() and switch_lwp_ext(). | tsutsui |
| 2007-05-21 | curlwp can't be NULL so no need to check it. | tsutsui |
| 2007-05-20 | Add missing call to lwp_startup() in lwp_trampoline() (which was renamed | mhitch |
| 2007-05-20 | indent fix. | isaki |
| 2007-05-18 | Adapt to the merge of the yamt-idlelwp branch. | he |
| 2007-04-29 | fix typos | msaitoh |
| 2007-04-10 | include files.wsfb | macallan |
| 2007-03-21 | Apply MI softintr(9) patch before it becomes rotten. Untested. | tsutsui |
| 2007-03-11 | - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold | thorpej |
| 2007-03-06 | Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) to | tsutsui |
| 2007-03-06 | Change bus_space_handle_t from void * (formerly caddr_t) to u_long | tsutsui |
| 2007-03-06 | - remove volatile from *regkva member in struct grfabs_et_priv | tsutsui |
| 2007-03-06 | - change pointers which actually required caddr_t to calculate address | tsutsui |
| 2007-03-06 | Make TX buffer (uint8_t *) and remove an unnecessary cast. | tsutsui |
| 2007-03-06 | Pass (char *) to mtod(9) on pointer arith. | tsutsui |
| 2007-03-06 | Add (char *) cast to appease -Wpointer-arith. | tsutsui |
| 2007-03-06 | Make req_addr (char *) rather than adding an extra cast | tsutsui |
| 2007-03-06 | Make io_data (char *) rather than adding an extra cast | tsutsui |
| 2007-03-06 | More fixes after the caddr_t removal. | he |
| 2007-03-06 | Add a missed '*'. | tsutsui |
| 2007-03-06 | Remove an unnecessary cast. | tsutsui |
| 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-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-02-15 | Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for | reinoud |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-12-22 | We don't need the cpu_startup() prototype here. It is already provided by | jdc |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-12-01 | Add -Os to CFLAGS, so that the boot code fits within the constraints | he |
| 2006-11-25 | Replace the myriad copies of bounds_check_with_label() with a single MI | scw |
| 2006-11-24 | s/existance/existence/, from Zafer. | wiz |
| 2006-11-24 | s/independant/independent/, from Zafer. | wiz |
| 2006-11-21 | Make the install actually die when the boot code is too big (which it is). | dsl |
| 2006-11-11 | Remove tmpfs's experimental status. OK'ed by core@. | jmmv |
| 2006-10-21 | in cpu_dumpconf(), don't panic() if we can't bdevsw_lookup() the | mrg |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks! | elad |
| 2006-09-16 | Sync with m68060 fix from amiga pmap. | mhitch |
| 2006-09-03 | Regen | bjh21 |
| 2006-09-03 | Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere. | bjh21 |
| 2006-09-01 | Make sure .data is .long aligned. (fixes linker warning) | matt |
| 2006-08-28 | Use the common <dev/sun/vuid_event.h> header file instead of maintaining | he |