Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2005-02-22 | Fix a bug causing arches not able to load unaligned to crash in ip input. | Per Fogelstrom | |
m_pullup must be done with a size >= ip header and m_adj must be called after the pullup so pullup does not kill the header alignment. Makes mips64, alpha, sparc64 and possibly others happy. ok from martin, brad and a bunch of others who tested. | |||
2005-02-21 | sync | Alexander Yurchenko | |
2005-02-21 | Support another Intel 6300ESB SATA. | Alexander Yurchenko | |
Tested by Marc Wirth <MarcWirth@mac.com>. | |||
2005-02-21 | enable ral | Theo de Raadt | |
2005-02-21 | ipwcontrol and iwicontrol removal. | Damien Bergamini | |
2005-02-21 | unbreak compilation by including some missing headers | David Gwynne | |
requested by and ok reyk@ | |||
2005-02-21 | remove unused header | David Gwynne | |
2005-02-21 | define AHC_ALLOW_MEMIO on macppc, resulting in support for more | Martin Reindl | |
controllers and better performance ok drahn@, krw@ | |||
2005-02-20 | A better console test. | Miod Vallat | |
2005-02-20 | overhaul macrom code from NetBSD: | Martin Reindl | |
- simplify the asm constraints in mrg_aline_super() - generate a SIGILL for user-mode A-line traps - cleanup, KNF, whitespace nitpicking and minor other updates ok miod@ | |||
2005-02-20 | Avoid use after free when purging states. | Ryan Thomas McBride | |
ok henning@ dhartmei@ claudio@ | |||
2005-02-20 | Feature-sync boot() with other platforms: | Miod Vallat | |
- run shutdown hooks. - do not turn reboot into halt if cold and invoked from ddb. ok deraadt@ | |||
2005-02-20 | Do not confuse syslog by printing messages starting with '<'. | Miod Vallat | |
ok krw@ | |||
2005-02-20 | Do not pass 68060-specific compiler flags anymore. | Miod Vallat | |
2005-02-20 | Link uboot with libgcc for quad arithmetic now that gcc won't emit these | Miod Vallat | |
instructions natively. | |||
2005-02-20 | ifmedia_set() should not panic, nor can it really fail. So if there is | Brad Smith | |
some problem setting the media to the requested value (usually IFM_AUTO), we now force the media selection to IFM_NONE. From NetBSD | |||
2005-02-20 | Don't calculate 'total_len' twice. | Brad Smith | |
Inspired by NetBSD' rtk(4) driver. From: Mike Pechkin <mpech at mail dot ru> | |||
2005-02-19 | regen | Matthieu Herrb | |
2005-02-19 | Add getdents() emulation. Makes Veritas NetBackup client for FreeBSD work. | Matthieu Herrb | |
ok deraadt@, tedu@. | |||
2005-02-19 | spelling in comment | Jolan Luff | |
2005-02-19 | double default MAX_KMAPENT to 2000, theo ok | Henning Brauer | |
everybody please update your trees and test this, we need to find out wether there is bad side-effects from the doubling. If this does not get enough testing by our user community we will play safe and revert this for the 3.7 release, so please test. | |||
2005-02-19 | return on invalid beacon state | Reyk Floeter | |
2005-02-19 | add support for the atheros ar5212 wireless chipsets. it is not | Reyk Floeter | |
finished yet and still misses some channel initialization and calibration bits. (if you want to hand in your dmesg output, please build a kernel with an uncommented COUNTRYCODE in line 109 of dev/ic/ar5xxx.c to get the value stored in your card's eeprom.) ok henning@ | |||
2005-02-19 | Added support for Intel PRO/Wireless 2225BG PCI adapters. | Damien Bergamini | |
2005-02-19 | regen | Damien Bergamini | |
2005-02-19 | Intel PRO/Wireless 2225BG PCI (iwi). | Damien Bergamini | |
2005-02-19 | fix setting of the MAC address. | Damien Bergamini | |
2005-02-19 | fix dmesg output. pointed out by jsg@ | Damien Bergamini | |
2005-02-19 | fix attachment process and dmesg output. do some indent while i'm here. | Damien Bergamini | |
pointed out by jsg@ | |||
2005-02-19 | fix dmesg output. | Damien Bergamini | |
2005-02-19 | do not transmit any data frame if there is not at least two free descriptors | Damien Bergamini | |
in the tx ring (CTS/RTS frame + data frame). | |||
2005-02-19 | cosmetic tweaks. | Damien Bergamini | |
2005-02-19 | make dhclient work. | Damien Bergamini | |
2005-02-19 | use mii_phy_match() | Brad Smith | |
2005-02-19 | regen | Brad Smith | |
2005-02-19 | add a placeholder for an unknown Agere 10/100 PHY found with quad port hme's | Brad Smith | |
and on-board Netra T1 105's, etc. |