Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-03 | back out ALTQ diff which breaks it; see PR 2517 | Theo de Raadt | |
2002-04-03 | fix SYNOPSIS. From form@. | Mike Pechkin | |
millert@ ok | |||
2002-04-03 | gx doesn't actually do bitbanging | Nathan Binkert | |
2002-04-03 | disable userland crypto for 3.1 | Theo de Raadt | |
2002-04-03 | Add 4000 200. | Hugh Graham | |
2002-04-03 | Document pool_destroy. From NetBSD through Kamil Andrusz <wizz@mniam.net> | Artur Grabowski | |
pr 2507 | |||
2002-04-02 | gx doesn't use vtophys | Nathan Binkert | |
2002-04-02 | enable gdb in sparc64; deraadt@ ok. | Federico G. Schwindt | |
2002-04-02 | update to a more recent version. should fix the getcwd corruption | Federico G. Schwindt | |
seen in sparc64 gdb; deraadt@ ok. | |||
2002-04-02 | Leave space for terminating NULL if empty symbol table. from bfd-current | Federico G. Schwindt | |
via pr 2447; deraadt@ ok. | |||
2002-04-02 | keylen is either 8 (40 bit secret ) or 16 (104 bit) | Markus Friedl | |
wrong index used for RC4SWAP during key setup IV is stored in little endian format; works for millert@ | |||
2002-04-02 | sync | Theo de Raadt | |
2002-04-02 | ignore SSH_BUG_SIGBLOB for ssh-rsa; #187 | Markus Friedl | |
2002-04-02 | minor cleanups | Theo de Raadt | |
2002-04-02 | Fix -A flag values in summary | Todd C. Miller | |
2002-04-02 | add .Xr's for phys and macs that are found together | Nathan Binkert | |
Remove the .Xr pci 4 from phys update .Xr's for gigabit phys to include arp(4), ifmedia(4), intro(4), netintro(4), pci(4), vlan(4) (if applicable), and ifconfig(8). (In addition to t .Xr's for phys update intro(4) for alpha and i386 | |||
2002-04-02 | add nsgphy(4) | Nathan Binkert | |
2002-04-02 | time and time+4 might not be the same in the %hi (copycat jason) | Michael Shalayeff | |
2002-04-02 | always call log_init() | Markus Friedl | |
2002-04-02 | We don't like 'OPTIONS' anymore. | Mike Pechkin | |
.Sh OPTIONS -> .Sh CONFIGURATION millert@ ok | |||
2002-04-02 | sync | Theo de Raadt | |
2002-04-02 | match on BCM5421S. ok deraadt | Dale Rahn | |
2002-04-02 | sync | Dale Rahn | |
2002-04-02 | add xxBROADCOM 0x000e as BCM5421S, ok deraadt@ | Dale Rahn | |
2002-04-02 | My part of the help: | Mike Pechkin | |
o) don't use .Pp before/after .Sh; o) Start new sentence on a new line; o) Remove extra space in the end of the sentence; o) Fix .Pa usage; o) Fix .Bd usage; o) Use .Pp after .Ed, not blank line before .Ed; millert@ ok | |||
2002-04-02 | move to gx | Theo de Raadt | |
2002-04-02 | document lib-depends-check and manpages-check | Marc Espie | |
2002-04-02 | bit defns for %tick (basically the ticker bits and the npt bit) | Jason Wright | |
2002-04-02 | uncomment lxtphy(4) and enable eephy(4) in the RAMDISK kernel; | lebel | |
asked by miod@, OK'ed by drahn@ | |||
2002-04-02 | new PowerBook G4 has a Marvell 88E1000 Gigabit PHY, model 6, | lebel | |
so activate the eephy(4) device for it | |||
2002-04-02 | add support for Marvell 88E1000 Gigabit PHY, model 6; | lebel | |
from nate@, with one forgotten closing ) and a typo. :) | |||
2002-04-02 | sync | lebel | |
2002-04-02 | Marvell 88E1000 Gigabit PHY, model 6; from nate@ | lebel | |
2002-04-02 | sparc64 support. | Federico G. Schwindt | |
2002-04-02 | crossref pci and gx | Nathan Binkert | |
2002-04-02 | Manpage cleanup from mpech@ | Nathan Binkert | |
o) delete extra space in the end of the line; o) fix .Bl usage; | |||
2002-04-02 | gx works on alpha and i386 add a commented line for the driver | Nathan Binkert | |
2002-04-02 | Add some new IDs for the Marvell Gigabit PHY | Nathan Binkert | |
2002-04-02 | sync | Nathan Binkert | |
2002-04-02 | Add gx(4) | Nathan Binkert | |
This driver is for the Intel gigabit cards including those based on 82542, 82543 and 82544 chips. Base driver from FreeBSD Support for 82544 from me. | |||
2002-04-02 | wrap sparc64 specific things around ifdef to avoid pollution in sparc. | Federico G. Schwindt | |
2002-04-02 | sync | Nathan Binkert | |
2002-04-02 | Fix the names for the Intel Gigabit cards | Nathan Binkert | |
2002-04-02 | Add a manpage for the new gx driver | Nathan Binkert | |
2002-04-02 | don'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-02 | move things around so host part can be reused by sparc64. | Federico G. Schwindt | |
2002-04-02 | check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199 | Markus Friedl | |
2002-04-02 | fix keyid encoding wi_tx_key | Markus Friedl | |
2002-04-02 | Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me. | Camiel Dobbelaar | |
ok wvdputte@, deraadt@ | |||
2002-04-02 | Prism2 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@ |