| Age | Commit message (Expand) | Author |
| 2004-01-06 | Make these compile again after the latest adjustments. | he |
| 2004-01-04 | Spell controller with two ls. Inspired by miod@openbsd. | wiz |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-03 | More wdc_channel structure member namespace cleanup: | thorpej |
| 2004-01-03 | Rename "struct channel_softc" to "struct wdc_channel". | thorpej |
| 2004-01-01 | Rename: | thorpej |
| 2003-12-31 | Simplfy allocation of the channel queue. | thorpej |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-16 | Replace cmd_ioh with cmd_baseioh, to track changes to wdcvar.h, so | he |
| 2003-12-14 | Split the Intel i31244 SATA controller ("Artisea") driver out of piixide | thorpej |
| 2003-12-13 | Collapse the atabus declaration into "atabus* at ata? channel ?". | thorpej |
| 2003-12-13 | Split out the Silicon Image SATALink support into its own driver, | thorpej |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-09 | Make libsa build first as other items depend on it (for -j builds) | jmc |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-11-08 | Remove obsolete comments about curproc. | tsutsui |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-11-02 | Extend the #ifdef M68040 so that the `sig' variable declaration is moved | he |
| 2003-11-01 | g/c local index() routine and switch to (libkern's) strchr() | jdolecek |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-10-28 | Include <stdlib.h> to pick up exit() prototype. | he |
| 2003-10-28 | Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflict | he |
| 2003-10-28 | Add include of <string.h> to pick up strlen() prototype. | he |
| 2003-10-28 | Rename those assembly files which should be passed through the C | he |
| 2003-10-24 | add necessary majors for miscellaneous devices, such as missing | jdolecek |
| 2003-10-22 | add wsfont major to archs which have the other wscons devices | jdolecek |
| 2003-10-10 | reassing majors for crypto and pf to use the newly defined MI major | jdolecek |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |
| 2003-10-08 | pciide_machdep.c depends on pciide_common, not pciide. | bouyer |
| 2003-10-08 | Regen: Add new per-chip pciide drivers. | bouyer |
| 2003-10-08 | Add new per-chip pciide drivers. | bouyer |
| 2003-10-08 | Adapt for wdcattach() prototype change. | bouyer |
| 2003-10-08 | Regen: add atabus. | bouyer |
| 2003-10-08 | Add atabus. | bouyer |
| 2003-10-08 | * Shuffle some data structures so, and add a flags word to ksiginfo_t. | thorpej |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-29 | Cast through (void *) to appease gcc3. | cl |
| 2003-09-27 | Cast through (void *) to appease gcc3. | cl |
| 2003-09-25 | Hide the use of config_interrupts() in one place. | mycroft |
| 2003-09-25 | Modify the fdcattach() interface again, splitting it into two parts, so that | mycroft |
| 2003-09-25 | Update for new attach method. | mycroft |
| 2003-09-22 | SA_SIGINFO support for m68k (port specific changes) | cl |
| 2003-09-22 | regen | cl |
| 2003-09-22 | add COMPAT_15/COMPAT_16 | cl |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-09-19 | 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates | mycroft |
| 2003-09-17 | add MD part of SA/pthread pagefault handling on all m68k ports | cl |
| 2003-08-29 | libsa/bcmp.c now defines both bcmp and memcmp | dsl |
| 2003-08-24 | The new ufs.o also needs memset, so add it. | he |