summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-02Fix the names for the Intel Gigabit cardsNathan Binkert
2002-04-02Add a manpage for the new gx driverNathan Binkert
2002-04-02don't use a specific file for sparc64 defines, move them to tm-sp64.h.Federico G. Schwindt
also, i change the GDB_TARGET_IS_SPARC64 back to old behavior, is not that hard to back port things from gdb-current.
2002-04-02move things around so host part can be reused by sparc64.Federico G. Schwindt
2002-04-02check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199Markus Friedl
2002-04-02fix keyid encoding wi_tx_keyMarkus Friedl
2002-04-02Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me.Camiel Dobbelaar
ok wvdputte@, deraadt@
2002-04-02Prism2 firmware should be reported as version a.b.c not a.b variant c.Todd C. Miller
Only Lucent uses the 'variant' form. Also, prism2 firmware 0.8.2 does WEP w/o requiring promisc mode (from NetBSD). OK mickey@
2002-04-02cleanup. Add hme, adb trackpad, USB audio.Dale Rahn
2002-04-02update sizes.Dale Rahn
2002-04-02regenTodd C. Miller
2002-04-023Com AirConnect 3CRWE777A is really just a 3CRWE737A in disguise.Todd C. Miller
They use 3CRWE777A because that is the part number for the PCI adapter it comes with but the card can be used w/o it.
2002-04-02A few improvements to accommodate more ports.Marc Espie
- recognize unbreakable em dashes from pod2man, - handle some user-defined font changes, - kill obvious non-subjects. ok millert@
2002-04-02sync with reality; Sam Smith <S@mSmith.net>Paul Janzen
2002-04-02Do not copy /etc/mygate to install'ed systems if dhcp is specifiedKenneth R Westerback
for one or more network interfaces. Rework timezone logic to shrink it and make it more clear. Don't bother checking for /usr/share/zoneinfo as it is never there, just look for /mnt/usr/share/zoneinfo. Eliminate spurious early call to get_timezone() that (accidentally?) made GMT the default timezone during installs. Instead rely on the /etc/localtime that is installed from etcXX.gz. Currently this means the default timezone is the historically resonant US/Pacific. Ideas if not code details ok deraadt@ and millert@
2002-04-02always reset promisc in hostap mode (a comment added), a couple of ↵Michael Shalayeff
formatiing and byte-swapping fixens as well
2002-04-01sftp interop w/ ssh.com serversMarkus Friedl
2002-04-01fallback to stat if server does not support lstatMarkus Friedl
2002-04-0120480 is an upper limit for older serverMarkus Friedl
2002-04-01freem mbuf on input pkt check failureMichael Shalayeff
2002-04-01typo: assign to self; ok markus@ solar@openwall.comKevin Steves
2002-04-01Add support for a bunch of new adapters.Nathan Binkert
Sync with NetBSD. ok deraadt
2002-04-01List more supported adaptersNathan Binkert
2002-04-01better translations by Paul WeissmanJan-Uwe Finck
deraadt@ okay.
2002-04-01syncNathan Binkert
2002-04-01More USB devices.Nathan Binkert
From NetBSD ok deraadt
2002-04-01killed a char accidentallyMichael Shalayeff
2002-04-01need to splsoftclock here too, i think i've got 'em all nowMichael Shalayeff
2002-04-01some man page movementsTheo de Raadt
2002-04-01some man page movementsTheo de Raadt
2002-04-01Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead ofTodd C. Miller
numbers for -p option.
2002-04-01always check for bad IVsMarkus Friedl
2002-04-01Missing splx in suser() check.Todd C. Miller
2002-04-01change return values back from EX_* to 0/1Daniel Hartmeier
2002-04-01Remove all traces of VGAFB_ALLOW_NATIVE.Jason Wright
2002-04-01members of wi_counters are u_int32_t so print them with "%u" not "%d"Todd C. Miller
2002-04-01syncTheo de Raadt
2002-04-01don't need this anymoreBob Beck
2002-04-01typo in commentBob Beck
2002-04-01skip bad IVs; ok provos@/deraadt@Markus Friedl
2002-04-01-Tattling is bad, users should be allowed to run anything on the systemBob 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-01Re-add dcNathan Binkert
2002-04-01Don'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-01recommending sysexits.h has been ridiculous from the startTheo de Raadt
2002-04-01remove a redundant word removeMichael 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-01Fix max WEP key len. Max len for a 104 bit WEP key len is 26 hex digitsTodd C. Miller
(not counting the leading 0x) or 13 characters.
2002-04-01yes, string could be up to 32; pt out by Cory Bosley (openbsd@bosleys.org) ↵Michael Shalayeff
via pr#2508
2002-04-01build authpfBob Beck
2002-04-01authpf - authenticating gateway shell for use with ssh(1) to makeBob 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.