summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-16Mention ral(4).Jonathan Gray
2005-02-16Make ral show up in man -k wireless.Jonathan Gray
2005-02-16add support for enabling amp power on a non-documented Conexant codecTodd T. Fries
ideas from alsa pointers by jsg@; mickey@ ok
2005-02-16Touchscreen sample stabilization, do multiple reads, average best two.Dale Rahn
2005-02-16On shutdown also send delete messages for isakmp SAs.Hans-Joerg Hoexer
ok ho
2005-02-16Stash the environment pointer we get from realloc() instead of justTodd 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-16Prevent gzip from storing mtime and filename in the header so weTodd C. Miller
get identical binaries.
2005-02-16isp(4) on macppc is compiled with option ISP_COMPILE_FW per default as wellMartin Reindl
2005-02-16Filter 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-16enable rl(4), rlphy(4), pcscp(4) and isp(4) with option ISP_COMPILE_FWMartin Reindl
ok drahn@, brad@
2005-02-16zap compilation date from the binary; ok henning@Marc Balmer
2005-02-16get rid of unneeded whitespaceJean-Francois Brousseau
2005-02-16zap compilation date from the binary; ok millert@ deraadt@David Krause
2005-02-16basic repository handling code, not plugged yetJean-Francois Brousseau
2005-02-16properly initialize the syslog_data structureJean-Francois Brousseau
2005-02-16Support point to point links.Esben Norby
ok claudio@
2005-02-16Fix indentation to match similar code block below.Aaron Campbell
2005-02-16Fix scoping error when unhooking the interrupt handler. reyk@ okAaron Campbell
2005-02-16more `cvs history' documentation about the columns added toXavier Santolaria
records depending on the command issued; ok jmc
2005-02-16document that `emacs' is the default editing mode, and that as wellJason McIntyre
as being set explicitly w/ `set', modes can also be set using EDITOR and VISUAL; ok jaredy@ otto@
2005-02-16Better diagnostic if an identity file is not accesible. ok markus@ djm@Otto Moerbeek
2005-02-16add /usr/X11R6/bin to the default PATH here. ok pval@.Matthieu Herrb
2005-02-16Validate successful installation of required sets by seeing if theyKenneth 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-16fix an invalid condition which returns on an invalid beacon state.Reyk Floeter
2005-02-16AV onboard mc(4) is supported nowMartin Reindl
2005-02-15rev 1.19Brad Smith
Avoid DoS attack by setting ifm->ifm_media to a high number and running the kernel out of memory. From NetBSD Fixes panic mentioned in PR 4088. ok krw@ mcbride@ dhartmei@
2005-02-15Fix scoping error which could cause some states with an empty ifname to beAaron Campbell
purged errneously. mpf@ ok
2005-02-15Fix HPUX fcntl() F_GETLK compatibility. Broken since r1.10 by FREF/FRELEAaron Campbell
fixes. deraadt@ ok
2005-02-15`tunnel' before `txpower' in the command list;Jason McIntyre
2005-02-15Add commented entries for Ralink RT2500 driver (ral)Damien Bergamini
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-02-15reword initial description;Jason McIntyre
ok espie@
2005-02-15set the close-on-exec flag on the parent's local socket descriptorJean-Francois Brousseau
2005-02-15add txpower support to ifconfigReyk Floeter
ok bob@ robert@ danh@ and others
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
cards in hostap mode but it depends on the firmware version. support for other wireless chipsets will be added in the future using the net80211-framework. ok robert@ bob@ danh@, tested by some others
2005-02-15Mention support of PCMCIA/CF storage devices.Ryan Thomas McBride
ok mickey@ pvalchev@
2005-02-15let ospfd "tag" its routes with RTF_PROTO2, bgpd uses RTF_PROTO1 alreadyHenning Brauer
2005-02-15remove the LP_FILTER_TOGGLE operation, which is really pointless, andJean-Francois Brousseau
use a bitmask to keep track of the log filters
2005-02-15avoid crashing when setting a variable with cvsd_set() that was notJean-Francois Brousseau
initialized with a dynamically-allocated string. spotted by mpech@
2005-02-15Enterprise 150Henning Brauer
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
ok brad@, dlg@
2005-02-15Recognize RFC 3947 NAT-T VID. hshoexer@ okHakan Olsson
2005-02-15New command: pkg_mklocatedb, that can be used to create locate(1)-styleMarc Espie
databases for packages (duh, isn't that obvious from the name ?) Tweaks based on comments from naddy/jmc.
2005-02-14uio->uio_resid, not uio->resid;Jason McIntyre
from kirihara masaharu (netbsd pr #29355); ok miod@ millert@
2005-02-14Export ${CC} and ${DESTDIR} into the environment for mkioctls. brad@ okAaron Campbell
2005-02-14use .Pa for paths, not .Ar; ok jmcXavier Santolaria
2005-02-14add missing breakBrad Smith
From: Mike Pechkin <mpech at mail dot ru>
2005-02-14remove unused headers (you can guess what i based this code on) and makeDavid Gwynne
the prototypes consistent. ok drahn@
2005-02-14atu is enabled on zaurus so build the firmwares for it too.David Gwynne
ok drahn@
2005-02-14From NetBSD:Jonathan Gray
From part of rtw.c rev 1.42: log message: Add RTW_TPPOLL_ALL, RTW_TPPOLL_SALL to start and stop, respectively, all of the transmit rings. Revamp the transmit section to make better use of all the transmit rings: beacon queue, high-, low-, and medium-priority rings. Put beacon frames on the beacon ring. All other management frames, and data frames, go on the medium-priority ring. Power-save data frames go on the high-priority ring. (Note that powersaving is not implemented!) This is a work in progress. Send all 802.11 Management frames at 1Mbps. After we put a packet on a transmit ring, tickle the right bit in the TPPOLL to tell RTL8180. Stop all rings on error and in rtw_stop. And rtw.c rev 1.33: log message: Consolidate variables related to the rx ring in sc_rxdesc_blk, which is a struct rtw_rxdesc_blk. Put a copy of the DMA tag and the DMA map into the rx- and tx-ring blocks so that I don't have to pass them to subroutines all of the time. ok dlg@