summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-21Add new apm(4) man page for zaurus based on macppc, and add zaurus toUwe Stuehler
MANSUBDIR for apm(8). ok deraadt@
2005-02-21Refer to 802.11 devices via the standards they support apart from the olderJonathan Gray
pre 802.11B devices where we still list the modulation method (FH).
2005-02-21List some supported devices, only Netgear and Corega CardbusJonathan Gray
listed so far, mail me your product names...
2005-02-21List myself as porter of these.Jonathan Gray
2005-02-21syncAlexander Yurchenko
2005-02-21Support another Intel 6300ESB SATA.Alexander Yurchenko
Tested by Marc Wirth <MarcWirth@mac.com>.
2005-02-21fix an error messageHenning Brauer
2005-02-21802.11B -- be specificTheo de Raadt
2005-02-21enable ralTheo de Raadt
2005-02-21Set \u in prompt expansion to the right value, while avoiding getpw* calls,Otto Moerbeek
which might be very inconvenient when the yp server is not available. ok deraadt@ millert@
2005-02-21document `cvs log'; ok jmcXavier Santolaria
2005-02-21syncTheo de Raadt
2005-02-21ipwcontrol and iwicontrol removal.Damien Bergamini
2005-02-21syncTheo de Raadt
2005-02-21a little whitespace removal, found by dlg@;Jason McIntyre
2005-02-21unbreak compilation by including some missing headersDavid Gwynne
requested by and ok reyk@
2005-02-21use a standard hostname in EXAMPLES (host.example.com), which alsoJason McIntyre
fixes an error; from ray;
2005-02-21tweaks;Jason McIntyre
2005-02-21correction from jan minar (pr #4110);Jason McIntyre
2005-02-21mention ssh-keygen(1) as a means to generate moduli; ok markus@ dtucker@Damien Miller
2005-02-21reinstate original .Nd;Jason McIntyre
ok reyk@
2005-02-21remove Rs/Re macros to avoid punctuation we don't want;Jason McIntyre
better url from dlg which avoids nastly line split; a few other minor tweaks; ok dlg@
2005-02-21remove unused headerDavid Gwynne
2005-02-21define AHC_ALLOW_MEMIO on macppc, resulting in support for moreMartin Reindl
controllers and better performance ok drahn@, krw@
2005-02-20A better console test.Miod Vallat
2005-02-20turn on ssh batch mode when in sftp batch mode, patch from jdmossh AT nand.net;Damien Miller
ok markus@
2005-02-20typo in sec/track description, from Holger Mikolon <holger@mikolon.com>Jared Yanovich
2005-02-20overhaul macrom code from NetBSD:Martin Reindl
- simplify the asm constraints in mrg_aline_super() - generate a SIGILL for user-mode A-line traps - cleanup, KNF, whitespace nitpicking and minor other updates ok miod@
2005-02-20Avoid use after free when purging states.Ryan Thomas McBride
ok henning@ dhartmei@ claudio@
2005-02-20Feature-sync boot() with other platforms:Miod Vallat
- run shutdown hooks. - do not turn reboot into halt if cold and invoked from ddb. ok deraadt@
2005-02-20Do not confuse syslog by printing messages starting with '<'.Miod Vallat
ok krw@
2005-02-20Do not pass 68060-specific compiler flags anymore.Miod Vallat
2005-02-20Link uboot with libgcc for quad arithmetic now that gcc won't emit theseMiod Vallat
instructions natively.
2005-02-20Change defaults on m68k platforms from -m68020 to -m68020-60.Miod Vallat
This makes a noticeable performance improvement on 68060, especially for crypto operations (such as ssh), with basically no loss on 680[234]0. ok deraadt@
2005-02-20sort SEE ALSO;Jason McIntyre
2005-02-20mention PHYBrad Smith
2005-02-20Better handling of large filesystems, okay henning@ and millert@, withPedro Martelletto
input from martin@ and miod@.
2005-02-20ifmedia_set() should not panic, nor can it really fail. So if there isBrad Smith
some problem setting the media to the requested value (usually IFM_AUTO), we now force the media selection to IFM_NONE. From NetBSD
2005-02-20Don't calculate 'total_len' twice.Brad Smith
Inspired by NetBSD' rtk(4) driver. From: Mike Pechkin <mpech at mail dot ru>
2005-02-19Add getcap(1), a simple tool to query getcap(3)-style databases.Todd C. Miller
2005-02-19syncPeter Valchev
2005-02-19syncPeter Valchev
2005-02-19fix pasto; from d@Todd C. Miller
2005-02-19regenMatthieu Herrb
2005-02-19Add getdents() emulation. Makes Veritas NetBackup client for FreeBSD work.Matthieu Herrb
ok deraadt@, tedu@.
2005-02-19spelling in commentJolan Luff
2005-02-19double default MAX_KMAPENT to 2000, theo okHenning Brauer
everybody please update your trees and test this, we need to find out wether there is bad side-effects from the doubling. If this does not get enough testing by our user community we will play safe and revert this for the 3.7 release, so please test.
2005-02-19return on invalid beacon stateReyk Floeter
2005-02-19comment in ar5212Reyk Floeter
2005-02-19add support for the atheros ar5212 wireless chipsets. it is notReyk Floeter
finished yet and still misses some channel initialization and calibration bits. (if you want to hand in your dmesg output, please build a kernel with an uncommented COUNTRYCODE in line 109 of dev/ic/ar5xxx.c to get the value stored in your card's eeprom.) ok henning@