Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-20 | typo in sec/track description, from Holger Mikolon <holger@mikolon.com> | Jared Yanovich | |
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 | Change defaults on m68k platforms from -m68020 to -m68020-60. | Miod Vallat | |
This makes a noticeable performance improvement on 68060, especially for crypto operations (such as ssh), with basically no loss on 680[234]0. ok deraadt@ | |||
2005-02-20 | sort SEE ALSO; | Jason McIntyre | |
2005-02-20 | mention PHY | Brad Smith | |
2005-02-20 | Better handling of large filesystems, okay henning@ and millert@, with | Pedro Martelletto | |
input from martin@ and miod@. | |||
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 | Add getcap(1), a simple tool to query getcap(3)-style databases. | Todd C. Miller | |
2005-02-19 | sync | Peter Valchev | |
2005-02-19 | sync | Peter Valchev | |
2005-02-19 | fix pasto; from d@ | Todd C. Miller | |
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 | comment in ar5212 | 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 | ospfd.conf mode 0600, requested by norby | Henning Brauer | |
2005-02-19 | Originate P2P links correctly. | Esben Norby | |
ok claudio@ | |||
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 | The COMPILATIONDATE keyword has been dropped in ppp(8), change the | Marc Balmer | |
man page accordingly. ok jmc@, jaredy@ | |||
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. | |||
2005-02-19 | From part of NetBSD rtw.c rev 1.42: | Jonathan Gray | |
log message: Program the LEDs based on operating state and packet activity. * On a Revision F RTL8180, blink LED1 at 1Hz to indicate scan/authenticate/associate states. In the run state, turn LED1 on. In every state, blink LED1 at 5Hz to indicate non-beacon tx/rx activity. I would like to use two LEDs, but in all my Rev. F instances, LED0 is not wired to an LED; instead, the first LED is wired to indicate that the card's power is on. * On a Revision D RTL8180, program the LEDs so that LED0 indicates Tx, and LED1 indicates Rx. The Rx LED will blink annoyingly if there are beacons in the air, but at least the Tx LED is useful. * Store the hardware revision in the softc to support my futile attempt at programming LEDs for both Rev. D and Rev. F parts; I never did get Rev. D LEDs to work right. * Add a debug flag RTW_DEBUG_LED for the LED transitions. | |||
2005-02-19 | add dc@cardbus | Brad Smith | |
2005-02-19 | sync | Peter Valchev | |
2005-02-19 | set the gpios in the right place | David Gwynne | |
ok drahn@ | |||
2005-02-18 | sync | Peter Valchev | |
2005-02-18 | do not enable debug messages by default. | Damien Bergamini | |
2005-02-18 | reset the interface on tx timeouts. | Damien Bergamini | |
2005-02-18 | make sure bpfilter.h is included before including ralvar.h. | Damien Bergamini | |
2005-02-18 | make sure bpfilter.h is included before including ralvar.h. fixes a panic | Damien Bergamini | |
in if_ral_cardbus.c. | |||
2005-02-18 | .Xr mutex 9, now that it exists. | Pedro Martelletto | |