summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-18syncJason Wright
2002-04-18Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵Jason Wright
<maurice@amaze.nl>
2002-04-18Add amphyJason Wright
2002-04-18Provide the correct signal number to the ktrace PSIG information insteadMiod Vallat
of an uninitialized variable. millert@ ok
2002-04-18remove garbageTheo de Raadt
2002-04-18use strlcpyTheo de Raadt
2002-04-18call pool_get() with PR_NOWAIT. allocation can fail with low memory, butTheo de Raadt
will work in contexts with curproc is NULL. from art. going into 3.1
2002-04-18update to sendmail 8.12.3Todd C. Miller
2002-04-17Our m4 generated MAKEDEV will eventually be less SunOS-friendly than theyMiod Vallat
used to are, if at all; so warn people setting up diskless systems under SunOS or other operating systems that they might need to edit MAKEDEV for it to run properly on the host system.
2002-04-17Add Quadra 950 as supported (via serial console) hardware; sync with web page.Miod Vallat
2002-04-17Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches.Miod Vallat
2002-04-17Switch mvme68k to the m4 MAKEDEV scheme.Miod Vallat
As a bonus, we do not need awk(1) anymore to run MAKEDEV. ok deraadt@
2002-04-17Remove duplicate device list for "MAKEDEV all".Miod Vallat
No change in the generated output, so no regen needed. ok todd@
2002-04-17Fix a macro usage buglet.Miod Vallat
No changes in the generated output, so no regen needed. ok todd@
2002-04-17dm9102 appears to be register compatible with dm9101 which is also an ↵Jason Wright
amphy-alike.
2002-04-17Reset lineno for each file, so pfctl -R ... -N ... reports the rightDaniel Hartmeier
line number for non-first files. Reported by aaron@
2002-04-17remove unneeded bytes; tested by nate, deraadt and nate ok.Federico G. Schwindt
2002-04-17Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
early as possible. Also the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself.
2002-04-1750'000 -> 50000 (50,000 is equally wrong ;), from David KrauseDaniel Hartmeier
2002-04-17Document bulk package building.Marc Espie
Stress important conditions that should be met for bugs to be avoided.
2002-04-17Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18.Marc Espie
ok millert@
2002-04-17Use __func__ in assert.Marc Espie
ok millert@
2002-04-17Ld speed-up patch.Marc Espie
This reduces the memory requirements to build any recent big libtool package, like kde. Tested by miod, fries, naddy, and various.
2002-04-17regenTodd C. Miller
2002-04-17Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSDTodd C. Miller
2002-04-17getopt idiotTheo de Raadt
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