summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-05If a partial explicit block extending to the next input line followsIngo Schwarze
2015-04-05Reduce code duplication, no functional change:Ingo Schwarze
2015-04-05Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.xPhilip Guenther
2015-04-05Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@Miod Vallat
2015-04-05Arguments to end macros of broken partial explicit blocksIngo Schwarze
2015-04-05seems unlikely that a new release will be made available for us to importTed Unangst
2015-04-05Document that some sorts uses -b w/o key fields.Todd C. Miller
2015-04-05For the -g flag, treat non-floating point keys as 0, similar to -n.Todd C. Miller
2015-04-05syncTheo de Raadt
2015-04-05The -b flag should only apply when key fields are specified.Todd C. Miller
2015-04-05Do not permute command line arguments but still support theTodd C. Miller
2015-04-05Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk.Stuart Henderson
2015-04-05Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL.Mark Kettenis
2015-04-05whitespaceMark Kettenis
2015-04-05Cope with the removal of less from install media.Robert Peichaer
2015-04-05Another round of reducing diffs with Linux. This one moves the variousMark Kettenis
2015-04-04Bump major to 30, regen .pc and headerJames Turner
2015-04-04Merge conflictsJames Turner
2015-04-04Merge conflictsJames Turner
2015-04-04Update sqlite3 to 3.8.8.3. Changes available here:James Turner
2015-04-04The swapfile argument is also const char *.Jeremie Courreges-Anglas
2015-04-04Give man(7) section and subsection headers heanging indentation.Ingo Schwarze
2015-04-04fchmod and lstat are standard, widen their visibilityJeremie Courreges-Anglas
2015-04-04gcc 2.x is deadPhilip Guenther
2015-04-04Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze
2015-04-04Show the remote labels in "ldpctl show lib" even if they are not installed in...Renato Westphal
2015-04-04Remove lo protection.Renato Westphal
2015-04-04banished the atticTheo de Raadt
2015-04-04Show the full LIB in the "ldpctl show lib" command.Renato Westphal
2015-04-04Remove unused parameter from adj_new().Renato Westphal
2015-04-04Give more detailed information on a couple of debug messages.Renato Westphal
2015-04-04I contributed substantially to the installer, so add copyright.Robert Peichaer
2015-04-04Add support for commit ids to opencvs status.Stefan Sperling
2015-04-04Fix modified timestamp in output of opencvs status.Stefan Sperling
2015-04-04Don't allow breaking the output line after hyphens following escapeIngo Schwarze
2015-04-04Use config_suspend() instead of dereferencing ca_activate directly toMartin Pieuchot
2015-04-04Fix a quirk with respect to empty .HP.Ingo Schwarze
2015-04-04Moar comments !!Robert Peichaer
2015-04-04dbus_daemon -> messagebusAntoine Jacoutot
2015-04-04from snj, netbsd -r1.56: "properly pluralize"Jason McIntyre
2015-04-03Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171.Ingo Schwarze
2015-04-03comma fix;Jason McIntyre
2015-04-03correct return value in pubkey parsing, spotted by Ben HawkesDamien Miller
2015-04-03Pull an #include out of an #ifdef.Brian Callahan
2015-04-03Modify 25H to pass. If the standard is actually unclear on thisTodd C. Miller
2015-04-03Fix unsigned vs signed comparison in for() loop condition causing an infiniteMiod Vallat
2015-04-03Eleminate the last occurrences of backticks and replace constructsRobert Peichaer
2015-04-03It turns out the man(7) parser suffers from unintelligible handlingIngo Schwarze
2015-04-03Add test for -b after -k (currently fails)Todd C. Miller
2015-04-03Add ddb.log example; OK halex@Todd C. Miller