summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-08Basic implementation of -Tman .Fo and .Fa;schwarze1-17/+82
again, some blank lines still missing from the output. While here, remove the trailing semicolon from .Fn when outside .Sh SYNOPSIS.
2012-07-08Describe tdelete()'s return value correctly and update the related CAVEATguenther1-12/+15
Based on a note from Steffen Daode Nurpmeso (sdaoden at googlemail.com) ok jmc@
2012-07-08specialized option handler that will make things simplerespie2-1/+231
2012-07-08Replace tricker atoi() and hand rolled parsing with strsep() andkrw1-13/+15
strtonum(). Make related error messages consistant. ok haesbaert@
2012-07-08Move functionality from ask() to _ask() to make the latter more usefulhalex1-18/+13
from other places. ok krw@
2012-07-08regenstsp2-2/+7
2012-07-08add another BCM43224 ID; ok and tweak mpi@stsp1-1/+2
2012-07-08- remove some unneeded quotesjasper2-6/+6
2012-07-08- move noshared handling to LT::OSConfigjasper1-13/+10
- remove unused $libinstdir variable ok espie@
2012-07-08Add noifprefix, an option to send an RA with no prefix information.phessler2-5/+19
From Stephane A. Sezer, many thanks! OK phessler@, jasper@
2012-07-08Remove the "Variables" chapter from CAVEATS now that it's been fixed.ajacoutot1-11/+2
ok jasper@
2012-07-08remove unneeded and error-prone :: rulesespie1-5/+5
okay guenther@
2012-07-08Document ${var[@]} and ${var[*]}guenther1-2/+14
ok espie@
2012-07-08fix ajacoutot's whining (i wish...)espie1-7/+20
okay jasper@
2012-07-08there was a limit on the number of pflog interfaces - 16. remove that.henning3-17/+46
mostly by dynamically allocating pflogifs instead of making that a static array. ok claudio zinke
2012-07-08add a test for the fixed --helpjasper1-2/+6
2012-07-08nasty real test, create a Requires that depends on a variable in such aespie2-2/+18
way that a reparse is needed
2012-07-08Clear flags across all sessions, from Thomas Adam.nicm4-11/+45
2012-07-08simplify some moreespie1-97/+50
2012-07-08simplify, make sure everything uses ${PKG_CONFIG}espie1-58/+58
2012-07-07calling help() is not an error, so just return 0.jasper1-2/+2
2012-07-07add a dump method, simplifying the --config calljasper1-4/+10
2012-07-07make $mode into an actual object.espie1-49/+82
cheat a bit by auto-loading corresponding code if needed.
2012-07-07rudimentary support for -Tman .Ft and .Fn;schwarze1-3/+49
some blank lines are still missing from the output
2012-07-07- since we're storing the config variables in an object now, just walk thejasper1-9/+12
object to print the config, instead of printing the values manually - add gnu_arch to OSConfig while here
2012-07-07rename function to avoid symbol clasheric3-12/+8
2012-07-07basic support for -Tman .Inschwarze1-2/+33
2012-07-07copy&paste mistake in error messagenaddy1-3/+3
2012-07-07syncderaadt2-2/+7
2012-07-07another netmos cardbus serial; espie owns itderaadt1-1/+2
2012-07-07syncderaadt1-0/+2
2012-07-07Fix two races in socket splicing. When somove() gets called frombluhm1-4/+9
sosplice() to move the data already there, it might sleep in m_copym(). Another process must not unsplice during that sleep, so also lock the receive buffer when sosplice is called with fd -1. The same sleep can allow network interrupts to modify the socket buffer. So use sbsync() to write back modifications within the loop instead of fixing the socket buffer after the loop. OK claudio@
2012-07-07remove incorrect check in pfctl preventing set-tos for ipvshit.henning1-3/+3
the kernel has code to deal with set-tos and that crap. don't ask for details. stuart ok
2012-07-07Support the .cc request; code by kristaps@, tests by me.schwarze9-39/+112
Needed for sqlite3(1) as reported by espie@.
2012-07-07reorder stuff so that known failing targets are lastespie1-7/+9
2012-07-07streamlined codeespie1-7/+4
2012-07-07- add LT::OSConfig which'll be used to keep all the configuration valuesjasper1-10/+21
- also fix a case where // should be used. ok espie@
2012-07-07regenjasper2-4/+9
2012-07-07add the x200 camerajasper1-1/+2
ok mpi@
2012-07-07Add a test for RS breaking some other block.schwarze4-2/+51
Unfortunately, the code triggering the assert fixed in man_macro.c rev. 1.37 must be commented out because groff misformats the invalid input so badly that imitating it really makes no sense.
2012-07-07Fix an assert() raised by `RS' when following `TP' without a tag.schwarze1-2/+2
The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the macro HEAD. This was from joerg@'s archive of failures. Fix by kristaps@, bsd.lv rev. 1.74.
2012-07-07allow httpd to build if sslv2 is disabled, ok guenther@sthen1-5/+2
2012-07-07re-add correctly handling no argumentsjasper1-1/+2
ok espie@ cvs: ----------------------------------------------------------------------
2012-07-07rename prio in struct pf_rule and related structs to set_prio so it ishenning8-57/+58
utterly clear this is not a filter criteria but a packet modification thing. also preparation for upcoming changes, including one to unscrew this mess (I should not have to touch half the tree for this - ifixitlater) not user visible, ok gcc
2012-07-07update to 1.2.2 and start using /var/www/cache instead of /var/www/tmprobert40-153/+860
2012-07-07add /var/www/cache for nginx to store some datarobert1-1/+7
ok ajacoutot@, krw@, deraadt@
2012-07-07Replace atoi() with strtonum() where it's easy. Make related errorkrw1-29/+17
messages consistant. Check for valid partition when 'select'ing a partition. ok haesbaert@
2012-07-07remove bogus include of bsd.lib.mkeric1-3/+1
2012-07-07less accurate documentation...espie1-5/+5
as noticed by matthew@
2012-07-07Allow UDP server to receive datagrams from multiple socket pairs with -khaesbaert2-7/+17
flag. Prompted by a question from dsp at 2f30 dot org, diff from Lazarom Koromil with a few tweaks by me, many thanks. ok mikeb@ nicm@ haesbaert@