summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2005-09-07make sure the administrative files that the commands depend on areJoris Vink
present before we try to continue. ok xsa@
2005-09-07more stuffs for the CVS/Tag file; input+ok jmc@.Xavier Santolaria
2005-09-07use `pkg-name' rather than `pkgname' here, for consistency with otherJason McIntyre
pkg_* bits; ok espie@
2005-09-07tweaks;Jason McIntyre
ok espie@
2005-09-07do not try to restore the spl level two times in a row.Brad Smith
ok martin@
2005-09-07sort options and sync usage()Jason McIntyre
2005-09-07split.1:Jason McIntyre
add the relevant arguments to the options synopsis for -b and -l; tidy up the formatting of [-b byte_count[k|m]]; make SYNOPSIS arg for -l match its description; split.c: sync usage();
2005-09-07copy new annotations over.Marc Espie
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options, and sync usage();Jason McIntyre