Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-28 | Change my email address to the OpenBSD one since Ericsson has nothing to | Esben Norby | |
do with this software, just happend to be my only valid email address at the time. | |||
2005-01-28 | More spaces. | Esben Norby | |
2005-01-28 | spaces | Esben Norby | |
2005-01-28 | Change my email address to the OpenBSD one since Ericsson has nothing to | Esben Norby | |
do with this software, just happend to be my only valid email address at the time. | |||
2005-01-28 | Control program like bgpctl but this time for ospfd. | Claudio Jeker | |
Currently only basic show commands work. Not yet connected to the builds. OK henning@ | |||
2005-01-28 | Welcome ospfd | Claudio Jeker | |
started by Esben Norby some time ago by using the imsg/three process framework of bgpd. He implemented the basic concept plus the ospf finite state machines. Later I joined and helped him cleanup, debug and extend his work. Right now it is not particularly useful, major parts are still missing but is imported to allow more people to work on it. status: The basic protocol works for broadcast networks and the LS database is synchronized and updated. It is not possible to be DR or BDR on a network and other interface types like point-to-point are not yet supported. The shortest path tree is not calculated and so no routing information is exchanged with the kernel FIB. Not yet connected to the builds. OK henning@ | |||
2005-01-28 | Simplify interval scaling and randomize query intervals; ok henning@ | Darren Tucker | |
2005-01-28 | fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer | |
2005-01-28 | Make network unreachable errors non-fatal; ok henning@ | Darren Tucker | |
2005-01-27 | Scale query interval by the overall offset not per-peer offset, so we | Darren Tucker | |
don't query outliers more often than any other server. ok henning@ | |||
2005-01-27 | Delay before retrying a query on timeout; ok henning@ | Darren Tucker | |
2005-01-26 | fix CERT VU#938617 (vulnerable to denial of service in validator code) | Jakob Schlyter | |
2005-01-25 | Fixed a typo. | Esben Norby | |
ok henning@ claudio@ | |||
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
2005-01-22 | do not clean-up shared items in pretend mode (for now, need extra logic | Marc Espie | |
to pretend cleaning it up). | |||
2005-01-22 | explicitly shows fragment names that were not found. | Marc Espie | |
2005-01-22 | although arguments to `ip proto' and `ether proto' are keywords, and do | Jason McIntyre | |
need to be escaped, they are not shell keywords; this wording seems to have been introduced when the page was mdoc'd; it now matches (more or less) how it was, and {F,N}BSD pages; found by naddy@ | |||
2005-01-20 | backout workaround from rev 1.29 as it breaks host routes and is not | Markus Friedl | |
required because multipath routes require RTF_MPATH; ok claudio | |||
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler | |
ok drahn@, deraadt@ | |||
2005-01-18 | Also call sete{u,g}id() when dropping privs. From mpech@. ok millert@. | Otto Moerbeek | |
2005-01-18 | Build hotplug on zaurus, link manpage in zaurus dir. | Dale Rahn | |
2005-01-16 | allow locking of database in quiet mode, where we don't display any | Marc Espie | |
message. Display the lock message on stderr anyways, so that we don't disturb normal displays. postpone locking after we know about -q in pkg_info's case. Display command line if pkg_create fails, so that we can see what arguments it found in bsd.port.mk. | |||
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat | |
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression. | |||
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie | |
design checked with millert@, relying on process termination for unlock at his suggestion. Perf optimization: don't try to reinstall installed packages in kitchensink mode if !-r. | |||
2005-01-13 | build explictly on zaurus, not all arm, because of MANSUBDIR | Dale Rahn | |
2005-01-13 | Build on zaurus too, (all arm) | Dale Rahn | |
2005-01-13 | Fix snprintf length field; from cloder@ | Todd C. Miller | |
2005-01-13 | just mark it down when we can't install a package, instead of trying | Marc Espie | |
later, so that we can erase some temp info. Saves memory and time for -F kitchensink, mostly nop otherwise... | |||
2005-01-13 | let collision reports give the name of the package they're trying to | Marc Espie | |
install. When you add 2000 packages, this can be *real* confusing otherwise. | |||
2005-01-08 | SECURITY: CAN-2004-0940 (cve.mitre.org) | Theo de Raadt | |
mod_include: Fix potential buffer overflow with escaped characters in SSI tag string. [Martin Kraemer, Jim Jagielski] merged by fgsch | |||
2005-01-04 | Enable ARP table manipulation on CARP interfaces. | Christopher Pascoe | |
ok niklas@ mcbride@ | |||
2005-01-04 | simplified FILTER AND TRANSLATION RULES; | Jason McIntyre | |
from michael knudsen; | |||
2005-01-03 | - use .Bk/.Ek to keep SYNOPSIS tidy | Jason McIntyre | |
- `-F keyword' -> `-F keywords' in SYNOPSIS for consistency | |||
2005-01-03 | rename -f -> -F | Marc Espie | |
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon) | |||
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2005-01-02 | breaks at least vax; backout | Theo de Raadt | |
2005-01-02 | document ssl(8); | Jason McIntyre | |
2005-01-02 | "bad-timestamp" is a valid logging reason; | Jason McIntyre | |
from joel knight; | |||
2005-01-01 | Make sure uextraloc ends up in .data so UKC works. OK deraadt@ | Todd C. Miller | |
2004-12-31 | add ssl(8) to SEE ALSO; | Jason McIntyre | |
2004-12-31 | document using neighbor descriptions to specify neighbors where | Jared Yanovich | |
applicable. ok henning, jmc | |||
2004-12-30 | -c is required when generating initial specification; | Jason McIntyre | |
ok deraadt@ | |||
2004-12-29 | show `reading plist' while deleting packages, since we can do this easily, | Marc Espie | |
and this gives a hint about what is going on for big packages (like tetex). | |||
2004-12-29 | remove vreaddir support, since library lookup no longer needs it. | Marc Espie | |
important memory gain, since virtual and virtual_dir account for the lion's share of pkg_add's memory consumption. | |||
2004-12-29 | round number of stars immediately, avoids off-by-1 display error. | Marc Espie | |
fixes an elusive problem reported ages ago by sturm@... | |||
2004-12-28 | add a boguslibs forced option, that rescans packages for libraries | Marc Espie | |
not marked with @lib. This allows pkg_add -current to deal with 3.6 packages fully. | |||
2004-12-28 | document that suexec has to be setuid to work correctly; | Jason McIntyre | |
slightly more logical layout of the page; ok henning@ | |||
2004-12-28 | clearer error/warning | Marc Espie | |
2004-12-28 | improve message quality: don't say we can't update stuff when we are going | Marc Espie | |
to force it. Group the verification of forward dependencies, so that it is less verbose. Also, register .libs conflict, even if it's not that useful. | |||
2004-12-28 | synchronize conflict lists when we add/remove anything. | Marc Espie | |