Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-16 | Count line-in as line-out, and label both as AudioNline. This is what | Deanna Phillips | |
the mixer expects. | |||
2007-12-16 | sync | Theo de Raadt | |
2007-12-16 | Add comment. | Marcus Glocker | |
2007-12-16 | the upgt file is.. optional | Theo de Raadt | |
2007-12-16 | add missing arguments to "-b" and "-s" | Igor Sobrado | |
ok jmc@ | |||
2007-12-16 | Add an empty pccbb_attach_hook. | Mark Kettenis | |
2007-12-16 | Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems | Mark Kettenis | |
where core dumps on hppa were missing the last stack page. ok miod@ | |||
2007-12-16 | Don't crash if we only try to attach pcmcia(4). | Mark Kettenis | |
ok jsing@, fgsch@ | |||
2007-12-16 | fix TAILQ_PREV; from Girish Venkatachalam | Jason McIntyre | |
ok henning | |||
2007-12-16 | Correctly count number of segments in _bus_dmamap_load(). Initialize ds_addr | Mark Kettenis | |
to 0UL instead of NULL while there. Tested by & help from dlg@. | |||
2007-12-16 | no blank lines in man pages, please; | Jason McIntyre | |
2007-12-16 | Add PowerBook6,2 to HARDWARE section. From martin@. | Xavier Santolaria | |
2007-12-16 | regen | Marcus Glocker | |
2007-12-16 | Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devices | Marcus Glocker | |
based on the GW3887 chipset (b/g). We are able to communicate more or less reliable with DS1 (1Mbps) yet. Tested on i386 and macppc. Short term TODOs: - Find out how to set TX rates. - Fix device hangup while high RX load. - Improve device reset (reload firmware on init, watchdog, etc.). - Fill man page with supported devices (need reports). - Add AMRR rate control. - Add HostAP mode. - Add IBSS mode. - Add LED support. - ... Long term TODOs: - Support the USB 1.0 devices (NET2280, ISL3880, ISL3886 chipsets). OK deraadt@, OK laurent@ | |||
2007-12-16 | destatic the static functions, they only make debugging harder. | Owain Ainsworth | |
While i'm here: remove a couple of debug printfs that shouldn't have gone in anyway. trowel on some KNF (I really need to get around to sending some of this upstream). remove some netbsd specific code that netbsd doesn't have anymore. ok tedu. | |||
2007-12-15 | Mention MVME197 | Miod Vallat | |
2007-12-15 | Get the MVME197 memory size from the BusSwitch decoders. | Miod Vallat | |
2007-12-15 | Unconditionnaly disable the instruction cache on 40MHz MVME197LE boards, | Miod Vallat | |
so that they run stably. Definitely overkill and causing a severe performance hit (they now run about as fast as a 25MHz board with I$ enabled would), but sometimes you can't fight silicon bugs. Other boards (i.e. 50MHz ones) are not affected. | |||
2007-12-15 | All MVME BUG manuals concur on SR3 being the only register needing to be | Miod Vallat | |
preserved across BUG calls, but on the other hand the last 16 traps need to be restored to BUG values, not only trap #496. | |||
2007-12-15 | Since the 88110 can not invalidate a particular tlb entry, do not stack | Miod Vallat | |
invalidate tlb ipis, and turn them into simple ``handle once'' ipis. | |||
2007-12-15 | Move the cmmu lock back from 8820x-specific code to global, and use it on | Miod Vallat | |
MVME197DP to serialize 88410 operations. | |||
2007-12-15 | move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, to | Theo de Raadt | |
slightly improve performance ok kettenis | |||
2007-12-15 | -DNOKVM will compile iostat.c without kvm support, which it does not need | Theo de Raadt | |
2007-12-15 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt | |
rpc/pmap_prot.h collide.. "struct pmap" from the kernel should not make it out to userland. ok miod | |||
2007-12-15 | fix the sensors mib to match the new OpenBSD PEN | Reyk Floeter | |
2007-12-15 | initial manpage bits for snmpd.conf(5) | Reyk Floeter | |
2007-12-15 | shrink the code by making some ipstat parts table-driven. at some | Reyk Floeter | |
point i may want to define a general table-driven interface for mibs. | |||
2007-12-15 | change over last few bits to use sysctl(3) if possible, and make this | Theo de Raadt | |
not setgid kmem (hurray!) ok tedu, tested jsg | |||
2007-12-15 | export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg | Theo de Raadt | |
2007-12-15 | ips_odropped is ipOutDiscards not ipInDiscards | Reyk Floeter | |
2007-12-15 | add support for ipReasmTimeout | Gilles Chehade | |
ok (and thanks to) reyk@ | |||
2007-12-15 | implement one function to call the ipstat sysctl needed in a number of | Reyk Floeter | |
places instead of repeating the code. inspired by an idea from gilles@ | |||
2007-12-15 | more sysctl style changes for older code | Reyk Floeter | |
2007-12-15 | change the style of the sysctl mib setup | Reyk Floeter | |
2007-12-15 | now that ip statistics are available through sysctl, make snmpd's IP-MIB | Gilles Chehade | |
aware of them ok reyk@ | |||
2007-12-15 | .Xr pppd; ok jmc@ fkr@ | Kevin Steves | |
2007-12-14 | the hardware does not allow to specify the protection mode in each | Damien Bergamini | |
frame, so track changes to protection mode at each beacon interval and update the hardware registers appropriately. cleanup some comments. undef RAL_DEBUG while i'm here.. | |||
2007-12-14 | Revert previous commit; something is still wrong, and I can't figure out what | Mark Kettenis | |
fast enough. | |||
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt | |
turn on INET6 the default (remove the #ifdef's) ok claudio reyk | |||
2007-12-14 | Bring in probing for protocols that was missing; ok claudio reyk | Theo de Raadt | |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt | |
provide netstat(1) with data it needs; ok claudio reyk | |||
2007-12-14 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt | |
rpc/pmap_prot.h collide.. "struct pmap" from the kernel should not make it out to userland. | |||
2007-12-14 | Cleanup some comments. | Joel Sing | |
2007-12-14 | Enable console support for SGI O2 workstations. Switch between the serial | Joel Sing | |
and graphical console based on the selection made in the ARCBIOS. Early attachment of gbe(4) is still required, otherwise we have a working graphical console. ok miod@ | |||
2007-12-14 | Add console/cnattach support to mkbc(4). This allows for early attachment | Joel Sing | |
of pckbd(4) and provides us with a console keyboard. Tested by jasper@. ok miod@ | |||
2007-12-14 | Have gbe(4) attach as the console if the graphical console is selected via | Joel Sing | |
ARCBIOS. Tested by jasper@. ok miod@ | |||
2007-12-14 | Add radius-port login.conf variable to allow people to configure a | Todd C. Miller | |
non-standard port name or number for use when connecting to radiusd. | |||
2007-12-14 | I requested an official PEN for OpenBSD from the IANA because I wanted | Reyk Floeter | |
to use a new and unused one for OpenBSD-specific MIBs in snmpd. Now it's there: 30155. Private Enterprise Number: 30155 Organization Name: OpenBSD Project Contact Name: Reyk Floeter Contact E-mail: reyk@openbsd.org | |||
2007-12-14 | Store the ARCBIOS ConsoleOut environment variable so that we can refer to | Joel Sing | |
it later on. ok miod@ | |||
2007-12-14 | Allow direct access to the MACE IO memory space. This allows IO devices to | Joel Sing | |
operate prior to the bus space extents being created. ok miod@ |