Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | handle burst size of 64 | Brad Smith | |
2005-04-01 | .Ox 3.8, not 3.7; | Jason McIntyre | |
2005-04-01 | Protect more SIOCS* commands with suser() checks. | Uwe Stuehler | |
2005-04-01 | Xr sysctl 8; | Jason McIntyre | |
2005-04-01 | cleanup; | Jason McIntyre | |
2005-04-01 | Fix some ioctl permission checks on the basis of what if_wi.c does. | Uwe Stuehler | |
2005-04-01 | make the description clearer; | Jason McIntyre | |
2005-04-01 | no need for Ns here; | Jason McIntyre | |
2005-04-01 | build some | Theo de Raadt | |
2005-04-01 | + man8.hppa64 | Theo de Raadt | |
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | clone from hppa | Theo de Raadt | |
2005-04-01 | will do disklabels like hppa | Theo de Raadt | |
2005-04-01 | .Ox 3.8, not 3.7; | Jason McIntyre | |
2005-04-01 | hppa64 chunkies | Theo de Raadt | |
2005-04-01 | what an early hppa64 set will look like | Theo de Raadt | |
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | enter arch/hppa | Theo de Raadt | |
2005-04-01 | add hppa64 dirs | Theo de Raadt | |
2005-04-01 | Document special On/Off key functions, and point at the information. | Uwe Stuehler | |
2005-04-01 | add code for setting WEP keys. this will be useful when i'll implement | Damien Bergamini | |
hardware WEP. | |||
2005-04-01 | make constants names match the spec. | Damien Bergamini | |
2005-04-01 | Fix ze german spelling errors and Betty-Sue Bach spelled her name with a hyphen. | Claudio Jeker | |
Thank's to Lloyd Peterson webmeister at schickele.com to compare it with the source. OK deraadt@ hshoexer@ plus a missing ',' from naddy@ | |||
2005-04-01 | regen | David Gwynne | |
2005-04-01 | fix typo | David Gwynne | |
2005-04-01 | call ral_set_chan() on transition to state IEEE80211_S_ASSOC to make sure | Damien Bergamini | |
we disable RF auto-tuning. | |||
2005-04-01 | make registers and constants names match the spec. | Damien Bergamini | |
document registers in ralreg.h based on the spec. do some cleaning in the code while i'm here. | |||
2005-04-01 | hppa64 bits cloned form hppa | Michael Shalayeff | |
2005-04-01 | hppa64 bits cloned form hppa | Michael Shalayeff | |
2005-04-01 | hppa64 bits | Michael Shalayeff | |
2005-04-01 | hppa64 port | Michael Shalayeff | |
2005-04-01 | small batch early bottling hppa64 port | Michael Shalayeff | |
matured in mighty ukrainian oak for 23 months | |||
2005-04-01 | avoid double-free of a mbuf chain on failure. | Damien Bergamini | |
2005-04-01 | force hardware timestamp insertion in outgoing beacons. make sure the size | Damien Bergamini | |
of the allocated buffer for outgoing beacons can fit an extra byte (xfer length must be a multiple of 2). | |||
2005-04-01 | crank up buffersize to get rid of truncated requests. | Joris Vink | |
2005-04-01 | add antenna selection code. this ensures proper I/Q flip for RF RT2525e, | Damien Bergamini | |
RT2526 and RT5222. based on ural code. | |||
2005-04-01 | make sure we don't do unneeded things for the version command. | Joris Vink | |
2005-04-01 | sync RF and BBP code with ural (for future merging). | Damien Bergamini | |
2005-04-01 | order RF RT252x properly (least recent first). | Damien Bergamini | |
2005-04-01 | ieee80211_rssadapt_choose() is broken when called with a fixed rate. | Damien Bergamini | |
ic_fixed_rate is an index inside ic->ic_sup_rates[ic->ic_curmode], not inside any ni->ni_rates. for the moment, i implement a simple workaround until it get fixed. | |||
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | uftdi 2232c dual usb (1 port supported for now). they did not mail me a ↵ | Theo de Raadt | |
unit... but CHIPS.. gadddggrr... | |||
2005-04-01 | re-enable DSO_DLFCN on shared lib architectures; ok deraadt | Markus Friedl | |
2005-04-01 | Fix typo in comment (_setjmp -> setjmp) | Hans-Joerg Hoexer | |
ok deraadt | |||
2005-04-01 | ansify. ok deraadt@ jaredy@ | Otto Moerbeek | |
2005-04-01 | connect stat(1) to build | Otto Moerbeek | |
2005-04-01 | Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@ | Otto Moerbeek | |
2005-04-01 | - remove unused function em_print_link_status() used by FreeBSD | Brad Smith | |
- add em_disable_vlans() which disables HW VLAN support; From FreeBSD |