summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-15Mention MVME197Miod Vallat
2007-12-15Get the MVME197 memory size from the BusSwitch decoders.Miod Vallat
2007-12-15Unconditionnaly disable the instruction cache on 40MHz MVME197LE boards,Miod Vallat
2007-12-15All MVME BUG manuals concur on SR3 being the only register needing to beMiod Vallat
2007-12-15Since the 88110 can not invalidate a particular tlb entry, do not stackMiod Vallat
2007-12-15Move the cmmu lock back from 8820x-specific code to global, and use it onMiod Vallat
2007-12-15move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, toTheo de Raadt
2007-12-15-DNOKVM will compile iostat.c without kvm support, which it does not needTheo de Raadt
2007-12-15Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-15fix the sensors mib to match the new OpenBSD PENReyk Floeter
2007-12-15initial manpage bits for snmpd.conf(5)Reyk Floeter
2007-12-15shrink the code by making some ipstat parts table-driven. at someReyk Floeter
2007-12-15change over last few bits to use sysctl(3) if possible, and make thisTheo de Raadt
2007-12-15export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsgTheo de Raadt
2007-12-15ips_odropped is ipOutDiscards not ipInDiscardsReyk Floeter
2007-12-15add support for ipReasmTimeoutGilles Chehade
2007-12-15implement one function to call the ipstat sysctl needed in a number ofReyk Floeter
2007-12-15more sysctl style changes for older codeReyk Floeter
2007-12-15change the style of the sysctl mib setupReyk Floeter
2007-12-15now that ip statistics are available through sysctl, make snmpd's IP-MIBGilles Chehade
2007-12-15.Xr pppd; ok jmc@ fkr@Kevin Steves
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
2007-12-14Revert previous commit; something is still wrong, and I can't figure out whatMark Kettenis
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-12-14Bring in probing for protocols that was missing; ok claudio reykTheo de Raadt
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-12-14Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-14Cleanup some comments.Joel Sing
2007-12-14Enable console support for SGI O2 workstations. Switch between the serialJoel Sing
2007-12-14Add console/cnattach support to mkbc(4). This allows for early attachmentJoel Sing
2007-12-14Have gbe(4) attach as the console if the graphical console is selected viaJoel Sing
2007-12-14Add radius-port login.conf variable to allow people to configure aTodd C. Miller
2007-12-14I requested an official PEN for OpenBSD from the IANA because I wantedReyk Floeter
2007-12-14Store the ARCBIOS ConsoleOut environment variable so that we can refer toJoel Sing
2007-12-14Allow direct access to the MACE IO memory space. This allows IO devices toJoel Sing
2007-12-14make more clear that the NTP question is not a three way yes/noOtto Moerbeek
2007-12-13Garbage collect nfsdmap and leftover code. That structureThordur I. Bjornsson
2007-12-13more str fixes; from chl@Jakob Schlyter
2007-12-13str fixes; from chl@Jakob Schlyter
2007-12-13str fixes; from chl@Jakob Schlyter
2007-12-13Add missing license. This file is 4.4BSD-derived with WIDE changes.Todd C. Miller
2007-12-13the mib[] array will be modified by sysctl_inet, move the *CTL_STATSReyk Floeter
2007-12-13implement sysctls to report IP, TCP, UDP, and ICMP statistics andReyk Floeter
2007-12-13Sync with the mvme188 codebase, various tweaks from the last 18 months whichMiod Vallat
2007-12-13Disable write posting, this does not work on BusSwitch revision #1. The BUGMiod Vallat
2007-12-13convert massive (expanded to 150+ lines) nfsm_v3attr macro to a functionBret Lambert
2007-12-13replace calls to ltsleep with tsleepBret Lambert
2007-12-13PNORELOCK is for msleep's mutex, not the now-gone ltsleep's interlockBret Lambert
2007-12-13struct kif is gone so adapt to the situation. show interface is gone forClaudio Jeker
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker