| Age | Commit message (Expand) | Author |
| 2006-08-30 | Conditionalize cpu_coredump on COREDUMP | matt |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-08-21 | fix unterminated #ifdef. PR34240. | hamajima |
| 2006-08-19 | When looking for a screen mode at startup, skip any interlaced and | bjh21 |
| 2006-08-19 | If we can't find a screen mode matching the bootloader's frame rate, choose | bjh21 |
| 2006-08-19 | Arrange things so that if MONITOR isn't defined in the kernel configration, | bjh21 |
| 2006-08-19 | The log2_bpp fields of the mode list generated by makemodes.awk weren't | bjh21 |
| 2006-08-18 | Move calculation of a screen mode's frame rate out of makemodes.awk into | bjh21 |
| 2006-08-17 | This is kernel-only now, so no need to check _KERNEL. | bjh21 |
| 2006-08-17 | There's no need to expose arm/iomd/vidc.h to userland any more, since | bjh21 |
| 2006-08-17 | Switch to using the MI struct videomode for storing VIDC video timings. | bjh21 |
| 2006-08-16 | Fix an obvious typo. | bjh21 |
| 2006-08-16 | Remove an unneeded include of the now-deleted <arm/iomd/rpckbdvar.h>. | he |
| 2006-08-15 | Un-__P | bjh21 |
| 2006-08-15 | vidc_initialmode seems to be initialised at startup and never touched again. | bjh21 |
| 2006-08-15 | Un-__P | bjh21 |
| 2006-08-15 | Remove some prototypes and macros that aren't used any more. | bjh21 |
| 2006-08-14 | Nothing in the tree uses NVIDCAUDIO or NVIDC, so stop generating them. | bjh21 |
| 2006-08-14 | Finally remove the old, pre-wscons, acorn32 console code. This dated back | bjh21 |
| 2006-08-05 | Centralize the various checks for validity of a CPU context in one macro, | bjh21 |
| 2006-08-05 | bcopy -> memcpy | bjh21 |
| 2006-08-05 | ANSIfy, un-__P, and generally KNF. | bjh21 |
| 2006-08-05 | This file seems to be unused, left behind by the last I^2C overhaul. | bjh21 |
| 2006-08-05 | ANSIfy, un-__P, light KNF. | bjh21 |
| 2006-08-03 | Support for timecounters on acorn32, supplied by Mike Pumford. Only | bjh21 |
| 2006-07-28 | Remove a few trailing blank lines. | simonb |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-07-25 | typo; from Arnaud Lacombe, thanks! | elad |
| 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-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-06-27 | KNF. Correct some spelling errors. | peter |
| 2006-06-27 | Use symbolic constants for the UART register locations. | peter |
| 2006-06-27 | Add a symbolic constant for the Infrared Communications Port. | peter |
| 2006-06-26 | use the "i2cbus" interface attribute rather than putting a string name | drochner |
| 2006-06-25 | GCC4 fixes from Mike Pumford | christos |
| 2006-06-20 | Use portable | cat 1>&2 instead of > /dev/stderr. This allows this script | gdamore |
| 2006-05-17 | make xscale_pmnc_write() return void, rather than returning an | mrg |
| 2006-05-17 | remove 'inline' from the xxx_do_pending() function that is called from | mrg |
| 2006-05-15 | include kauth.h for kauth_cred_geteuid. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-13 | Fix some more comments. | skrll |
| 2006-05-11 | remove irqblock[] as no one uses it. reviewed by Ben Harris. | yamt |
| 2006-05-10 | Fix some comments. | skrll |
| 2006-05-10 | Fix a bunch of cast lvalues. | skrll |
| 2006-05-08 | s/4/BKPT_SIZE/ in PC_ADVANCE | skrll |
| 2006-05-05 | Remove the devprop API and switch everthing over to the new proplib. Add | thorpej |
| 2006-04-25 | s/allready/already/ | snj |
| 2006-04-18 | Back out my rev 1.14, the printf is actually quite useful and | peter |
| 2006-04-17 | Simplify delay loop by moving the maths to before the loop. | chris |