summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-17make this look niceTheo de Raadt
2002-04-17put -current in the wrong place; oopsTheo de Raadt
2002-04-17use the very small RAMDISK config; bring this up to modern times. needs a ↵Theo de Raadt
few tests
2002-04-17new RAMDISK config, much smallerTheo de Raadt
2002-04-16Same .text vs .data issue as for mvme68k.Miod Vallat
2002-04-16The interrupt vectors are data, not code; this makes non-DDB kernelsMiod Vallat
work.
2002-04-16move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ↵Jason Wright
dcreg.h and out of the bus specific drivers
2002-04-16Use the common m68k pmap_bootstrap code here.Miod Vallat
2002-04-16Missing prototype.Miod Vallat
2002-04-16- allow users of pmap_bootstrap to not have virtual address 0 read only,Miod Vallat
mac68k needs this for now - update comments to reflect that code, if invoked carefully, can work with the MMU enabled.
2002-04-16Merge pmap_pinit() inside pmap_create() and pmap_release() insideMiod Vallat
pmap_destroy().
2002-04-16skip over comment while parsing subject.Marc Espie
(Repair bus_space.9 parsing, not visible on formatted version)
2002-04-16use polled access for now (prevents a hang on the Momenco Leopard-V)Jason Wright
2002-04-16explain how conditionals/includes/loops interact.Marc Espie
ok aaron@
2002-04-16create section 3p in /usr/local.Marc Espie
ok millert@
2002-04-16The mediaopt is ibss-master, not create-ibass. Noticed by Peter Galbavy.Todd C. Miller
2002-04-16- Don't bother checking to see if the prom has already mapped thisJason Wright
- a bunch of KNF
2002-04-16and Makefile, oops.Marc Espie
2002-04-16Another test case: this one holds too many open conditionals, and exactly enoughMarc Espie
closes...
2002-04-16Move the stage2 boot block load address higher, so that it can loadMiod Vallat
kernel larger than 4MB correctly again, and still work on 8MB boards.
2002-04-16Using a dull device to probe the FPU is ridiculous, replace it with an earlyMiod Vallat
initialization. While there, rework the cpu_model string creation so that it gets a more useful content.
2002-04-16Bug in cond-parser, ends up having too many open conds.Marc Espie
2002-04-16Stumbled upon a very inefficient construct by mistake...Marc Espie
Enter it as a regression test, so it can get fixed.
2002-04-16From NetBSD:Todd C. Miller
o Fix m->m_data alignment in wi_rxeof() o Add a comment
2002-04-15use fchmod and fchown instead; vincentTheo de Raadt
2002-04-15Fix sed(1) in the case where a last line is specified and hold spaceTodd C. Miller
is not specified, and then the first part of the pattern space is deleted, when there are two or more input lines, as this results in subtraction of one from an unsigned integral value of '0'. That bogus value is used in one case for a loop (that will run far too many times in this case) and a function to search for a value within a specified range of memory, however now the range of memory is obscenely large and a segmentation (or memory) fault will occur. This is fixed by checking for and appropriately handling a nil pattern space as if the specified search in memory failed, as indeed it obviously will with nil pattern space. From Tim J. Robbins by way of FreeBSD
2002-04-15Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter,Todd C. Miller
another PLX card. From FreeBSD.
2002-04-15regen with SpeedStream 1023Todd C. Miller
2002-04-15SpeedStream 1023 Wireless PCI Adapter (PLX-based)Todd C. Miller
2002-04-15Use in_addr_t instead of unsigned long, which breaks on alpha (64-bit).Daniel Hartmeier
Closes PR 2547. Reported by Dries Schellekens. Found by frantzen@.
2002-04-15Remove bogus casts to int in printf that causes a warning on 64bit arches.Todd C. Miller
2002-04-15Since XFree doesn't try to remap things behind our backs anymore, simplifyJason Wright
the driver a bit (mainly don't reprobe the pci address for every call to vgafb_mmap()).
2002-04-15typoMarkus Friedl
2002-04-153.1-currentTheo de Raadt
2002-04-15wx is totally gone nowTheo de Raadt
2002-04-15fix a typo; from andrew@neep.com.auPeter Valchev
2002-04-14syncTheo de Raadt
2002-04-14add missing cd0 devices to ramdisk targetsTheo de Raadt
2002-04-14syncTheo de Raadt
2002-04-14need CD devices on the ramdiskTheo de Raadt
2002-04-14Update mirror list, sync with ftp.htmlMiod Vallat
2002-04-14gem works fine; from jason@ if I remember correctly, you know who you areMiod Vallat
anyways...
2002-04-14Bring RAM and disk requirements in par with reality.Miod Vallat
2002-04-14Advise people to read root.mail from mail via "more 1" instead of "1"; fromMiod Vallat
deraadt@
2002-04-14Update available packages listing (sync with root.mailMiod Vallat
2002-04-14Update sets sizes.Miod Vallat
2002-04-14Sync hardware notes with reality.Miod Vallat
2002-04-14gx, not wx, you fool. spotted by miodTheo de Raadt
2002-04-13- mention bsd.rd in the release contents, this is an easy way to upgradeMiod Vallat
- mention you can't install with less than 16MB those days - hardware list slight updates and precisions - document correctly which drivers are available on which install media - mention that the root partition needs to be located in the first 8GB (and perhaps a smaller limit on older machines) to boot properly this includes some contributions from nick@ and some feedback from deraadt@
2002-04-13allow todd to do very weird things at the timezone prompt; fix from krwTheo de Raadt