| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename snd_pcm as sound. | tanimura | 2004-07-16 | 1 | -1/+1 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 3 | -29/+1 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 3 | -1/+29 |
* | Use a linker script for the loader. This avoids issues with | grehan | 2004-07-08 | 4 | -4/+284 |
* | Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn't | grehan | 2004-07-08 | 2 | -90/+0 |
* | All hell breaks loose if the loader image is released before | grehan | 2004-07-08 | 1 | -1/+3 |
* | Correctly calculate size of memory to be mapped when copying. Removal | grehan | 2004-07-08 | 1 | -1/+3 |
* | Extract entry point from elf header before releasing the heap. | grehan | 2004-07-08 | 1 | -1/+3 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+2 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -1/+1 |
* | Fixed what appeared to be a hard sentence break. | ru | 2004-07-02 | 1 | -2/+2 |
* | When building a kernel or the loader, let the hostname be overridden | ps | 2004-07-01 | 1 | -1/+1 |
* | Remove the entry for configuring pcm0 mixer channels. | josef | 2004-06-24 | 1 | -1/+0 |
* | Throw out pfsync and pflog, the modules were removed | brueffer | 2004-06-22 | 1 | -2/+0 |
* | Update the copyright to use a 3 clause BSD license rather than one that | jhb | 2004-06-22 | 1 | -10/+24 |
* | Remove a bogus increment of %di when scanning the list of loader paths. | jhb | 2004-06-22 | 1 | -1/+0 |
* | Document the possibility of setting default values for | josef | 2004-06-20 | 1 | -0/+1 |
* | Save a couple of bytes for the SIO case. | phk | 2004-06-17 | 1 | -4/+2 |
* | Fix another beak. | phk | 2004-06-17 | 1 | -1/+1 |
* | Unspam sys/boot, the dev_t commit should not have touched these. | phk | 2004-06-16 | 6 | -8/+8 |
* | My new keyboard can't spell. | phk | 2004-06-16 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 6 | -8/+8 |
* | Premptively fix GCC3.4 issue: add break; after empty default: clauses. | phk | 2004-06-16 | 2 | -0/+3 |
* | Merge boot0 and boot0sio so they behave the same. | phk | 2004-06-11 | 1 | -42/+17 |
* | Some embedded platforms have no keyboard controller. Give up waiting | phk | 2004-06-02 | 1 | -4/+11 |
* | Use the correct location of the EBDA for searching for the RSDP. | njl | 2004-05-25 | 1 | -7/+9 |
* | Markup fixes. | ru | 2004-05-16 | 2 | -11/+9 |
* | Try harder not to compile anything in sys/boot for arm. | cognet | 2004-05-16 | 1 | -2/+0 |
* | Back out last revision that unnecessarily changed valid assembler | ru | 2004-05-14 | 6 | -1606/+1601 |
* | Partly back out last revision that unnecessarily changed valid | ru | 2004-05-14 | 1 | -236/+236 |
* | Do not attempt to build anything in sys/boot for arm. | cognet | 2004-05-14 | 1 | -0/+2 |
* | Fix a potential stack buffer overflow on systems whose ACPI OEMID | jdp | 2004-05-14 | 1 | -2/+2 |
* | Convert block comments into C-style that is understood by cpp(1). | ru | 2004-04-29 | 1 | -204/+210 |
* | MFi386: revisions from 1.15 to 1.17. | nyan | 2004-04-29 | 1 | -8/+2 |
* | MFi386: revisions from 1.16 to 1.18. | nyan | 2004-04-29 | 1 | -8/+2 |
* | Thanks to David's patches, we can now simplify these makefiles | ru | 2004-04-28 | 5 | -18/+14 |
* | Properly merge boot0sio.s and boot0.s into boot0.S. | ru | 2004-04-28 | 1 | -1/+2 |
* | Switch to using C99 comments in assembler preprocessed with cpp(1). | ru | 2004-04-28 | 1 | -414/+414 |
* | - Properly merge boot0sio.s and boot0.s into boot0.S. | ru | 2004-04-28 | 3 | -666/+167 |
* | Temporary precaution measure until repocopy requests are | ru | 2004-04-28 | 1 | -5/+7 |
* | After talking to Bruce Evans and reading more standards specs, | ru | 2004-04-28 | 6 | -1601/+1606 |
* | MFi386: Use C (and CPP) style comments for assembler-with-cpp | ru | 2004-04-28 | 2 | -290/+290 |
* | Use C (and CPP) style comments for assembler-with-cpp sources, | ru | 2004-04-28 | 2 | -290/+290 |
* | Use C (and CPP) style comments for assembler-with-cpp sources, | ru | 2004-04-28 | 1 | -94/+96 |
* | - Use C (and CPP) style comments for assembler-with-cpp sources, | ru | 2004-04-28 | 2 | -346/+347 |
* | Removed now redundant CLEANFILES assignments. | ru | 2004-04-27 | 5 | -6/+0 |
* | Change from '#' to "//" comment character to allow CPP preprocessing. | phk | 2004-04-27 | 5 | -1295/+500 |
* | Use a more compact syntax for passing the "binary" options to 'ld'. | obrien | 2004-04-25 | 6 | -6/+6 |
* | Simplify the building of our i386 'binary' boot components by directly | obrien | 2004-04-25 | 6 | -35/+12 |
* | Fix a last second typo in 'vi' that caused a problem. | obrien | 2004-04-20 | 2 | -4/+4 |