Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-27 | use correct function name in error message; ok henning@ | Kevin Steves | |
2006-11-26 | repair missing DPADD requests | Theo de Raadt | |
2006-11-22 | sync dhclient and dhcpd parse.c areas where we can. | Kevin Steves | |
mainly formatting, whitespace; ok henning@ | |||
2006-11-22 | small header cleanup: | Kevin Steves | |
remove uneeded header use <foo.h> not "foo.h" for system include no binary change; ok henning@ | |||
2006-11-22 | fix some warning messages and comments in parse_date(); ok henning@ | Kevin Steves | |
2006-11-22 | Outsource fgets line reading, newline continuation, and comment | Ray Lai | |
handling to fparseln. Fixes out of bounds array access for strings of length 0 or 1. OK moritz@. | |||
2006-11-22 | also save gp for them dynamic executables; todd@ ok | Michael Shalayeff | |
2006-11-21 | remove unused #defines; | Kevin Steves | |
remove duplicate #defines; remove DEBUG; remove useless comment; no need to #ifdef protect. no binary change; ok henning@ | |||
2006-11-21 | remove unused #defines, no binary change; ok henning@ | Kevin Steves | |
2006-11-21 | no "\n" needed here; ok henning@ | Kevin Steves | |
2006-11-21 | try udpencap before ike; ok hshoexer | Markus Friedl | |
2006-11-21 | in octal, eight looks like 10... fix the STP_FLAGS_BITS definition | Reyk Floeter | |
introduced with my previous commit. | |||
2006-11-21 | make this work; todd@ deraadt@ ok | Michael Shalayeff | |
2006-11-21 | remove duplicate #include <unistd.h> (same change as dhclient) | Kevin Steves | |
2006-11-21 | re-order includes and eliminate duplicates, no binary change; ok henning@ | Kevin Steves | |
2006-11-20 | with usig the meadian offset froma number of measurements the recording | Henning Brauer | |
of the last sensor update time got broken, doesn't show up with gps since it updates often (more often than we read), but naddy ran into it with dcf. record time of last sensor datum seperately. ok naddy balmer | |||
2006-11-20 | KNF (no space before '['); ok henning@ | Kevin Steves | |
2006-11-19 | add support for displaying Rapid Spanning Tree Protocol frames, | Reyk Floeter | |
as specified in IEEE 802.1d-2004/802.1w. ok mcbride@ | |||
2006-11-17 | change PRE_Block to an int, which architectures like alpha can access | Theo de Raadt | |
atomically. Adapt all the others (except s390 which is not fixed yet). mips and hppa still do not work for some other reason. testing by beck, ckuethe, todd, asm proofreading by miod | |||
2006-11-17 | typo introduced last time; sparc support works again | Theo de Raadt | |
2006-11-17 | don't return undef, use plain return. | Marc Espie | |
(return undef is only false in a scalar context) found my perlcritic, one of the few issues I agree with... | |||
2006-11-17 | Handle EOF in interactive mode. Report and initial diff from Antti Harri | Bernd Ahlers | |
via tech@. Thanks! ok espie@ | |||
2006-11-17 | Support for multiple networks on one interface. Until now only the main | Claudio Jeker | |
address of a interface could be used. Now it is possible to specify a interface more than once if multiple networks are configured. An alternative network can be specified via e.g. interface em0:10.0.5.1. The old interface syntax without the IP still works and uses the main/first configured IP address. ospfd now needs to include the IP header on outgoing messages as it is not possible to specifiy the source address in sendto(2). Additionally all multicast joins and leaves have to be tracked. OK norby@ | |||
2006-11-16 | ignore messages for routing tables other than the main one | Henning Brauer | |
2006-11-16 | ignore messages for alternate routing tables for now; from bgpd | Henning Brauer | |
2006-11-16 | ignore routing messages for alternate tables for now, from bgpd | Henning Brauer | |
2006-11-16 | for now, make bgpd work with routing table 0 (main one) and ignore routing | Henning Brauer | |
messages for any other tables. real multi-table support is more adventurous (will come tho) | |||
2006-11-16 | only do the sp swap if requested (the tests now appear to work) | Theo de Raadt | |
2006-11-16 | more symmetric add support for fpu. | Dale Rahn | |
2006-11-16 | make RFC2292 -> 3542 transition to automagically happen. | Jun-ichiro itojun Hagino | |
2006-11-15 | remove double define; dunceor@gmail.com | Theo de Raadt | |
2006-11-15 | closer to correct, maybe | Theo de Raadt | |
2006-11-15 | validate response packet more carefully. kame revision 1.109->1.111 | Jun-ichiro itojun Hagino | |
2006-11-15 | a start at a sh4 context switcher (what a bizzare architecture...) | Theo de Raadt | |
2006-11-15 | when process.sh.S shows up, have the Makefile grok it | Theo de Raadt | |
2006-11-13 | properly use LDADD and DPADD | Theo de Raadt | |
2006-11-12 | completely uniform setup | Marc Espie | |
2006-11-12 | print stuff to the correct file handle | Marc Espie | |
2006-11-12 | remove reference to PPP_FILTER: | Kevin Steves | |
- there is no PPP_FILTER kernel option - pppd is compiled with -DPPP_FILTER by default ok jmc@ | |||
2006-11-11 | simpler/better progress print | Marc Espie | |
2006-11-11 | -P option: prepend pkgpath instead of pkgname. | Marc Espie | |
-p option: use the continuation code from OpenBSD::PackingList in a sneaky way, so that we can read all packing-list contents in one go from a make print-plist-contents in /usr/ports. Allows building a located database from the ports tree without needing to build any packages. | |||
2006-11-11 | pass the right size of the message | Michele Marchetto | |
OK henning@ | |||
2006-11-11 | Add the bgpd control socket to FILES and use the same .Bl -width as in | Michael Knudsen | |
bgpd(8). ok (and fixing my mistakes because I was sleepy when I mailed out the diff) jmc | |||
2006-11-10 | Check the correct bits in the control byte. | Mats O Jansson | |
Found by Alexey Dobriyan (adobriyan at gmail dot com) -moj | |||
2006-11-10 | `elminate' etc. is not really the right way to spell `eliminate'. | Michael Knudsen | |
ok brad | |||
2006-11-10 | char -> u_char in a few places | Henning Brauer | |
apparently from Jeff Rizzo <riz@NetBSD.org> via "Thomas E. Spanjaard" <tgen@netphreax.net>, ok claudio | |||
2006-11-10 | cast to (long long) for %lld printfs | Henning Brauer | |
apparently from Jeff Rizzo <riz@NetBSD.org> via "Thomas E. Spanjaard" <tgen@netphreax.net>, with changes from me (as far as I remember, this is kinda old stuff). claudio ok | |||
2006-11-10 | In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0. | Michele Marchetto | |
OK norby@ henning@ | |||
2006-11-10 | introduce reference count for struct route_report so it can be shared and | Michele Marchetto | |
freed correctly. OK norby@ henning@ | |||
2006-11-10 | clear lists before deleting neighbor | Michele Marchetto | |
OK claudio@ henning@ |