Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-19 | another D-Link DFE-670TXD PCMCIA varient; from henrik@flodell.se; ok fgsch | Theo de Raadt | |
2005-09-19 | rev 1.8 | Brad Smith | |
made ppp compliant to RFC 2472 (based on a patch from another contributor) rev 1.10 Once ppp session is over, the route to ff02::tun0/32 was deleted, and never came back. Now, the route to ff02::tun0/32 is installed at the end of IPV6CP negitiaton. From FreeBSD Tested by aanriot@ and a few end-users | |||
2005-09-19 | ansi clean so that all gcc versions can compile these; ok drahn | Theo de Raadt | |
2005-09-19 | implement fast reconnects | Henning Brauer | |
when a peer drops to IDLE, we have to force him in IDLE for some time to prevent fast flapping. however, the forced idle time is annoying when the connection could be re-established immediately, i. e. bgpctl nei $peer clear or similar. implement an error counter per peer, increased every time we receive a notification. when we are in state IDLE and get a connection from the peer in question, check if the error counter is 1 or smaller. if so, change state to active and accept the connection, otherwise keep the current behaviour and reject the connection. the error counter gets scaled back by the IdleHoldResetTimer that scales the IdleHoldTime back as well | |||
2005-09-19 | tweaks; | Jason McIntyre | |
2005-09-19 | KNF | Henning Brauer | |
2005-09-19 | change printed line from `printer' to `lpd'; deraadt@ ok. | Federico G. Schwindt | |
2005-09-19 | Zap some compiler warnings about uninitialized variables. | Niall O'Higgins | |
ok joris@ | |||
2005-09-19 | Add preprocessor directives needed for usr.bin/rcs programs to compile. | Niall O'Higgins | |
ok joris@ | |||
2005-09-19 | grammar; | Jason McIntyre | |
from benjamin pineau; ok hshoexer@ | |||
2005-09-19 | update -D usage here too; | Jason McIntyre | |
2005-09-19 | some more .Bk/.Ek to avoid ugly line split; | Jason McIntyre | |
2005-09-19 | sync | Theo de Raadt | |
2005-09-19 | install the 2 man pages on all architectures | Theo de Raadt | |
2005-09-19 | sync | Theo de Raadt | |
2005-09-19 | typo | Damien Miller | |
2005-09-19 | stop connection abort on rekey with delayed compression enabled when | Damien Miller | |
post-auth privsep is disabled (e.g. when root is logged in); ok dtucker@ | |||
2005-09-19 | mention ability to specify bind_address for DynamicForward and -D options; | Damien Miller | |
bz#1077 spotted by Haruyama Seigo | |||
2005-09-19 | don't attach unsupported radio chipsets | Reyk Floeter | |
based on a diff by jsg@ | |||
2005-09-19 | use $handle->plist() | Marc Espie | |
2005-09-19 | simplify pkg_info a great deal, by relying on the lazy properties of | Marc Espie | |
pkghandles to avoid creating directories. Use PackageRepository::Installed to make code symetric. | |||
2005-09-19 | fix PackageRepository::Installed(). | Marc Espie | |
let grabPlist finish closing what it opened. | |||
2005-09-19 | OpenBSD::PackingList is in section 3p. | Bernd Ahlers | |
ok espie@ | |||
2005-09-19 | let pkg_info -e see @pkgpath annotations. | Marc Espie | |
Solves update issues where the pkgpath changed | |||
2005-09-19 | Let ExtraInfoOnly grab pkgpath as well. | Marc Espie | |
2005-09-19 | make package opening more efficient (and maybe more intuitive) by | Marc Espie | |
delaying reading the full info directory to a temporary directory. When we open a package, we just scan for the CONTENTS. If it's the first file, we stash it into memory and STOP there, delaying grabbing the rest of the special files to the first call to info(). Make sure the next() proxy shows only real file, by grabbing info files if necessary. Introduce handle->plist() method that can retrieve the plist from either the version stored in memory, or in a file in the temp directory. | |||
2005-09-19 | reading a packing-list from a scalar in memory does work. | Marc Espie | |
2005-09-19 | dont use htole32 to set up values to be assigned to an 8 bit field. | David Gwynne | |
2005-09-19 | replace the pointer mess used to handle wakeups on ccbs with a real flag | David Gwynne | |
tested and ok krw@ | |||
2005-09-19 | A few 'demon' -> 'daemon'. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-09-19 | update DIAGNOSTICS messages | Brad Smith | |
2005-09-19 | Use variable to eliminate repeated calculation. More readable. No | Kenneth R Westerback | |
functional change. ok dlg@ | |||
2005-09-19 | Make idle a global variable so that gprof can see it and the time can | Dale Rahn | |
be attributed more correctly for kgmon output. | |||
2005-09-19 | Typo 'taget' -> 'target'. | Kenneth R Westerback | |
ok dlg@ | |||
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller | |
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller | |
2005-09-19 | add test3 | Kurt Miller | |
2005-09-19 | addtional tests involving two dlopened load groups | Kurt Miller | |
2005-09-19 | add prog5 | Kurt Miller | |
2005-09-19 | confirm DT_NEEDED libs gets promoted to RTLD_GLOBAL when parent gets | Kurt Miller | |
dlopened with RTLD_GLOBAL | |||
2005-09-19 | don't promote DT_NEEDED libs to RTLD_GLOBAL by default when dlopening | Kurt Miller | |
libs. okay drahn@ | |||
2005-09-19 | simplify code by putting executable in misnamed _dlopened_child_list, | Dale Rahn | |
also move RTLD_NEXT/RTLD_SELF code into that code, it is a single test. okay kurt@ | |||
2005-09-19 | typo | Theo de Raadt | |
2005-09-19 | Fix initialisation of baddynamicports.udp, busted since 1997, wow. | Theo de Raadt | |
found by leonardo@iken.com.br | |||
2005-09-19 | install man page too | Theo de Raadt | |
2005-09-19 | sync | Theo de Raadt | |
2005-09-19 | fdc on amd64 too | Theo de Raadt | |
2005-09-19 | add prog4 | Kurt Miller | |
2005-09-19 | fdformat on amd64 too | Theo de Raadt | |
2005-09-19 | floppy support; form@openbsd.ru | Theo de Raadt | |