Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-12 | remove unused files | Eric Faurot | |
ok gilles@ | |||
2012-07-12 | crazy libtool option non-handling | Marc Espie | |
2012-07-12 | match what stupid gnu libtool is doing, namely -o is not a short option | Marc Espie | |
2012-07-12 | allow "long options" to be one letter, enforce with ! | Marc Espie | |
make sure -L dir will error out. "cute" gnu libtool: -x c will vanish from linker arguments, but only in library linking-mode. | |||
2012-07-12 | fucking stupid testcases | Marc Espie | |
2012-07-12 | later | Marc Espie | |
2012-07-12 | match gnu-libtool: error out if -L dir is used instead of -Ldir | Marc Espie | |
2012-07-12 | deal with -pthread as a "once on" option. | Marc Espie | |
2012-07-12 | more pthread | Marc Espie | |
2012-07-12 | ksh does not properly separate the arguments in "$@" if IFS is an | Alexander Hall | |
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@ | |||
2012-07-12 | Three cases that should be failures, not successes when checking for avail | Mike Larkin | |
swap region for hibernate. | |||
2012-07-12 | add support to get signed/unsigned HID data | Yojiro Uo | |
2012-07-12 | unwanted duplicate | Marc Espie | |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin | |
Presently only working on pciide/wd disks. ok deraadt@ | |||
2012-07-12 | Temporarily don't do RLE page encoding in hibernate to fix some unpacking | Mike Larkin | |
corruption seen earlier. This makes hibernate much slower but seems to fix the corruption problems seen on all machines we've tested on. | |||
2012-07-12 | simplify yet a bit more | Marc Espie | |
2012-07-12 | With the -l option, only call time() once per run instead of once per file | Philip Guenthe | |
ok deraadt@ | |||
2012-07-12 | remove a double .include | Jasper Lievisse Adriaanse | |
ok robert@ | |||
2012-07-12 | test .Fn with exactly one argument; | Ingo Schwarze | |
forgotten when committing mdoc_man.c rev. 1.33 | |||
2012-07-12 | On i386 gdb failed to display the stack trace of a kernel core dump | Alexander Bluhm | |
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@ | |||
2012-07-12 | minor fix | Marc Espie | |
2012-07-12 | Do not crash in -Tman on: | Ingo Schwarze | |
* .Fn with exactly one argument * .Bl -hang without a -width Now all 3776 base manuals build without crashing. | |||
2012-07-12 | add support for maildir tagging/folders. | Charles Longeau | |
ok gilles@ ok eric@ on previous versions of this patch | |||
2012-07-12 | Support NetMos NM9820 cardbus (added to puc as well, for the | Theo de Raadt | |
adaptor cages and because one day com@cardbus should be replaced by puc@cardbus) | |||
2012-07-12 | Chips which include a card reader (JMC251/JMC261) work as well. | Jonathan Gray | |
with tweaks from and ok jmc@ | |||
2012-07-12 | move a bit of stuff around | Marc Espie | |
2012-07-11 | Polish -Tman .Rs support. | Ingo Schwarze | |
All mdoc(7) macros are now supported by -Tman. | |||
2012-07-11 | Revert the blocked FIFO open fix, as there's either a race in the | Philip Guenthe | |
ref-count handling under handling, or blambert@ is messing with my head | |||
2012-07-11 | enable back = char in address localpart, that is sometimes used by mailing ↵ | Charles Longeau | |
lists. ok gilles@ eric@ | |||
2012-07-11 | make -j# fix, I had this forever actually. | Marc Espie | |
okay millert@ | |||
2012-07-11 | sync | Todd T. Fries | |
2012-07-11 | fix three typos. | Igor Sobrado | |
ok jmc@ | |||
2012-07-11 | Respect RFC 5321, section 4.5.3.1.: it reduces our current max size for | Charles Longeau | |
localpart, domainpart and text line. The sizeof struct envelope goes from 8k to 6k. ok gilles@ eric@ | |||
2012-07-11 | Don't respect RFC 5322, that allows some crazy characters in email | Charles Longeau | |
localpart, like !#$&'*/=?^`{|}~ ... and all the other ones that can be double quoted, just refuse them. ok gilles@ eric@ | |||
2012-07-11 | fix position and formatting of %U | Ingo Schwarze | |
2012-07-11 | implement res_mkquery | Eric Faurot | |
2012-07-11 | Make ~~ send a ~, pointed out by naddy. | Nicholas Marriott | |
2012-07-11 | When copying a file sparsely, truncate the resulting file based on the | Matthew Dempsky | |
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 | |||
2012-07-11 | Enable the swap checker for hibernate | Mike Larkin | |
2012-07-11 | Basic implementation of -Tman .Bl -column using tbl(7). | Ingo Schwarze | |
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. | |||
2012-07-11 | #ifdef the uvm swap checker fn for hibernate only, to save space in kernels | Mike Larkin | |
that don't use hibernate requested by and ok deraadt@ | |||
2012-07-11 | check link is okay too | Marc Espie | |
2012-07-11 | duh, idiot | Marc Espie | |
2012-07-11 | -release 0 is valid | Marc Espie | |
fix --version-info -> -version-info | |||
2012-07-11 | must check release is defined, it CAN be 0. | Marc Espie | |
2012-07-11 | try to make code vaguely sane | Marc Espie | |
2012-07-11 | - port multiple report ID support for HID parser from FreeBSD code | Yojiro Uo | |
(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@ | |||
2012-07-11 | improve messages for suspend/hibernate | Theo de Raadt | |
2012-07-11 | simplify cache code a bit | Marc Espie | |
2012-07-11 | sprinkle pthread tests | Marc Espie | |