summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2006-12-04add rcompress methodMarc Espie
2006-12-03introduce rde_check_route that selects which routes must be accepted and ↵Michele Marchetto
which discarded. Still not complete, just a step forward. ok norby@ henning@
2006-12-02allows us to mark *.pc files as PkgConfig.Marc Espie
This will be useful for some `normalization' work (remove ports directory, and replace /usr/local with DEPBASE or some such, so that building without installation works).
2006-12-01handles continuation lines and comments.Marc Espie
2006-12-01Fixes parsing of variables/delimiters, so that we classify like pkgconfig.Marc Espie
Augment the Requires parser to deal correctly with comparisons.
2006-12-01forgot to update the comment as wellCamiel Dobbelaar
2006-12-01use flags S/SA for consistency with the rest of pfCamiel Dobbelaar
2006-11-30remove "show summary" and "detail" keywords that aren't supportedMichele Marchetto
ok henning@
2006-11-30Allow sensors in a sensors-only configuration to set the time at startup.Chris Kuethe
2006-11-30apply some normalization to some properties while reading or writing,Marc Espie
for instance, parse Requirements correctly, and simplify Libs before writing. We normalize Libs before writing because it's more efficient.
2006-11-30some *.pc files have variable= value, with a space.Marc Espie
2006-11-30adjust (C), noticed by matthieu.Marc Espie
Note that this lives here because pkg_create is going to use it to normalize *.pc files at some point...
2006-11-29remove incorrect commentKevin Steves
2006-11-29for macppc too; from ghz@darkdata.orgTheo de Raadt
2006-11-29add compress_list, allows for empty lines consisting of spaces...Marc Espie
2006-11-29let compress filter out stuff, add method add_bases, make sure write_fhMarc Espie
writes to fh.
2006-11-29+OpenBSD::PkgConfigMarc Espie
2006-11-29handle pkg-config files.Marc Espie
2006-11-29avoid code duplication, include <dev/sdmmc/sdmmcvar.h>Uwe Stuehler
2006-11-28my small tool for debugging SD/MMC cards from the command line,Uwe Stuehler
not hooked up to the build; ok deraadt
2006-11-28handle the new link states as UPReyk Floeter
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@
2006-11-28allow bgpd to work on alternate routing tables, claudio ok, jmc manpage helpHenning Brauer
2006-11-28mib we pass to sysctl when fetching the routing table has 7 entries now,Henning Brauer
not 6 any more (rtableid added). need to tell sysctl so.
2006-11-27use correct function name in error message; ok henning@Kevin Steves
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-22sync dhclient and dhcpd parse.c areas where we can.Kevin Steves
mainly formatting, whitespace; ok henning@
2006-11-22small header cleanup:Kevin Steves
remove uneeded header use <foo.h> not "foo.h" for system include no binary change; ok henning@
2006-11-22fix some warning messages and comments in parse_date(); ok henning@Kevin Steves
2006-11-22Outsource fgets line reading, newline continuation, and commentRay Lai
handling to fparseln. Fixes out of bounds array access for strings of length 0 or 1. OK moritz@.
2006-11-22also save gp for them dynamic executables; todd@ okMichael Shalayeff
2006-11-21remove unused #defines;Kevin Steves
remove duplicate #defines; remove DEBUG; remove useless comment; no need to #ifdef protect. no binary change; ok henning@
2006-11-21remove unused #defines, no binary change; ok henning@Kevin Steves
2006-11-21no "\n" needed here; ok henning@Kevin Steves
2006-11-21try udpencap before ike; ok hshoexerMarkus Friedl
2006-11-21in octal, eight looks like 10... fix the STP_FLAGS_BITS definitionReyk Floeter
introduced with my previous commit.
2006-11-21make this work; todd@ deraadt@ okMichael Shalayeff
2006-11-21remove duplicate #include <unistd.h> (same change as dhclient)Kevin Steves
2006-11-21re-order includes and eliminate duplicates, no binary change; ok henning@Kevin Steves
2006-11-20with usig the meadian offset froma number of measurements the recordingHenning 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-20KNF (no space before '['); ok henning@Kevin Steves
2006-11-19add support for displaying Rapid Spanning Tree Protocol frames,Reyk Floeter
as specified in IEEE 802.1d-2004/802.1w. ok mcbride@
2006-11-17change PRE_Block to an int, which architectures like alpha can accessTheo 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-17typo introduced last time; sparc support works againTheo de Raadt
2006-11-17don'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-17Handle EOF in interactive mode. Report and initial diff from Antti HarriBernd Ahlers
via tech@. Thanks! ok espie@
2006-11-17Support for multiple networks on one interface. Until now only the mainClaudio 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-16ignore messages for routing tables other than the main oneHenning Brauer
2006-11-16ignore messages for alternate routing tables for now; from bgpdHenning Brauer
2006-11-16ignore routing messages for alternate tables for now, from bgpdHenning Brauer