Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-12 | Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG. | Miod Vallat | |
2005-03-11 | Make sure we associate an interface with the m_pkthdr in | Jonathan Gray | |
ieee80211_beacon_alloc. ok damien@ reyk@ | |||
2005-03-11 | oops, off by 18 | Theo de Raadt | |
2005-03-11 | make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc() | Damien Bergamini | |
functions. this makes RTS protection mode and 802.11g work. | |||
2005-03-11 | don't forget to release nodes when they are no longer needed. | Damien Bergamini | |
2005-03-11 | introduce new ral_setup_tx_desc() function so we can factor out filling | Damien Bergamini | |
of tx descriptors. | |||
2005-03-11 | fix IBSS mode. clean ral_newstate() while i'm here. | Damien Bergamini | |
2005-03-11 | new ral_get_rts() function for building RTS frames. | Damien Bergamini | |
2005-03-11 | distinguish null data frames from management frames. | Damien Bergamini | |
2005-03-11 | simplify led management code. | Damien Bergamini | |
2005-03-11 | do not disable RF tune in monitor mode. | Damien Bergamini | |
2005-03-11 | fix ral_enable_tsf_sync() for future IBSS and HostAP support. | Damien Bergamini | |
2005-03-11 | add various functions to compute duration and plcp length in 802.11a/g. | Damien Bergamini | |
2005-03-11 | implement fast channel switching for monitor mode (used by kismet). | Damien Bergamini | |
2005-03-11 | fix tx rate of beacons and mgmt frames in 802.11a. | Damien Bergamini | |
2005-03-11 | enter RUN state in monitor mode instead of staying in INIT state. | Damien Bergamini | |
make sure we are not enabling TSF synchronization and rate adaptation in monitor mode. | |||
2005-03-11 | fix basic rates for 802.11g. | Damien Bergamini | |
initialize power mode in ral_init(). | |||
2005-03-11 | don't initialiaze BBP registers with values stored in E2PROM. | Damien Bergamini | |
it seems to override critical default values (like sensitivity). | |||
2005-03-11 | some cosmetic tweaks | Damien Bergamini | |
fix debug messages level simplify e2prom code | |||
2005-03-11 | fix channel initialisation. thanks to simon slater. | Reyk Floeter | |
2005-03-11 | Only print preconfigured interrupt table if option DEBUG, as done for openpic. | Miod Vallat | |
2005-03-11 | cleaner paths | Theo de Raadt | |
2005-03-11 | - apm(8) can now report the estimated number of minutes left. | Uwe Stuehler | |
- Use linear interpolation between thresholds to get better life estimates. - Minor changes in control flow, and renamed some constants. ok drahn@ | |||
2005-03-10 | regen | Brad Smith | |
2005-03-10 | more SysKonnect PCI ids from the SysKonnect sk98lin driver. | Brad Smith | |
2005-03-10 | Recognize 7447A processor, as found in the Mac mini; print | Otto Moerbeek | |
rev number in hex explicitly. ok deraadt@ drahn@ | |||
2005-03-10 | split out uidinfo from kern_proc.c private, use it to store lock count, | Ted Unangst | |
restrict lock count per uid to a global limit, add sysctl to adjust limit. this prevents a user from creating too many locks. problem noticed by devon o'dell. ok deraadt miod pedro | |||
2005-03-10 | fix beacon handling | Reyk Floeter | |
2005-03-10 | use bcopy and bzero | Reyk Floeter | |
2005-03-10 | regen | David Gwynne | |
2005-03-10 | Cisco-Linksys Wireless-G USB Network Adapter | David Gwynne | |
2005-03-09 | With some correct interrupt acknowledgement and register initialization, | Dale Rahn | |
the pcic insert/removal polling can be removed. prod by uwe. | |||
2005-03-09 | Wait for card to become ready after reset; ok drahn@ | Uwe Stuehler | |
2005-03-09 | access to the configuration address register of the 82443BX host bridge needs | Hans-Joerg Hoexer | |
to be 32bit aligned. deraadt@ just commit | |||
2005-03-09 | Preliminary support for the floppy drive on Ultrasparcs. Only tested on | Miod Vallat | |
SBus machines so far, although EBus attachment glue is provided but not enabled by default. Also, fdformat(8) does not work correctly yet, although reading and writing is safe; this will hopefully be fixed in the near future. ok deraadt@ | |||
2005-03-09 | Make the sun emulation match what the old SunOS cons(4) manual page describes: | Miod Vallat | |
- Fix an uninitialized variable for ESC[p and ESC[q control sequences. - Skip invoxing wscons accessops when we know they'll have nothing to do (e.g. scroll 0 lines, erase 0 lines, etc) - Correctly handle spurious parameters in control sequences - the ones to take into account are the _last_ received, not the _first_. Which makes things pretty funny for control sequences requiring more than one parameter, since it is not mandatory to provide all parameters. ok todd@ | |||
2005-03-09 | Fail exec for disabled compat with EPERM rather than ENOEXEC. | Miod Vallat | |
ok deraadt@ mickey@ millert@ | |||
2005-03-09 | sync | Theo de Raadt | |
2005-03-09 | in this case, clarity is required | Theo de Raadt | |
2005-03-09 | regen | Jonathan Gray | |
2005-03-09 | Add ATI RS100 entries found in a dmesg from tristan at ltdev.arubaon.com | Jonathan Gray | |
Correct RS200 entries while here. | |||
2005-03-09 | from freebsd: | Markus Friedl | |
1. set rcv_laststart/rcv_lastend after checking the tcp window 2. pass rcv_laststart and rcv_lastend on the stack (shrink tcp state) ok henning, djm | |||
2005-03-09 | sync | Theo de Raadt | |
2005-03-09 | a long cable usb repeater... | Theo de Raadt | |
2005-03-08 | Oops. Put scoop GPIO pins into correct state on suspend, and remove an | Uwe Stuehler | |
unnecessary function while there. ok drahn@ | |||
2005-03-08 | Enable or disable CF sockets at appropriate times, but be sure to | Uwe Stuehler | |
enable socket 0 power via GPIO. Socket 1 can be ignored for now. Initial diff, testing, and ok drahn@. | |||
2005-03-08 | also display the correct priority on sparc64 when failing to register | Martin Reindl | |
an interrupt ok miod@ deraadt@ | |||
2005-03-08 | When failing to register an interrupt, display the correct priority on sparc64. | Miod Vallat | |
ok cloder@ martin@ | |||
2005-03-08 | Kill hp300 DISKLESS kernel, not worth using against GENERIC for diskless | Miod Vallat | |
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. |