| Commit message (Expand) | Author | Age | Files | Lines |
* | o Add 'kern.maxusers' to the list of commented out sample tunable | rwatson | 2001-11-26 | 1 | -0/+1 |
* | Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back | jhb | 2001-11-21 | 1 | -0/+1 |
* | Upper case the FreeBSD loader prompt. | obrien | 2001-11-19 | 2 | -2/+2 |
* | Lookup the EFI_FPSWA driver and pass the interface pointer through to the | peter | 2001-11-19 | 7 | -0/+110 |
* | Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo | peter | 2001-11-19 | 4 | -22/+0 |
* | Fix a dependency violation, same as in libefi/elf_freebsd.c a while back. | peter | 2001-11-19 | 2 | -0/+2 |
* | This is used in C, not C++. functions with no args have func(void) in our | peter | 2001-11-19 | 1 | -0/+1 |
* | MFi386: revisions from 1.26 to 1.30. | nyan | 2001-11-17 | 2 | -10/+196 |
* | MFi386: revision 1.12 | nyan | 2001-11-17 | 1 | -0/+9 |
* | Fix a number of misspellings of "dependency" and "dependencies" in | iedowse | 2001-11-16 | 1 | -3/+3 |
* | Initialize first to -1; this will create a (nearly) empty file on failure, | fenner | 2001-11-07 | 1 | -1/+1 |
* | Remove a few more debugging bits and turn on twiddle output while reading | jhb | 2001-11-07 | 1 | -15/+3 |
* | Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. | iwasaki | 2001-11-06 | 1 | -0/+9 |
* | MFi386: sys/boot/i386/loader/main.c revision 1.25 | nyan | 2001-11-06 | 1 | -14/+16 |
* | MFi386: sys/boot/i386/libi386/Makefile revision 1.21 | nyan | 2001-11-06 | 1 | -2/+2 |
* | - If we are booted via cdboot, use bc_add() to instantiate the cd0 device | jhb | 2001-11-05 | 1 | -14/+16 |
* | Hook up the bioscd driver and the cd9660 filesystem. | jhb | 2001-11-05 | 1 | -0/+2 |
* | Add a device driver for the BIOS device for CD-ROM's booted via El Torito | jhb | 2001-11-05 | 7 | -21/+424 |
* | Add a DEVT_CD type for CD drivers. | jhb | 2001-11-05 | 1 | -0/+1 |
* | Trim all the extra debugging output including hexdumps, debug messages, | jhb | 2001-11-04 | 1 | -189/+4 |
* | Axe the old cdldr. | jhb | 2001-11-04 | 2 | -298/+0 |
* | Use the new cdboot instead of cdldr. | jhb | 2001-11-04 | 1 | -2/+1 |
* | This is a new CD bootstrap utility designed to replace cdldr. According | jhb | 2001-11-04 | 2 | -119/+594 |
* | Print out 'foo devices:' as the line before displaying a group of | jhb | 2001-11-04 | 1 | -1/+1 |
* | Whoops, missed these bits in the previous commit. | jhb | 2001-11-03 | 2 | -2/+4 |
* | Add support for sending messages to the serial console which is helpful | jhb | 2001-11-03 | 3 | -0/+163 |
* | Add support for outputting multiple lines when dumping memory during the | jhb | 2001-11-03 | 2 | -4/+26 |
* | Add support for trace traps by returning from them just as for breakpoint | jhb | 2001-11-03 | 2 | -2/+10 |
* | Output a newline at the end of a dump so that there are blank lines between | jhb | 2001-11-03 | 2 | -2/+2 |
* | Revert rev 1.3 which moved us away from POSIX character classes. | obrien | 2001-11-03 | 1 | -4/+4 |
* | Revert rev 1.7 which moved us away from POSIX character classes. | obrien | 2001-11-03 | 1 | -15/+18 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 1 | -1/+1 |
* | Fixed sioreg.h path. | nyan | 2001-11-02 | 1 | -1/+1 |
* | Substitute "[:space:]" with the character constants it expands to. | obrien | 2001-11-01 | 1 | -18/+15 |
* | Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese for | obrien | 2001-11-01 | 1 | -4/+4 |
* | Fix the ILLEGAL fdisk table that is there for supporting "dangerously | peter | 2001-11-01 | 2 | -2/+2 |
* | Add code to copy the enironment and loader metadata into kernel space. | jake | 2001-10-30 | 2 | -2/+320 |
* | Add definitions for network support, doesn't work yet. | jake | 2001-10-30 | 1 | -27/+40 |
* | Use ENTRY() for defining functions in asm. | jake | 2001-10-30 | 2 | -156/+32 |
* | Make the openfirmware entry point function pointer non-static so that it | jake | 2001-10-30 | 2 | -1/+3 |
* | Set RB_MULTIPLE (multiple console support) if the kernel is booted | marcel | 2001-10-29 | 2 | -0/+6 |
* | Just use ${MACHINE}, it's already special-casing pc98. | ru | 2001-10-25 | 1 | -5/+0 |
* | Call ExitBootServices and disable interrupts before we start hacking | dfr | 2001-10-25 | 2 | -22/+24 |
* | Add the two sections used for PLT entries to the text and sdata sections | dfr | 2001-10-25 | 2 | -0/+4 |
* | Try to get the self-relocator to work with IPLTLSB relocations. Doesn't | dfr | 2001-10-24 | 4 | -12/+80 |
* | Set RB_MULTIPLE (multiple console support) if the kernel is booted | jlemon | 2001-10-23 | 3 | -0/+9 |
* | Allow the RBX_DUAL flag to appear in bootinfo. | jlemon | 2001-10-23 | 2 | -2/+2 |
* | Use a array to convert from a attribute for AT to one for PC98. | nyan | 2001-10-17 | 1 | -42/+38 |
* | Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18. | nyan | 2001-10-17 | 1 | -164/+144 |
* | fix style(9) | nyan | 2001-10-17 | 1 | -175/+212 |