Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-07-08 | Add a test for kevent(EV_DELETE) screwing with POSIX file locks | 3 | -5/+103 | ||
2012-07-08 | - move some more stuff into OSConfig | 3 | -8/+10 | ||
- zap references to variables that don't exist anymore ok espie@ | |||||
2012-07-08 | Call Xsetpid() to edit the partition type from Xedit() rather than | 1 | -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-08 | Reorganize some hibernate functions for easier readability. | 2 | -92/+121 | ||
Fix some incorrect/old comments. ok deraadt@ | |||||
2012-07-08 | remove unused functions, ok phessler | 1 | -41/+1 | ||
2012-07-08 | if you use nitems() in userland, you must define it yourself | 3 | -3/+12 | ||
discussed with guenther | |||||
2012-07-08 | Enhance the blocking test and add a test for closing while half-open | 1 | -7/+72 | ||
2012-07-08 | Nuke useless EDIT() #define in Xsetpid. | 1 | -9/+8 | ||
A #define to simplify a function calling snippet does not simply or help when it is used only once. | |||||
2012-07-08 | a -> an in a comment | 1 | -2/+2 | ||
ok phessler@ | |||||
2012-07-08 | preparation for handling permuted options | 1 | -3/+35 | ||
2012-07-08 | ouch, in the SYNOPSIS, .Vt is a block, | 1 | -1/+12 | ||
so avoid printing pointless goo in -Tman | |||||
2012-07-08 | implement -Tman .Vt | 4 | -6/+62 | ||
2012-07-08 | Don't hold the fd-table lock across vn_open(), as opening a FIFO may block. | 3 | -24/+43 | ||
Having done that, dupfdopen() has to handle a possible race. ok matthew@ krw@ | |||||
2012-07-08 | Add support for advertising dns servers and search paths in router | 8 | -22/+321 | ||
advertisements, according to RFC 6106. original diff from Stephane A. Sezer on tech@, many thanks! OK phessler@, todd@ | |||||
2012-07-08 | a few big changes | 7 | -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-08 | stupid | 1 | -1/+2 | ||
2012-07-08 | Zap extra spaces from function pointer arguments | 2 | -8/+8 | ||
Pointed out by Joachim Schipper (joachim at joachimschipper.nl) | |||||
2012-07-08 | Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayed | 1 | -3/+54 | ||
even when other flag bits are set ok otto@ | |||||
2012-07-08 | new sentence, new line; | 1 | -2/+3 | ||
2012-07-08 | Basic implementation of -Tman .Fo and .Fa; | 1 | -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-08 | Describe tdelete()'s return value correctly and update the related CAVEAT | 1 | -12/+15 | ||
Based on a note from Steffen Daode Nurpmeso (sdaoden at googlemail.com) ok jmc@ | |||||
2012-07-08 | specialized option handler that will make things simpler | 2 | -1/+231 | ||
2012-07-08 | Replace tricker atoi() and hand rolled parsing with strsep() and | 1 | -13/+15 | ||
strtonum(). Make related error messages consistant. ok haesbaert@ | |||||
2012-07-08 | Move functionality from ask() to _ask() to make the latter more useful | 1 | -18/+13 | ||
from other places. ok krw@ | |||||
2012-07-08 | regen | 2 | -2/+7 | ||
2012-07-08 | add another BCM43224 ID; ok and tweak mpi@ | 1 | -1/+2 | ||
2012-07-08 | - remove some unneeded quotes | 2 | -6/+6 | ||
2012-07-08 | - move noshared handling to LT::OSConfig | 1 | -13/+10 | ||
- remove unused $libinstdir variable ok espie@ | |||||
2012-07-08 | Add noifprefix, an option to send an RA with no prefix information. | 2 | -5/+19 | ||
From Stephane A. Sezer, many thanks! OK phessler@, jasper@ | |||||
2012-07-08 | Remove the "Variables" chapter from CAVEATS now that it's been fixed. | 1 | -11/+2 | ||
ok jasper@ | |||||
2012-07-08 | remove unneeded and error-prone :: rules | 1 | -5/+5 | ||
okay guenther@ | |||||
2012-07-08 | Document ${var[@]} and ${var[*]} | 1 | -2/+14 | ||
ok espie@ | |||||
2012-07-08 | fix ajacoutot's whining (i wish...) | 1 | -7/+20 | ||
okay jasper@ | |||||
2012-07-08 | there was a limit on the number of pflog interfaces - 16. remove that. | 3 | -17/+46 | ||
mostly by dynamically allocating pflogifs instead of making that a static array. ok claudio zinke | |||||
2012-07-08 | add a test for the fixed --help | 1 | -2/+6 | ||
2012-07-08 | nasty real test, create a Requires that depends on a variable in such a | 2 | -2/+18 | ||
way that a reparse is needed | |||||
2012-07-08 | Clear flags across all sessions, from Thomas Adam. | 4 | -11/+45 | ||
2012-07-08 | simplify some more | 1 | -97/+50 | ||
2012-07-08 | simplify, make sure everything uses ${PKG_CONFIG} | 1 | -58/+58 | ||
2012-07-07 | calling help() is not an error, so just return 0. | 1 | -2/+2 | ||
2012-07-07 | add a dump method, simplifying the --config call | 1 | -4/+10 | ||
2012-07-07 | make $mode into an actual object. | 1 | -49/+82 | ||
cheat a bit by auto-loading corresponding code if needed. | |||||
2012-07-07 | rudimentary support for -Tman .Ft and .Fn; | 1 | -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 the | 1 | -9/+12 | ||
object to print the config, instead of printing the values manually - add gnu_arch to OSConfig while here | |||||
2012-07-07 | rename function to avoid symbol clash | 3 | -12/+8 | ||
2012-07-07 | basic support for -Tman .In | 1 | -2/+33 | ||
2012-07-07 | copy&paste mistake in error message | 1 | -3/+3 | ||
2012-07-07 | sync | 2 | -2/+7 | ||
2012-07-07 | another netmos cardbus serial; espie owns it | 1 | -1/+2 | ||
2012-07-07 | sync | 1 | -0/+2 | ||