| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that the console setup is identical to that on other platforms, | marcel | 2004-07-11 | 1 | -0/+2 |
* | Add options KDB and GDB. KDB takes on the function of what DDB used | marcel | 2004-07-11 | 1 | -1/+3 |
* | Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDB | marcel | 2004-07-11 | 1 | -746/+0 |
* | Mega update for the KDB framework: turn DDB into a KDB backend. | marcel | 2004-07-10 | 4 | -371/+177 |
* | Update fr the KDB framework: | marcel | 2004-07-10 | 3 | -50/+28 |
* | Update for the KDB framework. Sanitize the alpha console code now that | marcel | 2004-07-10 | 12 | -469/+11 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -6/+5 |
* | Implement makectx(). The makectx() function is used by KDB to create | marcel | 2004-07-10 | 2 | -0/+24 |
* | Introduce the KDB debugger frontend. The frontend provides a framework | marcel | 2004-07-10 | 1 | -0/+49 |
* | Introduce the GDB debugger backend for the new KDB framework. The | marcel | 2004-07-10 | 2 | -0/+153 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 1 | -6/+6 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 1 | -6/+6 |
* | Add pmap locking to pmap_emulate_reference(). Remove unused and once-used | alc | 2004-07-08 | 1 | -8/+8 |
* | Add pmap locking to pmap_protect(). | alc | 2004-07-07 | 1 | -0/+2 |
* | - Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 1 | -4/+2 |
* | MFamd64/i386 | alc | 2004-07-05 | 2 | -0/+33 |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 2 | -1/+3 |
* | Allocate s/g segments in the tag rather than on the stack. | scottl | 2004-07-02 | 1 | -30/+35 |
* | Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to build | gallatin | 2004-07-01 | 10 | -0/+10 |
* | - Remove unused definitions. | alc | 2004-06-23 | 1 | -5/+2 |
* | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | bde | 2004-06-20 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 4 | -12/+12 |
* | Remove a stale comment. | alc | 2004-06-15 | 1 | -6/+0 |
* | Remove an unused #include. | alc | 2004-06-12 | 1 | -1/+0 |
* | Move uma_small_alloc() and uma_small_free() out of the pmap and into their | alc | 2004-06-11 | 2 | -46/+82 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -6/+6 |
* | Remove atdevbase and replace it's remaining uses with direct references to | jhb | 2004-06-10 | 1 | -5/+0 |
* | MFamd64 | alc | 2004-06-10 | 1 | -5/+1 |
* | Remove filename+line number from panic messages. | phk | 2004-06-06 | 1 | -4/+2 |
* | Machine generated patch which changes linedisc calls from accessing | phk | 2004-06-04 | 2 | -7/+7 |
* | Regenerate. | jhb | 2004-06-04 | 3 | -4/+4 |
* | Mark linux_wait4() as MP Safe as it is so and holding Giant across all of | jhb | 2004-06-04 | 1 | -1/+1 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 1 | -5/+3 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | phk | 2004-06-03 | 1 | -1/+2 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 1 | -9/+4 |
* | Gainfully employ the new ttyioctl in the trivial cases. | phk | 2004-06-01 | 2 | -54/+0 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -6/+0 |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -12/+0 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -9/+11 |
* | When a denormal underflows to zero, raise an underflow exception. | das | 2004-05-06 | 1 | -0/+3 |
* | Don't clear the exception flags after we finish emulating a | das | 2004-05-06 | 2 | -1/+3 |
* | Add option GEOM_GPT. This brings the ability to have a large number of | marcel | 2004-05-02 | 1 | -0/+1 |
* | Spell Ethernet correctly. | obrien | 2004-05-02 | 1 | -4/+4 |
* | MFamd64: implement the PG_UNMANAGED flag on vm_pages. | gallatin | 2004-04-26 | 1 | -4/+9 |
* | Since pmap_pinit() wants a prezeroed page, change it to ask for one. (Note | alc | 2004-04-26 | 1 | -4/+1 |
* | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | das | 2004-04-25 | 1 | -0/+2 |
* | Push down the responsibility for zeroing a physical page from the | alc | 2004-04-24 | 1 | -3/+0 |
* | MFamd64 | alc | 2004-04-18 | 2 | -74/+16 |
* | Whitespace fix. | jhb | 2004-04-16 | 1 | -1/+1 |