Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-27 | support 'tagged' in translation rules, non-delayed tag lookup | Daniel Hartmeier | |
ok henning@, deraadt@ | |||
2005-02-27 | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based | Markus Friedl | |
while t_rtt was 1-based), update callers 2. define and use TCP_RTT_BASE_SHIFT instead of the hardcoded 2. 3. add missing shifts when t_srtt/t_rttvar are used. 4. update the comments: t_srtt uses 5 bits of fraction (not 3) and t_rttvar uses 4 bits 5. remove obsolete/unused macros TCP_RTT_SCALE and TCP_RTTVAR_SCALE 6. make sure rttmin is not > TCPTV_REXMTMAX parts from netbsd, ok mcbride, henning | |||
2005-02-27 | IBSS bits from NetBSD rtw.c -r 1.40 | Jonathan Gray | |
2005-02-27 | regen | Brad Smith | |
2005-02-27 | MF -> MT | Brad Smith | |
2005-02-27 | If test_unit_ready() in sdattach() returns EIO, try to spin up unit | Kenneth R Westerback | |
exactly as is done in sdopen(). This improves the chances of getting valid geometry/size and avoiding 'drive offline' errors, without subjecting the device to anything it won't see anyway. No impact on devices that already work. Fixes problem with Jim Rees' Hitachi DK23DA in an Archos Multimedia Jukebox. Without adding quirks! Tested by Jim Rees. ok marco@. | |||
2005-02-26 | Fix a problem introduced with the recent lru cache change. | Jonathan Gray | |
Check that we actually have a node before trying to release it. This was causing a panic when playing with IBSS. ok reyk@ | |||
2005-02-25 | add support for the atheros ar5211 802.11A/B/g wireless chipset. | Reyk Floeter | |
ok deraadt@ | |||
2005-02-25 | minor white spacing | Theo de Raadt | |
2005-02-25 | Enable re(4) on alpha. | Jonathan Gray | |
2005-02-25 | Correct usage of bus_dma which makes re(4) work on alpha. | Jonathan Gray | |
From NetBSD rtl8169.c -r 1.11 ok pvalchev@ | |||
2005-02-25 | Add support for software WEP. | Jonathan Gray | |
Pointers from and ok damien@ | |||
2005-02-25 | sync | Theo de Raadt | |
2005-02-25 | via is integrating s3 video components now..; maxim@chl.chalmers.se | Theo de Raadt | |
2005-02-24 | fixes inspired by netbsd and pointed out by jsg@ | David Gwynne | |
- make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE | |||
2005-02-24 | Don't use inline assembly for cpuid instruction, it clobbers | Alexander Yurchenko | |
registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@ | |||
2005-02-24 | Workaround for a suspend problem when building on the zaurus. | Dale Rahn | |
2005-02-24 | support zoltrix tv/fm; from jakemsr@ pr4096 | Michael Shalayeff | |
2005-02-24 | add zoltrix vendor and a bktr device; from jakemsr@ | Michael Shalayeff | |
2005-02-24 | fix a buffer-done race that makes mirroring work now; | Michael Shalayeff | |
use pool instead of malloc/free and this fixes new buffer mode; implement DIOCGPDINFO for disklabel -d; tested by henning@ millert@ fries@ | |||
2005-02-24 | do not even ask for btlb on 8k cpus as pdc pretends there is some but then ↵ | Michael Shalayeff | |
it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entry | |||
2005-02-24 | add wax@uturn; found on c180 | Michael Shalayeff | |
2005-02-24 | fix pr4036, don't set p2->p_cpu to null | Ted Unangst | |
ok deraadt miod markus | |||
2005-02-23 | add all supported regulation domains. the forced COUNTRYCODE in ar5xxx | Reyk Floeter | |
is now disabled by default to use the value found in EEPROM. ok deraadt@ | |||
2005-02-23 | shrink | David Gwynne | |
ok drahn@ | |||
2005-02-23 | sync | Theo de Raadt | |
2005-02-23 | palm zire 31; pr 4113, jamesw@bsdhosting.co.za | Theo de Raadt | |
2005-02-23 | do not permit a suspend if the lid is closed; uwe ok | Theo de Raadt | |
2005-02-23 | Make no distinction between standby and suspend requests for now. | Uwe Stuehler | |
2005-02-23 | A healthy dose of 'die static'. | Dale Rahn | |
2005-02-23 | Add missing copyright. | Dale Rahn | |
2005-02-23 | fix copyright, use pxa2x0_gpio_intr_string() | Dale Rahn | |
2005-02-23 | Move code from zaurus machdep to arm/xscale to live with the interrupt | Dale Rahn | |
handler where it belongs code had been de-inlined to the wrong file. | |||
2005-02-22 | Interrupt naming as provided by other interrupt handlers. | Dale Rahn | |
2005-02-22 | - Shift the brightness scale so that 0% still keeps the backlight on. | Uwe Stuehler | |
- Separate wsconsctl display.backlight from display.brightness parameter. - Set brightness to approximately 40% on startup, since we cannot read the current brightness level yet. - Restore the current brightness on resume. ok drahn@ | |||
2005-02-22 | call zkbd_hinge() at attach time, to init sc_hinge; drahn ok | Theo de Raadt | |
2005-02-22 | Be sure to attach the console keyboard, if any, before prompting for an | Miod Vallat | |
alternate root device if boot -a. | |||
2005-02-22 | Initial suspend/resume code with additional powerhooks. Enter/exit | Uwe Stuehler | |
suspend mode with power button or zzz. May not work for everyone yet. ok drahn@ and deraadt@ | |||
2005-02-22 | add hme(4) RX TCP/UDP checksum offload | Brad Smith | |
Based on a diff posted to sparc@ by Pyun YongHyeon | |||
2005-02-22 | typo | Alexander Yurchenko | |
2005-02-22 | regen | Michael Shalayeff | |
2005-02-22 | sv map fix; from Jan Johansson <janj+openbsd@wenf.org> | Michael Shalayeff | |
2005-02-22 | based on hinge buttons, do screen blanking. uwe and i agree that | Theo de Raadt | |
later on we should look at debouncing the buttons, as the current code may lead to rapid display on/off cycles, which might be hard on the battery; uwe ok | |||
2005-02-22 | Move #ifdef INET6 outside of 'case AF_INET6:' in tcp_ident(). | Ryan Thomas McBride | |
No functional change due to earlier check, fix from Maxim Konovalov <maxim@macomnet.ru> ok deraadt@ dhartmei@ | |||
2005-02-22 | sync to pckbd.c change: send enable after reset | Michael Shalayeff | |
2005-02-22 | send enable cmd after a reset; form netbsd | Michael Shalayeff | |
2005-02-22 | make ral compile on macppc. | Damien Bergamini | |
pointed out by "barryg" (Barry Dexter A. Gonzaga). | |||
2005-02-22 | make ral compile on macppc. | Damien Bergamini | |
fix endianness issues. pointed out by "barryg" (Barry Dexter A. Gonzaga). | |||
2005-02-22 | Allow SUN4 kernels to compile; spotted by marc@ | Miod Vallat | |
2005-02-22 | From part of NetBSD rtw.c rev 1.36: | Jonathan Gray | |
In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID). Do not try to power-down the RF section of an invalid rtw. |