Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-28 | wrong paste from lasi | Michael Shalayeff | |
2004-10-28 | print our ether address when attaching like other drivers | joshua stein | |
ok damien@ | |||
2004-10-28 | manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32 | Jun-ichiro itojun Hagino | |
markus ok | |||
2004-10-28 | remove onlink assumption behavior (consider destination on-link if default | Jun-ichiro itojun Hagino | |
router list is empty) based on recent IETF ipv6 discussion (RFC2461 5.2). fix "ndp -I delete". markus ok | |||
2004-10-28 | add \n in 'invalid state' message; from Martin Reindl; ok miod@. | Xavier Santolaria | |
2004-10-28 | fix spacing after period at EOL. from ray@cyth.net | Jared Yanovich | |
2004-10-28 | Redo RAID volume pages | Marco Peereboom | |
Add RAID physical disk pages | |||
2004-10-27 | It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE0 | Damien Bergamini | |
against ENOTTY because iwi can now report statistics and radio transmitter state at any time | |||
2004-10-27 | - Remove unused variables declarations | Damien Bergamini | |
- It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE1 against ENOTTY because ipw can now report statistics and radio transmitter state at any time | |||
2004-10-27 | Remove static for all non-inline functions. | Damien Bergamini | |
2004-10-27 | Minor consistency tweaks (imported from iwi). | Damien Bergamini | |
Wait longer for microcode initialization to complete. | |||
2004-10-27 | Check that we are associated before sending anything. Call ipw_stop() | Damien Bergamini | |
from ipw_watchdog(). | |||
2004-10-27 | Handle fatal errors from firmware (imported from iwi). | Damien Bergamini | |
2004-10-27 | Read MAC address from EEPROM in ipw_attach(). The address is now known | Damien Bergamini | |
before the firmware has been sent. Imported from iwi. | |||
2004-10-27 | Cache firmware into kernel memory instead of sending it directly. The | Damien Bergamini | |
firmware is now sent only when the interface is turned up. This paves the way for proper suspend/resume support. | |||
2004-10-27 | Change firmware initialization sequence to be more consistent with iwi. | Damien Bergamini | |
Remove ipw_zero_mem_4() and add ipw_stop_master(). | |||
2004-10-27 | Add ipw_media_status() to report the current Tx rate properly. | Damien Bergamini | |
This was imported from iwi. | |||
2004-10-27 | Configure the adapter properly to avoid Tx retries from interfering with | Damien Bergamini | |
CPU C3 state (imported from iwi). | |||
2004-10-27 | Add authmode support (imported from iwi). | Damien Bergamini | |
2004-10-27 | Import ipw_get_table() and ipw_get_radio() functions from iwi. | Damien Bergamini | |
2004-10-27 | Remove unuseful initialization of ic->ic_bss->ni_chan in ipw_init(). | Damien Bergamini | |
2004-10-27 | Change the way supported rates set is initialized (to be consistent with | Damien Bergamini | |
iwi). | |||
2004-10-27 | Reduce timeout from two seconds to one second for command ack and from five | Damien Bergamini | |
seconds to one second for firmware notification. | |||
2004-10-27 | Remove static for all non-inline functions. | Damien Bergamini | |
2004-10-27 | Mostly cosmetic changes to be consistent with iwi: | Damien Bergamini | |
- update web url - sed s/ *$// - get if_ipwreg.h and if_ipwvar.h from dev/pci - remove unused function MEM_READ_2() - inline -> __inline - 11.b -> .11b - addition of comments - sort registers by their addresses | |||
2004-10-27 | remove newlines in errx, syslog. ok henning, hshoexer, millert | Jared Yanovich | |
2004-10-27 | oops! one line wrong | Per Fogelstrom | |
2004-10-27 | Add support to find DWARF call fame info in shared libraries. | Mark Kettenis | |
This makes DWARF-based exception handling work for shared libraries and dynamic executables. ok drahn@, millert@, pval@ | |||
2004-10-27 | sync | Theo de Raadt | |
2004-10-27 | Change how MIPS ISA level is output to be consistent with other arches. | Per Fogelstrom | |
ok deraadt, grange and ian | |||
2004-10-27 | Calculate Hz and round up; ok henning@ | Darren Tucker | |
2004-10-27 | regen | Niklas Hallqvist | |
2004-10-27 | Add support for sys_setre[ug]id, ok deraadt@ | Niklas Hallqvist | |
2004-10-27 | sync | Theo de Raadt | |
2004-10-27 | update todo to better reflect reality | David Gwynne | |
2004-10-27 | we can do interrupt transfers now | David Gwynne | |
prod by miod@ | |||
2004-10-27 | use clock_getres(3) and calculate precision from that, and fill the | Henning Brauer | |
precision field when we reply in server mode accordingly. from phessler | |||
2004-10-27 | lan media corp is now SBE | Henning Brauer | |
add sangoma | |||
2004-10-27 | lanmedia.com is no more, point ppl to the right website at least. | Henning Brauer | |
this manpage could need some more work. | |||
2004-10-27 | typo, adresses -> addresses | Jared Yanovich | |
2004-10-27 | make distclean does not run make clean. from Christian Jones | Jared Yanovich | |
2004-10-26 | simplify cache print a bit | Michael Shalayeff | |
2004-10-26 | there is nothing about cache associativity in there | Michael Shalayeff | |
2004-10-26 | fix incorrect function argument in code we don't use yet (for consistency) | Peter Valchev | |
2004-10-26 | better higher limits | Michael Shalayeff | |
2004-10-26 | Change __register_frame_info into a weakly defined symbol. | Mark Kettenis | |
ok drahn@, pval@, deraadt@ | |||
2004-10-26 | disable sid hashing on pcxu and above | Michael Shalayeff | |
2004-10-26 | typo, from Joris Vink | Pedro Martelletto | |
2004-10-26 | kill old duplicate code. | Marc Espie | |
2004-10-26 | more accurate name: DirRmOnly -> SharedItemsOnly | Marc Espie | |
use a visitor instead of hardcoding items/users/groups. |