summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-27When releasing a buffer and disassociating it from its vnode, there'sPedro Martelletto
2005-06-27put isakmpd/VPN-default.conf in the right set; ok deraadt@David Krause
2005-06-27commaTheo de Raadt
2005-06-27typo; mitja@muzenic.netTheo de Raadt
2005-06-27improve output for SAsHans-Joerg Hoexer
2005-06-27 * pass -Wshadow as well (port_whois vs port)Henning Brauer
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
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
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
2005-06-27`noauto' affects mount -A too...Jason McIntyre
2005-06-27document `noauto' option;Jason McIntyre
2005-06-27rev 1.41Brad Smith
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
2005-06-26syncTheo de Raadt
2005-06-26more via devsTheo de Raadt
2005-06-26cpu0: RNG AES AES-CTR SHA1 SHA256 RSATheo de Raadt
2005-06-26Do not automaticaly announce routes that have RTF_DYNAMIC set. These routesClaudio Jeker
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
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
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
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
2005-06-26Use pci_matchbyid().Brad Smith
2005-06-26- clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
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