summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2006-05-09new sentence, new line;Jason McIntyre
2006-05-09spellingTheo de Raadt
2006-05-08add 'link-timeout n' seconds option to grammer, from fkr@hazardous.orgTheo de Raadt
default remains 10 seconds.
2006-05-07Add a little debug to test BIOCINQ primitive.Marco Peereboom
2006-05-05correct correct rfc referenceDamien Miller
2006-05-05correct rfc referenceDamien Miller
2006-05-04check for degenerate Diffie-Hellman public exponents;Damien Miller
ok markus@ hshoexer@ deraadt@
2006-05-02fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, createDaniel Hartmeier
only bar under foo, not /bar as well. secondly, when using "load anchor from" from a sub-anchor, the loading point should be relative to the sub-anchor doing the load (unless absolute paths are used, of course). from Boris Polevoy. probably a -stable candidate.
2006-05-01add support for "tagged {}" lists, from Pierre-Yves RitschardDaniel Hartmeier
2006-04-29remove get_linux_name() and an accompanying variable;Martin Reindl
this function was a stub after the last cleanup
2006-04-29With last pdisk and full functionality for mac68k now in place, startMartin Reindl
cleaning the maze of ifdef's not relevant for us. This round wipes most linux and/or MacOS-only bits, more to come.
2006-04-27update for pdisk 0.8a2, from NetBSD, retaining our local changes;Martin Reindl
summing it up: - Clean up sources - fix naming, delete old email addresses - Added support for display of Mac volume names - Fix block 0 display to show logical offset of drivers - Require confirmation of quit without write - Fix iteration to not complain about missing devices - Warn when creating/writing a map with more than 15 entries and, most important, add do_update_dpme() which allows us to partition OpenBSD slices without previous MacOS setup. Tested with shared MacOS install on macppc, procedure there remains the same. grammer and spelling help and ok jmc@ ok miod@
2006-04-27Avoid spurious 'summary information bad' warnings, okay tedu@Pedro Martelletto
2006-04-26man page is gzip'd, should store as unsigned char array.Theo de Raadt
2006-04-26man page is gzip'd, should store as unsigned char array.Theo de Raadt
2006-04-25for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenisTheo de Raadt
mbalmer will have to cope.
2006-04-25if the timeval has data, print it at the end of the lineTheo de Raadt
2006-04-24don't clear interface flags (set skip on) when -N/-F is used without -O,Daniel Hartmeier
from Jon Simola, ok henning@
2006-04-21document retreiving a subset of sysctls;Jason McIntyre
based on a diff by janne johansson; rewritten by myself...
2006-04-20print timedelta; ok dlgTheo de Raadt
2006-04-20adjust comments as to what keywords are legal; from fkrTheo de Raadt
2006-04-20Instead of printing useless metrics like recvpipe and sendpipe printClaudio Jeker
rmx_pksent in route get. This makes it possible to identify DoS targets even if you have a full routing table. OK henning@
2006-04-20constify char *infile here, too. noticed by lint.Hans-Joerg Hoexer
2006-04-20solve some signal races; from fsck_ffs; ok pedroTheo de Raadt
2006-04-19add support for interface groups.Hans-Joerg Hoexer
2006-04-19small cleanup: no need to strdup here.Hans-Joerg Hoexer
2006-04-19"type" keyword to specify flow type (require, use, etc.)Hans-Joerg Hoexer
2006-04-19add hostname resolver.Hans-Joerg Hoexer
at least some eyeballing by cloder@ tested by jean raby, requested/suggested by rod withworth
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
either dhclient or dhcpd context; tested by many
2006-04-18Discussed with jason@ that pfail means "partial fail". Now it translatesMarco Peereboom
to "degraded". ok jason@
2006-04-17more signal handler cleaningTheo de Raadt
2006-04-17solve half of the signal race issuesTheo de Raadt
2006-04-17prettier code; ok pedroTheo de Raadt
2006-04-17Remove "l:" from getopt(3) string, since the option wasMoritz Jodeit
removed long ago. From Steffen Wendzel. ok pedro@
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
(using an overlay plane only for now). Bootblocks, text console and X11 are supported.
2006-04-14Remove duplicate code, okay ray@Pedro Martelletto
2006-04-13Add support for "local" to ike rules. Allows to specify the local IP to beHans-Joerg Hoexer
used on a multi-homed machine. Also, relax order of peer/local keywords. ok markus@
2006-04-13Change how hw.sensors prints. Much simpler format, easier to read. WhileTheo de Raadt
there, stick to printing temperature measurements in just one sane unit. ok various people, no objections for the latter
2006-04-13fix more signal races; ok moritzTheo de Raadt
2006-04-13put "dump: filename " at the start of each ^T message...Theo de Raadt
2006-04-12document that tunnel and transport mode can be specified for SAs.Hans-Joerg Hoexer
2006-04-12add a few words about how groups of interfaces can be used.Alexandre Anriot
help and ok henning@ jmc@
2006-04-10minimal cleanups prompted by lint; ok ottoTheo de Raadt
2006-04-08Remove unused variables.David Hill
ok ray@
2006-04-08document "powerdown" in rc.shutdown;Jason McIntyre
based on diffs from henning, and ok him too...
2006-04-08Plug simple memory leak. ``Don't forget to free tcpopts when youRay Lai
are done.'' From NetBSD from Coverity CID 2057. OK henning@ and jaredy@
2006-04-08Remove a little bit of dead code; minburst is set to 2 earlier, andRay Lai
cannot be 0. From NetBSD from Coverity CID 577. OK henning@
2006-04-08Memory leak on fork error plus change time variable to preventRay Lai
shadowing time(3) function. From NetBSD from Coverity CID 1688. OK jaredy@ and moritz@
2006-04-07fsck needs to unset FS_FLAGS_UPDATED if it changes the super blockPedro Martelletto
2006-04-06allow lists inside lists for address specs, has been in my tree forHenning Brauer
quite some time... theo likes