Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-01 | Add support for a bunch of new adapters. | Nathan Binkert | |
Sync with NetBSD. ok deraadt | |||
2002-04-01 | List more supported adapters | Nathan Binkert | |
2002-04-01 | better translations by Paul Weissman | Jan-Uwe Finck | |
deraadt@ okay. | |||
2002-04-01 | sync | Nathan Binkert | |
2002-04-01 | More USB devices. | Nathan Binkert | |
From NetBSD ok deraadt | |||
2002-04-01 | killed a char accidentally | Michael Shalayeff | |
2002-04-01 | need to splsoftclock here too, i think i've got 'em all now | Michael Shalayeff | |
2002-04-01 | some man page movements | Theo de Raadt | |
2002-04-01 | some man page movements | Theo de Raadt | |
2002-04-01 | Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead of | Todd C. Miller | |
numbers for -p option. | |||
2002-04-01 | always check for bad IVs | Markus Friedl | |
2002-04-01 | Missing splx in suser() check. | Todd C. Miller | |
2002-04-01 | change return values back from EX_* to 0/1 | Daniel Hartmeier | |
2002-04-01 | Remove all traces of VGAFB_ALLOW_NATIVE. | Jason Wright | |
2002-04-01 | members of wi_counters are u_int32_t so print them with "%u" not "%d" | Todd C. Miller | |
2002-04-01 | sync | Theo de Raadt | |
2002-04-01 | don't need this anymore | Bob Beck | |
2002-04-01 | typo in comment | Bob Beck | |
2002-04-01 | skip bad IVs; ok provos@/deraadt@ | Markus Friedl | |
2002-04-01 | -Tattling is bad, users should be allowed to run anything on the system | Bob Beck | |
without it generating logs -exit with 0 and 1 instead of EX_FOO -make read_config (with the test and exit) the first thing that happens in main, no openlog or memset first. | |||
2002-04-01 | Re-add dc | Nathan Binkert | |
2002-04-01 | Don't have dc and de return the same match value in any case. | Nathan Binkert | |
Comment the reasoning for the various return values in dc_pci_match. dc is preferred over de on all archs except for alpha where de is used. The main reason dc is not preferred on alpha is that it doesn't fit on the floppy, so RAMDISK and GENERIC would have different drivers for the same device which is rather confusing. | |||
2002-04-01 | recommending sysexits.h has been ridiculous from the start | Theo de Raadt | |
2002-04-01 | remove a redundant word remove | Michael Shalayeff | |
2002-04-01 | -Make the /etc/authpf/authpf.conf config file required. | Bob Beck | |
-Change authpf to install setuid by default, and exit with a tattling syslog message if a user runs it without a config file present. -Change man page to reflect this. | |||
2002-04-01 | Fix max WEP key len. Max len for a 104 bit WEP key len is 26 hex digits | Todd C. Miller | |
(not counting the leading 0x) or 13 characters. | |||
2002-04-01 | yes, string could be up to 32; pt out by Cory Bosley (openbsd@bosleys.org) ↵ | Michael Shalayeff | |
via pr#2508 | |||
2002-04-01 | build authpf | Bob Beck | |
2002-04-01 | authpf - authenticating gateway shell for use with ssh(1) to make | Bob Beck | |
authenticating gateway type firewalls. caveats - needs to be setuid to opertate (but does not install that way) consult the man page for configuration issues. | |||
2002-04-01 | wi(4) also supports the Symbol Spectrum24 chipset, though there is | Todd C. Miller | |
no special code to deal with it at the moment. Several of the cards listed actually use the Spectrum24 chipset, not the Prism one. | |||
2002-04-01 | change the extra text following preprocessor directives into comments. | Dan Harnett | |
patch from David Krause <openbsd@davidkrause.com> ok millert@ | |||
2002-04-01 | - add support for PDC20268R (not tested) and PDC20269 | Grigoriy Orlov | |
- fix interrupt handling when IRQ is shared - cable detection - sync with NetBSD Work by Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-04-01 | modern tlb bits | Michael Shalayeff | |
2002-04-01 | better support for machine checks tocs and power fails | Michael Shalayeff | |
2002-04-01 | be careful to preserve page attrs on removing the mapping | Michael Shalayeff | |
2002-04-01 | kenter map the buffers | Michael Shalayeff | |
2002-04-01 | unbreak gdb in sparc with my last commit. | Federico G. Schwindt | |
2002-04-01 | deal with stack bias in sparc64. | Federico G. Schwindt | |
2002-04-01 | sparc64 native defines to compensate for stack bias. | Federico G. Schwindt | |
2002-04-01 | style(9) improvements from Raymond M Schneider | Daniel Hartmeier | |
2002-04-01 | Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka | Matthieu Herrb | |
32bit TGA) From NetBSD, ok deraadt@. | |||
2002-04-01 | Only call dc_ramdac_intr if initialized(). Fixes a panic when | Matthieu Herrb | |
starting Xtga. From NetBSD. ok deraadt@ | |||
2002-04-01 | a few typos from pechkin | Michael Shalayeff | |
2002-04-01 | add pcppi.4 | Mike Pechkin | |
millert@ ok | |||
2002-04-01 | Initial import of pcppi.4 from NetBSD. Spotted by form@. | Mike Pechkin | |
millert@ ok | |||
2002-04-01 | Use WI_RID_DATA_RATES not WI_RID_SUPPORT_RATE to get the list of | Todd C. Miller | |
supported data rates. Fixes rate probing on Lucent cards. Figured out from reading the Linux orinoco driver. | |||
2002-04-01 | ok, there are a few more US choices, Todd says | Theo de Raadt | |
2002-04-01 | indicate default channel nicer; millert ok | Theo de Raadt | |
2002-04-01 | No Mickey, that corega card is just a rebadged NDC card. | Todd C. Miller | |
Make this actually compile again. | |||
2002-04-01 | todd killed a corega card | Michael Shalayeff | |