summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-06.Xr sensorsd 8Henning Brauer
ok grange@ jmc@
2003-10-06connect sensorsd to the buildHenning Brauer
ok deraadt@
2003-10-06ANSIfication; most from Patrick LatifiTodd C. Miller
OK deraadt@
2003-10-06more pci_flags, unused for now; from netbsd.Federico G. Schwindt
ok deraadt@ henning@ krw@
2003-10-06Implement a real xfs_devpoll() and don't rely on xfs_realselect().Todd C. Miller
Tested by beck@
2003-10-06power management status reg. definition; from netbsd.Federico G. Schwindt
ok deraadt@ henning@ krw@.
2003-10-06Correctly handle sparse mappings in pmap_changebit() and pmap_testbit().Miod Vallat
2003-10-06This is one of these eerie moments when you realize that a significant partMiod Vallat
of your beliefs are wrong. In this case, trust in gcc. When computing the address of a field in a structure on stack, and: - the offset of the structure relative to the stack pointer and - the offset of the field relative to the structure have no _bits_ in common (for example, accessing field at structure(8) with the structure at sp(64)), triggers a gcc optimization in the following improvement: (plus (plus (frame_pointer offset_for_structure) offset_for_field)) changing into (plus (frame_pointer direct_offset_for_field)) In the aforementioned "no bits in common" case, gcc will use (or (plus frame_pointer offset_for_structure) offset_for_field) which is not necessarily correct, depending on the value of the frame pointer... Checking generated assembly code for a kernel compilation pointed out that ALL architectures were affected by this bug (some, such as m88k, alpha and sparc64, being much more affected than others, such as vax and m68k). Our first move was to backport a fix for this found in the gcc 3.x branch, however it relies upon several microbugfixes scattered around, and produced a misbehaving kernel on one particular machine. So what goes in with this commit is just a conservative fix which disables this particular "bitwise or is fun" optimization. Problem discovery and analysis by yours truly. Fix by etoh@ and I. Tested on all supported architectures by various people, including deraadt@, henning@, mickey@, naddy@ and I.
2003-10-06better output on error; ok henning@Federico G. Schwindt
2003-10-06.Xr it 4Henning Brauer
PR3512, From: zejames@greyhats.org
2003-10-06remove ftp.calyx.nl and mirrors.serveftp.org from here as wellDavid Krause
2003-10-06make lge(4) compile, from tedu@David Krause
ok jason@ nate@
2003-10-06More vm_offset_t removal I forgot to check in; spotted by deraadt@Miod Vallat
2003-10-06Update to tzcode2003c from elsie.nci.nih.govTodd C. Miller
Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior).
2003-10-05Update to tzcode2003c from elsie.nci.nih.govTodd C. Miller
2003-10-05Bang head against wall, unbreak ddb, do not collect $2000, and go to sleep.Miod Vallat
2003-10-05Stop the chip from stripping VLAN headers (the driverHenric Jungheim
ignores them) and tell the rest of the stack that "em" support VLAN frames. The "em" driver should now work with VLAN(4) pseudo-devs (and it should no longer be silently stripping VLAN headers when bridging). prodding by Attila Nagy ok jason@
2003-10-05Oops, commited from the wrong treeMiod Vallat
2003-10-05More cmmu routines cleanup:Miod Vallat
- remove unused routines (which were mostly here for debugging anyway) - do not include <machine/m88*.h> from <machine/cmmu.h> but rather only from the modules which need them - try to simplify the MVME187 codepath in the 8820x code, whenever possible
2003-10-05Do not use empty No_SSBR and No_Precheck macros, but rather pass emptyMiod Vallat
arguments to PREP*() macros. Slightly reorganize code in badaddr() - also do not make some internal labels unnecessarily visible from outside code.
2003-10-05Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_tMiod Vallat
typedefs.
2003-10-05De-registerMiod Vallat
2003-10-05typosMiod Vallat
2003-10-05Correct db_{read,write}_bytes prototypes and use the official ones.Miod Vallat
2003-10-05Despite what the comments say, the instruction cache has never been turned on,Miod Vallat
since day one. It's never too late to fix it...
2003-10-05If attaching a wsdisplay console causes a font switch, do not update the PROMMiod Vallat
view of the cursor position, so that it comes back to a correct location when the system is shut down.
2003-10-05a few more devices to come later (commented out now)Michael Shalayeff
2003-10-05ansiTheo de Raadt
2003-10-05reload the itmr as soon as we get the intr to avoid lagging on slower machinesMichael Shalayeff
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
addition, leaving only desired Broadcom PHY additions.
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
addition, leaving only desired Broadcom PHY additions.
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
The Broadcom devices are needed for the bge sync being attempted. From FreeBSD. As were the pcidevs committed earlier.
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
The Broadcom devices are needed for the bge sync being attempted. From FreeBSD. As were the pcidevs committed earlier.
2003-10-05do not panic if microtime does not work to measure rng performance; from ↵Michael Shalayeff
andrisp@hipo.lv
2003-10-05from freebsd: read one word less (for type) and take care of odd sized recordsMichael Shalayeff
2003-10-05need to escape the quotes in cross-{lib,bin}Michael Shalayeff
2003-10-05need to eval the CROSSENVMichael Shalayeff
2003-10-04oopsTheo de Raadt
2003-10-04remove my wacky spacing; some typos from 0.97c;Jason McIntyre
2003-10-04- sort optionsJason McIntyre
- document -o - sync usage() with SYNOPSIS - various tweaks ok otto@
2003-10-04syncTheo de Raadt
2003-10-04new serverworks partsTheo de Raadt
2003-10-04uname=daemon for /var/msgs;Jason McIntyre
from Otto and myself; fixes PR 3392; ok deraadt@
2003-10-04tweaks from andrushock@korovino.netTheo de Raadt
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04vrele swap and/or root vnode should we fail during mountroot; found by ↵Michael Shalayeff
mpech@ and tedu@ ok
2003-10-04Avoid crash on invalid config file (missing value for LIFE_DURATION).Chad Loder
OK ho@
2003-10-04DIOCBEGINADDRS takes struct pfioc_pooladdr, not u_int32_tRyan Thomas McBride
Fixes PR3511 from apaterno@dsnsecurity.com
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
- indent examples, and put descriptions before rather than after them. ok mickey@