summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-27improve output for SAsHans-Joerg Hoexer
while around, do small whitesparce cleanup added a missing "static"
2005-06-27 * pass -Wshadow as well (port_whois vs port)Henning Brauer
* save errno value properly * better realloc(3) All changes taken from NetBSD (partly from -r1.23 and -r1.25). From: Andrey Matveev <evol@online.ptt.ru>, thanks!
2005-06-27note cardbusTheo de Raadt
2005-06-27support pccom* at cardbus?Theo de Raadt
2005-06-27card broadcom serial, plus set frequencyTheo de Raadt
2005-06-27syncTheo de Raadt
2005-06-27Broadcom serial device (found on option globetrotter edge)Theo de Raadt
2005-06-27Mark connected routes (routes without a nexthop) in the rib. Without thisClaudio Jeker
as-ext routes would select a wrong nexthop if the forwarding router is directly connected. OK, help and debugging norby@
2005-06-27Zap unused member of cd_softc: sc_ops.Kenneth R Westerback
2005-06-27Don't let /32 DT_NET routes override DT_RTR routes. This should helpClaudio Jeker
setups with /32 loopback networks. OK norby@
2005-06-27reference bpf(4); from alexey e. suslikov;Jason McIntyre
2005-06-27remove dead code; drahn@ okMichael Shalayeff
2005-06-27grammar;Jason McIntyre
2005-06-27- sort synopsis and options listJason McIntyre
- sync the args in the options list to those in synopsis, and avoid using structures such as `-l very long description of single arg'
2005-06-27`noauto' affects mount -A too...Jason McIntyre
ok millert@
2005-06-27document `noauto' option;Jason McIntyre
ok millert@
2005-06-27rev 1.41Brad Smith
delint: don't try & return something from void pci_intr_disestablish() From NetBSD ok mickey@
2005-06-26typo by claudioTheo de Raadt
2005-06-26indentation/white space cleanup, no binary changeHans-Joerg Hoexer
2005-06-26Don't htonl() something that is already in network byte order. AS-Ext routesClaudio Jeker
suffered because of this. Normaly seen because they where not added to the rib or ended up with a bad nexthop. This is what you get for stealing code from bgpd :( OK norby@
2005-06-26syncTheo de Raadt
2005-06-26more via devsTheo de Raadt
2005-06-26cpu0: RNG AES AES-CTR SHA1 SHA256 RSATheo de Raadt
on fancy new VIA C3 Esther (aka C7) cpus
2005-06-26Do not automaticaly announce routes that have RTF_DYNAMIC set. These routesClaudio Jeker
are e.g. created by the PMTU code and are removed after some time. OK norby@
2005-06-26There's a dependency on the compress API that changedOtto Moerbeek
2005-06-26be a bit more carefull not writing to the stream after the timestampsOtto Moerbeek
have been set. ok deraadt@
2005-06-26explain how the aliasing operation works.Marc Espie
2005-06-26pkg_merge aliasing of hard links fixed.Marc Espie
2005-06-26Handle hard links correctly: the names need to be aliased correctly forMarc Espie
pkg_merging, and the names need to lose the prefix path when getting extracted.
2005-06-26add missing va_end(); Andrey MatveevTodd C. Miller
2005-06-26expose the name aliasing operation, since it can be useful.Marc Espie
2005-06-26fail if cwd is not available; pr4265; espie@ okMichael Shalayeff
2005-06-26some useful statistics about shared files and size gains.Marc Espie
2005-06-26missing support for `identical' files.Marc Espie
2005-06-26select fat package based on name too.Marc Espie
2005-06-26new tool (not active yet): pkg_merge.Marc Espie
Can be used to merge several packages into a fat package. Uses simple heuristics to find out a `nice' ordering for common files, can handle semi-common prefixes.
2005-06-26handle fat packages based on architecture.Marc Espie
2005-06-26switch pkg_create to built-in Ustar, no longer dependent on external tar.Marc Espie
2005-06-26faster fat package finderMarc Espie
2005-06-26remove unused code in bge_intr()Brad Smith
2005-06-26rev 1.29Brad Smith
hme_init(): call mii_mediachg() to make sure the current media is set. From NetBSD
2005-06-26Use pci_matchbyid().Brad Smith
ok millert@
2005-06-26- clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
- remove unused FreeBSD specific code
2005-06-26remove one more piece of the media detection from SRM code.Brad Smith
2005-06-25re-add ASIX check lost in rev 1.77Brad Smith
2005-06-25/* Fallthrough. */ -> /* FALLTHROUGH */Hans-Joerg Hoexer
now that's useable with lint
2005-06-25typo in commentHans-Joerg Hoexer
2005-06-25do the default port filling code a few lines earlier, so it really does fix %pDamien Miller
2005-06-25the local macro _id was removed before this code was even imported from NetBSDBrad Smith
when it was replaced with PCI_ID_CODE.
2005-06-25hide name2id prototypes in #ifdef _KERNEL, claudio okHenning Brauer