Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-02 | catch a few truncation cases instead of silently ignoring them. one of the | Theo de Raadt | |
fixes is from pr 5554. ok millert, ray | |||
2007-08-02 | document the reload command. | Pierre-Yves Ritschard | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | - -T before -t | Jason McIntyre | |
- use .Bk/.Ek | |||
2007-08-01 | allow ftp-proxy to add tag statements to teh rules it inserts | Henning Brauer | |
clever, nice and easy diff from bsd@openbsd.rutgers.edu, ok pyr reyk | |||
2007-07-31 | something went wrong w/ previous; | Jason McIntyre | |
2007-07-31 | document the -d option of sensorsd; input and ok from jmc@, deraadt@ | Robert Nagy | |
2007-07-26 | Combine http filter/expect cases to simplify code. | Jonathan Gray | |
ok reyk@ | |||
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller | |
turned off. This is consistent with historic UNIX behavior. | |||
2007-07-25 | Don't fatal if the imsg pipe is closed, this is often triggered in the parent | Claudio Jeker | |
and hides the real cause of the termination. OK norby@, reyk@, pyr@ | |||
2007-07-24 | Quote digest otherwise it won't be parsed as a string. | Pierre-Yves Ritschard | |
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard | |
this does not change imsg_compose's behavior but allows the message's buffer to grow and will avoid sending a ton of small messages when unrolling lists between two processes. this is needed for sending multiple routes at once when updating the fib with multipath routes. discussed and ok claudio@ | |||
2007-07-24 | use 1 vs. -1 for true; ok henning@ krw@ | Kevin Steves | |
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard | |
this does not change imsg_compose's behavior but allows the message's buffer to grow and will avoid sending a ton of small messages when unrolling lists between two processes. discussed with claudio (and coming to ospfd soon). | |||
2007-07-23 | fix a variable shadowing problem | Henning Brauer | |
PR5549, From: veins@evilkittens.org | |||
2007-07-23 | when multipath routes exist, display them in ospfctl sh fib output. | Pierre-Yves Ritschard | |
ok claudio@ | |||
2007-07-21 | 64 bit mips support for the arla lwp code, requested by todd@ long ago... | Miod Vallat | |
2007-07-21 | s/ETHERTYPE_EAPOL/ETHERTYPE_PAE/ to be in line with src/sys/net/ethertypes.h | Damien Bergamini | |
also, ETHERTYPE_PAE is the name used in the 802.1X standard. pointed out by jsg@ | |||
2007-07-18 | Fix uninitialised variable 'sum' in single-processor idle calculation. | Ryan Thomas McBride | |
ok ckuethe, sturm | |||
2007-07-18 | - document the fact that mkfontscale is now run as well as mkfontdir and | Antoine Jacoutot | |
fc-cache for @fontdir ok kili@ espie@ | |||
2007-07-16 | typo | Pierre-Yves Ritschard | |
also found by Kevin Steves | |||
2007-07-16 | use fatal and not err, the message would get lost. | Pierre-Yves Ritschard | |
found by Kevin Steves <stevesk (at) pobox dot com> | |||
2007-07-14 | - there's no point in running mkfontdir only for @fontdir ; so let's run | Antoine Jacoutot | |
mkfontscale too (and remove fonts.scale on package removal) discussed with matthieu@ and espie@ weeks ago "seems fine" pyr@, ok espie@ | |||
2007-07-11 | make the demote count argument optional as advertised in the man page. | Pierre-Yves Ritschard | |
2007-07-09 | Handle IPv6 on PPP printer, from Stuart Henderson | Can Erkin Acar | |
2007-07-05 | use a more traditional while() instead of for() for getopt(). | Thordur I. Bjornsson | |
sync usage() to the man page. format string fixes. complain about failed calloc()'s instead of exiting silently. ok pry@,reyk@ | |||
2007-07-04 | Add ffs2 support; from FreeBSD. OK deraadt@ | Todd C. Miller | |
2007-07-02 | Display payload for DS to DS and NO DS traffic. | Can Erkin Acar | |
ok reyk@, looks ok damien@ | |||
2007-07-02 | Add HISTORY and AUTHORS sections. OK jmc@. | Xavier Santolaria | |
2007-06-30 | move the UpdateSet stuff into its separate file, leaving Vstat much cleaner. | Marc Espie | |
2007-06-30 | fix saving of old partial packages... problem noticed by Paul Irofti | Marc Espie | |
2007-06-29 | make it easy to spot wich nfs version the traffic is. | Thordur I. Bjornsson | |
input & OK canacar@ | |||
2007-06-28 | Add check for nlist failure to prevent a segfault. | Ray Lai | |
Remove ret variable, which is only set but not never checked. return (1) instead of exit(1) for consistency. Original diff from Rainer Giedat. OK millert, maja, and otto. | |||
2007-06-27 | When aligning buffers correctly handle the case where the | Can Erkin Acar | |
buffers overlap, which happens on 64 bit archs, when handling encapsulated packets. Reported and tested by Jurjen Oskam additional testing by Stuart Henderson and todd@, ok henning@ | |||
2007-06-26 | fix pkg_info's find_by_path behavior, which I accidentally broke two | Marc Espie | |
versions back... | |||
2007-06-26 | missed one mark_as_installed. | Marc Espie | |
2007-06-26 | the big gap one: create UpdateSet for all packages being installed, and | Marc Espie | |
consider only UpdateSet internally. This involves moving stuff around a bit to keep pkg_add -n working, adding creators from_location for UpdateSet, and tweaking dependencies heavily. More changes later, like sanitizing PackageLocation state engine, or creating UpdateSet earlier for actual updates. | |||
2007-06-25 | daddr64_t changes to match other parts of tree; ok otto | Theo de Raadt | |
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie | |
currently scattered all over the place. | |||
2007-06-25 | typo | Marc Espie | |
2007-06-23 | setup a local sigalarm to send a HUP to the ftp process if it takes longer | Marc Espie | |
than 30 seconds to stop... 30 seconds chosen as a `nice' average value. Note that this is a `work-around' for some specificities of ftp(1), which usually doesn't react to SIGINT, but reacts instantly to SIGHUP... | |||
2007-06-21 | Print leading zeros in MAC addresses. Initial diff from Stanislav | Ray Lai | |
Kruchinin, idea to use ether_ntoa from Claudio Jeker. OK canacar, idea OK henning, jasper, and tedu. | |||
2007-06-20 | mention https protocol, for which support was added recently. | Steven Mestdagh | |
ok espie@ | |||
2007-06-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie | |
makes it easier for people to recover after a disk crash that leaves /var/db/pkg half-empty. | |||
2007-06-19 | add support for mapping route labels to AS-external route tags. | Reyk Floeter | |
manpage bits from jmc@ ok norby@ claudio@ | |||
2007-06-19 | Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in | Pierre-Yves Ritschard | |
children like in bgpd so that ``pkill -1 ospfd'' works as expected. ok claudio@ | |||
2007-06-19 | don't go through the effort of creating a SIGHUP handler through | Pierre-Yves Ritschard | |
libevent just to ignore it, use SIG_IGN instead. this syncs hoststated with bgpd and (soon) ospfd. | |||
2007-06-19 | first draft of a tag solver, needs more flesh to be useful (especially: | Marc Espie | |
transform the lib cache into a tags/lib cache) | |||
2007-06-19 | sometimes, wanting to share code gives insight: disentangle the code | Marc Espie | |
that walks dependencies entirely. It is far less related to the main solver than I thought, it can be built when needed, and own its own state. Much cleaner design. |