summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-11-09Update to tzdata2009r from elsie.nci.nih.govTodd C. Miller
2009-11-09vether(4) is a virtual ethernet device driver which can be usedTheo de Raadt
so that a bridge-etherip-tunnel host can join into the bridge itself. It is ridiculous that this capability was missing from our network stack portfolio, considering we have bgp and ospf daemons... discussed at length with claudio
2009-11-08- another axe i foundJasper Lievisse Adriaanse
2009-11-07too specific a nameTheo de Raadt
2009-11-07say which is whichTheo de Raadt
2009-11-06correct values for set reassembleEric Faurot
ok henning@ pyr@
2009-11-05Adjust the description of network translation to match the codeStuart Henderson
following the nat-to changes. Reworked slightly from a diff from eric@. ok henning jmc
2009-11-03Don't mention ukphy(4) in SYNOPSIS, reminded by brad@; while there add nsphyterMiod Vallat
as a possible iec(4) phy.
2009-11-03nicer tables like in other bus man pagesTheo de Raadt
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
reminded by STeve Andre.
2009-11-02More detailed model list, with a mention of the appropriate kernel.Miod Vallat
2009-11-02List phy attachments, and add a few .XrMiod Vallat
2009-11-01Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only soMiod Vallat
far, and needs help to figure out its Ethernet address on IP35 systems. Heavily derived from mec(4) written by Izumi Tsutsui and Christopher Sekiya, although it required many changes to fit the IOC3 chip.
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-31tweak the description for iop(4) again, this one was the diffIgor Sobrado
suggested by jmc@ however i committed a slightly different one by error; s/device driver/device/ in some name description (.Nd) macros; add a missing chip to lmc(4)'s description in pci(4). ok jmc@
2009-10-29synchronize pci(4) and iop(4) descriptions.Igor Sobrado
tweaked by jmc@, thanks!
2009-10-29.Nd macro arguments are usually lower case.Igor Sobrado
2009-10-29synchronize entries in pci(4) with .Nd macros in manual pages.Igor Sobrado
2009-10-28Update to terminfo-20091003, now maintained by Thomas Dickey as partNicholas Marriott
of ncurses. OpenBSD local changes are altering kbs to \177 in the xterm entries to match our local xterm settings, and a typo fix (sent upstream). Notable changes from the current file are: - xterm is now an alias to xterm-new rather than xterm-r6 by default, and has colour. Those who prefer black and white should use xterm-r6. - The F1-F4 keys are correct for wsvt25. - pcvt25 no longer has colour - wsvt25 should now be used instead anyway. - xterm, rxvt and other terminals have extended entries for function keys with modifiers (kRIT2-7 etc). - many new entries, including putty, konsole, sun-color, and 256 colour variants of xterm, screen, rxvt and so on. ok millert
2009-10-28"Diffie-Hellman" is the usual spelling for the cryptographic protocolIgor Sobrado
first published by Whitfield Diffie and Martin Hellman in 1976. ok jmc@
2009-10-27Xr mpii(4)Theo de Raadt
2009-10-27Add another Intel ICH10 variant and the PCH chipset.Stuart Henderson
From Brad. PCH tested by bwaichu at yahoo com.
2009-10-27Tweak description of supported hardware.Mark Kettenis
2009-10-27encode the channels a converter will convert into the converter'sJacob Meuser
mixer name.
2009-10-27welcome mpii(4).David Gwynne
2009-10-26specifies that intel wifi link 1000 is a single-chip solution.Damien Bergamini
sync 4965 description with others.
2009-10-26s/Draft-N/n/Damien Bergamini
remove 'b' if 'g' is supported since 'g' => 'b'.
2009-10-26Sync with recent developments.Miod Vallat
2009-10-26Update to tzdata2009p.tar.gz from elsie.nci.nih.govTodd C. Miller
2009-10-26Remove we cant rebuild in raid 1 from caveats.Marco Peereboom
2009-10-25write manual page description (.Nd macro) in a more usual way,Igor Sobrado
so it fits on a standard display.
2009-10-25add a real description to the manual page; while here, update theIgor Sobrado
list of supported chips.
2009-10-25sync iwn(4) Nd;Jason McIntyre
2009-10-24add codenamesDamien Bergamini
2009-10-24huge diff introducing many of the recent changes made by intel to iwlwifi:Damien Bergamini
- ICT interrupts for >=5000 series (avoids reading IWN_INT which is slow) - support v2 firmware header (including build number) - switch to v2 firmware api (requires a firmware package upgrade) - initial support for 1000 series and initial bits for upcoming 6000 series (untested as hardware is not available to the general public) - many bug fixes, including workarounds for hardware bugs make sure to update your iwn-firmware package to iwn-firmware-5.2.
2009-10-24add the subvendor ID of ``M-Audio Audiophile 2496'' and add it toAlexandre Ratchov
the list of supported cards
2009-10-22Introduce a logical xbpci(4) device between xbridge and pci, since more thanMiod Vallat
one pci bus can attach to an xbridge (if PIC) and both being `bus 0' would make dmesg confusing. While there, seize the opportunity of this new dmesg line to display the bus mode (PCI or PCIX) and speed.
2009-10-22arguments to name description (.Nd) macros are usually lower case;Igor Sobrado
fix superfluous double space in manual page body; fix typo. from Alan R. S. Bueno. ok jmc@
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@
2009-10-22List Option GT HSUPA 380E, found in some Acer AspireOne.Stuart Henderson
2009-10-22Since etc/daily rev. 1.58, there is no more output redirection in crontab(5).Ingo Schwarze
Consequently, clean up the related instructions, this is now simpler. While here, make the discussion of daily(8) more concise. Thanks to Rene Maroufi <info at maroufi dot net> for reporting the outdated documentation. Wording tweaked by jmc@, OK jmc@ sobrado@
2009-10-22replace cross references to other manual pages with the right macros.Igor Sobrado
2009-10-21Tweak after recent gnome MODULE changes.Antoine Jacoutot
2009-10-20describe a bit more about High Definition Audio architectureJacob Meuser
as well as how the mixer item names are derived.
2009-10-19update to tzdata2009o from elsie.nci.nih.govTodd C. Miller
2009-10-15sync with gcc4 port module changeSteven Mestdagh
2009-10-14Three cleanups:Nicholas Marriott
- ESR no longer maintains termcap/terminfo and the URL in Makefile is dead, so remove it; - remove the tic(1) stdout usage hack which is no longer necessary; - remove the README file which doesn't have anything useful anymore. ok millert
2009-10-14Second example discussing the pass modifier with rdr-tojmeltzer
should actually use the pass modifier. ok henning jmc
2009-10-13WRKOBJDIR defaults changed (obj -> pobj)Landry Breuil