summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-18Set cf_time to the epoch for consistency of generated files.Todd C. Miller
2005-02-18remove all the cruft i had in there while trying to figure this stuff outDavid Gwynne
ok drahn@
2005-02-18manpage for the PXA27x USB Device ControllerDavid Gwynne
requested by miod@, ok drahn@
2005-02-18Manual page for the mutex set of functions. Okay jmc@ and art@.Pedro Martelletto
2005-02-18do not embed compile date and such in the binaries so they don't changeHenning Brauer
all time, ok millert@
2005-02-18enable pxaudc. clean up the ohci line in the RAMDISK while im hereDavid Gwynne
ok drahn@
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2005-02-18grammatical blip, from jens ropers;Jason McIntyre
2005-02-18sort options to echo builtin;Jason McIntyre
2005-02-18update SEE ALSO, and a tweak;Jason McIntyre
2005-02-18Sync USB wi supported device list with driver.Jonathan Gray
Fix a few vendor/product names while here.
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver.
2005-02-18regenJonathan Gray
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver.
2005-02-18ansi, knf, and other style nits; ok henningJared Yanovich
2005-02-18better error messages for getnameinfo failures; ok dtucker@Damien Miller
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
free. go ahead miod@
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2005-02-17knfReyk Floeter
2005-02-17How he wanted it work, from/ok miod@Dale Rahn
2005-02-17untested, no ok, and it broke. revert.Dale Rahn
2005-02-17whitespace nitDavid Gwynne
ok drahn@
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne
physical port on a zaurus to the host controller. needs lots of cleanup. ok drahn@
2005-02-17allow intr_establish to be used with any in gpioDavid Gwynne
ok drahn@
2005-02-17mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup theReyk Floeter
code.
2005-02-17Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEARMiod Vallat
in ri_flg someday.
2005-02-17ehternet -> ethernetMiod Vallat
2005-02-17Printt ^D and newline on EOF in emacs mode like in vi mode.Otto Moerbeek
Help and ok jaredy@ ok millert@
2005-02-17derived 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-17miscellaneous 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-17add software WEP (will implement hardware WEP later).Damien Bergamini
2005-02-17clear the IEEE80211_RATE_BASIC flag from the rate before callingDamien Bergamini
ieee80211_compute_duration(). pointed out by jsg@
2005-02-17unmap DMA allocated memory properly.Damien Bergamini
2005-02-17zero memory after call to malloc() to avoid freeing non-allocatedDamien Bergamini
resources in ral_init(). pointed out by jsg@
2005-02-17print the interface name in monitor mode when interfaces go up/down; ok mcbrideJared Yanovich
2005-02-17only increase the reference count on the cvsroot structure when itJean-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-17USBVERBOSEDavid Gwynne
ok deraadt@ drahn@
2005-02-17Xr fstat, netstat, psMarc Espie
after discussion with henning/otto, okay various people...
2005-02-17since usb kthreads are run before / is mounted there is no longer any needDavid 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-17Fix scoping error on DIOCSBAD ioctl failure condition.Aaron Campbell
miod@, otto@, henning@ ok
2005-02-17Remove extra return (0); call. otto@, henning@ okAaron Campbell
2005-02-17Fix indentation as to not mislead the code reader. No functional change.Aaron Campbell
2005-02-17Fix case where we were testing on AC, but operating on FD. The changed codeAaron Campbell
follows the pattern of the rest of the source. otto@ ok
2005-02-17Fix scoping error where ignored nets could transition to the NOMASTER stateAaron Campbell
erroneously. henning@, otto@ ok
2005-02-17Fix scoping error in fatal error check during passphrase/privkey handling.Aaron Campbell
henning@, otto@, robert@ ok
2005-02-17Remove dead code that has moved to ufs_vfsops.c long ago.Pedro Martelletto
2005-02-17List USB Ethernet devices. ok dlg@ drahn@Jonathan Gray
2005-02-17zap compilation date from binary, ok deraadt@, ian@Marc Balmer
2005-02-17alyte spelling-in-comment fixesJolan Luff