Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-17 | make this look nice | Theo de Raadt | |
2002-04-17 | put -current in the wrong place; oops | Theo de Raadt | |
2002-04-17 | use the very small RAMDISK config; bring this up to modern times. needs a ↵ | Theo de Raadt | |
few tests | |||
2002-04-17 | new RAMDISK config, much smaller | Theo de Raadt | |
2002-04-16 | Same .text vs .data issue as for mvme68k. | Miod Vallat | |
2002-04-16 | The interrupt vectors are data, not code; this makes non-DDB kernels | Miod Vallat | |
work. | |||
2002-04-16 | move 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-16 | Use the common m68k pmap_bootstrap code here. | Miod Vallat | |
2002-04-16 | Missing 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-16 | Merge pmap_pinit() inside pmap_create() and pmap_release() inside | Miod Vallat | |
pmap_destroy(). | |||
2002-04-16 | skip over comment while parsing subject. | Marc Espie | |
(Repair bus_space.9 parsing, not visible on formatted version) | |||
2002-04-16 | use polled access for now (prevents a hang on the Momenco Leopard-V) | Jason Wright | |
2002-04-16 | explain how conditionals/includes/loops interact. | Marc Espie | |
ok aaron@ | |||
2002-04-16 | create section 3p in /usr/local. | Marc Espie | |
ok millert@ | |||
2002-04-16 | The 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 this | Jason Wright | |
- a bunch of KNF | |||
2002-04-16 | and Makefile, oops. | Marc Espie | |
2002-04-16 | Another test case: this one holds too many open conditionals, and exactly enough | Marc Espie | |
closes... | |||
2002-04-16 | Move the stage2 boot block load address higher, so that it can load | Miod Vallat | |
kernel larger than 4MB correctly again, and still work on 8MB boards. | |||
2002-04-16 | Using a dull device to probe the FPU is ridiculous, replace it with an early | Miod Vallat | |
initialization. While there, rework the cpu_model string creation so that it gets a more useful content. | |||
2002-04-16 | Bug in cond-parser, ends up having too many open conds. | Marc Espie | |
2002-04-16 | Stumbled upon a very inefficient construct by mistake... | Marc Espie | |
Enter it as a regression test, so it can get fixed. | |||
2002-04-16 | From NetBSD: | Todd C. Miller | |
o Fix m->m_data alignment in wi_rxeof() o Add a comment | |||
2002-04-15 | use fchmod and fchown instead; vincent | Theo de Raadt | |
2002-04-15 | Fix sed(1) in the case where a last line is specified and hold space | Todd 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-15 | Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter, | Todd C. Miller | |
another PLX card. From FreeBSD. | |||
2002-04-15 | regen with SpeedStream 1023 | Todd C. Miller | |
2002-04-15 | SpeedStream 1023 Wireless PCI Adapter (PLX-based) | Todd C. Miller | |
2002-04-15 | Use 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-15 | Remove bogus casts to int in printf that causes a warning on 64bit arches. | Todd C. Miller | |
2002-04-15 | Since XFree doesn't try to remap things behind our backs anymore, simplify | Jason Wright | |
the driver a bit (mainly don't reprobe the pci address for every call to vgafb_mmap()). | |||
2002-04-15 | typo | Markus Friedl | |
2002-04-15 | 3.1-current | Theo de Raadt | |
2002-04-15 | wx is totally gone now | Theo de Raadt | |
2002-04-15 | fix a typo; from andrew@neep.com.au | Peter Valchev | |
2002-04-14 | sync | Theo de Raadt | |
2002-04-14 | add missing cd0 devices to ramdisk targets | Theo de Raadt | |
2002-04-14 | sync | Theo de Raadt | |
2002-04-14 | need CD devices on the ramdisk | Theo de Raadt | |
2002-04-14 | Update mirror list, sync with ftp.html | Miod Vallat | |
2002-04-14 | gem works fine; from jason@ if I remember correctly, you know who you are | Miod Vallat | |
anyways... | |||
2002-04-14 | Bring RAM and disk requirements in par with reality. | Miod Vallat | |
2002-04-14 | Advise people to read root.mail from mail via "more 1" instead of "1"; from | Miod Vallat | |
deraadt@ | |||
2002-04-14 | Update available packages listing (sync with root.mail | Miod Vallat | |
2002-04-14 | Update sets sizes. | Miod Vallat | |
2002-04-14 | Sync hardware notes with reality. | Miod Vallat | |
2002-04-14 | gx, not wx, you fool. spotted by miod | Theo de Raadt | |
2002-04-13 | - mention bsd.rd in the release contents, this is an easy way to upgrade | Miod 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-13 | allow todd to do very weird things at the timezone prompt; fix from krw | Theo de Raadt | |