| Age | Commit message (Expand) | Author |
| 2002-03-24 | Read /usr/libexec/ld.so.dll if failed to read | oki |
| 2002-03-24 | pmap_handled_emulation(): Fix locking protocol botch. | thorpej |
| 2002-03-24 | pmap_handled_emulation(): Use pmap_map_ptes() correctly. | thorpej |
| 2002-03-24 | Sync most Cyrillic names with X11 keysym names. | uwe |
| 2002-03-24 | pmap_modified_emulation(): Use pmap_map_ptes() correctly. | thorpej |
| 2002-03-24 | pmap_unwire(): Use pmap_map_ptes() correctly. | thorpej |
| 2002-03-24 | pmap_clearbit(): Use pmap_map_ptes() correctly. | thorpej |
| 2002-03-24 | Use pmap_is_curpmap() consistently. | thorpej |
| 2002-03-24 | Clean up the PTP allocation functions a bit. | thorpej |
| 2002-03-24 | Clean up PTE access macros a bit. | thorpej |
| 2002-03-24 | Prototype ACPI Control Method Battery driver. | sommerfeld |
| 2002-03-24 | * arm_byte_to_page() -> arm_btop() | thorpej |
| 2002-03-24 | Add acpi_eval_struct, to evaluate a complex data structure. | sommerfeld |
| 2002-03-24 | Remove some redundant tests in pmap_enter(). | thorpej |
| 2002-03-24 | Handle patches in which diff(1) has added lines saying | kristerw |
| 2002-03-24 | Fix problem with assumption non-socket == vnode in F_{G,S}ETOWN different way | jdolecek |
| 2002-03-24 | remove now-unnecessary files | lukem |
| 2002-03-24 | Add -q flag, for use with -w and -f, which suppresses output after a set. | sommerfeld |
| 2002-03-23 | Add wait-for-ready code between setting MCE and changing data format, | itohy |
| 2002-03-23 | fix pasto. | shin |
| 2002-03-23 | make sure this compiles cleanly and works. | christos |
| 2002-03-23 | some typos | heinz |
| 2002-03-23 | typo | heinz |
| 2002-03-23 | Don't pass NULL to warn() etc. Instead, use "<stdin>" to warn about stdin. | enami |
| 2002-03-23 | Actually skip the first byte of invalid byte sequence. | enami |
| 2002-03-23 | One more; Don't put space before function call op. | enami |
| 2002-03-23 | Big rototil of the vidcvideo code to cleanup illogical structures and to | reinoud |
| 2002-03-23 | - Remove unnecessary cast. | enami |
| 2002-03-23 | Fix whitespace usage. | enami |
| 2002-03-23 | Don't include same file twice. Sort includes alphabetically. | enami |
| 2002-03-23 | Fix minor syntax warnings. | ross |
| 2002-03-23 | KERNEL_SPACE_START -> KERNEL_BASE | thorpej |
| 2002-03-23 | Garbage-collect the "pagehook" stuff. | thorpej |
| 2002-03-23 | pmap_bootstrap(): Correct arithmetic on pte when advancing past | thorpej |
| 2002-03-23 | Check unit number when booting from rl disks. | ragge |
| 2002-03-23 | Call rlreset() per controller, not per disk. | ragge |
| 2002-03-23 | Fix up typos. | reinoud |
| 2002-03-23 | Don't need <sys/exec.h> either. | bouyer |
| 2002-03-23 | moved tmftcheck(3) down one level, and add a regression test for vis(3) | christos |
| 2002-03-23 | Add VIS_HTTPSTYLE and strunvisx (From FreeBSD) | christos |
| 2002-03-23 | - Add VIS_HTTPSTYLE from FreeBSD. | christos |
| 2002-03-23 | We don't need <sys/exec_aout.h> here. | bouyer |
| 2002-03-23 | whitespace and folding fix. | kent |
| 2002-03-23 | Use fixed-type in ecoff structures, so that elf2ecoff will produce proper | bouyer |
| 2002-03-23 | Add byte-swapping calls where appropriate, so that this can be used as | bouyer |
| 2002-03-23 | Fix typo. | reinoud |
| 2002-03-23 | Switch to the new common ramdisk build infrastructure. | shiba |
| 2002-03-23 | Decrease UAUDIO_NFRAMES: 20 -> 10 | kent |
| 2002-03-23 | If someone is poll'ing to write to bpf, assume that it can always be done | darrenr |
| 2002-03-23 | Change devinfo definition and make devname initialization correctly. | taca |