Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-17 | ehternet -> ethernet | Miod Vallat | |
2005-02-17 | Printt ^D and newline on EOF in emacs mode like in vi mode. | Otto Moerbeek | |
Help and ok jaredy@ ok millert@ | |||
2005-02-17 | derived from NetBSD: | Reyk Floeter | |
--- Make the node table into an LRU cache: least-recently used nodes are at the end of the node queue. Change the reference-counting discipline: ni->ni_refcnt indicates how many times net80211 has granted ni to the driver. Every node in the table with ni_refcnt=0 is eligible to be garbage-collected. The mere presence of a node in the table does not any longer indicate its auth/assoc state; nodes have a ni_state variable, now. While I am here, patch ieee80211_find_node_for_beacon to do a "best match" by bssid/ssid/channel, not a "perfect match." This keeps net80211 from caching duplicate nodes in the table. --- ok deraadt@ dlg@, looks good jsg@ | |||
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau | |
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@ | |||
2005-02-17 | add software WEP (will implement hardware WEP later). | Damien Bergamini | |
2005-02-17 | clear the IEEE80211_RATE_BASIC flag from the rate before calling | Damien Bergamini | |
ieee80211_compute_duration(). pointed out by jsg@ | |||
2005-02-17 | unmap DMA allocated memory properly. | Damien Bergamini | |
2005-02-17 | zero memory after call to malloc() to avoid freeing non-allocated | Damien Bergamini | |
resources in ral_init(). pointed out by jsg@ | |||
2005-02-17 | print the interface name in monitor mode when interfaces go up/down; ok mcbride | Jared Yanovich | |
2005-02-17 | only increase the reference count on the cvsroot structure when it | Jean-Francois Brousseau | |
gets inserted into the cache. This makes cvsroot_free() work correctly instead of leaking memory in error cases of cvsroot_parse() spotted by and ok pat@ | |||
2005-02-17 | USBVERBOSE | David Gwynne | |
ok deraadt@ drahn@ | |||
2005-02-17 | Xr fstat, netstat, ps | Marc Espie | |
after discussion with henning/otto, okay various people... | |||
2005-02-17 | since usb kthreads are run before / is mounted there is no longer any need | David Gwynne | |
to set the flag on usb to get devices (eg, a keyboard which can be useful if you boot with the -a flag) to attach early. reenable ehci since devices are now attached after the controllers are configured and no longer confused as to which one of them owns a device. ok jsg@ deraadt@ | |||
2005-02-17 | Fix scoping error on DIOCSBAD ioctl failure condition. | Aaron Campbell | |
miod@, otto@, henning@ ok | |||
2005-02-17 | Remove extra return (0); call. otto@, henning@ ok | Aaron Campbell | |
2005-02-17 | Fix indentation as to not mislead the code reader. No functional change. | Aaron Campbell | |
2005-02-17 | Fix case where we were testing on AC, but operating on FD. The changed code | Aaron Campbell | |
follows the pattern of the rest of the source. otto@ ok | |||
2005-02-17 | Fix scoping error where ignored nets could transition to the NOMASTER state | Aaron Campbell | |
erroneously. henning@, otto@ ok | |||
2005-02-17 | Fix scoping error in fatal error check during passphrase/privkey handling. | Aaron Campbell | |
henning@, otto@, robert@ ok | |||
2005-02-17 | Remove dead code that has moved to ufs_vfsops.c long ago. | Pedro Martelletto | |
2005-02-17 | List USB Ethernet devices. ok dlg@ drahn@ | Jonathan Gray | |
2005-02-17 | zap compilation date from binary, ok deraadt@, ian@ | Marc Balmer | |
2005-02-17 | alyte spelling-in-comment fixes | Jolan Luff | |
2005-02-16 | sync | Peter Valchev | |
2005-02-16 | sync | Peter Valchev | |
2005-02-16 | a note about why we have both EDITOR and VISUAL env vars; | Jason McIntyre | |
ok otto@ jaredy@ | |||
2005-02-16 | Mention ral(4). | Jonathan Gray | |
2005-02-16 | Make ral show up in man -k wireless. | Jonathan Gray | |
2005-02-16 | add support for enabling amp power on a non-documented Conexant codec | Todd T. Fries | |
ideas from alsa pointers by jsg@; mickey@ ok | |||
2005-02-16 | Touchscreen sample stabilization, do multiple reads, average best two. | Dale Rahn | |
2005-02-16 | On shutdown also send delete messages for isakmp SAs. | Hans-Joerg Hoexer | |
ok ho | |||
2005-02-16 | Stash the environment pointer we get from realloc() instead of just | Todd C. Miller | |
setting a flag. That way when we are called again we can be sure to realloc() the right thing, regardless of the current value of environ. When the stashed value != environ (or when we are called for the first time), copy the existing entries from environ and set environ to the new value. OK deraadt@, beck@, djm@ | |||
2005-02-16 | Prevent gzip from storing mtime and filename in the header so we | Todd C. Miller | |
get identical binaries. | |||
2005-02-16 | isp(4) on macppc is compiled with option ISP_COMPILE_FW per default as well | Martin Reindl | |
2005-02-16 | Filter spurious coordinates on pen up in abolute mode, | Matthieu Herrb | |
2nd and 3rd button emulation in absolute mode, make it the default. ok drahn@. | |||
2005-02-16 | enable rl(4), rlphy(4), pcscp(4) and isp(4) with option ISP_COMPILE_FW | Martin Reindl | |
ok drahn@, brad@ | |||
2005-02-16 | zap compilation date from the binary; ok henning@ | Marc Balmer | |
2005-02-16 | get rid of unneeded whitespace | Jean-Francois Brousseau | |
2005-02-16 | zap compilation date from the binary; ok millert@ deraadt@ | David Krause | |
2005-02-16 | basic repository handling code, not plugged yet | Jean-Francois Brousseau | |
2005-02-16 | properly initialize the syslog_data structure | Jean-Francois Brousseau | |
2005-02-16 | Support point to point links. | Esben Norby | |
ok claudio@ | |||
2005-02-16 | Fix indentation to match similar code block below. | Aaron Campbell | |
2005-02-16 | Fix scoping error when unhooking the interrupt handler. reyk@ ok | Aaron Campbell | |
2005-02-16 | more `cvs history' documentation about the columns added to | Xavier Santolaria | |
records depending on the command issued; ok jmc | |||
2005-02-16 | document that `emacs' is the default editing mode, and that as well | Jason McIntyre | |
as being set explicitly w/ `set', modes can also be set using EDITOR and VISUAL; ok jaredy@ otto@ | |||
2005-02-16 | Better diagnostic if an identity file is not accesible. ok markus@ djm@ | Otto Moerbeek | |
2005-02-16 | add /usr/X11R6/bin to the default PATH here. ok pval@. | Matthieu Herrb | |
2005-02-16 | Validate successful installation of required sets by seeing if they | Kenneth R Westerback | |
are still in DEFAULTSETS. Better than checking random file/dir we expect set to provide. Give the user the option to complete an installation/upgrade without installing all the sets we think are required. Shrinks code a bit. From an idea by beck@. ok deraadt@ nick@ | |||
2005-02-16 | fix an invalid condition which returns on an invalid beacon state. | Reyk Floeter | |