| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2003-11-30 | Specify 32bit daddr_t not only for ufsboot but also libsa and all SA_PROGs. | tsutsui |
| 2003-11-02 | fix parallel build. | chs |
| 2003-11-02 | find libsa files. | chs |
| 2003-10-28 | NULL -> 0 bogon. | mrg |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-09-22 | SA_SIGINFO support for m68k (port specific changes) | cl |
| 2003-09-21 | make compile | cl |
| 2003-08-22 | Fix same breakage as previous (need memmove for symlink handling in ufs.c) | dsl |
| 2003-08-21 | Adapt to const'ing of the first argument of the open function in fs_ops. | he |
| 2003-08-21 | Now that ufsboot / ufs.c uses memmove(), we need to include it here. | he |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-05 | Bumped the version number to account for fixes in tapeboot. | fredette |
| 2003-08-05 | Added seek support for tape files. Before, seeking a tape file | fredette |
| 2003-07-27 | need -ffreestanding | mrg |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-30 | Revert last change (dependance on divdi3.c, moddi3.c, and qdivrem.c) and | kristerw |
| 2003-03-16 | Add snprintf, divdi3, moddi3, and qdivrem so that ufsboot builds. | kristerw |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-03 | merge all the m68k copies of kgdb_machdep.c. | chs |
| 2002-10-20 | merge the 12 copies of vm_machdep.c on the m68k platforms. | chs |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-06-17 | Compile all standalones for the 68010, which makes bootblocks | fredette |
| 2002-06-03 | Reverted previous commit. It was meant to fix a problem that | fredette |
| 2002-06-03 | Now make a machine/ directory with symlinks to a small number | fredette |
| 2002-06-03 | exit() is now declared in libsa's stand.h, and takes an int. | fredette |
| 2002-06-02 | move initialization of the "struct pglist" returned by uvm_pglistalloc() | drochner |
| 2002-05-30 | Always build the m68000 math routines, since we compile libsa in m68000 mode. | nathanw |
| 2002-05-30 | #include <arch/sun3/include/param.h>, not param3x.h, so that we get | nathanw |
| 2002-05-24 | only include scsi support if NSCSIBUS > 0 | lukem |
| 2002-05-23 | Deliberately #include the appropriate arch-specific param.h to get | nathanw |
| 2002-05-16 | Don't access a scsipi channel's periph table directly; use | thorpej |
| 2002-05-15 | bootblock.h: | lukem |
| 2002-05-15 | - implement putstr(), and use in various places instead of printf() | lukem |