summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-08Add a test for kevent(EV_DELETE) screwing with POSIX file locksguenther3-5/+103
2012-07-08- move some more stuff into OSConfigjasper3-8/+10
- zap references to variables that don't exist anymore ok espie@
2012-07-08Call Xsetpid() to edit the partition type from Xedit() rather thankrw1-20/+14
duplicating the code. Allows simplification of the EDIT() #define in Xedit() since we always ASK_DEC and use a NULL help parameter when invoking ask_num().
2012-07-08Reorganize some hibernate functions for easier readability.mlarkin2-92/+121
Fix some incorrect/old comments. ok deraadt@
2012-07-08remove unused functions, ok phesslersthen1-41/+1
2012-07-08if you use nitems() in userland, you must define it yourselfderaadt3-3/+12
discussed with guenther
2012-07-08Enhance the blocking test and add a test for closing while half-openguenther1-7/+72
2012-07-08Nuke useless EDIT() #define in Xsetpid.krw1-9/+8
A #define to simplify a function calling snippet does not simply or help when it is used only once.
2012-07-08a -> an in a commentblambert1-2/+2
ok phessler@
2012-07-08preparation for handling permuted optionsespie1-3/+35
2012-07-08ouch, in the SYNOPSIS, .Vt is a block,schwarze1-1/+12
so avoid printing pointless goo in -Tman
2012-07-08implement -Tman .Vtschwarze4-6/+62
2012-07-08Don't hold the fd-table lock across vn_open(), as opening a FIFO may block.guenther3-24/+43
Having done that, dupfdopen() has to handle a possible race. ok matthew@ krw@
2012-07-08Add support for advertising dns servers and search paths in routerphessler8-22/+321
advertisements, according to RFC 6106. original diff from Stephane A. Sezer on tech@, many thanks! OK phessler@, todd@
2012-07-08a few big changesespie7-139/+196
- start using our options parser for main libtool options - put link related stuff into their own module. Long term, some unification should happen. - shortdie for cases where we know libtool is not at fault.
2012-07-08stupidespie1-1/+2
2012-07-08Zap extra spaces from function pointer argumentsguenther2-8/+8
Pointed out by Joachim Schipper (joachim at joachimschipper.nl)
2012-07-08Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayedguenther1-3/+54
even when other flag bits are set ok otto@
2012-07-08new sentence, new line;jmc1-2/+3
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