summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-10implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵Dug Song
deraadt@ ok.
2001-06-10sg fixes from Mathias Schmocker <smat@acm.org>Michael Shalayeff
2001-06-10permit compilation when only SUN4C is defined; based on patch from Thomas ↵Jason Wright
Coffy <coffy@altern.org>.
2001-06-10Post pmap_extract() changes cleanup.Dale Rahn
bus_addr_t vs vaddr_t/paddr_t Return correct value for poalloc();
2001-06-10Post pmap_extract() changes cleanup.Miod Vallat
2001-06-10you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@Markus Friedl
2001-06-10we support rekeyingMarkus Friedl
protocol errors are fatal.
2001-06-10KNFTheo de Raadt
2001-06-10regenTodd C. Miller
2001-06-10shorten some things I added at Theo's requestTodd C. Miller
2001-06-10In wi_cmd() wait for the busy bit to clear; from NetBSD (ichiro)Todd C. Miller
2001-06-10syncTheo de Raadt
2001-06-10free commit from artMichael Shalayeff
2001-06-10proto; S@mSmith.netTheo de Raadt
2001-06-10check authorized_keys2 too; adm-sclark@gateway.wired2000.netTheo de Raadt
2001-06-10Art error #2Theo de Raadt
2001-06-10Art error #1Theo de Raadt
2001-06-10Semicolons are better added in canada to save cross atlantic bandwith.Bob Beck
2001-06-10Sprintf/sprintf no longer used, remove itTheo de Raadt
2001-06-09Revert to older demangle. Not tested nor updated yet.Marc Espie
2001-06-09bye byeMarc Espie
2001-06-09bye, byeMarc Espie
2001-06-09Bye, byeMarc Espie
2001-06-09Automatic cvs merge. Dread what I will have to fix after this excuseMarc Espie
of a program is done...
2001-06-09Long delayed import of binutils-2.10.1. Turns out art@ needs some alphaMarc Espie
bug-fixes...
2001-06-09libiberty version bundled with binutils 2.11.Marc Espie
2001-06-09Synch with binutils 2.10.1, add dyn-string to libiberty.Marc Espie
2001-06-09Fill some field earlier, should allow better .init/dlopen interaction.Marc Espie
From NetBSD. fgsch@ agrees.
2001-06-09Document -S option to print the data loss in each hop in percents; freebsdPeter Valchev
2001-06-09* Implement -S option to print the data loss in each hop in percents; freebsdPeter Valchev
* Use __progname in usage() * Use strlcpy vs strncpy+a[len-1]='\0' ok mickey@, jakob@, option list order per aaron@'s suggestion.
2001-06-09fix art oopsie so this compilesBob Beck
2001-06-09Updates from NetBSD:Todd C. Miller
o Endian fixes o Missing WI_RID_AUTH_CNTL and WI_RID_MICROWAVE_OVEN bits o Move promisc mode setting to be before prism2 detect since some prism2 firmware revs need to have promisc to support WEP and it is useless to set promisc and then clear it again. o Add missing clear of ifp->if_timer when IFF_OACTIVE is cleared
2001-06-09Inclusion protection.Angelos D. Keromytis
2001-06-09Not needed anymore.Angelos D. Keromytis
2001-06-09No need for net/net_osdep.hAngelos D. Keromytis
2001-06-09Include cleanup.Angelos D. Keromytis
2001-06-09Include cleanupAngelos D. Keromytis
2001-06-09These don't need net_osdep.hAngelos D. Keromytis
2001-06-09Whitespace cleanup.Angelos D. Keromytis
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
same naming style.
2001-06-09Protect from multiple inclusion.Angelos D. Keromytis
2001-06-09Less aggressive include cleanup, so it won't piss of Theo again (one hopes)Angelos D. Keromytis
2001-06-09Account for timer interrupts which occur while timer is "blocked".Dale Rahn
Current change will cause the timer(s) missed to be noticed on the next timer interrupt and then it will be accounted for. This really should set a soft interrupt or an interrupt pending bit for the timer, to more accurately reflect when the timer should have occurred. System time should no longer be lost with this change.
2001-06-09disable debugging by defaultMichael Shalayeff
2001-06-09print return value for debugging purposesMichael Shalayeff
2001-06-09Print firmware version for Lucent as well as Prism2 and break intoTodd C. Miller
two lines for readability. In practice this doesn't take an extra line on the screen.
2001-06-09Set sc_dying in wskbd_detach, otherwise it's pointless.Aaron Campbell
2001-06-09Remove sc_ready from the softc, we can just test sc_events.io instead.Aaron Campbell
2001-06-09remove confusing comparison with srand (it does not return the old seed)assar
use .Sh AUTHORS and .An for author
2001-06-09Allow wskbd_cngetc() to return any key pressed, not just ones in the ASCIIAaron Campbell
group; fixes PR/1787. This mimics the behavior of pccons and pcvt; mickey@ ok