summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable EISA interrupts if the mcpcia has an attached EISA bus.dfr2000-05-131-5/+9
|
* This commit was generated by cvs2svn to compensate for changes in r60529,obrien2000-05-131-0/+9
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Addition SCO/SVR4 offical EI_OSABI types taken from the sourceware trunk.obrien2000-05-131-0/+9
| |
* | Use bus_space for all register accesses.dfr2000-05-134-86/+50
| |
* | Merge rev 1.2 (configuration changes to support FreeBSD)obrien2000-05-131-14/+12
| |
* | Merge in rev 1.2 (ld was kinly looking up the Linux /etc/ld.so.conf so teachobrien2000-05-131-68/+96
| | | | | | | | | | | | it about the FreeBSD equivalent) This version of that patch selects the Linux code only if the case is Linux. This puts the Linux code on par with the FreeBSD code.
* | Tweaks for i386, add alpha, ppc, sparc, and strongarm support.obrien2000-05-131-9/+31
| |
* | Use the stock vendor version of this file now.obrien2000-05-131-2/+31
| |
* | Merge in revs 1.2 and 1.3 (FreeBSD configuration support)obrien2000-05-131-20/+109
| | | | | | | | Add preliminary sparc, strongarm, PPC FreeBSD support.
* | Merge in rev 1.2 (FreeBSD configuration support)obrien2000-05-131-217/+578
| |
* | Merge in rev 1.2 (balance the brackets; PR-docs/8505)obrien2000-05-131-2/+9
| |
* | Merge in rev 1.2 (don't use "/" to start a comment).obrien2000-05-131-1425/+2711
| |
* | Merge in rev 1.2 which provides some FreeBSD a.out support.obrien2000-05-131-153/+189
| |
* | Fix the i386 config bits, merge in the Alpha bits, and add arm32 andobrien2000-05-131-74/+213
| | | | | | | | sparc bits.
* | Fix the i386 config bits, merge in the Alpha bits, and add arm32 andobrien2000-05-131-359/+2526
| | | | | | | | sparc bits.
* | Return to the vendor's version of this file.obrien2000-05-132-29/+62
| |
* | Return to the vendor's version of this file as in rev 1.4.obrien2000-05-131-31/+37
| |
* | Merge in our rev 1.2 changes: Restore traditional behavior by acknowledgingobrien2000-05-131-10/+16
| | | | | | | | tabs in strings.
* | Return this file to the vendor's file.obrien2000-05-131-2/+13
| |
* | Return this file back to the stock version.obrien2000-05-131-456/+1866
| | | | | | | | The big fixed in rev 1.2 has also been fixed by the Bintuils maintainers.
* | Merge in rev 1.3 changes (Make the default dynamic linker pathname correctobrien2000-05-131-419/+1010
| | | | | | | | for FreeBSD.)
* | Merge in rev 1.4 changes (Make the default dynamic linker pathname correctobrien2000-05-131-119/+219
| | | | | | | | for FreeBSD.)
* | Merge in our ELF branding.obrien2000-05-131-226/+1493
| |
* | Add -i (insecure) flag to rexecd, which allows uid == 0 loginsnsayer2000-05-132-4/+11
| | | | | | | | | | (presuming that the user in question is not in /etc/ftpusers and does not have a null password).
* | Only probe network settings on the first open of the network device.dfr2000-05-131-0/+1
| | | | | | | | | | The alpha firmware takes a seriously long time to open the network device the first time.
* | .Xr boot0cfg 8 ,hoek2000-05-131-0/+1
| | | | | | | | PR: misc/18267 (Usov Alexander <[3]usov@ups.kiev.ua>)
* | Finally remove the restriction introduced from NetBSD in r.1.3 thathoek2000-05-131-2/+12
| | | | | | | | | | | | | | pkg_delete be run as root. Now honours -f and checks ownership of ${PKG_DBDIR} before errx()'ing. Requested by: bin/5718, myself, bin/18373 (in order)
* | Change to comments only: spell FreeBSD.org correctlyhoek2000-05-136-11/+11
| |
* | Make /dev/[k]mem work after last commit. Transfers were being doublepeter2000-05-131-15/+17
| | | | | | | | | | counted due to break/continue changes that were missed. There are still too many diffs relative to the i386 version.
* | Unbreak 'make reinstall' after last commitpeter2000-05-131-1/+1
| |
* | Fix a leak where a scratch buffer was not freed when reading from themsmith2000-05-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | /dev/?random devices. This appears to have been missed when the code was brought across from the i386. (This should fix the "world build hangs with everything waiting on 'temp' problem.) Also add some iovec fixup code in the error path which seems to have been similarly fixed. There are a number of other differences between the i386 and alpha version which have not been examined. This code should still be considered suspect.
* | Add a comment explaining the obscure lines:jdp2000-05-131-0/+7
| | | | | | | | | | | | static void const * const __set_##set##_sym_##sym = &sym; in the MAKE_SET macros.
* | Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}obrien2000-05-131-31/+47
| | | | | | | | | | targets. The {depend,clean,cleandepend,tags,install,reinstall} targets are composits of the {kernel,module}-* targets (based on NO_MODULES).
* | Add excludes.c (missed in previous commit).wollman2000-05-131-1/+2
| | | | | | | | PR: 16944
* | The loader was written so that if /kernel was missing /kernel.old wouldobrien2000-05-131-0/+2
| | | | | | | | | | | | | | | | be booted. Due to a bug, this wasn't happening. There is still a lesser bug in that the loader decides which file to boot after the 10sec count down. This means the bootfile listed in the count down in is wrong in the case where the loader will boot /kernel.old.
* | Add a comment to deconfuse a few lines of code I've tripped over twon_hibma2000-05-121-1/+6
| | | | | | | | times now.
* | Mention that each criterium can only be used once.n_hibma2000-05-121-0/+3
| |
* | Install the bootforth config files for the Alpha too. loader.conf shouldpeter2000-05-122-0/+18
| | | | | | | | be functional now.
* | This commit was generated by cvs2svn to compensate for changes in r60484,obrien2000-05-12523-42247/+225267
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils 2.10 snapshot.obrien2000-05-12542-45858/+236481
| |
* | Use a alternate side 2.9.1 source tree while upgrading Binutils.obrien2000-05-121-1/+1
| |
* | Reactivate the FICL hooks to make it be compiled in, but also initializepeter2000-05-121-8/+8
| | | | | | | | | | | | | | | | | | FICL. bootforth is now live on the Alpha! **BEWARE** - you *MUST* build and install a current libstand or you will most likely get zfree() panics at loader startup. We should now be able to set up the loader.conf stuff on the Alpha too.
* | Fix the real problem that broke the Alpha loader this last week. Itpeter2000-05-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was not the fault of the module code, nor FICL. The malloc code requires sbrk() to return addresses that were at least 16 byte aligned. If the Alpha loader happened to be 8 byte but not 16 byte aligned in length, then you would get a zfree() panic at startup. Incidently, this affected the i386 loader as well, and explains why the static heap changed things and why jlemon had trouble when the bss was not ending at a multiple of 8 bytes. My fix is to 16 byte align it on all arches, even though the x86 version only required 8 byte alignment (struct MemNode is smaller there). We could page align it if we wanted to be paranoid, but it isn't presently necessary.
* | Stop libficl from using floating point registers - this was cauingpeter2000-05-121-0/+3
| | | | | | | | | | dictDelete() to fault early on the Alpha and was the original cause of the Alpha ficl failures.
* | We compile expressly on the alpha with -mno-fp-regs - so do not use thempeter2000-05-121-0/+4
| | | | | | | | | | explicitly here. This was the original cause of instruction faults on the Alpha in loader. (not this code, but the same problem in libficl.a)
* | Null commit:chris2000-05-120-0/+0
| | | | | | | | | | | | | | The log entry for the previous commit marked an item relating to filling in [mca]time data for socket structures as related to FIFOs. The change is actually related to sockets.
* | Backout previous commit to this file: it dies in buildworld environment.hoek2000-05-121-3/+1
| | | | | | | | | | I probably forgot to put an ${.OBJDIR} somewhere. I'll redo the change later when I get a chance to test that thesis.
* | This driver attempts to cache mbufs, and re-use them as headers insteadjlemon2000-05-121-0/+1
| | | | | | | | | | | | | | | | of using the MGETHDR macro all the time. When an mbuf is reused as a header, initialize csum_flags to zero as well, so the delayed_checksum call woks properly. Debbugging work done by: jmas
* | Fix comment typo.asmodai2000-05-121-1/+1
| | | | | | | | Submitted by: nrahlstr
* | Correct duplicate use of word "been" in a sentence.paul2000-05-121-1/+1
| |
OpenPOWER on IntegriCloud