summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-10beef up and correct the example sectionMartin Reindl
2005-09-10dlg@ just added wds(4) page;Jason McIntyre
2005-09-10how many developers does it take to fix a typo... ;)Jason McIntyre
2005-09-10extra line with a t on it courtesy of my lack of skills in viDavid Gwynne
2005-09-10jmc discovered there was no manpage for wds. until its proven that thisDavid Gwynne
driver works on another arch we're assuming its i386 specific. page borrowed from jonathan stone with tweaks by jmc.
2005-09-10kern.usercrypto is enabled by default, so commented out entry shouldJason McIntyre
show how to disable it; ok deraadt@
2005-09-10missing full stop;Jason McIntyre
2005-09-10Mention viasio(4).Jonathan Gray
2005-09-10regenBrad Smith
2005-09-10add Chelsio Communications 10GbE PCI vendor and product ids.Brad Smith
2005-09-10regenBrad Smith
2005-09-10- add Apple FW PCI idBrad Smith
- add ATI 9600 LE Secondary PCI id - make ATI Secondary PCI entries more consistent in naming
2005-09-10regenBrad Smith
2005-09-10add Neterion vendor id and Xframe 10GbE product id.Brad Smith
2005-09-09uppercase `FTP' when talking about the protocol rather than theJason McIntyre
ftp(1) binary...this is in line with what ftp(1) already does...
2005-09-09knf. no binary change.Federico G. Schwindt
2005-09-09missing quote in an example;Jason McIntyre
from xavier venient; while i'm in here, remove a blank line that serves no purpose;
2005-09-09typo; from mark at mcs.vuw.ac.nz, bug #1082Markus Friedl
2005-09-09typosPedro Martelletto
2005-09-09regenMichael Shalayeff
2005-09-09another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se>Michael Shalayeff
2005-09-09double word typos;Jason McIntyre
from alexey e. suslikov;
2005-09-09suexec.html.en was renamed, so update reference accordingly;Jason McIntyre
move the whole section to SEE ALSO, which is more appropriate anyway; from alexey e. suslikov;
2005-09-09better verbiageMichael Shalayeff
2005-09-09replace hasch tables with red-black trees used by the node tables.Reyk Floeter
ok mcbride@
2005-09-09zap dup. From Bernd AhlersMarc Espie
2005-09-09point readers to the correct part of the document for instructions andDavid Gwynne
make one of the instructions more obvious in what it does. both tweaks from Mike Hernandez. poke from jmc@
2005-09-09grammar;Jason McIntyre
2005-09-09Fix the description of palloc, okay deraadt@ tedu@Pedro Martelletto
2005-09-08ensure that renegotiation is performed for a transition from "SSLVerifyClientNiall O'Higgins
optional" to "SSLVerifyClient require" fixes CAN-2005-2700 ok henning@, "go for it" deraadt@
2005-09-08- Removes spl durring attachBrad Smith
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@
2005-09-08save the pcitagReyk Floeter
2005-09-08regenMichael Shalayeff
2005-09-08two more ibm serveraid idsMichael Shalayeff
2005-09-08remove unused variables from ath_pci_softcReyk Floeter
2005-09-08use ieee80211_iterate_nodes to iterate the nodes and add a extra checkReyk Floeter
for the maximal number of gpio pins.
2005-09-08fix a possible division by zero by using minimal default values for theReyk Floeter
beacon interval and the beacon miss timeout (beacon interval * 7).
2005-09-08tell the driver to allocate memory for the size of ath_pci_softcReyk Floeter
instead of ath_softc. this fixes possible page faults with ath@pci.
2005-09-08make comments match the fact that we are on sun4u, plus minor cleanupMartin Reindl
ok mickey@
2005-09-08- make SYNOPSIS match usage() and tweak DESCRIPTION accordinglyJason McIntyre
- tweak -o description a little ok espie@
2005-09-08mostly knfReyk Floeter
ok jsg@
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
ok reyk@
2005-09-08fix reloads where capbilities changeHenning Brauer
when a new peer in initialized, the configured capailities are copied. this copy is modified as part of the capabilities negotiation. now if teh session drops we want to re-negotiate capabilities at the next establishment, last not least because the configured capabilities might have changed in between (that's how I stumbled over it, added v6 shitz) so copy the configured capabilities over every time a session goes to IDLE state, unless the reason is EVNT_RCVD_OPEN, because then we're in capabilities negotiation.
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
ok reyk@
2005-09-08typo, from Bernd AhlersMarc Espie
2005-09-08reset the scan state for each new modeReyk Floeter
ok jsg@
2005-09-08free(NULL, ...) is not safe in the kernel. So check for NULL'nessKenneth R Westerback
before free()'ing buf in sd_get_parms(). Tweak code so there is only one free(buf, ...) to worry about. ok deraadt@.
2005-09-08add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe().Brad Smith
From NetBSD rev 1.67 and verified to still be there in -current.
2005-09-08remove some trailing whitespaceBrad Smith
2005-09-08make de(4) use ether_input_mbuf()Brad Smith
From thorpej NetBSD ok krw@ martin@