Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-18 | sync | Jason Wright | |
2002-04-18 | Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵ | Jason Wright | |
<maurice@amaze.nl> | |||
2002-04-18 | Add amphy | Jason Wright | |
2002-04-18 | Provide the correct signal number to the ktrace PSIG information instead | Miod Vallat | |
of an uninitialized variable. millert@ ok | |||
2002-04-18 | remove garbage | Theo de Raadt | |
2002-04-18 | use strlcpy | Theo de Raadt | |
2002-04-18 | call pool_get() with PR_NOWAIT. allocation can fail with low memory, but | Theo de Raadt | |
will work in contexts with curproc is NULL. from art. going into 3.1 | |||
2002-04-18 | update to sendmail 8.12.3 | Todd C. Miller | |
2002-04-17 | Our m4 generated MAKEDEV will eventually be less SunOS-friendly than they | Miod 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-17 | Add Quadra 950 as supported (via serial console) hardware; sync with web page. | Miod Vallat | |
2002-04-17 | Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches. | Miod Vallat | |
2002-04-17 | Switch 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-17 | Remove duplicate device list for "MAKEDEV all". | Miod Vallat | |
No change in the generated output, so no regen needed. ok todd@ | |||
2002-04-17 | Fix a macro usage buglet. | Miod Vallat | |
No changes in the generated output, so no regen needed. ok todd@ | |||
2002-04-17 | dm9102 appears to be register compatible with dm9101 which is also an ↵ | Jason Wright | |
amphy-alike. | |||
2002-04-17 | Reset lineno for each file, so pfctl -R ... -N ... reports the right | Daniel Hartmeier | |
line number for non-first files. Reported by aaron@ | |||
2002-04-17 | remove unneeded bytes; tested by nate, deraadt and nate ok. | Federico G. Schwindt | |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd 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-17 | 50'000 -> 50000 (50,000 is equally wrong ;), from David Krause | Daniel Hartmeier | |
2002-04-17 | Document bulk package building. | Marc Espie | |
Stress important conditions that should be met for bugs to be avoided. | |||
2002-04-17 | Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18. | Marc Espie | |
ok millert@ | |||
2002-04-17 | Use __func__ in assert. | Marc Espie | |
ok millert@ | |||
2002-04-17 | Ld 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-17 | regen | Todd C. Miller | |
2002-04-17 | Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSD | Todd C. Miller | |
2002-04-17 | getopt idiot | Theo de Raadt | |
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 |