summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* unused variableseric2012-07-121-2/+2
|
* perlify: $_ is subjectespie2012-07-121-50/+50
|
* remove unused fileseric2012-07-122-357/+0
| | | | ok gilles@
* crazy libtool option non-handlingespie2012-07-121-2/+5
|
* match what stupid gnu libtool is doing, namely -o is not a short optionespie2012-07-122-4/+4
|
* allow "long options" to be one letter, enforce with !espie2012-07-122-3/+8
| | | | | | | make sure -L dir will error out. "cute" gnu libtool: -x c will vanish from linker arguments, but only in library linking-mode.
* fucking stupid testcasesespie2012-07-121-3/+17
|
* laterespie2012-07-121-2/+2
|
* match gnu-libtool: error out if -L dir is used instead of -Ldirespie2012-07-121-1/+2
|
* deal with -pthread as a "once on" option.espie2012-07-123-11/+9
|
* more pthreadespie2012-07-121-2/+8
|
* ksh does not properly separate the arguments in "$@" if IFS is anhalex2012-07-121-2/+2
| | | | | | | | | | | | | empty string. Since some places in the installer like to fiddle with IFS before calling the various ask functions, be sure to use the positional parameters one by one in those. I believe the fix should really be applied to ksh, but this should do for now. ok deraadt@
* Three cases that should be failures, not successes when checking for availmlarkin2012-07-121-5/+5
| | | | swap region for hibernate.
* add support to get signed/unsigned HID datayuo2012-07-121-7/+9
|
* unwanted duplicateespie2012-07-121-2/+1
|
* Enable hibernate (suspend-to-disk) support for i386.mlarkin2012-07-121-1/+2
| | | | | | Presently only working on pciide/wd disks. ok deraadt@
* Temporarily don't do RLE page encoding in hibernate to fix some unpackingmlarkin2012-07-121-101/+12
| | | | | corruption seen earlier. This makes hibernate much slower but seems to fix the corruption problems seen on all machines we've tested on.
* simplify yet a bit moreespie2012-07-124-36/+34
|
* With the -l option, only call time() once per run instead of once per fileguenther2012-07-121-3/+9
| | | | ok deraadt@
* remove a double .includejasper2012-07-121-3/+1
| | | | ok robert@
* test .Fn with exactly one argument;schwarze2012-07-122-4/+11
| | | | forgotten when committing mdoc_man.c rev. 1.33
* On i386 gdb failed to display the stack trace of a kernel core dumpbluhm2012-07-121-0/+5
| | | | | | | | | correctly. The gdb backtrace command did not get over the trap stack frame. There is a pushl %esp in alltraps() that was not accounted for. Depending on wheter the analyzed kernel has debugging symbols or not, the symbol is calltrap or alltraps. Both get special treatment now. ok miod@ kettenis@
* minor fixespie2012-07-121-1/+2
|
* Do not crash in -Tman on:schwarze2012-07-123-9/+24
| | | | | | * .Fn with exactly one argument * .Bl -hang without a -width Now all 3776 base manuals build without crashing.
* add support for maildir tagging/folders.chl2012-07-124-10/+105
| | | | | ok gilles@ ok eric@ on previous versions of this patch
* Support NetMos NM9820 cardbus (added to puc as well, for thederaadt2012-07-122-2/+11
| | | | | adaptor cages and because one day com@cardbus should be replaced by puc@cardbus)
* Chips which include a card reader (JMC251/JMC261) work as well.jsg2012-07-122-6/+10
| | | | with tweaks from and ok jmc@
* move a bit of stuff aroundespie2012-07-121-9/+8
|
* Polish -Tman .Rs support.schwarze2012-07-112-31/+69
| | | | All mdoc(7) macros are now supported by -Tman.
* Revert the blocked FIFO open fix, as there's either a race in theguenther2012-07-113-47/+26
| | | | ref-count handling under handling, or blambert@ is messing with my head
* enable back = char in address localpart, that is sometimes used by mailing lists.chl2012-07-111-2/+2
| | | | ok gilles@ eric@
* make -j# fix, I had this forever actually.espie2012-07-111-3/+6
| | | | okay millert@
* synctodd2012-07-1118-34/+35
|
* fix three typos.sobrado2012-07-111-5/+5
| | | | ok jmc@
* Respect RFC 5321, section 4.5.3.1.: it reduces our current max size forchl2012-07-111-4/+4
| | | | | | | | localpart, domainpart and text line. The sizeof struct envelope goes from 8k to 6k. ok gilles@ eric@
* Don't respect RFC 5322, that allows some crazy characters in emailchl2012-07-111-2/+6
| | | | | | | localpart, like !#$&'*/=?^`{|}~ ... and all the other ones that can be double quoted, just refuse them. ok gilles@ eric@
* fix position and formatting of %Uschwarze2012-07-115-7/+71
|
* implement res_mkqueryeric2012-07-111-1/+47
|
* Make ~~ send a ~, pointed out by naddy.nicm2012-07-111-1/+4
|
* When copying a file sparsely, truncate the resulting file based on thematthew2012-07-111-2/+2
| | | | | | | | | current seek offset rather than what fstat() reported the original file's length was. This fixes things like "cp /dev/ksyms /tmp" so that we don't truncate the file to 0 bytes after copying all of the data. ok tedu, millert
* Enable the swap checker for hibernatemlarkin2012-07-111-2/+13
|
* Basic implementation of -Tman .Bl -column using tbl(7).schwarze2012-07-111-6/+42
| | | | | | In the end, this turned out to be surprisingly simple; of course, getting identical output will be quite hard, so there is no way to quickly set up unit tests.
* #ifdef the uvm swap checker fn for hibernate only, to save space in kernelsmlarkin2012-07-112-2/+6
| | | | | | that don't use hibernate requested by and ok deraadt@
* check link is okay tooespie2012-07-111-2/+6
|
* duh, idiotespie2012-07-111-4/+4
|
* -release 0 is validespie2012-07-111-4/+11
| | | | fix --version-info -> -version-info
* must check release is defined, it CAN be 0.espie2012-07-111-2/+2
|
* try to make code vaguely saneespie2012-07-112-16/+16
|
* - port multiple report ID support for HID parser from FreeBSD codeyuo2012-07-117-213/+394
| | | | | | | | | | (rev. 205728, 224511 and 225839) - add hid_get_report_id(3) to get id of a descriptor. - crank the major in shlib_version 3.0 -> 4.0 ok deraadt@, mpi@
* improve messages for suspend/hibernatederaadt2012-07-111-2/+6
|