summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-07fix authpf_kill_states()Mike Frantzen
2002-04-07more meat and fixens from weissman dudeMichael Shalayeff
2002-04-07more meat and fixns from weissman dudeMichael Shalayeff
2002-04-07xr driver pages right off of the list, not at the end; from weissman dudeMichael Shalayeff
2002-04-07Clarify RAIDframe kernel options(4)Thierry Deval
Closes PR#2523 (thanks Dries Schellekens) ok miod@
2002-04-06Fix a typo and sync usage() with man page; Brian PooleTodd C. Miller
2002-04-06print the condition correctly; closes PR 2530. millert@ ok.Federico G. Schwindt
2002-04-06o Add -D option to set antenna diversity on Symbol cardsTodd C. Miller
o Mention other symbol-specific things o Convert tables to real mdoc colummn lists.
2002-04-06Add support for setting antenna diversity on Symbol cards.Todd C. Miller
Also add some more Symbol-specific RID values I noticed in the Linux orinoco driver.
2002-04-06Do not hide Pfpregs from a switch() if PT_[GS]ETFPREGS are not defined,Miod Vallat
so that this compiles with option DIAGNOSTIC; fixes PR #2528 ok fgsch@
2002-04-06Use new WI_NIC_* names for lucent cards instead of hard-coded hex values.Todd C. Miller
2002-04-06For PLX-based bridge cards, move printing of pcmcia card CIS stringsTodd C. Miller
out of generic wi_attach() and into wi_pci_attach(). This means we can't print the CIS info for embedded cards like the NCP130 but since those don't have a "real" pcmcia card in them this is really not a problem. Also check to see that there is actually a pcmcia present and give and error if not. CIS magic number taken from the Linux orinoco driver; there may be a better way to do this.
2002-04-06Add support for Symbol cards and printing of the primary stationTodd C. Miller
firmware version. Adapted from NetBSD and the Linux orinoco driver. The Symbol firmware requires that we do a COR soft reset before initializing the card in wi_reset(). Also, setting WI_RID_ROAMING_MODE caused the Symbol card to go into a strange (non-working) mode with firmware 2.x.x. There are some other Symbol additions/oddities that will need to be addressed in the future.
2002-04-06nx/ox; from weissman dudeMichael Shalayeff
2002-04-06Fixes potental double // within path.mouring
http://bugzilla.mindrot.org/show_bug.cgi?id=76
2002-04-06root checks are removed now that we moved the per-user dir,Bob Beck
docs need to reflect this
2002-04-06s/REESSERVED/RESERVED/Jason Wright
2002-04-06oh, there is no hppa(4)Michael Shalayeff
2002-04-06PR2525Marc Espie
2002-04-06add actiontec, hawking,netgear wavelans as supported; from jason@ackley.net ↵Michael Shalayeff
via pr#2526
2002-04-06regenMichael Shalayeff
2002-04-06actiontec wlan support; form jason@ackley.net via pr#2526Michael Shalayeff
2002-04-06more timeout dependent balony fallout. watch out for the falling sausage!Theo de Raadt
2002-04-06Fix occasional corruption on upload due to bad reuse of request id, spottedDamien Miller
by chombier@mac.com; ok markus@
2002-04-05Tune get_selection() so thatKenneth R Westerback
1) If there are no unselected sets then the default becomes 'done'. 2) A bare '-' or '+' is ignored, since it causes problems for the functions that call get_selection().
2002-04-05updates; jason@ackley.netTheo de Raadt
2002-04-05forgot the makefile, fluffyMichael Shalayeff
2002-04-05chat about cpu a bitMichael Shalayeff
2002-04-05clarify sshrc some and handle X11UseLocalhost=yes; ok markus@Kevin Steves
2002-04-05move location of per-user config files; beck okTheo de Raadt
2002-04-05xr ifmediaMichael Shalayeff
2002-04-05add 802.11 media configurationMichael Shalayeff
2002-04-05Add examples, warn that 3.3V cards don't work with our PCMCIA stuff.Todd C. Miller
2002-04-05syncTheo de Raadt
2002-04-05mark that there is no siginfo code here. Damn it, geezTheo de Raadt
2002-04-05If the first field of 'uname -a' output is openbsd, treat the OS asTodd C. Miller
OpenBSD regardless of anything else. Fixes a bizarre problem where if the hostname was set to "openbsd" the correct hint file was not found.
2002-04-05Note explicitly that the upa framebuffers aren't supportted; Matt Potter ↵Jason Wright
<matt@vertrauen.org>
2002-04-05protect another use of wskbd_repeat with #if NWSDISPLAY > 0Jason Wright
2002-04-05fxp does not work on powerpc.Dale Rahn
2002-04-05add wsmux to the macppc ramdisk, to allow all keyboards to attach.Dale Rahn
2002-04-05Add another check for sc->wi_gone; from FreeBSDTodd C. Miller
2002-04-05Actually set wi_gone when we detach, based on what the an driver does.Todd C. Miller
2002-04-05some cleanups based on ideas from @msmith.netTheo de Raadt
2002-04-05the delete key is ^? not ^HTheo de Raadt
2002-04-05skip term initialization, someone should really debug why terminal mucking ↵Theo de Raadt
happens as a result.. but not me.. not now..
2002-04-05remove some cruft, use hardlinks to instbin, delete instbin when done, andTheo de Raadt
comment strip the install scripts too
2002-04-05use hardlinks to instbin, so that instbin can be deleted atthe endTheo de Raadt
2002-04-05shrink the ramdisk imagesizeTheo de Raadt
2002-04-05remove un-needed stuff. I leave NFSCLIENT for hughTheo de Raadt
2002-04-05ensure that rules files are owned and writable only by root,Bob Beck
along their entire path, change docs accordingly. This ensures that people don't accidentally use the $HOME config files to override real settings unless root meant to do it.