summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-07-25Don't fatal if the imsg pipe is closed, this is often triggered in the parentClaudio Jeker
2007-07-24Quote digest otherwise it won't be parsed as a string.Pierre-Yves Ritschard
2007-07-24make imsg_create use dynamic buffers.Pierre-Yves Ritschard
2007-07-24use 1 vs. -1 for true; ok henning@ krw@Kevin Steves
2007-07-24make imsg_create use dynamic buffers.Pierre-Yves Ritschard
2007-07-23fix a variable shadowing problemHenning Brauer
2007-07-23when multipath routes exist, display them in ospfctl sh fib output.Pierre-Yves Ritschard
2007-07-2164 bit mips support for the arla lwp code, requested by todd@ long ago...Miod Vallat
2007-07-21s/ETHERTYPE_EAPOL/ETHERTYPE_PAE/ to be in line with src/sys/net/ethertypes.hDamien Bergamini
2007-07-18Fix uninitialised variable 'sum' in single-processor idle calculation.Ryan Thomas McBride
2007-07-18- document the fact that mkfontscale is now run as well as mkfontdir andAntoine Jacoutot
2007-07-16typoPierre-Yves Ritschard
2007-07-16use fatal and not err, the message would get lost.Pierre-Yves Ritschard
2007-07-14- there's no point in running mkfontdir only for @fontdir ; so let's runAntoine Jacoutot
2007-07-11make the demote count argument optional as advertised in the man page.Pierre-Yves Ritschard
2007-07-09Handle IPv6 on PPP printer, from Stuart HendersonCan Erkin Acar
2007-07-05use a more traditional while() instead of for() for getopt().Thordur I. Bjornsson
2007-07-04Add ffs2 support; from FreeBSD. OK deraadt@Todd C. Miller
2007-07-02Display payload for DS to DS and NO DS traffic.Can Erkin Acar
2007-07-02Add HISTORY and AUTHORS sections. OK jmc@.Xavier Santolaria
2007-06-30move the UpdateSet stuff into its separate file, leaving Vstat much cleaner.Marc Espie
2007-06-30fix saving of old partial packages... problem noticed by Paul IroftiMarc Espie
2007-06-29make it easy to spot wich nfs version the traffic is.Thordur I. Bjornsson
2007-06-28Add check for nlist failure to prevent a segfault.Ray Lai
2007-06-27When aligning buffers correctly handle the case where theCan Erkin Acar
2007-06-26fix pkg_info's find_by_path behavior, which I accidentally broke twoMarc Espie
2007-06-26missed one mark_as_installed.Marc Espie
2007-06-26the big gap one: create UpdateSet for all packages being installed, andMarc Espie
2007-06-25daddr64_t changes to match other parts of tree; ok ottoTheo de Raadt
2007-06-25placeholder to split off the code that handles UpdateSets, as it'sMarc Espie
2007-06-25typoMarc Espie
2007-06-23setup a local sigalarm to send a HUP to the ftp process if it takes longerMarc Espie
2007-06-21Print leading zeros in MAC addresses. Initial diff from StanislavRay Lai
2007-06-20mention https protocol, for which support was added recently.Steven Mestdagh
2007-06-20sprinkle code to deal gracefully with absent packing-lists.Marc Espie
2007-06-19add support for mapping route labels to AS-external route tags.Reyk Floeter
2007-06-19Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers inPierre-Yves Ritschard
2007-06-19don't go through the effort of creating a SIGHUP handler throughPierre-Yves Ritschard
2007-06-19first draft of a tag solver, needs more flesh to be useful (especially:Marc Espie
2007-06-19sometimes, wanting to share code gives insight: disentangle the codeMarc Espie
2007-06-19Ignore SIGHUP in bgpd's children to allow the use of pkill -1 bgpd forPierre-Yves Ritschard
2007-06-19Do not fatal out with ``pipe closed'' when a short read occurs on onePierre-Yves Ritschard
2007-06-18... and zap old codeMarc Espie
2007-06-18reorganize lookup_library so I can reuse the exact same algorithm toMarc Espie
2007-06-18more uniform: all deps routines should be methods, even if they don'tMarc Espie
2007-06-18we're going to need more room for flags (again).Pierre-Yves Ritschard
2007-06-18add tag no shadow, to allow us to specify that we do NOT want tempfilesMarc Espie
2007-06-17only display header if we actually display some information.Marc Espie
2007-06-17fix format for timestamps. Use a non-ambiguous subset of ISO8601.Marc Espie
2007-06-17more scaffolding we don't really use yet.Marc Espie