Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-27 | improve output for SAs | Hans-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-27 | note cardbus | Theo de Raadt | |
2005-06-27 | support pccom* at cardbus? | Theo de Raadt | |
2005-06-27 | card broadcom serial, plus set frequency | Theo de Raadt | |
2005-06-27 | sync | Theo de Raadt | |
2005-06-27 | Broadcom serial device (found on option globetrotter edge) | Theo de Raadt | |
2005-06-27 | Mark connected routes (routes without a nexthop) in the rib. Without this | Claudio Jeker | |
as-ext routes would select a wrong nexthop if the forwarding router is directly connected. OK, help and debugging norby@ | |||
2005-06-27 | Zap unused member of cd_softc: sc_ops. | Kenneth R Westerback | |
2005-06-27 | Don't let /32 DT_NET routes override DT_RTR routes. This should help | Claudio Jeker | |
setups with /32 loopback networks. OK norby@ | |||
2005-06-27 | reference bpf(4); from alexey e. suslikov; | Jason McIntyre | |
2005-06-27 | remove dead code; drahn@ ok | Michael Shalayeff | |
2005-06-27 | grammar; | Jason McIntyre | |
2005-06-27 | - sort synopsis and options list | Jason 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-27 | document `noauto' option; | Jason McIntyre | |
ok millert@ | |||
2005-06-27 | rev 1.41 | Brad Smith | |
delint: don't try & return something from void pci_intr_disestablish() From NetBSD ok mickey@ | |||
2005-06-26 | typo by claudio | Theo de Raadt | |
2005-06-26 | indentation/white space cleanup, no binary change | Hans-Joerg Hoexer | |
2005-06-26 | Don't htonl() something that is already in network byte order. AS-Ext routes | Claudio 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-26 | sync | Theo de Raadt | |
2005-06-26 | more via devs | Theo de Raadt | |
2005-06-26 | cpu0: RNG AES AES-CTR SHA1 SHA256 RSA | Theo de Raadt | |
on fancy new VIA C3 Esther (aka C7) cpus | |||
2005-06-26 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker | |
are e.g. created by the PMTU code and are removed after some time. OK norby@ | |||
2005-06-26 | There's a dependency on the compress API that changed | Otto Moerbeek | |
2005-06-26 | be a bit more carefull not writing to the stream after the timestamps | Otto Moerbeek | |
have been set. ok deraadt@ | |||
2005-06-26 | explain how the aliasing operation works. | Marc Espie | |
2005-06-26 | pkg_merge aliasing of hard links fixed. | Marc Espie | |
2005-06-26 | Handle hard links correctly: the names need to be aliased correctly for | Marc Espie | |
pkg_merging, and the names need to lose the prefix path when getting extracted. | |||
2005-06-26 | add missing va_end(); Andrey Matveev | Todd C. Miller | |
2005-06-26 | expose the name aliasing operation, since it can be useful. | Marc Espie | |
2005-06-26 | fail if cwd is not available; pr4265; espie@ ok | Michael Shalayeff | |
2005-06-26 | some useful statistics about shared files and size gains. | Marc Espie | |
2005-06-26 | missing support for `identical' files. | Marc Espie | |
2005-06-26 | select fat package based on name too. | Marc Espie | |
2005-06-26 | new 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-26 | handle fat packages based on architecture. | Marc Espie | |
2005-06-26 | switch pkg_create to built-in Ustar, no longer dependent on external tar. | Marc Espie | |
2005-06-26 | faster fat package finder | Marc Espie | |
2005-06-26 | remove unused code in bge_intr() | Brad Smith | |
2005-06-26 | rev 1.29 | Brad Smith | |
hme_init(): call mii_mediachg() to make sure the current media is set. From NetBSD | |||
2005-06-26 | Use 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-26 | remove one more piece of the media detection from SRM code. | Brad Smith | |
2005-06-25 | re-add ASIX check lost in rev 1.77 | Brad Smith | |
2005-06-25 | /* Fallthrough. */ -> /* FALLTHROUGH */ | Hans-Joerg Hoexer | |
now that's useable with lint | |||
2005-06-25 | typo in comment | Hans-Joerg Hoexer | |
2005-06-25 | do the default port filling code a few lines earlier, so it really does fix %p | Damien Miller | |
2005-06-25 | the local macro _id was removed before this code was even imported from NetBSD | Brad Smith | |
when it was replaced with PCI_ID_CODE. | |||
2005-06-25 | hide name2id prototypes in #ifdef _KERNEL, claudio ok | Henning Brauer | |