Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-10 | - add Apple FW PCI id | Brad Smith | |
- add ATI 9600 LE Secondary PCI id - make ATI Secondary PCI entries more consistent in naming | |||
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Neterion vendor id and Xframe 10GbE product id. | Brad Smith | |
2005-09-09 | uppercase `FTP' when talking about the protocol rather than the | Jason McIntyre | |
ftp(1) binary...this is in line with what ftp(1) already does... | |||
2005-09-09 | knf. no binary change. | Federico G. Schwindt | |
2005-09-09 | missing quote in an example; | Jason McIntyre | |
from xavier venient; while i'm in here, remove a blank line that serves no purpose; | |||
2005-09-09 | typo; from mark at mcs.vuw.ac.nz, bug #1082 | Markus Friedl | |
2005-09-09 | typos | Pedro Martelletto | |
2005-09-09 | regen | Michael Shalayeff | |
2005-09-09 | another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se> | Michael Shalayeff | |
2005-09-09 | double word typos; | Jason McIntyre | |
from alexey e. suslikov; | |||
2005-09-09 | suexec.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-09 | better verbiage | Michael Shalayeff | |
2005-09-09 | replace hasch tables with red-black trees used by the node tables. | Reyk Floeter | |
ok mcbride@ | |||
2005-09-09 | zap dup. From Bernd Ahlers | Marc Espie | |
2005-09-09 | point readers to the correct part of the document for instructions and | David Gwynne | |
make one of the instructions more obvious in what it does. both tweaks from Mike Hernandez. poke from jmc@ | |||
2005-09-09 | grammar; | Jason McIntyre | |
2005-09-09 | Fix the description of palloc, okay deraadt@ tedu@ | Pedro Martelletto | |
2005-09-08 | ensure that renegotiation is performed for a transition from "SSLVerifyClient | Niall O'Higgins | |
optional" to "SSLVerifyClient require" fixes CAN-2005-2700 ok henning@, "go for it" deraadt@ | |||
2005-09-08 | - Removes spl durring attach | Brad Smith | |
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@ | |||
2005-09-08 | save the pcitag | Reyk Floeter | |
2005-09-08 | regen | Michael Shalayeff | |
2005-09-08 | two more ibm serveraid ids | Michael Shalayeff | |
2005-09-08 | remove unused variables from ath_pci_softc | Reyk Floeter | |
2005-09-08 | use ieee80211_iterate_nodes to iterate the nodes and add a extra check | Reyk Floeter | |
for the maximal number of gpio pins. | |||
2005-09-08 | fix a possible division by zero by using minimal default values for the | Reyk Floeter | |
beacon interval and the beacon miss timeout (beacon interval * 7). | |||
2005-09-08 | tell the driver to allocate memory for the size of ath_pci_softc | Reyk Floeter | |
instead of ath_softc. this fixes possible page faults with ath@pci. | |||
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl | |
ok mickey@ | |||
2005-09-08 | - make SYNOPSIS match usage() and tweak DESCRIPTION accordingly | Jason McIntyre | |
- tweak -o description a little ok espie@ | |||
2005-09-08 | mostly knf | Reyk Floeter | |
ok jsg@ | |||
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | fix reloads where capbilities change | Henning 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-08 | Remove FreeBSD if_printf compat function from net80211. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | typo, from Bernd Ahlers | Marc Espie | |
2005-09-08 | reset the scan state for each new mode | Reyk Floeter | |
ok jsg@ | |||
2005-09-08 | free(NULL, ...) is not safe in the kernel. So check for NULL'ness | Kenneth 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-08 | add 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-08 | remove some trailing whitespace | Brad Smith | |
2005-09-08 | make de(4) use ether_input_mbuf() | Brad Smith | |
From thorpej NetBSD ok krw@ martin@ | |||
2005-09-07 | make sure the administrative files that the commands depend on are | Joris Vink | |
present before we try to continue. ok xsa@ | |||
2005-09-07 | more stuffs for the CVS/Tag file; input+ok jmc@. | Xavier Santolaria | |
2005-09-07 | use `pkg-name' rather than `pkgname' here, for consistency with other | Jason McIntyre | |
pkg_* bits; ok espie@ | |||
2005-09-07 | tweaks; | Jason McIntyre | |
ok espie@ | |||
2005-09-07 | do not try to restore the spl level two times in a row. | Brad Smith | |
ok martin@ | |||
2005-09-07 | sort options and sync usage() | Jason McIntyre | |
2005-09-07 | split.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-07 | copy new annotations over. | Marc Espie | |
2005-09-07 | sort options and sync usage(); | Jason McIntyre | |
2005-09-07 | sort options and sync usage(); | Jason McIntyre | |
2005-09-07 | sort options, and sync usage(); | Jason McIntyre | |