Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 4 | -6/+4 |
| | |||||
* | Turn off building the ARC loader. I don't know of anyone currently working | obrien | 2001-03-25 | 1 | -3/+4 |
| | | | | on advancing this WIP. | ||||
* | Always disable paging when exiting back to real mode after receiving a | jhb | 2001-03-21 | 2 | -8/+8 |
| | | | | | | | | | | | | fatal trap. Also, reload the GDT register to point to BTX's GDT before playing around with the segment registers to return to real mode. This is helpful if the kernel causes a fatal exception before it has setup its own IDT and fault handlers. For example, if one happens to break mtx_init(). Without these changes BTX would recursively page fault (if paging was not disabled) or triple fault and reset the CPU (without the GDT reload) instead of providing a potentially useful register dump. Reviewed by: rnordier | ||||
* | Don't set the gateway address if the netmask is zero or we're on | ps | 2001-03-14 | 1 | -1/+5 |
| | | | | | | | the same network. PXE does not do netmask calculations, so if the gateway is set it will use it. Submitted by: peter & FreeBSD cluster ACLs | ||||
* | Use better descriptions (ones invovling words from the English language | jhb | 2001-03-14 | 1 | -2/+2 |
| | | | | anyways) for the accept filter modules. | ||||
* | Improve comments about the sound drivers. | dcs | 2001-03-14 | 1 | -4/+4 |
| | | | | Correct accf lines. | ||||
* | - Sync up with stable by adding in the Netgraph and Sound module sections, | jhb | 2001-03-13 | 1 | -1/+56 |
| | | | | | the agp module, and the accept filter modules. - Remove an extraneous blank line. | ||||
* | Goodbye vn, welcome md. | dcs | 2001-03-07 | 1 | -1/+1 |
| | |||||
* | Fix whitespace. | obrien | 2001-03-04 | 1 | -2/+2 |
| | |||||
* | setlocale(3) has been fixed to match POSIX standard: | ru | 2001-03-02 | 2 | -2/+2 |
| | | | | LC_ALL takes precedence over other LC_* envariables. | ||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -8/+8 |
| | |||||
* | Whenever the user might be offered a chance to quit through | dcs | 2001-02-22 | 1 | -4/+7 |
| | | | | | | pager_output(), respect that choice. PR: 15747 | ||||
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 5 | -5/+5 |
| | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 2 | -2/+2 |
| | | | | Seperate does not exist in the english language. | ||||
* | Add atspeaker_load. | des | 2001-02-01 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 2 | -2/+2 |
| | |||||
* | Add commented out examples for the new KTR loader tunables. | jhb | 2001-01-06 | 1 | -0/+3 |
| | |||||
* | Use <sys/queue.h> macro API. | phk | 2000-12-30 | 1 | -12/+12 |
| | | | | | Submitted by: "Jason" <jsmethers@pdq.net> Reviewed by: /sbin/md5 | ||||
* | Retire kernfs (kernel part). | des | 2000-12-28 | 1 | -1/+0 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 2 | -14/+10 |
| | |||||
* | Disabled boot2 for the moment, because it needs aout tools. | kato | 2000-12-24 | 1 | -1/+1 |
| | |||||
* | Fix column alignment (whitespace-only change). | rnordier | 2000-12-19 | 1 | -1/+1 |
| | |||||
* | Merged from sys/boot/i386/loader/Makefile revision 1.49. | kato | 2000-12-16 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed duplicate .Os call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Strip the .comment and .note sections when stripping. There's no | rnordier | 2000-12-13 | 1 | -1/+1 |
| | | | | point in retaining this info, particularly under BTX. | ||||
* | Add a magic number, for easier identification of boot0. At present, | rnordier | 2000-12-12 | 1 | -1/+5 |
| | | | | this is used only by libdisk. | ||||
* | Add "empty" makefile. Cross-building fails without it. | marcel | 2000-12-08 | 1 | -0/+5 |
| | |||||
* | Cosmetique: don't use localized `date` | ache | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Set the proper bit in the howto flags for a serial console rather than | jhb | 2000-11-30 | 2 | -4/+4 |
| | | | | setting the index of the bit. (0xc vs. 0x1000) | ||||
* | Add support for probing the keyboard from pxeboot which will behave | ps | 2000-11-30 | 3 | -0/+44 |
| | | | | | | exactly the same as passing -P to boot2. Submitted by: jhb | ||||
* | `cdboot' is broken as it cannot load a kernel. | obrien | 2000-11-27 | 2 | -4/+1559 |
| | | | | | | The release engineer keeps using the wrong /boot/cdboot when creating the ISO images. So we'll add the 4.0-RELEASE cdboot to the tree until someone bothers to fix the source so a working `cdboot' is built. | ||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 2 | -8/+7 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 3 | -10/+10 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | The default kernel filename is "kernel" again, not "kernel.ko". | msmith | 2000-11-17 | 1 | -1/+1 |
| | | | | Submitted by: mckusick | ||||
* | remove period from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Don't use the Gawkism strftime(). Pass in the date stamp on the awk | obrien | 2000-11-14 | 2 | -2/+3 |
| | | | | | | command line instead. Approved by: dcs | ||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+3 |
| | |||||
* | init booted_kernel from environment kernelname (if there) | mjacob | 2000-11-14 | 1 | -0/+6 |
| | |||||
* | move init of booted_kernel to bootinfo.c | mjacob | 2000-11-14 | 1 | -4/+2 |
| | |||||
* | OpenFirmware/PowerPC loader, part 2. | benno | 2000-11-10 | 18 | -226/+693 |
| | | | | | | | | | | As of this patchset, the loader builds (under NetBSD/macppc), boots, interacts and talks to BOOTP/NFS servers. (main.c was moved from boot/ofw/libofw to boot/ofw/common but has no revision history) Reviewed by: obrien | ||||
* | Give the network device a print method. | benno | 2000-11-10 | 1 | -1/+9 |
| | | | | Reviewed by: obrien | ||||
* | OpenFirmware/PowerPC loader, part 2. | benno | 2000-11-10 | 1 | -0/+5 |
| | | | | | | | | | | This brings the loader up to the point where I can compile it under NetBSD/macppc and have it boot, interact and talk to NFS servers. sys/boot/ofw/libofw/main.c has been deleted (it has no revision history) and replaced with sys/boot/ofw/common/main.c Reviewed by: obrien | ||||
* | Honor the ip address given in the root-path dhcp option. | ps | 2000-11-05 | 1 | -4/+6 |
| | | | | | PR: 21743 Submitted by: Brian Candler <B.Candler@pobox.com> | ||||
* | Merged from the following changes. | nyan | 2000-11-05 | 11 | -125/+179 |
| | | | | | | | | | | | | | sys/boot/i386/btx/btx/Makefile 1.9 sys/boot/i386/btx/btx/btx.s 1.23 sys/boot/i386/libi386/biosdisk.c 1.32 and 1.33 sys/boot/i386/libi386/biosmem.c 1.5 sys/boot/i386/libi386/comconsole.c 1.8 sys/boot/i386/libi386/gatea20.c 1.3 sys/boot/i386/libi386/time.c 1.4 sys/boot/i386/libi386/vidconsole.c 1.13 sys/boot/i386/loader/Makefile 1.48 sys/boot/i386/loader/main.c 1.22 | ||||
* | Support a.out: avoid (%dx) in in/out instructions, and use an m4 | rnordier | 2000-11-04 | 5 | -11/+34 |
| | | | | macro to supply underscores for externals. | ||||
* | MF4: Add LOADER_TFTP_SUPPORT make.conf flag. | ps | 2000-11-04 | 1 | -1/+4 |
| | |||||
* | The Number of Fixed Disks at memory location 0x475 is only 1 byte, not a | jhb | 2000-11-02 | 1 | -1/+1 |
| | | | | | | | 2 byte word. This fixes machines that probe 30-odd hard drives during boot in the loader. Submitted by: Helpful folks at Tyan via ps | ||||
* | "it's" --> "its" (possessive). | mph | 2000-11-01 | 1 | -2/+2 |
| | | | | Correct a malformed sentence. |