| Commit message (Expand) | Author | Age | Files | Lines |
| * | "it's" --> "its" (possessive). | Matthew Hunt | 2000-11-01 | 1 | -2/+2 |
| * | Add entry for umodem | Nick Hibma | 2000-10-30 | 1 | -0/+1 |
| * | Backout revision 1.7 which was a bad idea since it would force people | Doug Rabson | 2000-10-27 | 1 | -1/+1 |
| * | Install the loader manpages. | David E. O'Brien | 2000-10-26 | 1 | -1/+0 |
| * | Move the call to extend_heap() from main to start so that if our BSS | Doug Rabson | 2000-10-25 | 2 | -3/+6 |
| * | Don't build start.S as part of libalpha.a - its built specially. | Doug Rabson | 2000-10-25 | 1 | -1/+1 |
| * | Don't indirect through a null pointer if we run out of kernel filenames. | Doug Rabson | 2000-10-25 | 1 | -1/+1 |
| * | Make a few functions inline to save space. | Doug Rabson | 2000-10-25 | 1 | -3/+3 |
| * | The USB scanner driver. To be used together with SANE. | Nick Hibma | 2000-10-25 | 1 | -0/+1 |
| * | Convert from the Alpha compontents to PowerPC ones. | David E. O'Brien | 2000-10-16 | 6 | -199/+116 |
| * | "Ok, my loader's now up to putting up a prompt. It probes disks partially | David E. O'Brien | 2000-10-16 | 18 | -0/+1866 |
| * | Merged from sys/boot/i386/loader/main.c revision 1.21. | Yoshihiro Takahashi | 2000-10-15 | 1 | -10/+0 |
| * | Now I see the error of my ways. | Daniel C. Sobral | 2000-10-09 | 1 | -6/+8 |
| * | Go back to occupying just a single sector, reverting r1.17 - r1.20. | Robert Nordier | 2000-10-02 | 2 | -165/+81 |
| * | Set MAINTAINER. | Robert Nordier | 2000-10-02 | 8 | -0/+16 |
| * | Get rid of garbage left on the stack. | Daniel C. Sobral | 2000-09-25 | 1 | -2/+1 |
| * | What could possibly have possessed me to forget the "0 (arguments)" | Daniel C. Sobral | 2000-09-25 | 1 | -2/+2 |
| * | Merged from sys/boot/i386/loader/main.c revision 1.23. | KATO Takenori | 2000-09-22 | 1 | -0/+2 |
| * | Merged from sys/boot/i386/libi386/Makefile revision 1.19. | KATO Takenori | 2000-09-22 | 1 | -1/+3 |
| * | Add support for the "nullconsole" console type, for systems with | Archie Cobbs | 2000-09-20 | 7 | -1/+109 |
| * | Check for the correct minimum version required by the current code. | Daniel C. Sobral | 2000-09-18 | 1 | -4/+4 |
| * | Steal 512KB more from system memory for heap instead of 256KB. We died | Matt Jacob | 2000-09-18 | 1 | -9/+11 |
| * | Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leaves | Matt Jacob | 2000-09-18 | 1 | -1/+1 |
| * | Make the stack 12K- we seem to need a bit more. | Matt Jacob | 2000-09-18 | 1 | -3/+3 |
| * | Use _ instead or - where proper, according to the style I have been | Daniel C. Sobral | 2000-09-16 | 2 | -17/+35 |
| * | Solve a name clash. | Daniel C. Sobral | 2000-09-16 | 2 | -6/+12 |
| * | The default search path for kernel and modules was bogus. It makes no | Daniel C. Sobral | 2000-09-16 | 1 | -1/+1 |
| * | The module_path set by default was bogus. It had /boot/kernel last, | Daniel C. Sobral | 2000-09-16 | 1 | -3/+3 |
| * | Both boot and boot-conf were using a different algorithm from the one | Daniel C. Sobral | 2000-09-16 | 2 | -32/+38 |
| * | Factorize, reorganize, and move code around. | Daniel C. Sobral | 2000-09-15 | 2 | -116/+152 |
| * | Start countdown only _after_ the kernel was loaded. Not very fair otherwise. | Daniel C. Sobral | 2000-09-15 | 1 | -4/+4 |
| * | New world order wrt to kernel location and name. This doesn't actually | Daniel C. Sobral | 2000-09-12 | 1 | -2/+2 |
| * | Back out bktr_mem_load. It is not needed because I'm use MODULE_DEPEND | Roger Hardiman | 2000-09-12 | 1 | -1/+0 |
| * | Add bktr_mem_loader, default to NO. | Roger Hardiman | 2000-09-11 | 1 | -0/+1 |
| * | Fix this so that we actually define HAVE_PNP when its available. | Doug Rabson | 2000-09-10 | 1 | -2/+2 |
| * | The entropy driver module has changed name. | Mark Murray | 2000-09-10 | 1 | -1/+1 |
| * | Bump up version as a result of the recent changes to kernel path, | Daniel C. Sobral | 2000-09-10 | 1 | -0/+1 |
| * | Bump up version as a result of the recent changes to kernel path, | Daniel C. Sobral | 2000-09-10 | 1 | -0/+1 |
| * | Change NOFORTH comment character from # to \ followed by space, | Daniel C. Sobral | 2000-09-10 | 1 | -1/+1 |
| * | Only build PnP parts if the platform supports PnP. | Doug Rabson | 2000-09-10 | 3 | -0/+9 |
| * | Upon reflection, I decided that bootfile must have priority over kernel | Daniel C. Sobral | 2000-09-09 | 1 | -8/+8 |
| * | Correct BSD/OS slice type. | Robert Nordier | 2000-09-09 | 1 | -2/+2 |
| * | First tackle at trying to handle the New Deal on kernels. | Daniel C. Sobral | 2000-09-09 | 3 | -118/+280 |
| * | Update boot and boot-conf descriptions to reflect new and old changes. | Daniel C. Sobral | 2000-09-08 | 2 | -3/+31 |
| * | Enhance boot-conf. | Daniel C. Sobral | 2000-09-08 | 1 | -24/+118 |
| * | Strictly speaking, this works. It enumarates the PnP devices, and | Daniel C. Sobral | 2000-09-08 | 1 | -0/+172 |
| * | Add the infrastructure necessary to handle PnP from a Forth script. | Daniel C. Sobral | 2000-09-08 | 3 | -0/+103 |
| * | Fix an error message which was using the wrong variable to get the | Daniel C. Sobral | 2000-09-08 | 1 | -1/+1 |
| * | Add constructors to crude structure support. Rework some of the | Daniel C. Sobral | 2000-09-08 | 1 | -19/+142 |
| * | Make the pnp structure a global variable, so it can be used elsewhere. | Daniel C. Sobral | 2000-09-08 | 2 | -1/+5 |